@linux boinc'ers

Message boards : Number crunching : @linux boinc'ers
Message board moderation

To post messages, you must log in.

AuthorMessage
Nuwanda
Avatar

Send message
Joined: 2 Aug 03
Posts: 71
Credit: 1,337,642
RAC: 0
India
Message 24524 - Posted: 10 Sep 2004, 13:28:32 UTC

how do u guys monitor ur WU progress? iv tried boincgui but apparantly it doesnt work with boinc 4.xx. any suggestions?
----------------------------
Join Team X-Beyond The Frontier!
ID: 24524 · Report as offensive
TPR_Mojo
Volunteer tester

Send message
Joined: 18 Apr 00
Posts: 323
Credit: 7,001,052
RAC: 0
United Kingdom
Message 24536 - Posted: 10 Sep 2004, 13:58:33 UTC
Last modified: 10 Sep 2004, 14:00:52 UTC

nohup/nice the boinc command with the "&" option
"tail -f nohup.out" does it for me :)
ID: 24536 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 24546 - Posted: 10 Sep 2004, 14:24:10 UTC - in response to Message 24524.  

> how do u guys monitor ur WU progress? iv tried boincgui but apparantly it
> doesnt work with boinc 4.xx. any suggestions?
> ----------------------------

I'm using BoincView through RPCs which are slightly broken, but still shows some information.
---
ID: 24546 · Report as offensive
Profile Steve Withers
Avatar

Send message
Joined: 25 Jun 99
Posts: 52
Credit: 3,083,069
RAC: 0
New Zealand
Message 24735 - Posted: 10 Sep 2004, 20:56:03 UTC - in response to Message 24524.  
Last modified: 10 Sep 2004, 20:56:28 UTC

> how do u guys monitor ur WU progress? iv tried boincgui but apparantly it
> doesnt work with boinc 4.xx. any suggestions?

I start boinc at boot time from the system startup script. I rename the boinc executable so the file is just called "boinc".

the commands used are:

cd /pub/boinc
cp boinclog.log boinclog.old
./boinc > boinclog.log &

I use Xandros 2.0 file manager to browse the growing log file and see all the messages. The activity changes all have timestamps...so I know how long a given activity has been underway based on the current time, less the last time stamp.

Rough, but ready.



ID: 24735 · Report as offensive
Gort
Avatar

Send message
Joined: 15 May 99
Posts: 13
Credit: 25,157,289
RAC: 29
United States
Message 24748 - Posted: 10 Sep 2004, 21:18:30 UTC

BOINC bash script version 1.3 works with the latest version of BOINC.
http://phileimer.9online.fr/ Just unpack, place in PATH say /usr/bin open
script and edit where you have BOINC installed. In Mandrake 10 KDE open
link to an application, select open in a terminal and select to have the terminal
stay open. When you click on the desktop link a terminal opens and the
script runs and gives you all the info you need.

ID: 24748 · Report as offensive
Profile Toby
Volunteer tester
Avatar

Send message
Joined: 26 Oct 00
Posts: 1005
Credit: 6,366,949
RAC: 0
United States
Message 24837 - Posted: 10 Sep 2004, 23:43:10 UTC

I use boincctl: http://www.dennett.org/boincctl

This automatically starts BOINC on boot and I can do 'boincctl status' to check up on progress. I customized the script a bit to grep the client_state.xml file for the <fraction_done> and <current_cpu_time> tags. Not 'pretty' I suppose but it works :)



-------------------------------------------
- A member of The Knights Who Say NI!
Possibly the best stats site in the universe:
http://boinc-kwsn.no-ip.info
ID: 24837 · Report as offensive
Alex

Send message
Joined: 26 Sep 01
Posts: 260
Credit: 2,327
RAC: 0
Canada
Message 25000 - Posted: 11 Sep 2004, 7:39:20 UTC - in response to Message 24524.  

Wine!


ID: 25000 · Report as offensive
Janus
Volunteer developer

Send message
Joined: 4 Dec 01
Posts: 376
Credit: 967,976
RAC: 0
Denmark
Message 25002 - Posted: 11 Sep 2004, 7:45:15 UTC - in response to Message 25000.  

> Wine!

What version of wine is that? I never could get the LHC project to actually work. It would run, but the CC would think that the application crashed...
ID: 25002 · Report as offensive
Alex

Send message
Joined: 26 Sep 01
Posts: 260
Credit: 2,327
RAC: 0
Canada
Message 25006 - Posted: 11 Sep 2004, 7:58:50 UTC - in response to Message 25002.  
Last modified: 11 Sep 2004, 8:15:41 UTC

> > Wine!
>
> What version of wine is that? I never could get the LHC project to actually
> work. It would run, but the CC would think that the application crashed...
>

I dunno.
Knoppix 3.6 on a pentium 2 (slooooooow for boinc. Needs more meory, 160 megs isn't enough)

Browsed to a folder containing boinc_gui.exe using Konqueror.
Clicked the executable.
Configured wine by slecting 'fake windows install'.
Every time I try using a real windows install, wine screws up.

I have had issues with wine/boinc though.
I don't recommend it.

Haven't completed a work unit using it.
ID: 25006 · Report as offensive
Gort
Avatar

Send message
Joined: 15 May 99
Posts: 13
Credit: 25,157,289
RAC: 29
United States
Message 25149 - Posted: 11 Sep 2004, 16:10:05 UTC

KBOINCspy should be good when it becomes available, hopefully soon.
http://ksetispy.sourceforge.net/
ID: 25149 · Report as offensive
Profile wilsen
Volunteer developer

Send message
Joined: 15 Apr 00
Posts: 68
Credit: 73,527
RAC: 0
Germany
Message 25168 - Posted: 11 Sep 2004, 17:10:39 UTC

Acually BoincView runs well with Wine (tested build 20030115) on my linux (SuSe 8.2).
---

KEINE PANIK
ID: 25168 · Report as offensive
railfan

Send message
Joined: 15 Dec 00
Posts: 4
Credit: 396,198
RAC: 0
United States
Message 25221 - Posted: 11 Sep 2004, 19:24:46 UTC
Last modified: 11 Sep 2004, 19:29:50 UTC

I run boinc through NFS to my other linux systems. Directory structure like:

common
system1
system2
system3

Where each system directory is an instance of boinc for that system.

To get a status simply "grep prog */slots/*/state.sah"

You may want to write a little script to edit the output but it will look like:

system1:prog=.94567
system2:prog=.34522

system1 is at 94.5% completed
system2 is at 34.5% completed
system3 is not crunching anything no state.sah available

Brian
ID: 25221 · Report as offensive
Nuwanda
Avatar

Send message
Joined: 2 Aug 03
Posts: 71
Credit: 1,337,642
RAC: 0
India
Message 25454 - Posted: 12 Sep 2004, 9:40:27 UTC

im using BoincTop (http://offline2k.de/boinctop.php) right now. its pretty good but i dont think it can show the status of all cached WU's or even show how many WU's are cached for that matter...anyone else using boinctop have this problem? it works well for the current wu tho.
----------------------------
Team X-BTF S@H Forums
S@h Berkeley's Staff Friends Club © member
<img>
ID: 25454 · Report as offensive
Gort
Avatar

Send message
Joined: 15 May 99
Posts: 13
Credit: 25,157,289
RAC: 29
United States
Message 25494 - Posted: 12 Sep 2004, 13:23:59 UTC

"boinctop only works fine with boinc version 3.xx, because berkeley has
changed their client_state.xml. future versions of boinctop will be able
to get data from the boinc-client 4.xx

tux2me"

Keep an eye open for KBOINCspy, see previous post, when it becomes available.
ID: 25494 · Report as offensive

Message boards : Number crunching : @linux boinc'ers


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