Posts by Gray Handcock

1) Message boards : Number crunching : Rosetta Beta 6.00 (Message 108769)
Posted 14 Dec 2023 by Gray Handcock
Post:
Hi

So, to update the info for anyone else with this problem:

Prior to the "fix" for Rosetta Beta v6.05 x86_64-pc-linux-gnu I had 118 WUs error out of 118

Error message:
<stderr_txt>
../../projects/boinc.bakerlab.org_rosetta/rosetta_beta_6.05_x86_64-pc-linux-gnu: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

</stderr_txt>

The fix for my problem would appear to be the installation of libgl1,
which also installed the following dependencies:

libxcb-present0, libxxf86vm1, libglx-mesa0, libglvnd0, libx11-xcb1,
libxshmfence1, libxcb-dri2-0, libxcb-dri3-0, libpciaccess0, libglx0,
libdrm-nouveau2, libllvm15, libz3-4, libgl1-mesa-dri, libdrm-common,
libxcb-glx0, libglapi-mesa, libdrm-amdgpu1, libdrm-radeon1, libdrm2,
libxcb-randr0, libxcb-shm0, libxcb-sync1, libdrm-intel1, libxfixes3,
libxcb-xfixes0

I received 11 WUs for Rosetta Beta v6.05 x86_64-pc-linux-gnu yesterday after allowing
more work. 6 of them have completed and been validated - the rest are in progress.

As a comment it would seem a bit strange to require what would appear to be
GUI-related files for CPU work - but the fix does seem to be functioning at this time, so I am happy :)

Thanks
2) Message boards : Number crunching : Rosetta Beta 6.00 (Message 108767)
Posted 13 Dec 2023 by Gray Handcock
Post:
Hi

I have just installed libgl1 (with a bunch of dependencies). I will allow more work and see if that fixes the problem

Thanks
3) Message boards : Number crunching : Rosetta Beta 6.00 (Message 108766)
Posted 13 Dec 2023 by Gray Handcock
Post:
Hi - see the below for the last 6.05 - which obviously failed to proceed:

<core_client_version>7.20.5</core_client_version>
<![CDATA[
<message>
process exited with code 127 (0x7f, -129)</message>
<stderr_txt>
../../projects/boinc.bakerlab.org_rosetta/rosetta_beta_6.05_x86_64-pc-linux-gnu: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

</stderr_txt>
]]>

Hope it helps to fix this issue - the 4.20 WUs are all fine and validated and failed 6.50 WUs are at 118 now

Thanks


I am wondering if not having a GUI installed might be the problem - the box is accessed via ssh, using command--line only.
4) Message boards : Number crunching : Rosetta Beta 6.00 (Message 108765)
Posted 13 Dec 2023 by Gray Handcock
Post:
Hi - see the below for the last 6.05 - which obviously failed to proceed:

<core_client_version>7.20.5</core_client_version>
<![CDATA[
<message>
process exited with code 127 (0x7f, -129)</message>
<stderr_txt>
../../projects/boinc.bakerlab.org_rosetta/rosetta_beta_6.05_x86_64-pc-linux-gnu: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

</stderr_txt>
]]>

Hope it helps to fix this issue - the 4.20 WUs are all fine and validated and failed 6.50 WUs are at 118 now

Thanks
5) Message boards : Number crunching : Rosetta Beta 6.00 (Message 108758)
Posted 12 Dec 2023 by Gray Handcock
Post:
Hi

my computer specs:

Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz [Family 6 Model 60 Stepping 3]
Number of processors 8
Operating System Debian GNU/Linux 12 (bookworm) [6.1.0-15-amd64|libc 2.36]
BOINC version 7.20.5
Memory 7833.52 MB

Rosetta v4.20 x86_64-pc-linux-gnu are completing normally as expected
Rosetta Beta v6.05 x86_64-pc-linux-gnu errors out, every single one gives "Error while computing"

Is there any option to block the "beta 6*" series until this is sorted out ?

thanks


UPDATE: currently the errors are at 116 and counting.
Just for the record, this is a headless install of Debian stable and no overclocking applied to the hardware,
which has been set up just for Rosetta & WCG.
6) Message boards : Number crunching : Rosetta Beta 6.00 (Message 108756)
Posted 12 Dec 2023 by Gray Handcock
Post:
Hi

my computer specs:

Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz [Family 6 Model 60 Stepping 3]
Number of processors 8
Operating System Debian GNU/Linux 12 (bookworm) [6.1.0-15-amd64|libc 2.36]
BOINC version 7.20.5
Memory 7833.52 MB

Rosetta v4.20 x86_64-pc-linux-gnu are completing normally as expected
Rosetta Beta v6.05 x86_64-pc-linux-gnu errors out, every single one gives "Error while computing"

Is there any option to block the "beta 6*" series until this is sorted out ?

thanks
7) Message boards : Number crunching : Minirosetta 3.62-3.65 (Message 78955)
Posted 20 Oct 2015 by Gray Handcock
Post:
Hi,


<stderr_txt>
../../projects/boinc.bakerlab.org_rosetta/minirosetta_3.65_x86_64-pc-linux-gnu: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
</stderr_txt>


had the same problem and after installing freeglut3 'sudo apt-get install freeglut3' in Ubuntu 14.04 it worked for me again.

Cheers, Chris


Hello Guys

I am on Debian 8 and used the following files to fix the problem (I have now had several work units complete successfully)

apt-get install freeglut3 libglu1-mesalibglu1-mesa

cheers


Hi Guys

Just a follow-up - units processing normally now from the time of the adding of
freeglut3 and libglu1-mesalibglu1-mesa - barring one isolated wobble amongst 60-odd successful ones.

Thanks
8) Message boards : Number crunching : Minirosetta 3.62-3.65 (Message 78917)
Posted 15 Oct 2015 by Gray Handcock
Post:
Hi,


<stderr_txt>
../../projects/boinc.bakerlab.org_rosetta/minirosetta_3.65_x86_64-pc-linux-gnu: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory
</stderr_txt>


had the same problem and after installing freeglut3 'sudo apt-get install freeglut3' in Ubuntu 14.04 it worked for me again.

Cheers, Chris


Hello Guys

I am on Debian 8 and used the following files to fix the problem (I have now had several work units complete successfully)

apt-get install freeglut3 libglu1-mesalibglu1-mesa

cheers
9) Message boards : Number crunching : Minirosetta 3.62-3.65 (Message 78911)
Posted 14 Oct 2015 by Gray Handcock
Post:
Hi.

I hope there is a fix for this error on ubuntu rigs, I only have a few 3.62 tasks left on my other rigs( about a days worth ) the rig that got all the errors was the first to get the 3.65 app & I have stopped it getting any new work, no point with all the errors.

I'm not going to let my other rigs update to a new app until a fix is out for linux/ubuntu.


I just experienced the same error on 3.65 and had to install libglut.

Running Fedora 22 it was:
"dnf install freeglut" Fedora 22
"yum install freeglut" pre-Fed22

One way you can tell if you are missing the libraries is to go to the Boinc Rosetta project directory and perform an "ldd" on the minirosett *gnu files.

If you are missing the libglut.so library, then you see the "not found" in the ldd print out.




I suspect the


Hello

I did run lld and found the libGLU was missing - I have had a HUGE amount of failed units prior to this. Hopefully this helps ?

Cheers
10) Message boards : Number crunching : Minirosetta 3.54 (Message 78223)
Posted 21 May 2015 by Gray Handcock
Post:
Hello

I recently installed Debian Jessie 64-bit on an Intel i7 box with just the basic system tools, Samba and the Boinc-client. This is command-line only - done as a file-server install so no GUI. I am getting a LOT of compute errors - below is just the one page:

735265145 666160586 17 May 2015 17:36:01 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.55 0.05 ---
735264415 666159908 17 May 2015 17:27:45 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 2.22 0.02 ---
735264319 666159812 17 May 2015 17:31:53 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.01 0.03 ---
735263156 666158694 17 May 2015 17:23:33 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.76 0.04 ---
735262945 666158497 17 May 2015 17:19:23 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 2.00 0.02 ---
735262179 666157804 17 May 2015 17:11:07 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 1.01 0.01 ---
735261760 666157386 17 May 2015 17:15:14 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.65 0.05 ---
735261098 666156741 17 May 2015 17:06:59 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.92 0.06 ---
735260316 666156003 17 May 2015 17:02:50 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.76 0.05 ---
735259902 666155598 17 May 2015 16:58:42 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.63 0.05 ---
735259688 666155396 17 May 2015 16:54:34 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.88 0.05 ---
735258808 666154613 17 May 2015 16:50:26 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.82 0.04 ---
735258672 666154477 17 May 2015 16:46:18 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 0.80 0.01 ---
735258071 666153955 17 May 2015 16:42:09 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.44 0.05 ---
735257419 666153326 17 May 2015 16:38:00 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 1.53 0.02 ---
735257050 666153003 17 May 2015 16:33:51 UTC 17 May 2015 22:19:26 UTC Over Client error Downloading 0.00 0.00 ---
735256597 666152571 17 May 2015 16:29:44 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 5.52 0.06 ---
735255994 666152024 17 May 2015 16:21:29 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 0.00 0.00 ---
735255589 666151620 17 May 2015 16:25:36 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.61 0.05 ---

Please let me know if I need to provide any other info ?

Thanks


Just took a look at one of your error'd workunits:
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/fold_and_dock_foldit_2000569_s003_data.zip
./00001.200.3mers: write error (disk full?). Continue? (y/n/^C)
warning: ./00001.200.3mers is probably truncated
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...

ERROR: Cannot open PDB file "multimer.pdb"

... from what I can see either your disk is full, not enough space is available/allocated in your boinc setup, or there's some other type of filesystem issue.

Wish I could be more help, but hopefully this points you in the right direction. PS - these aren't issues with the workunits themselves as your error'd WUs are being re-run successfully on other clients.

On the good side, I do see that your latest work unit did not error out so maybe you fixed the issue?


Hello Timo

Thanks for that suggestion - I have just finished re-installing Debian Jessie again - but this time I have allocated 100 GB for the system - in the first install I took the default suggested partition sizes (where /, var, tmp and home are all separate) - which included 9 GB for system - which would have been fine for a normal server, but possibly not when Boinc is included...

Rosetta has been re-attached. Here's hoping this runs flawlessly ! :)

Thank you


Hello Timo

An update: so far the work units seem to be succeeding - barring one that happened around the time that my UPS ran out of power and the server went down...

Thank you
11) Message boards : Number crunching : Minirosetta 3.54 (Message 78222)
Posted 20 May 2015 by Gray Handcock
Post:
Hello

I recently installed Debian Jessie 64-bit on an Intel i7 box with just the basic system tools, Samba and the Boinc-client. This is command-line only - done as a file-server install so no GUI. I am getting a LOT of compute errors - below is just the one page:

735265145 666160586 17 May 2015 17:36:01 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.55 0.05 ---
735264415 666159908 17 May 2015 17:27:45 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 2.22 0.02 ---
735264319 666159812 17 May 2015 17:31:53 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.01 0.03 ---
735263156 666158694 17 May 2015 17:23:33 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.76 0.04 ---
735262945 666158497 17 May 2015 17:19:23 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 2.00 0.02 ---
735262179 666157804 17 May 2015 17:11:07 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 1.01 0.01 ---
735261760 666157386 17 May 2015 17:15:14 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.65 0.05 ---
735261098 666156741 17 May 2015 17:06:59 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.92 0.06 ---
735260316 666156003 17 May 2015 17:02:50 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.76 0.05 ---
735259902 666155598 17 May 2015 16:58:42 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.63 0.05 ---
735259688 666155396 17 May 2015 16:54:34 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.88 0.05 ---
735258808 666154613 17 May 2015 16:50:26 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.82 0.04 ---
735258672 666154477 17 May 2015 16:46:18 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 0.80 0.01 ---
735258071 666153955 17 May 2015 16:42:09 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.44 0.05 ---
735257419 666153326 17 May 2015 16:38:00 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 1.53 0.02 ---
735257050 666153003 17 May 2015 16:33:51 UTC 17 May 2015 22:19:26 UTC Over Client error Downloading 0.00 0.00 ---
735256597 666152571 17 May 2015 16:29:44 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 5.52 0.06 ---
735255994 666152024 17 May 2015 16:21:29 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 0.00 0.00 ---
735255589 666151620 17 May 2015 16:25:36 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.61 0.05 ---

Please let me know if I need to provide any other info ?

Thanks


Just took a look at one of your error'd workunits:
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/fold_and_dock_foldit_2000569_s003_data.zip
./00001.200.3mers: write error (disk full?). Continue? (y/n/^C)
warning: ./00001.200.3mers is probably truncated
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...

ERROR: Cannot open PDB file "multimer.pdb"

... from what I can see either your disk is full, not enough space is available/allocated in your boinc setup, or there's some other type of filesystem issue.

Wish I could be more help, but hopefully this points you in the right direction. PS - these aren't issues with the workunits themselves as your error'd WUs are being re-run successfully on other clients.

On the good side, I do see that your latest work unit did not error out so maybe you fixed the issue?


Hello Timo

Thanks for that suggestion - I have just finished re-installing Debian Jessie again - but this time I have allocated 100 GB for the system - in the first install I took the default suggested partition sizes (where /, var, tmp and home are all separate) - which included 9 GB for system - which would have been fine for a normal server, but possibly not when Boinc is included...

Rosetta has been re-attached. Here's hoping this runs flawlessly ! :)

Thank you
12) Message boards : Number crunching : Minirosetta 3.54 (Message 78218)
Posted 19 May 2015 by Gray Handcock
Post:
Hello

I recently installed Debian Jessie 64-bit on an Intel i7 box with just the basic system tools, Samba and the Boinc-client. This is command-line only - done as a file-server install so no GUI. I am getting a LOT of compute errors - below is just the one page:

735265145 666160586 17 May 2015 17:36:01 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.55 0.05 ---
735264415 666159908 17 May 2015 17:27:45 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 2.22 0.02 ---
735264319 666159812 17 May 2015 17:31:53 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.01 0.03 ---
735263156 666158694 17 May 2015 17:23:33 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.76 0.04 ---
735262945 666158497 17 May 2015 17:19:23 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 2.00 0.02 ---
735262179 666157804 17 May 2015 17:11:07 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 1.01 0.01 ---
735261760 666157386 17 May 2015 17:15:14 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.65 0.05 ---
735261098 666156741 17 May 2015 17:06:59 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.92 0.06 ---
735260316 666156003 17 May 2015 17:02:50 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.76 0.05 ---
735259902 666155598 17 May 2015 16:58:42 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.63 0.05 ---
735259688 666155396 17 May 2015 16:54:34 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.88 0.05 ---
735258808 666154613 17 May 2015 16:50:26 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 3.82 0.04 ---
735258672 666154477 17 May 2015 16:46:18 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 0.80 0.01 ---
735258071 666153955 17 May 2015 16:42:09 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.44 0.05 ---
735257419 666153326 17 May 2015 16:38:00 UTC 17 May 2015 22:37:37 UTC Over Client error Compute error 1.53 0.02 ---
735257050 666153003 17 May 2015 16:33:51 UTC 17 May 2015 22:19:26 UTC Over Client error Downloading 0.00 0.00 ---
735256597 666152571 17 May 2015 16:29:44 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 5.52 0.06 ---
735255994 666152024 17 May 2015 16:21:29 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 0.00 0.00 ---
735255589 666151620 17 May 2015 16:25:36 UTC 17 May 2015 22:19:26 UTC Over Client error Compute error 4.61 0.05 ---

Please let me know if I need to provide any other info ?

Thanks
13) Message boards : Number crunching : SERVER PROBLEMS. (Message 63538)
Posted 1 Oct 2009 by Gray Handcock
Post:
Hi - not sure if this is related to the above, but I am getting this error:

Wed 30 Sep 2009 23:47:56 SAST|rosetta@home|Sending scheduler request: To fetch work. Requesting 276065 seconds of work, reporting 0 completed tasks
Wed 30 Sep 2009 23:49:03 SAST|rosetta@home|Scheduler request failed: HTTP internal server error
Wed 30 Sep 2009 23:54:41 SAST|rosetta@home|Sending scheduler request: Requested by user. Requesting 276563 seconds of work, reporting 0 completed tasks
Wed 30 Sep 2009 23:55:47 SAST|rosetta@home|Scheduler request failed: HTTP internal server error

Cheers
Gray


Hmm, well whatever it was, I do seem to have got some WUs in the course of the early morning (here):

Thu 01 Oct 2009 01:30:41 SAST|rosetta@home|Scheduler request succeeded: got 5 new tasks

Still curious to know what the issue was, but at least can continue crunching :)

cheers
Gray
14) Message boards : Number crunching : SERVER PROBLEMS. (Message 63532)
Posted 30 Sep 2009 by Gray Handcock
Post:
Hi - not sure if this is related to the above, but I am getting this error:

Wed 30 Sep 2009 23:47:56 SAST|rosetta@home|Sending scheduler request: To fetch work. Requesting 276065 seconds of work, reporting 0 completed tasks
Wed 30 Sep 2009 23:49:03 SAST|rosetta@home|Scheduler request failed: HTTP internal server error
Wed 30 Sep 2009 23:54:41 SAST|rosetta@home|Sending scheduler request: Requested by user. Requesting 276563 seconds of work, reporting 0 completed tasks
Wed 30 Sep 2009 23:55:47 SAST|rosetta@home|Scheduler request failed: HTTP internal server error

Cheers
Gray
15) Message boards : Number crunching : SERVER PROBLEMS. (Message 58695)
Posted 9 Jan 2009 by Gray Handcock
Post:
are there still server issues ?

-----------------------------------------
2009/01/09 08:30:08 AM|rosetta@home|Sending scheduler request: Requested by user. Requesting 0 seconds of work, reporting 1 completed tasks
2009/01/09 08:30:13 AM||Project communication failed: attempting access to reference site
2009/01/09 08:30:13 AM|rosetta@home|Scheduler request failed: Transferred a partial file
2009/01/09 08:30:16 AM||Internet access OK - project servers may be temporarily down.
------------------------------------------

thanks
16) Message boards : Number crunching : SERVER PROBLEMS. (Message 58652)
Posted 7 Jan 2009 by Gray Handcock
Post:
...and as soon as I posted the message before this the downloads started !!

Thanks !
17) Message boards : Number crunching : SERVER PROBLEMS. (Message 58651)
Posted 7 Jan 2009 by Gray Handcock
Post:
Guess it will still be a while...

---------------------------------------------
2009/01/07 10:49:28 PM|rosetta@home|Sending scheduler request: Requested by user. Requesting 30240 seconds of work, reporting 0 completed tasks
2009/01/07 10:49:31 PM||Project communication failed: attempting access to reference site
2009/01/07 10:49:33 PM|rosetta@home|Scheduler request failed: Transferred a partial file
2009/01/07 10:49:34 PM||Internet access OK - project servers may be temporarily down.
2009/01/07 11:05:33 PM|rosetta@home|Sending scheduler request: Requested by user. Requesting 30240 seconds of work, reporting 0 completed tasks
2009/01/07 11:05:38 PM||Project communication failed: attempting access to reference site
2009/01/07 11:05:39 PM|rosetta@home|Scheduler request failed: Transferred a partial file
2009/01/07 11:05:41 PM||Internet access OK - project servers may be temporarily down.
----------------------------------------------

cheers
18) Message boards : Number crunching : SERVER PROBLEMS. (Message 58596)
Posted 7 Jan 2009 by Gray Handcock
Post:
Hi

10:47 am here - still getting this error:

2009/01/07 10:36:00 AM|rosetta@home|Sending scheduler request: Requested by user. Requesting 259201 seconds of work, reporting 0 completed tasks
2009/01/07 10:36:08 AM||Project communication failed: attempting access to reference site
2009/01/07 10:36:10 AM|rosetta@home|Scheduler request failed: Transferred a partial file
2009/01/07 10:36:11 AM||Internet access OK - project servers may be temporarily down.

I assume the issue is still to be worked on ?
19) Message boards : Number crunching : No Work Units (Message 58473)
Posted 4 Jan 2009 by Gray Handcock
Post:
hi

i am getting this

2009/01/04 06:11:56 PM|rosetta@home|Sending scheduler request: Requested by user. Requesting 30240 seconds of work, reporting 0 completed tasks
2009/01/04 06:11:59 PM||Project communication failed: attempting access to reference site
2009/01/04 06:12:01 PM|rosetta@home|Scheduler request failed: Transferred a partial file
2009/01/04 06:12:02 PM||Internet access OK - project servers may be temporarily down.
2009/01/04 06:17:22 PM|rosetta@home|Sending scheduler request: Requested by user. Requesting 30240 seconds of work, reporting 0 completed tasks
2009/01/04 06:17:26 PM||Project communication failed: attempting access to reference site
2009/01/04 06:17:27 PM|rosetta@home|Scheduler request failed: Transferred a partial file
2009/01/04 06:17:29 PM||Internet access OK - project servers may be temporarily down.

what is this partial file business - just got the pc de-dusted in readiness for rosetta@home crunching, and now i cannot get any wus...

cheers
20) Message boards : Number crunching : Minirosetta v1.32 bug thread (Message 55263)
Posted 24 Aug 2008 by Gray Handcock
Post:
hi

thus far what I have processed has been rated a success.

I am vaguely curious as to why a discrepancy between claimed credit and granted credit - I mean this in a spirit of enquiry only, as I am not in a position to compete with anyone: I crunch here and there as and when I can... :(

187039158 170829845 24 Aug 2008 14:40:04 UTC 24 Aug 2008 17:24:10 UTC Over Success Done 6,949.45 16.82 7.76
186859960 170670039 23 Aug 2008 20:48:21 UTC 24 Aug 2008 16:18:07 UTC Over Success Done 7,501.63 18.15 6.32
186500690 170342018 22 Aug 2008 8:35:39 UTC 24 Aug 2008 13:43:03 UTC Over Success Done 9,431.64 22.82 8.09
185665231 169581780 18 Aug 2008 22:28:03 UTC 22 Aug 2008 20:22:17 UTC Over Success Done 6,588.55 15.76 5.32
185659319 169576641 18 Aug 2008 21:46:50 UTC 19 Aug 2008 9:17:56 UTC Over Success Done 7,270.64 17.39 6.88

I underline again: this is NOT a major issue - I am merely curious.

I am running on a winXP box with SP3 and Boinc Manager 6.3.10

Gray






©2025 University of Washington
https://www.bakerlab.org