Thread 'Problem on Linux'

Message boards : Questions and problems : Problem on Linux
Message board moderation

To post messages, you must log in.

AuthorMessage
Brandon Pisani

Send message
Joined: 26 May 13
Posts: 2
United States
Message 49328 - Posted: 26 May 2013, 0:38:50 UTC

BOINC's been running on my CrunchBang (a Debian based distro) laptop for a while, and suddenly it's stopped. It is an old laptop and has some issues, but this is a first. Here's the output when I try the 'boinc' command:

$ boinc
25-May-2013 20:19:23 [---] No config file found - using defaults
25-May-2013 20:19:23 [---] Starting BOINC client version 7.0.27 for x86_64-pc-linux-gnu
25-May-2013 20:19:23 [---] log flags: file_xfer, sched_ops, task
25-May-2013 20:19:23 [---] Libraries: libcurl/7.26.0 OpenSSL/1.0.1e zlib/1.2.7 libidn/1.25 libssh2/1.4.2 librtmp/2.3
25-May-2013 20:19:23 [---] Data directory: /home/redwolf
25-May-2013 20:19:23 [---] Processor: 2 AuthenticAMD AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 [Family 15 Model 104 Stepping 1]
25-May-2013 20:19:23 [---] Processor: 256.00 KB cache
25-May-2013 20:19:23 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv
25-May-2013 20:19:23 [---] OS: Linux: 3.2.0-4-amd64
25-May-2013 20:19:23 [---] Memory: 937.94 MB physical, 1.87 GB virtual
25-May-2013 20:19:23 [---] Disk: 144.87 GB total, 132.42 GB free
25-May-2013 20:19:23 [---] Local time is UTC -4 hours
25-May-2013 20:19:23 [---] No usable GPUs found
25-May-2013 20:19:23 [---] No general preferences found - using defaults
25-May-2013 20:19:23 [---] Preferences:
25-May-2013 20:19:23 [---]    max memory usage when active: 468.97MB
25-May-2013 20:19:23 [---]    max memory usage when idle: 844.15MB
25-May-2013 20:19:23 [---]    max disk usage: 10.00GB
25-May-2013 20:19:23 [---]    don't use GPU while active
25-May-2013 20:19:23 [---]    suspend work if non-BOINC CPU load exceeds 25 %
25-May-2013 20:19:23 [---]    (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
dir_open: Could not open directory 'slots'.
 
 
25-May-2013 20:19:23 [---] GUI RPC bind to port 31416 failed: 98
gstate.init() failed
Error Code: -180


Any help? I don't know what to do to fix this, and I had tasks running...
ID: 49328 · Report as offensive
SekeRob2

Send message
Joined: 6 Jul 10
Posts: 585
Italy
Message 49332 - Posted: 26 May 2013, 8:58:58 UTC

Not binding to port 31416 hints at a firewall/security software issue. BOINC uses this port to communicate to include between the GUI [BOINC Manager] and the daemon/service that controls the running sciences. RPC is the protocol used to communicate the instructions and output.
Coelum Non Animum Mutant, Qui Trans Mare Currunt
ID: 49332 · Report as offensive
Brandon Pisani

Send message
Joined: 26 May 13
Posts: 2
United States
Message 49341 - Posted: 26 May 2013, 14:31:29 UTC - in response to Message 49332.  

Hmmm... Okay. I don't know how to fix that.

Since I have projects in play, I'd hate to uninstall and re-install, but that may be what fixes the issue... There is a newer version of the software available, so I may download that and try again. I'll search around for solutions as well. Thanks for the clarification.
ID: 49341 · Report as offensive
ProfileJord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15640
Netherlands
Message 49356 - Posted: 26 May 2013, 19:29:57 UTC - in response to Message 49341.  

boinc-manager is just a GUI, the boinc-client does all the scheduling and arranging. As long as you have that running, the projects will run their work. You can also tell boinc-client what to do with the BOINCCMD tool, if need be.

But otherwise, when the RPC bind is failing, make sure you didn't inadvertently try to start boinc-client or boinc-manager twice. The value 98 means that the port is already in use by something else.

See what this does:
lsof -i:31416

ID: 49356 · Report as offensive

Message boards : Questions and problems : Problem on Linux

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