can't get task

Questions and Answers : Unix/Linux : can't get task
Message board moderation

To post messages, you must log in.

AuthorMessage
Wei-Cheng Jian

Send message
Joined: 10 Oct 06
Posts: 4
Credit: 17,269
RAC: 0
Taiwan
Message 445652 - Posted: 29 Oct 2006, 14:48:04 UTC

my OS type is freebsd 6.1 stable

when I enter this command:
./boinc_client --attach_project http://setiathome.berkeley.edu <mykey>

it echos:
2006-10-29 22:38:19 [---] Starting BOINC client version 5.4.9 for i386-portbld-freebsd
2006-10-29 22:38:19 [---] libcurl/7.15.3 OpenSSL/0.9.7e zlib/1.2.2
2006-10-29 22:38:19 [---] Data directory: /usr/local/bin
2006-10-29 22:38:19 [---] Processor: 1 i386 Intel Pentium XXX
2006-10-29 22:38:19 [---] Memory: XXX MB physical, 0 bytes virtual
2006-10-29 22:38:19 [---] Disk: XXX GB total, XXX GB free
2006-10-29 22:38:19 [---] Already attached to http://setiathome.berkeley.edu/
2006-10-29 22:38:19 [---] Already attached to http://setiathome.berkeley.edu/
2006-10-29 22:38:19 [SETI@home] URL: http://setiathome.berkeley.edu/; Computer ID: XXXXXXX; location: home; project prefs: default
2006-10-29 22:38:19 [---] No general preferences found - using BOINC defaults
2006-10-29 22:38:19 [---] Local control only allowed
2006-10-29 22:38:19 [---] Listening on port 31416

then it just stopped...
I can only use Ctrl+C to end it.

then it echos:
^C2006-10-29 22:47:46 [---] Received signal 2
2006-10-29 22:47:47 [---] Exit requested by user
2006-10-29 22:47:47 [---] Rescheduling CPU: exit_tasks


so, I can't get any tasks for operation.
Please help me......
ID: 445652 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 445978 - Posted: 29 Oct 2006, 18:38:40 UTC - in response to Message 445652.  

It look like on the previos attach, was the app_info.xml file in the $BOINCDIR/projects/setiathome.berkeley.edu was not found, and so the boinc client is going to wait 24 hours.

Could you please stop the boinc client and verify, if the app_info.xml and the setiathome application (setiathome-5.1x...) is in these directory and start the boinc client again with "./boinc_client -update_prefs http://setiathome.berkeley.edu".
ID: 445978 · Report as offensive
Wei-Cheng Jian

Send message
Joined: 10 Oct 06
Posts: 4
Credit: 17,269
RAC: 0
Taiwan
Message 445987 - Posted: 29 Oct 2006, 18:55:36 UTC - in response to Message 445978.  

It look like on the previos attach, was the app_info.xml file in the $BOINCDIR/projects/setiathome.berkeley.edu was not found, and so the boinc client is going to wait 24 hours.

Could you please stop the boinc client and verify, if the app_info.xml and the setiathome application (setiathome-5.1x...) is in these directory and start the boinc client again with "./boinc_client -update_prefs http://setiathome.berkeley.edu".


I already have app_info.xml in /var/db/boinc/projects/setiathome.berkeley.edu/

enter "./boinc_client -update_prefs http://setiathome.berkeley.edu"
it echos:
2006-10-30 02:50:11 [---] Starting BOINC client version 5.4.9 for i386-portbld-freebsd
2006-10-30 02:50:11 [---] libcurl/7.15.3 OpenSSL/0.9.7e zlib/1.2.2
2006-10-30 02:50:11 [---] Data directory: /usr/local/bin
2006-10-30 02:50:11 [---] Processor: 1 i386 Intel Pentium XXX
2006-10-30 02:50:11 [---] Memory: XXX MB physical, 0 bytes virtual
2006-10-30 02:50:11 [---] Disk: XXX GB total, XXX GB free
2006-10-30 02:50:11 [SETI@home] URL: http://setiathome.berkeley.edu/; Computer ID: XXXXXXX; location: home; project prefs: default
2006-10-30 02:50:11 [---] No general preferences found - using BOINC defaults
2006-10-30 02:50:11 [---] Local control only allowed
2006-10-30 02:50:11 [---] Listening on port 31416

p.s.I install the software from /usr/ports/astro/boinc-setiathome-enhanced/

Thanks for your reply! :)
ID: 445987 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 446023 - Posted: 29 Oct 2006, 19:37:04 UTC - in response to Message 445987.  


I already have app_info.xml in /var/db/boinc/projects/setiathome.berkeley.edu/

2006-10-30 02:50:11 [---] Data directory: /usr/local/bin

p.s.I install the software from /usr/ports/astro/boinc-setiathome-enhanced/


I am not shure, if the boinc client also should be in /var/db/boinc instead of /usr/local/lib. Could you please try to copy the boinc_client to /var/db/boinc, and restart it again with -update_prefs http://setiathome...
If the boinc client found the app_info.xml, it will prints out a message, which is missing at your outputs.
ID: 446023 · Report as offensive
Wei-Cheng Jian

Send message
Joined: 10 Oct 06
Posts: 4
Credit: 17,269
RAC: 0
Taiwan
Message 452084 - Posted: 6 Nov 2006, 11:25:08 UTC - in response to Message 446023.  
Last modified: 6 Nov 2006, 11:33:27 UTC


I already have app_info.xml in /var/db/boinc/projects/setiathome.berkeley.edu/

2006-10-30 02:50:11 [---] Data directory: /usr/local/bin

p.s.I install the software from /usr/ports/astro/boinc-setiathome-enhanced/


I am not shure, if the boinc client also should be in /var/db/boinc instead of /usr/local/lib. Could you please try to copy the boinc_client to /var/db/boinc, and restart it again with -update_prefs http://setiathome...
If the boinc client found the app_info.xml, it will prints out a message, which is missing at your outputs.


I copy the app_info.xml to /usr/local/bin
Because my boinc_client is installed in /usr/local/bin

P.S. I use the FreeBSD ports to install it.
boinc-client-5.4.9 Berkeley Open Infrastructure for Network Computing client
boinc-setiathome-enhanced-5.12 Setiathome Enhanced for BOINC

enter "./boinc_client -update_prefs http://setiathome.berkeley.edu"

2006-11-06 19:16:12 [---] Starting BOINC client version 5.4.9 for i386-portbld-freebsd
2006-11-06 19:16:12 [---] libcurl/7.15.3 OpenSSL/0.9.7e zlib/1.2.2
2006-11-06 19:16:12 [---] Data directory: /usr/local/bin
2006-11-06 19:16:12 [---] Processor: 1 i386 Intel Pentium XXXX
2006-11-06 19:16:12 [---] Memory: XXXX MB physical, 0 bytes virtual
2006-11-06 19:16:12 [---] Disk: XXXX GB total, XXXX GB free
2006-11-06 19:16:12 [SETI@home] URL: http://setiathome.berkeley.edu/; Computer ID: 2823292; location: home; project prefs: default
2006-11-06 19:16:12 [---] No general preferences found - using BOINC defaults
2006-11-06 19:16:12 [---] Local control only allowed
2006-11-06 19:16:12 [---] Listening on port 31416
2006-11-06 19:16:12 [---] Suspending network activity - running CPU benchmarks
2006-11-06 19:16:14 [---] Running CPU benchmarks
2006-11-06 19:17:13 [---] Benchmark results:
2006-11-06 19:17:13 [---] Number of CPUs: X
2006-11-06 19:17:13 [---] XXXX floating point MIPS (Whetstone) per CPU
2006-11-06 19:17:13 [---] XXXX integer MIPS (Dhrystone) per CPU
2006-11-06 19:17:13 [---] Finished CPU benchmarks
2006-11-06 19:17:14 [---] Resuming computation
2006-11-06 19:17:14 [---] Rescheduling CPU: Resuming computation
2006-11-06 19:17:14 [---] Resuming network activity
2006-11-06 19:17:14 [SETI@home] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2006-11-06 19:17:14 [SETI@home] Reason: Requested by user
2006-11-06 19:17:14 [SETI@home] Requesting 8640 seconds of new work
2006-11-06 19:17:19 [SETI@home] Scheduler request succeeded
2006-11-06 19:17:19 [SETI@home] Message from server: platform 'i386-portbld-freebsd' not found

It stop the message... It can't end by itself.
I can only stop it by Ctrl+C again. :<

Idon't know what can I do for it...

Please help~~~ Thanks!
ID: 452084 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 452432 - Posted: 6 Nov 2006, 22:12:05 UTC - in response to Message 452084.  


I copy the app_info.xml to /usr/local/bin
Because my boinc_client is installed in /usr/local/bin

This is the wrong directory, /var/db/boinc/projects/setiathome.berkeley.edu is the right one. Your boinc client only accepts the app_info.xml in this directory.

Could you please post the output of "ls -Rla /var/db/boinc".

You could also try to copy the boinc client from /usr/local/bin to /var/db/boinc/ and "cd /var/db/boinc" and start the boinc client with ./boinc_client --attach_project http://setiathome.berkeley.edu YOUR_ACCOUNT_KEY"


It stop the message... It can't end by itself.
I can only stop it by Ctrl+C again. :<

This is OK.
ID: 452432 · Report as offensive
Wei-Cheng Jian

Send message
Joined: 10 Oct 06
Posts: 4
Credit: 17,269
RAC: 0
Taiwan
Message 459830 - Posted: 17 Nov 2006, 10:56:05 UTC - in response to Message 452432.  
Last modified: 17 Nov 2006, 11:14:21 UTC


I copy the app_info.xml to /usr/local/bin
Because my boinc_client is installed in /usr/local/bin

This is the wrong directory, /var/db/boinc/projects/setiathome.berkeley.edu is the right one. Your boinc client only accepts the app_info.xml in this directory.

Could you please post the output of "ls -Rla /var/db/boinc".

You could also try to copy the boinc client from /usr/local/bin to /var/db/boinc/ and "cd /var/db/boinc" and start the boinc client with ./boinc_client --attach_project http://setiathome.berkeley.edu YOUR_ACCOUNT_KEY"


It stop the message... It can't end by itself.
I can only stop it by Ctrl+C again. :<

This is OK.

.:
total 8
drwxr-xr-x 3 boinc nobody 512 10 27 23:49 .
drwxr-xr-x 10 root wheel 512 10 30 03:10 ..
-rw------- 1 root nobody 32 10 27 23:49 gui_rpc_auth.cfg
drwxr-xr-x 3 boinc nobody 512 10 27 23:33 projects

./projects:
total 6
drwxr-xr-x 3 boinc nobody 512 10 27 23:33 .
drwxr-xr-x 3 boinc nobody 512 10 27 23:49 ..
drwxr-xr-x 2 boinc nobody 512 10 27 23:33 setiathome.berkeley.edu

./projects/setiathome.berkeley.edu:
total 1312
drwxr-xr-x 2 boinc nobody 512 10 27 23:33 .
drwxr-xr-x 3 boinc nobody 512 10 27 23:33 ..
-r--r--r-- 1 boinc nobody 668 10 27 23:33 AUTHORS
-r--r--r-- 1 boinc nobody 1047 10 27 23:33 CHANGES
-r--r--r-- 1 boinc nobody 17992 10 27 23:33 COPYING
-r--r--r-- 1 boinc nobody 1914 10 27 23:33 COPYRIGHT
-r--r--r-- 1 boinc nobody 2025 10 27 23:33 README
-r--r--r-- 1 boinc nobody 462 10 27 23:33 app_info.xml
-r-xr-xr-x 1 boinc nobody 1291336 10 27 23:33 setiathome-5.12.i386-unknown-freebsd


Now,I get these message:
2006-11-16 19:19:17 [SETI@home] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2006-11-16 19:19:17 [SETI@home] Reason: To fetch work
2006-11-16 19:19:17 [SETI@home] Requesting 8640 seconds of new work
2006-11-16 19:19:22 [SETI@home] Scheduler request succeeded
2006-11-16 19:19:22 [SETI@home] Message from server: platform 'i386-portbld-freebsd' not found
2006-11-16 19:19:22 [SETI@home] No work from project
2006-11-16 19:19:22 [SETI@home] No work from project

What can I do?
Thank you.
ID: 459830 · Report as offensive

Questions and Answers : Unix/Linux : can't get task


 
©2025 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.