climateprediction.net home page
Client only runs when started by root?

Client only runs when started by root?

Questions and Answers : Unix/Linux : Client only runs when started by root?
Message board moderation

To post messages, you must log in.

AuthorMessage
old_user91516

Send message
Joined: 6 Aug 05
Posts: 1
Credit: 41,275
RAC: 0
Message 16491 - Posted: 8 Oct 2005, 18:21:20 UTC

When i try to start the client it says there is another instance of the program running... i do ps -e and it does not show it...

I read that removing the lockfile solves this, and it does but only when i change to root. Why?

Also... there is already a post as to how to suspend manually when running the command line version under linux. And i saw no appropriate answer...

Is it killing the process the only way?

Thanks for your help
ID: 16491 · Report as offensive     Reply Quote
Profile geophi
Volunteer moderator

Send message
Joined: 7 Aug 04
Posts: 2167
Credit: 64,403,322
RAC: 5,085
Message 16500 - Posted: 9 Oct 2005, 4:12:09 UTC

I haven\'t had your experience with the lock file so I can\'t help you there.

As for the 2nd question, there is no way I know of to suspend without using boincmgr. But there may be some secret option I don\'t know about either.
ID: 16500 · Report as offensive     Reply Quote
copycat

Send message
Joined: 24 Feb 05
Posts: 28
Credit: 121,749
RAC: 0
Message 16790 - Posted: 26 Oct 2005, 21:42:29 UTC
Last modified: 26 Oct 2005, 21:42:44 UTC

Try a ps with your user name (ps -u [username]).

Just looked at the faq and there doesn\'t seem to a a CLI-option for suspending. Killing the BOINC-process (NEVER kill the CPDN-process) exits the client. I also suspend via the GUI-manager.
ID: 16790 · Report as offensive     Reply Quote
Desti

Send message
Joined: 6 Aug 04
Posts: 124
Credit: 9,195,838
RAC: 0
Message 16852 - Posted: 29 Oct 2005, 10:39:15 UTC

You can simply stop BOINC with ctrl+c, this will shut down all running projects clean.
Linux Users Everywhere @ BOINC
ID: 16852 · Report as offensive     Reply Quote
old_user121864

Send message
Joined: 29 Nov 05
Posts: 3
Credit: 675
RAC: 0
Message 17555 - Posted: 29 Nov 2005, 19:47:25 UTC

I had this problem too (on Ubuntu Linux). The BOINC directory needs to be writable by everyone (or everyone who\'s going to run BOINC).
ID: 17555 · Report as offensive     Reply Quote
old_user121864

Send message
Joined: 29 Nov 05
Posts: 3
Credit: 675
RAC: 0
Message 17775 - Posted: 6 Dec 2005, 1:21:33 UTC - in response to Message 17555.  

I had this problem too (on Ubuntu Linux). The BOINC directory needs to be writable by everyone (or everyone who\'s going to run BOINC).

That didn\'t fix it properly, but I was able to get it working okay through the Debian package.
ID: 17775 · Report as offensive     Reply Quote
John Tappin

Send message
Joined: 15 Oct 05
Posts: 1
Credit: 536,287
RAC: 0
Message 18852 - Posted: 29 Dec 2005, 21:46:23 UTC

Problem is normally caused due to the initial installation being perfromed as root and the files all then being owned by root.

I created a boinc account and set the folder and all its contents to be boinc read/write and run the job under user boinc. any profile will do but the default of root causes a number of interesting issues.

One problem I have yet to solve (although probably straightforward) is that when not running under root I can no longer attach to a remote client . . .
ID: 18852 · Report as offensive     Reply Quote
Arnaud

Send message
Joined: 3 Sep 04
Posts: 268
Credit: 256,045
RAC: 0
Message 18867 - Posted: 30 Dec 2005, 11:21:22 UTC
Last modified: 30 Dec 2005, 11:36:04 UTC

>As for the 2nd question, there is no way I know of to suspend without using boincmgr


There is a way to do all the commands of the BoincManager in command-line:
Use boinc_cmd.
It\'s badly documented, but using the command: ./boinc_cmd -h will give you all the infos.
Of course, it\'s not as easy to use as the Manager but all the commands of the manager are available.


[arnaud@Albert BOINC]$ ./boinc_cmd -h


usage: boinc_cmd [--host hostname] [--passwd passwd] command

Commands:
--get_state show entire state
--get_results show results
--get_file_transfers show file transfers
--get_project_status show status of all projects
--get_disk_usage
<b>--result url result_name {suspend | resume | abort | graphics_window | graphics_fullscreen}
--project url {reset | detach | update | suspend | resume | nomorework | allowmorework}</b>
--project_attach url auth
--file_transfer {retry | abort} url filename
--get_run_mode
--set_run_mode {always | auto | never}
--get_network_mode
--set_network_mode {always | auto | never}
--get_proxy_settings
--set_proxy_settings
--get_messages seqno show messages > seqno
--get_host_info
--acct_mgr_rpc url name password
--run_benchmarks
--get_screensaver_mode
--set_screensaver_mode on|off blank_time {desktop window_station}
--get_project_config url
--get_project_config_poll
--lookup_account url email passwd
--lookup_account_poll
--create_account url email passwd name
--create_account_poll
--quit

The command ./boinc_cmd --get_state gives you a lot of infos about the projects, etc. Never see so much infos in command-line.

Arnaud
ID: 18867 · Report as offensive     Reply Quote
Arnaud

Send message
Joined: 3 Sep 04
Posts: 268
Credit: 256,045
RAC: 0
Message 18869 - Posted: 30 Dec 2005, 12:57:27 UTC
Last modified: 30 Dec 2005, 13:03:36 UTC

After a research on the BOINC web site:

To suspend all the projects in command-line (=suspend in Boincmanager), type:
./boinc_cmd --set_run_mode never
and to restart all the projects (=run always in BOincManager), type:
./boinc_cmd --set_run_mode always

To know the status of your your boinc (running always or suspended ?), type:
./boinc_cmd --get_run_mode

For more details about the Boinc Command tool:
http://boinc.berkeley.edu/boinc_cmd.php
Boinc-Wiki cmd infos

Arnaud
ID: 18869 · Report as offensive     Reply Quote

Questions and Answers : Unix/Linux : Client only runs when started by root?

©2024 climateprediction.net