BOINC 4 and Win98

Message boards : Number crunching : BOINC 4 and Win98
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 10 · 11 · 12 · 13 · 14 · 15 · 16 . . . 19 · Next

AuthorMessage
Grimm

Send message
Joined: 1 Sep 99
Posts: 15
Credit: 5,767,902
RAC: 2
United States
Message 21060 - Posted: 1 Sep 2004, 18:46:10 UTC

I installed 4.06 this morning on one of my work Win98SE machines and everything seems to be working. The machine has completed a work unit and gone on to the next one without issue. I will try it on my home machine tonight that is running Win98 (no SE) and see how it works there.

Thanks for your hard work. :)
ID: 21060 · Report as offensive
MPBroida

Send message
Joined: 6 Sep 00
Posts: 337
Credit: 16,433
RAC: 0
United States
Message 21063 - Posted: 1 Sep 2004, 18:49:20 UTC - in response to Message 21032.  

> > WinME isn't bad at all. It's DOS support is somewhat crippled, but that's all

> I dont call "not bad" an OS that you can crash it with a simple C program:

My comment was on WinME versus other Win9x variants. WinME is no worse than Win98.

> int main () {
> int* a=0;
> (*a)++;
> return (0);
> }

Illustrating what? That it's stupid code on ANY system? That any Windows 9x system (and some others) will "allow" it despite the dangers?

> and when you reset the PC, you risk to loose data on disk ...

True of any system using FAT-like filesystems, not just Win9x.

Your comments say nothing about WinME specifically. Read the message I was replying to.
ID: 21063 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21065 - Posted: 1 Sep 2004, 18:57:33 UTC - in response to Message 21054.  

> Actually folks, most of the thanks goes too Walt Gribben for pointing us in
> the right place.
>
> Without his help, it could have dragged on for days.
>
> ----- Rom
> BOINC Development Team, U.C. Berkeley

So Gents, your thx have to be directed the correct way

Many thx to Walt and to Rom and the team

If anyone disagrees, then plz let me know

Any way, since the problem have been solved, then plz, close this thread.

My humble opinion


ID: 21065 · Report as offensive
Profile mlcudd
Volunteer tester
Avatar

Send message
Joined: 11 Apr 03
Posts: 782
Credit: 63,647
RAC: 0
United States
Message 21073 - Posted: 1 Sep 2004, 19:20:25 UTC
Last modified: 1 Sep 2004, 19:21:59 UTC

Hi All,
I want to Thank Walt and Rom for the "Fixes we have been able to incorporate to get back online with boinc. I have windows ME and after downloading the fixes, it is running as smooth as can be. I was able to report the WU's that had finished without a hang, and although I have not received and WU's as of yet, I am waiting on the "Timer" Now, I know that we are back in Busisness.

Thank You all that were involved, from Volunteers to DEV/ADMIN.

Warm Regards,

Rocky
ID: 21073 · Report as offensive
Profile Byron Leigh Hatch @ team Carl Sagan
Volunteer tester
Avatar

Send message
Joined: 5 Jul 99
Posts: 4548
Credit: 35,667,570
RAC: 4
Canada
Message 21076 - Posted: 1 Sep 2004, 19:35:59 UTC - in response to Message 21054.  
Last modified: 2 Sep 2004, 0:10:37 UTC

ID: 21076 · Report as offensive
Profile FireBird

Send message
Joined: 3 Aug 02
Posts: 16
Credit: 236,037
RAC: 0
Germany
Message 21084 - Posted: 1 Sep 2004, 19:54:05 UTC

OK thanks a lot for fixing this problem that fast.
Seems to work even on my machine. Just sent my finished WUs and even was able to receive new ones without any problems.


ID: 21084 · Report as offensive
DerekL

Send message
Joined: 22 May 99
Posts: 25
Credit: 222,512
RAC: 0
United States
Message 21109 - Posted: 1 Sep 2004, 20:35:03 UTC - in response to Message 21076.  

> Re: -- Boinc 4.06

So, is 4.06 now considered a stable release?
ID: 21109 · Report as offensive
terryt

Send message
Joined: 17 May 00
Posts: 2
Credit: 793,359
RAC: 1
United States
Message 21121 - Posted: 1 Sep 2004, 20:59:23 UTC

Were can one find version 4.06 to download? My Win98 machine has had nothing but bad luck with 4.05 since install.
ID: 21121 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21122 - Posted: 1 Sep 2004, 21:00:54 UTC - in response to Message 21076.  

> Re: -- Boinc 4.06
>
>
>
> Rom Walton wrote:
>
> > Actually folks, most of the thanks goes too Walt Gribben for pointing us
> in
> > the right place.
> >
> > Without his help, it could have dragged on for days.
> >
> > ----- Rom
> > BOINC Development Team, U.C. Berkeley
> ----------------------------------------------
>
> here , here , thanks Rom and Walt Gribben
>
>
> Yes indeed Rocky , I would also like to add my voice to , all the good people
> in this thread ,
>
> and say thanks to:
>
> Rom Walton
> Walt Gribben
> DavidIr
>
> and many , many more in this thread , Community team work.
>
> Rom Walton wrote:
>
> NOTE: I would like to thank Walt Gribben for helping me by debugging this
> issue for me.
>
>
> Rom 31 Aug 2004
>
> - BUGFIX:
>
> Moved the delete shared memory code to the end of the function, to
> happen right before slot directory cleanup. The previous instance of
> code
> t8hat was commented out was for the unix branch.
>
> - BUGFIX:
>
> The shared memory enumerator had a bug where the name it was
> enumerating wasn't the same name that was eventually locked by the start
>
> routine, this caused the client to only be able to run one application
> at
> a time
>
> - BUGFIX:
>
> The shared memory enumerator was still referencing the slot
> directory number instead of the for loop iterator.
>
> - BUGFIX:
>
> When a process has been preempted, it's pid handle and thread handle need to
> be freed.
>
> - BUGFIX:
>
> Calling MapViewOfFile on Win98 automatically causes a memory leak,
> so don't call it unless we really have to.
>
>
> client/
> app_control.C
> app_start.C
> lib/
> error_numbers.h
> shmem.C, .h
>
>
>
> Rom 31 Aug 2004
>
> - Tag for 4.06 release, all platforms
> boinc_core_release_4_06
>
> --- Rom wrote: --- NOTE: I would like to thank Walt Gribben for helping me by
> debugging this issue for me.
>
>
>
> Kind Regards to all
>
> byron
>
Not much for letting this run, but where's the beef m8 ??

There have to be 1 Byron, or otherwise you are just 0.0
ID: 21122 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21123 - Posted: 1 Sep 2004, 21:01:06 UTC - in response to Message 21076.  

> Re: -- Boinc 4.06
>
>
>
> Rom Walton wrote:
>
> > Actually folks, most of the thanks goes too Walt Gribben for pointing us
> in
> > the right place.
> >
> > Without his help, it could have dragged on for days.
> >
> > ----- Rom
> > BOINC Development Team, U.C. Berkeley
> ----------------------------------------------
>
> here , here , thanks Rom and Walt Gribben
>
>
> Yes indeed Rocky , I would also like to add my voice to , all the good people
> in this thread ,
>
> and say thanks to:
>
> Rom Walton
> Walt Gribben
> DavidIr
>
> and many , many more in this thread , Community team work.
>
> Rom Walton wrote:
>
> NOTE: I would like to thank Walt Gribben for helping me by debugging this
> issue for me.
>
>
> Rom 31 Aug 2004
>
> - BUGFIX:
>
> Moved the delete shared memory code to the end of the function, to
> happen right before slot directory cleanup. The previous instance of
> code
> t8hat was commented out was for the unix branch.
>
> - BUGFIX:
>
> The shared memory enumerator had a bug where the name it was
> enumerating wasn't the same name that was eventually locked by the start
>
> routine, this caused the client to only be able to run one application
> at
> a time
>
> - BUGFIX:
>
> The shared memory enumerator was still referencing the slot
> directory number instead of the for loop iterator.
>
> - BUGFIX:
>
> When a process has been preempted, it's pid handle and thread handle need to
> be freed.
>
> - BUGFIX:
>
> Calling MapViewOfFile on Win98 automatically causes a memory leak,
> so don't call it unless we really have to.
>
>
> client/
> app_control.C
> app_start.C
> lib/
> error_numbers.h
> shmem.C, .h
>
>
>
> Rom 31 Aug 2004
>
> - Tag for 4.06 release, all platforms
> boinc_core_release_4_06
>
> --- Rom wrote: --- NOTE: I would like to thank Walt Gribben for helping me by
> debugging this issue for me.
>
>
>
> Kind Regards to all
>
> byron
>
Not much for letting this run, but where's the beef m8 ??

There have to be 1 Byron, or otherwise you are just 0.0
ID: 21123 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21124 - Posted: 1 Sep 2004, 21:01:12 UTC - in response to Message 21076.  
Last modified: 1 Sep 2004, 21:04:11 UTC

And look and behold I could edit my own post
ID: 21124 · Report as offensive
Profile Byron Leigh Hatch @ team Carl Sagan
Volunteer tester
Avatar

Send message
Joined: 5 Jul 99
Posts: 4548
Credit: 35,667,570
RAC: 4
Canada
Message 21134 - Posted: 1 Sep 2004, 21:08:29 UTC - in response to Message 21121.  
Last modified: 2 Sep 2004, 0:08:04 UTC

ID: 21134 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21139 - Posted: 1 Sep 2004, 21:17:01 UTC

And Byron

Right now I fell 100% about what BC have done. As a famuos actor said

IT WORKS FOR ME


ID: 21139 · Report as offensive
DavidIr
Avatar

Send message
Joined: 21 Nov 00
Posts: 7
Credit: 2,536
RAC: 0
United Kingdom
Message 21141 - Posted: 1 Sep 2004, 21:18:33 UTC - in response to Message 21076.  

>
> and say thanks to:
>
> Rom Walton
> Walt Gribben
> DavidIr
>
> and many , many more in this thread , Community team work.

Byron,
Thanks for the mention, but I was just one of many who helped here - the credit is all due to Rom and Walt. I am glad this appears to be behind us now :)

Rom,
I notice this fix (the update to CC 4.06) is not yet available for download from the main S@h prooject pages, and there is no mention on the main page news - should this breakthrough not be shared with everyone?


Dave

Education is not the filling of a pail, but the lighting of a fire — William Butler Yeats
ID: 21141 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21143 - Posted: 1 Sep 2004, 21:19:52 UTC

And Byron

Right now I fell 100% about what BC have done. As a famuos actor said

IT WORKS FOR ME


ID: 21143 · Report as offensive
B52
Avatar

Send message
Joined: 1 Jun 99
Posts: 105
Credit: 215,817
RAC: 0
Denmark
Message 21144 - Posted: 1 Sep 2004, 21:19:57 UTC

And Byron

Right now I fell 100% about what BC have done. As a famuos actor said

IT WORKS FOR ME


ID: 21144 · Report as offensive
Profile Byron Leigh Hatch @ team Carl Sagan
Volunteer tester
Avatar

Send message
Joined: 5 Jul 99
Posts: 4548
Credit: 35,667,570
RAC: 4
Canada
Message 21152 - Posted: 1 Sep 2004, 21:32:13 UTC - in response to Message 21141.  
Last modified: 2 Sep 2004, 0:08:57 UTC

ID: 21152 · Report as offensive
Profile Byron Leigh Hatch @ team Carl Sagan
Volunteer tester
Avatar

Send message
Joined: 5 Jul 99
Posts: 4548
Credit: 35,667,570
RAC: 4
Canada
Message 21156 - Posted: 1 Sep 2004, 21:36:35 UTC
Last modified: 2 Sep 2004, 0:31:27 UTC

ID: 21156 · Report as offensive
DavidIr
Avatar

Send message
Joined: 21 Nov 00
Posts: 7
Credit: 2,536
RAC: 0
United Kingdom
Message 21161 - Posted: 1 Sep 2004, 21:43:12 UTC - in response to Message 21152.  

Byron
Thank you for the reminder, but I feel that pointing everyone to download the latest CC installer from the Alpha project website from inside a forum post is not really an official announcement, and some / many people will not read or follow it.
Just by $0.02

Dave
Dave

Education is not the filling of a pail, but the lighting of a fire — William Butler Yeats
ID: 21161 · Report as offensive
Profile Byron Leigh Hatch @ team Carl Sagan
Volunteer tester
Avatar

Send message
Joined: 5 Jul 99
Posts: 4548
Credit: 35,667,570
RAC: 4
Canada
Message 21164 - Posted: 1 Sep 2004, 21:47:49 UTC - in response to Message 21161.  
Last modified: 2 Sep 2004, 0:09:47 UTC

ID: 21164 · Report as offensive
Previous · 1 . . . 10 · 11 · 12 · 13 · 14 · 15 · 16 . . . 19 · Next

Message boards : Number crunching : BOINC 4 and Win98


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.