gaianerthus | 2 Jun 2007 18:25
Picon

An easy way of giving BOINC and RC-75 Cracker the same priority.

First a note: I'm using 4os2 3.04g so it's enhanced START command can
be used. I start the two programs using my startup.cmd file: the
relevant portion is below:

$<begin>

rem Kick off BOINC (runs S <at> H client) and dnetc.exe (runs RC-75)
rem First delay their start so WPS has time to come up

delay 30

cdd g:\os2ut\WarpIn\Apps\BOINC5\bin
start "Seti <at> home" /BG /C /MIN Boinc_client.exe -redirectio

rem Delay half a minute so S <at> H has time to start properly

delay 30

cdd g:\os2ut\bovine
start "RC5-72 Cracker" /FS /BG /C dnetc.exe

The delays are there so that the WPS has time to start properly, and
the other is there so that Seti <at> home have time to start properly
before dnetc.exe is kicked off. 

The both programs gets the same class (idle) but Seti <at> home gets
priority 1 and dnetc.exe gets priority 0.

Are there any gal/guy out there that has managed to start the two
programs as I do but uses some simple utility that can be started
(Continue reading)

WD Loughman | 9 Jun 2007 06:58
Picon
Favicon

H-E-L-P !!!! Too many downloads!!!

On June 5, 6, and 7 (2007) - received my (usual) downloads to get me a 
full stack of stuff to do.

Today however (6-08-2007) I'm being FLOODED with download!!  Over 60 so 
far (9:50pm PDT).  About 15 were 0-byte files, and I deleted them.  The 
remainder actually are queued!

--->  How do I get this stopped?????  Please!

And more on the way...

Here's what my WU-monitor shows:
_____________________________________
Host: localhost

Project: SETI <at> home

WU: 11fe05aa.10139.29441.317312.3.92

Percentage done   :    1.15%
CPU time          :     830   00:13:50
Time to go (Frm 2):  105225   29:13:45
Est. Total time   :  140508   39:01:48
Est. Queue time   : 6303328 1750:55:28
Queued WU's       :      25
Suspended         :       6
Pending downloads :      14
Next benchmark    :         0:20:16:20
_____________________________________

(Continue reading)

Bob | 9 Jun 2007 09:10
Picon
Favicon

Re: H-E-L-P !!!! Too many downloads!!!

** Reply to message from "WD Loughman wdloughman <at> earthlink.net" on Fri, 08 Jun
2007 21:58:17 -0700

> Today however (6-08-2007) I'm being FLOODED with download!!  Over 60 so 
> far (9:50pm PDT).  About 15 were 0-byte files, and I deleted them.  The 
> remainder actually are queued!

I noticed I was downloading a lot of work units also.  Before I could do much
they stopped but I have 50 work units and expect that they can not all be
processed before they expire.  I sure hope the Seti client will check to see if
they have expired before trying to process them.

--

-- 
Robert Blair

 
gaianerthus | 9 Jun 2007 15:57
Picon

En easy way to give seti <at> home and RC5-72 the same priority

Hi!

As I wrote in earlier posts I start seti <at> home and RC5-75 from my
startup file (I use 4os203g) so the start line for seti <at> home would
look like this:

cdd g:\os2ut\WarpIn\Apps\BOINC5\bin
start "Seti <at> home" /BG /C /MIN Boinc_client.exe -redirectio

and the one for RC5-72 look like this:

cdd g:\os2ut\bovine
start "RC5-72 Cracker" /FS /BG /C dnetc.exe

The problem is that seti <at> home get class i delta 1 while dnetc.exe only
get class i delta 0 meaning dnetc.exe will crawl as slow as a
amputated centipede. With the program NICE/2 dnetc.exe can get delta 1
but this must be by hand as NICE/2 only recognize process IDs, not the
name of an executable and after a reboot dnetc.exe will not have the
same process ID as before the boot.

Now some gal/guy came up with a solution where you (1) start a program
in startup.cmd, (2) let you add the desired nice paremeters at the END
of the startup line! So with this program working RC5-72 would be
started as before:

start "RC5-72 Cracker" /FS /BG /C dnetc.exe <the nice paremeters>

Adding some extra lines in startup.cmd would be a snap and it would be
nice to know that if the system reboots, both seti <at> home and RC5-72
(Continue reading)

Keith Myers | 9 Jun 2007 20:32
Picon

Re: H-E-L-P !!!! Too many downloads!!!

On 9 Jun 2007 14:25:31 -0000, seti-warp <at> yahoogroups.com wrote:

>I noticed I was downloading a lot of work units also.  Before I could do much
>they stopped but I have 50 work units and expect that they can not all be
>processed before they expire.  I sure hope the Seti client will check to see if
>they have expired before trying to process them.
>
>-- 
>Robert Blair

This is SETI's attempt to clear out the 'ghost' work units.  Unfortunately, the 
scheduler in the client will process the new WU's round-robin in the order of 
first to expire deadline.  So you are going to see a lot of suspended WU's until 
all the newly downloaded WU's reach their expiration and are then resent for 
processing to others with the normal reasonable deadline date.  I got rid of mine 
by detaching from the project back when they first showed up as 'ghosts'  I've 
avoided the re-downloads mercifully.  I had over 150 'ghost' WU's issued to my 
two clients.

Keith
PMMail/2 Tag->Keith Myers.... computing into the future with eComStation!

This OS/2 system uptime is 2 days 14:29 hours (en).

 
Christer Jacobsson | 10 Jun 2007 17:50
Picon

Re: Re: Seti back

gaianerthus wrote:
> --- In seti-warp <at> yahoogroups.com, "John Small" <jsmall <at> ...> wrote:
> 
>>** Reply to message from Christer Jacobsson <cribo.jacobsson <at> ...> on
> 
> Thu,
> 
>>24 May 2007 17:45:33 +0200
>>
$<a lot of snippage>

> 
> seti <at> home 
> 
Is it NICE/2, i.e. nice004.zip you are referencing to or are there
other NICE programs out on hobbes that I can use? Btw, nice004 doesn't
contain any nicex.exe, so where can I find it?

> 
>>You could try
>>  start "Seti <at> home" /BG /C /MIN nicex.exe -c 0 -d 1 Boinc_client.exe
> 
> -redirectio
> 
>>and
>>  start "RC5-72 Cracker" /FS /BG /C nicex.exe -c 0 -d 1 dnetc.exe
>>
>> 

I first tried placing nicex.exe in my PATH/DPATH, but that didn't cut 
(Continue reading)

tstevic | 12 Jun 2007 19:28

Back Again

After being off seti for a while, where can the I find the lastest OS/2
client?

TIA

Tom

--

-- 
-----------------------------------------------------------
tstevic <at> siscom.net (TSTEVIC)
-----------------------------------------------------------

 
Andreas Ludwig | 12 Jun 2007 20:45
Picon

Re: Back Again

On Tue, 12 Jun 2007 14:28:36 -0300, tstevic <at> siscom.net wrote:

>After being off seti for a while, where can the I find the lastest OS/2
>client?

I have here:

http://os2power.dnsalias.com/yuri/download/seti2/seti-5-13-0-b1.wpi
http://os2power.dnsalias.com/yuri/download/seti2/boinc-5-4-9-b1.wpi

Install the boinc client first and be sure to proceed EXACTLY as the readme 
says (attach SETI first BEFORE isntalling the seti client!)

Cheers
Andreas

--

Andreas Ludwig
Kitsilano, Vancouver, BC
using PMMail/2 on eComStation 1.2MR on a Dual Opteron 244

 
Christer Jacobsson | 12 Jun 2007 22:17
Picon

Re: Back Again

Andreas Ludwig wrote:
> On Tue, 12 Jun 2007 14:28:36 -0300, tstevic <at> siscom.net wrote:
> 
> 
>>After being off seti for a while, where can the I find the lastest OS/2
>>client?
> 
> 
> I have here:
> 
> http://os2power.dnsalias.com/yuri/download/seti2/seti-5-13-0-b1.wpi
> http://os2power.dnsalias.com/yuri/download/seti2/boinc-5-4-9-b1.wpi
> 
> Install the boinc client first and be sure to proceed EXACTLY as the readme 
> says (attach SETI first BEFORE isntalling the seti client!)
> 
>

Here are some fly in the ointment:

How do I access the README file(s) before installing the .wpi packages?
In what order should the BOINC and SETI client be shut down before 
installing the new packages - maybe the Great Mother have arranged it so 
that stopping the BOINC client automagically stops the SETI program too.

> Yahoo! Groups Links
> 
> 
> 
> 
(Continue reading)

Andreas Ludwig | 12 Jun 2007 22:51
Picon

Re: Back Again

On Tue, 12 Jun 2007 22:17:23 +0200, Christer Jacobsson wrote:

>How do I access the README file(s) before installing the .wpi packages?

Just 'run' the boinc wpi package - it will display the readme at some point 
(and you can still cancel after reading it ;o).

>In what order should the BOINC and SETI client be shut down before 
>installing the new packages - maybe the Great Mother have arranged it so 
>that stopping the BOINC client automagically stops the SETI program too.

There is only one program to be closed here, the 
"Boinc client/2"

it's a command line program. Maybe you have some monitor app running as well? 
In fact I doubt that it matters what you shut down first. Just close 
everything that you think is related to SETI and install the new version.

Cheers
Andreas

--

Andreas Ludwig
Kitsilano, Vancouver, BC
using PMMail/2 on eComStation 1.2MR on a Dual Opteron 244

 

Gmane