PDA

View Full Version : Linux Boinc Client Commands



IronBits
12-13-2007, 09:18 PM
I found this, but it makes my head hurt
http://boinc.berkeley.edu/trac/wiki/UnixClient
Can one of you that runs Boinc via *nix give me a suggestion or two to run Boinc client from a ssh terminal on a remote computer?
I am trying to see if I can get one of my PS3s using YDL to run Boinc from the command line.
Can I also monitor and control it from BoincView.exe on a Windows box? (once I figure out how to get it running)
I went here http://www.ps3grid.net and downloaded the BOINC client for a full Linux installation. http://www.ps3grid.net/PS3GRID/PS3client/boinc_client_ps3grid.tgz
extracted all the files to Boinc directory, but in a ssh terminal I can't use Boinc_mgr to attach to the PS3GRID project.
Also found this page with more information
http://www.ps3grid.net/live.php

Bok
12-13-2007, 10:13 PM
Absolutely you can control it from Boincview..

just edit a file named remote_hosts.cfg and put in the name/IP of the host running boincview OR start boinc with

./boinc -allow_remote_gui_rpc

Also edit a file named gui_rpc_auth.cfg with the password to connect..

Once done, do everything from boincview..

Bok

IronBits
12-14-2007, 12:40 AM
Oh ya, I could do it that way huh? ! :thumbs:
I might do one PS3, just so we can rack up some points on that project and to see what it does...

Didn't work, must need to open a port in YDL someplace or something.

I need the command lines to attach to project http://www.ps3grid.net/PS3GRID/
I already have the login id and password, gonna have to read more docs, just figured someone would know what it was off the top of their head.

IronBits
12-14-2007, 01:12 AM
Well, I attached to it with my windows box to create the .xml files, copied those .xml files to the PS3 and ./boinc

2007-12-14 06:11:41 [---] Starting BOINC client version 5.10.6 for powerpc64-ps3-linux-gnu
2007-12-14 06:11:41 [---] log flags: task, file_xfer, sched_ops
2007-12-14 06:11:41 [---] Libraries: libcurl/7.16.2 OpenSSL/0.9.8a zlib/1.2.3 libidn/0.6.2
2007-12-14 06:11:41 [---] Data directory: /root/boinc
2007-12-14 06:11:41 [---] Processor: 2 PS3PF Cell Broadband Engine
2007-12-14 06:11:41 [---] Processor features: altivec
2007-12-14 06:11:41 [---] Memory: 196.80 MB physical, 415.73 MB virtual
2007-12-14 06:11:41 [---] Disk: 9.19 GB total, 5.19 GB free
2007-12-14 06:11:41 [PS3GRID] URL: http://www.ps3grid.net/PS3GRID/; Computer ID: 2082; location: (none); project prefs: default
2007-12-14 06:11:41 [---] General prefs: from http://boinc.rieselsieve.com/ (last modified 2007-12-12 22:44:08)
2007-12-14 06:11:41 [---] Host location: none
2007-12-14 06:11:41 [---] General prefs: using your defaults
2007-12-14 06:11:41 [---] Preferences limit memory usage when active to 167.28MB
2007-12-14 06:11:41 [---] Preferences limit memory usage when idle to 177.12MB
2007-12-14 06:11:41 [---] Preferences limit disk usage to 4.60GB
2007-12-14 06:11:41 [PS3GRID] [file_xfer] Started download of file ga_5.04_powerpc64-ps3-linux-gnu
2007-12-14 06:11:41 [PS3GRID] [file_xfer] Started download of file cd16462-W5F2_5-5-nodelete_1
2007-12-14 06:11:44 [PS3GRID] [file_xfer] Temporarily failed download of ga_5.04_powerpc64-ps3-linux-gnu: file not found
2007-12-14 06:11:44 [PS3GRID] Backing off 1 min 0 sec on download of file ga_5.04_powerpc64-ps3-linux-gnu
2007-12-14 06:11:44 [PS3GRID] [file_xfer] Temporarily failed download of cd16462-W5F2_5-5-nodelete_1: file not found
2007-12-14 06:11:44 [PS3GRID] Backing off 1 min 0 sec on download of file cd16462-W5F2_5-5-nodelete_1
2007-12-14 06:11:44 [PS3GRID] [file_xfer] Started download of file cd16462-W5F2_5-5-nodelete_2
2007-12-14 06:11:44 [PS3GRID] [file_xfer] Started download of file cd16462-W5F2_5-5-nodelete_3
2007-12-14 06:11:47 [PS3GRID] [file_xfer] Temporarily failed download of cd16462-W5F2_5-5-nodelete_2: file not found
2007-12-14 06:11:47 [PS3GRID] Backing off 1 min 0 sec on download of file cd16462-W5F2_5-5-nodelete_2
2007-12-14 06:11:47 [PS3GRID] [file_xfer] Temporarily failed download of cd16462-W5F2_5-5-nodelete_3: file not found
2007-12-14 06:11:47 [PS3GRID] Backing off 1 min 0 sec on download of file cd16462-W5F2_5-5-nodelete_3
2007-12-14 06:11:47 [PS3GRID] [file_xfer] Started download of file grama.ionized.pdb
2007-12-14 06:11:47 [PS3GRID] [file_xfer] Started download of file grama.ionized.psf

Looks like it's having problems getting some files, but I'm getting somewhere. ;)