| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 15
|
|
| Author |
|
|
Cisf
Cruncher Joined: Mar 6, 2007 Post Count: 12 Status: Offline Project Badges:
|
i set up a VM for CEP2, but i get "No tasks are available for The Clean ...". It recives WU;s for other projects, and the host machine recived WU;s for CEP2.
So are there no tasks available and the ones recived by the host was a fluke, or CEP2 does not like virtual box? |
||
|
|
Crystal Pellet
Veteran Cruncher Joined: May 21, 2008 Post Count: 1403 Status: Offline Project Badges:
|
Could be several reasons:
- CEP2 queue temporary empty - VM-disk too small - setting of <no_alt_platform>1</no_alt_platform> in your cc_config.xml etc. |
||
|
|
Eric_Kaiser
Veteran Cruncher Germany (Hessen) Joined: May 7, 2013 Post Count: 1047 Status: Offline Project Badges:
|
To add some points to check:
----------------------------------------- sufficient amount of ram - 64 bit Linux works for me only with modified platform string in cc_config.xml ![]() |
||
|
|
Cisf
Cruncher Joined: Mar 6, 2007 Post Count: 12 Status: Offline Project Badges:
|
the VM (VirtualBox) has 80GB of space, 3GB RAM, so that should be enough i guess. The host is linux 64, the VM also linux 64(ubuntu variant).
Could you give me a hint of what i must modify in cc_config.xml ! |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
The issue is, you got all the other sciences because they are available in 64 bit. Not CEP2, only in 32bit, so you have to use the tag given by Crystal Pellet, think with a value of 0:
---------------------------------------- <no_alt_platform>0|1</no_alt_platform> If enabled, the client will run applications only for its primary platform. For example, a Win64 machine will run only Win64 apps, and not Win32. and <alt_platform>i686-pc-linux-gnu</alt_platform> This one will though stop 64 bit apps to come FAIU. [Edit 2 times, last edit by Former Member at May 19, 2015 3:05:41 PM] |
||
|
|
Eric_Kaiser
Veteran Cruncher Germany (Hessen) Joined: May 7, 2013 Post Count: 1047 Status: Offline Project Badges:
|
Eventually you need to install some packages to run the 32-bit application for cep2 but I would give the cc_config.xml a try first.
----------------------------------------This page might give you a good read for the needed packages: click In the cc_config.xml make the changes described below.
When the changes are done boinc needs a restart. A boinccmd --read_cc_config is not sufficient. Hope this helps ![]() |
||
|
|
Cisf
Cruncher Joined: Mar 6, 2007 Post Count: 12 Status: Offline Project Badges:
|
Yey it works ! Thank u all for the great help !
Changed cc_config as Eric said, installed the extra libs - just in case, and a reboot later it worked. Will make a 32bit VM when i'll get the time (or maybe there is no pennalty for running on 64?) |
||
|
|
Seoulpowergrid
Veteran Cruncher Joined: Apr 12, 2013 Post Count: 823 Status: Offline Project Badges:
|
I am a noob when it comes in Linux. I recently got a machine, installed Ubuntu on it and all the WCG projects to run on it but I can't get any CEP2. 8 gigs of ram, 4 threads, plenty of HDD.
----------------------------------------I tried to edit the cc_config.xml as mentioned above but can't save the edits as the permissions are set to: Owner: boinc core client access: read and write group: boinc access: read only others access: read only "you are not the owner, so you cannot change these permissions" The options are grayed out so I can't change anything. As a work around I tried to copy-paste the entire folder then delete the old folder, modify the file and replace the folder with the one I just made but the gui_rpc_auth.cfg won't copy. Any advice would be most appreciated. ![]() [Edit 1 times, last edit by Seoulpowergrid at May 27, 2015 6:45:07 AM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Yeah, Linux is a 'little' [euphemism] more secure ;). There's the data dir /var/lib/boinc-client, which is protected. The cc_config.xml is, on my Ubuntu, -symlinked- to the source which is in /etc/boinc-client folder. That you can edit with for instance
sudo nano cc_config.xml This folder holds about 5 user editable files. |
||
|
|
Seoulpowergrid
Veteran Cruncher Joined: Apr 12, 2013 Post Count: 823 Status: Offline Project Badges:
|
A bit of trial and error and now I am downloading CEP2 files. Thanks much :)
----------------------------------------![]() |
||
|
|
|