Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 4
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 688 times and has 3 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
How can I install WCG on Debian Server via ssh?

Hello altogether,

I would like to give you calculating power of one idle server but am not able to install it.
Using manuals in the internet I was able to install BOINC and also World Community Grid, I also connected it correclty to my account but it does not calculate anything. It always says CPU 0 % when I type in "top" or "htop"

If necessary I would also change the operating system from Debian 6 to Centos or Ubuntu but why does it not calculate? Or how should I install it?

I think it would be really great to have an easy to understand step-by-step manual for running it on webservers directly on the WCG-website, like the ones for normal computers.

Thank you very much for your help and best wishes,
Christoph
[Oct 4, 2011 10:18:54 PM]   Link   Report threatening or abusive post: please login first  Go to top 
sunfolk
Master Cruncher
Super Kiwi Socialistic Empire Of Jacinda
Joined: Oct 8, 2006
Post Count: 1769
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: How can I install WCG on Debian Server via ssh?

If you type: boinccmd --get_state | more

Do you see yourself attached to a project url, a list of applications, a list of work units?

Typing boinccmd by itself shows list of commands that may be useful.
----------------------------------------


[Oct 4, 2011 10:41:39 PM]   Link   Report threatening or abusive post: please login first  Go to top 
WBT112
Cruncher
Joined: Sep 9, 2007
Post Count: 28
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: How can I install WCG on Debian Server via ssh?

The mistake I always make on Debian:
If boinc is showing up in top and you did all of the above and it's showing attached to WCG but no Workunits then maybe Boinc is attached but missing some libraries and therefore can't download new Workunits:

./boinccmd --get_messages | more

If you see something like this:

Sat 28 Aug 2010 04:34:28 PM CEST World Community Grid work fetch resumed by user
Sat 28 Aug 2010 04:34:29 PM CEST World Community Grid Sending scheduler request: To fetch work.
Sat 28 Aug 2010 04:34:29 PM CEST World Community Grid Requesting new tasks
Sat 28 Aug 2010 04:34:33 PM CEST World Community Grid update requested by user
Sat 28 Aug 2010 04:35:21 PM CEST World Community Grid Scheduler request completed: got 1 new tasks
Sat 28 Aug 2010 04:35:21 PM CEST World Community Grid [error] App version has unsupported platform i686-pc-linux-gnu
Sat 28 Aug 2010 04:35:21 PM CEST World Community Grid [error] No application found for task: i686-pc-linux-gnu 613 ; discarding
Sat 28 Aug 2010 04:35:36 PM CEST World Community Grid Sending scheduler request: To fetch work.
Sat 28 Aug 2010 04:35:36 PM CEST World Community Grid Requesting new tasks

try:
sudo apt-get install libc6-i386
or
sudo apt-get install ia32-libs

Then Restart BOINC.
----------------------------------------

[Oct 9, 2011 9:27:06 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Hardnews
Senior Cruncher
England
Joined: Oct 11, 2008
Post Count: 151
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: How can I install WCG on Debian Server via ssh?

I had:

'No application found for task: i686-pc-linux-gnu 613 ; discarding'

on my Ubu box, re-installing those libs did the job.
[Oct 9, 2011 7:53:10 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread