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: 6
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1610 times and has 5 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
app_config.xml on Ubuntu server

So, in Windows and Ubuntu (pc version) the app_config file goes in the .../projects/projectname folder I tried that in Ubuntu server and it's not recongising it????

Here's how I created the file

in terminal
CD .../projects/projectname (wcg in this case)
sudo nano app_config.xml
Password

Enter the following text:

<app_config>
<app>
<name>cep2</name>
<max_concurrent>12</max_concurrent>
<cpu_versions>
<cpu_usage>1</cpu_usage>
</cpu_versions>
</app>
</app_config>


Ctrl+o to save

Then added another file for the Malariacontrol project

<app_config>
<app>
<name>openMalariaA</name>
<max_concurrent>4</max_concurrent>
<cpu_versions>
<cpu_usage>1</cpu_usage>
</cpu_versions>
</app>
</app_config>


Ctrl+o to save

Clicked the 'read config file' in the Advance menu and checked the log, the cc_config file is reread but no reference to the app_config file? Tried on 2 machines, neither worked!

Boinc on the server is 7.0.27 - Is this the problem?

There is another version in the Ubuntu software repository - 7.0.65 (preicse-backports)

Will this help?

Your advice and guidance is much appreciated as always!
[Apr 16, 2014 3:39:33 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Thargor
Veteran Cruncher
UK
Joined: Feb 3, 2012
Post Count: 1291
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: app_config.xml on Ubuntu server

I believe the folder-location is correct, but seem to remember reading something about that functionality only being available in v7.0.40 and later?

EDIT: had a quick search, and found this!
----------------------------------------

----------------------------------------
[Edit 1 times, last edit by Thargor at Apr 16, 2014 4:01:57 PM]
[Apr 16, 2014 4:00:39 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Crystal Pellet
Veteran Cruncher
Joined: May 21, 2008
Post Count: 1410
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: app_config.xml on Ubuntu server


Boinc on the server is 7.0.27 - Is this the problem?

There is another version in the Ubuntu software repository - 7.0.65 (preicse-backports)

Will this help?

Your advice and guidance is much appreciated as always!

Your Guide says 7.0.40+: https://boinc.berkeley.edu/wiki/Client_configuration#Application_configuration
[Apr 16, 2014 4:01:58 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: app_config.xml on Ubuntu server

Many thanks Guys, I'll run down current wu's and upgrade...

Thanks again!
[Apr 16, 2014 4:26:14 PM]   Link   Report threatening or abusive post: please login first  Go to top 
uplinger
Former World Community Grid Tech
Joined: May 23, 2005
Post Count: 3952
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: app_config.xml on Ubuntu server

Just in case, you might want to make sure the permissions on the app_config.xml file is not set to root:root ownership. I'm guessing you installed BOINC via apt-get or some package manager.

-Uplinger
[Apr 16, 2014 5:04:09 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: app_config.xml on Ubuntu server

Just in case, you might want to make sure the permissions on the app_config.xml file is not set to root:root ownership. I'm guessing you installed BOINC via apt-get or some package manager.

-Uplinger
Many thanks Keith, I installed Boinc via the 'Ubuntu Software Centre' to the default location. It works fine in the desktop version, just not in the server version. I'll upgrade and see how it goes.

Thanks again
[Apr 16, 2014 5:58:45 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread