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: 38
Posts: 38   Pages: 4   [ Previous Page | 1 2 3 4 ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 3856 times and has 37 replies Next Thread
Sekerob
Ace Cruncher
Joined: Jul 24, 2005
Post Count: 20043
Status: Offline
Reply to this Post  Reply with Quote 
Re: Ubuntu Karmic Koala 9.10 BOINC install

oK, thank you for your replay.....

Please when you decide to use BAM, we would not lose our scores on wcg....

thank you.
Lele

You never loose scores... it's just a question to make sure the email address remains identical for the CPID roll-up function to continue working.
----------------------------------------
WCG Global & Research > Make Proposal Help: Start Here!
Please help to make the Forums an enjoyable experience for All!
[Nov 24, 2009 10:15:21 AM]   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: Ubuntu Karmic Koala 9.10 BOINC install

Thanks uplinger!
I finally got my BOINC working on my computer ^^"
I had a fresh install a week ago and couldn't figure why it would never work...
[Dec 1, 2009 7:27:30 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: Ubuntu Karmic Koala 9.10 BOINC install

Worked like a charm. Thank you!
[Dec 2, 2009 12:09:30 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: Ubuntu Karmic Koala 9.10 BOINC install

To Uplinger and Shanen,
Thanks ever so much. I really thought I was defeated on this installation. After utilizing your instructions, voila... one more soon to be discarded computer is working in the service of the WCG.
Cheers, Tom
P.S. Maybe I should tell that I spent 2 nights trying to install WCG on my newly Linuxed machine before I thought to check the forum. Stubborn = Stupid.
[Dec 4, 2009 5:03:51 AM]   Link   Report threatening or abusive post: please login first  Go to top 
hunterkasy
Senior Cruncher
USA
Joined: Dec 8, 2008
Post Count: 300
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Ubuntu Karmic Koala 9.10 BOINC install

interesting, I have installed xubuntu 9.10 on a couple of machines and I installed boinc from the add/remove app, and so far all of my wu's are being validated have had no problems I did not have to install anything like instructed at the beginning of this thread
[Dec 8, 2009 7:07:39 PM]   Link   Report threatening or abusive post: please login first  Go to top 
johnnyward88
Cruncher
Joined: Nov 5, 2009
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: Ubuntu Karmic Koala 9.10 BOINC install

I found this thread very useful and have since created this shell script:

#!/bin/bash
apt-get -fy install boinc-client boinc-manager
apt-get -fy install wget
cd /var/lib/boinc-client/
wget http://boinc.berkeley.edu/trac/browser/trunk/.../ca-bundle.crt?format=raw
nohup boincmgr &
[Dec 18, 2009 1:10:27 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: Ubuntu Karmic Koala 9.10 BOINC install

johnny,

You may want to do this in your lines...


#!/bin/bash
apt-get -fy install boinc-client boinc-manager
apt-get -fy install wget
cd /var/lib/boinc-client/
mv ca-bundle.crt ca-bundle.crt_old
wget -O ca-bundle.crt http://boinc.berkeley.edu/trac/browser/trunk/.../ca-bundle.crt?format=raw
###nohup boincmgr &


I added a move of the original link so you are not over writting the other ca-bundle that is on the system.
Also, I believe when you use wget, you get the format raw as part of the filename. which is not desired and should be correct.

Also, no need to do this more than once per setup. But BOINC should already be running in the background, and you can pull up boinc manager through the Applications -> System Tools. I'm assuming that you are starting this script with sudo ./myscript.sh. If so you'll want to remove the boincmgr part, because you don't want it to mess with your permissions later to use boinc manger as a normal user. instead of super user root. Always good practice to not open applications as root if you can prevent it.

Sorry to be nitpicking...but wget should come with the system as well. No need to install from apt-get.

Putting it in one easy script for members to sudo is good, especially if they have multiple machines to monitor with the new 9.10 OS.

Let me know what you think,
-Uplinger
[Dec 18, 2009 2:58:13 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: Ubuntu Karmic Koala 9.10 BOINC install

Thanks, it's working. Ubuntu 9.10.
[Apr 20, 2010 5:59:46 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 38   Pages: 4   [ Previous Page | 1 2 3 4 ]
[ Jump to Last Post ]
Post new Thread