Server Side Issues

Message boards : Server programs : Server Side Issues
Message board moderation

To post messages, you must log in.

AuthorMessage
mearvk

Send message
Joined: 24 Feb 07
Posts: 7
United States
Message 8418 - Posted: 25 Feb 2007, 0:40:11 UTC

bin/start yields:

DAEMON pid status lockfile disabled commandline
1 5159 running locked no feeder -d 3
2 5161 NOT RUNNING UNLOCKED no transitioner -d 3
3 5164 running locked no file_deleter -d 3
4 5166 running locked no make_work -wu_name easywu -cusion 5
5 5170 running locked no sample_trivial_validator -d 3 -app uppercase
6 5173 NOT RUNNING UNLOCKED no sample_dummy_validator -d 3 -app uppercase

So, somehow a couple of these daemons aren't starting. Which may bring us to my next problem: the workunits aren't being created in the database via the cron daemon. I have a single workunit in the DB but it simply isn't adding new ones.

Finally, what should the $PROJDIR/apps/ subdirectory structure look like? I've seen a couple suggestions:

/boinc/projects/uppercase/apps/uppercase/uppercase_5.9_i686-pc-linux-gnu/uppercase_5.9_i686-pc-linux-gnu
/boinc/projects/uppercase/apps/appname_version_platform

Should the executable be directly under apps or have its own subdirectory structure like the first line?

Thanks,

Mearvk


Config.xml looks like:

<?xml version="1.0" ?>
<boinc>
<config>
<upload_dir>
/boinc/projects/uppercase/upload
</upload_dir>
<long_name>
Upper Case Convertor
</long_name>
<cgi_url>
http://192.168.1.3/uppercase_cgi/
</cgi_url>
<sched_debug_level>
3
</sched_debug_level>
<disable_account_creation>
0
</disable_account_creation>
<download_url>
http://192.168.1.3/uppercase/download
</download_url>
<db_user>
root
</db_user>
<app_dir>
/boinc/projects/uppercase/apps
</app_dir>
<download_dir>
/boinc/projects/uppercase/download
</download_dir>
<fuh_debug_level>
3
</fuh_debug_level>
<master_url>
http://192.168.1.3/uppercase/
</master_url>
<host>
linux-mnuu
</host>
<db_name>
uppercase
</db_name>
<shmem_key>
0x11111375
</shmem_key>
<show_results>
1
</show_results>
<key_dir>
/boinc/projects/uppercase/keys/
</key_dir>
<upload_url>
http://192.168.1.3/uppercase_cgi/file_upload_handler
</upload_url>
<db_passwd>




</db_passwd>
<min_sendwork_interval>
6
</min_sendwork_interval>
<db_host>




</db_host>
<daily_result_quota>
500
</daily_result_quota>
<one_result_per_user_per_wu>
1
</one_result_per_user_per_wu>
<max_wus_to_send>
50
</max_wus_to_send>
</config>
<tasks/>
<daemons>
<daemon>
<cmd>
feeder -d 3
</cmd>
</daemon>
<daemon>
<cmd>
transitioner -d 3
</cmd>
</daemon>
<daemon>
<cmd>
file_deleter -d 3
</cmd>
</daemon>
<daemon>
<cmd>
make_work -wu_name easywu -cusion 5
</cmd>
</daemon>
<daemon>
<cmd>
sample_trivial_validator -d 3 -app uppercase
</cmd>
</daemon>
<daemon>
<cmd>
sample_dummy_validator -d 3 -app uppercase
</cmd>
</daemon>
</daemons>
</boinc>



Project.xml looks like:

<boinc>
<platform>
<name>windows_intelx86</name>
<user_friendly_name>Microsoft Windows (98 or later) running on an Intel x86-compatible CPU</user_friendly_name>
</platform>
<platform>
<name>i686-pc-linux-gnu</name>
<user_friendly_name>Linux running on an Intel x86-compatible CPU</user_friendly_name>
</platform>
<platform>
<name>x86_64-pc-linux-gnu</name>
<user_friendly_name>Linux running on an AMD x86_64 or Intel EM64T CPU</user_friendly_name>
</platform>
<platform>
<name>powerpc-apple-darwin</name>
<user_friendly_name>Mac OS X 10.3 or later running on Motorola PowerPC</user_friendly_name>
</platform>
<platform>
<name>i686-apple-darwin</name>
<user_friendly_name>Mac OS 10.4 or later running on Intel</user_friendly_name>
</platform>
<platform>
<name>sparc-sun-solaris2.7</name>
<user_friendly_name>Solaris 2.7 running on a SPARC-compatible CPU</user_friendly_name>
</platform>
<platform>
<name>sparc-sun-solaris</name>
<user_friendly_name>Solaris 2.8 or later running on a SPARC-compatible CPU</user_friendly_name>
</platform>
<platform>
<name>sparc64-sun-solaris</name>
<user_friendly_name>Solaris 2.8 or later running on a SPARC 64-bit CPU</user_friendly_name>
</platform>
<platform>
<name>anonymous</name>
<user_friendly_name>anonymous</user_friendly_name>
</platform>
<app>
<name>uppercase</name>
<user_friendly_name>Upper Case Convertor</user_friendly_name>
</app>
</boinc>

ID: 8418 · Report as offensive
mearvk

Send message
Joined: 24 Feb 07
Posts: 7
United States
Message 8421 - Posted: 25 Feb 2007, 2:59:29 UTC

So I found one problem with my input in config.xml:

sample_dummy_validator -d 3 -app uppercase

SHOULD HAVE BEEN

sample_dummy_assimilator -d 3 -app uppercase

but I still can't get "transitioner -d 3" to run...

And the database isn't getting workunits inserted still.
ID: 8421 · Report as offensive
Profile KSMarksPsych
Avatar

Send message
Joined: 30 Oct 05
Posts: 1239
United States
Message 8423 - Posted: 25 Feb 2007, 3:31:04 UTC

If you sign up for the the appropriate email list (your best choice is the projects one) and ask there, I'm sure you'll get an answer.
Kathryn :o)
ID: 8423 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 8579 - Posted: 6 Mar 2007, 19:17:44 UTC

Check the transitioner log, at projects/PROJECTNAME/logs_HOSTNAME/transitioner.log
ID: 8579 · Report as offensive

Message boards : Server programs : Server Side Issues

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.