MMM
Results 1 to 25 of 194

Thread: How-To: Ubuntu cruncher! Install and forget

Hybrid View

  1. #1
    Xtreme crazy bastid
    Join Date
    Apr 2007
    Location
    On mah murder-sickle!
    Posts
    5,878
    If you like that you'll love this.

    Ubuntu is a bit of a bugger for not updating BOINC in the repositories but since it sprays the BOINC files around like hippo manure in the file system it can be a little daunting for a new guy wanting to update the client. Here's the skinny.

    Open a terminal (via ssh/Putty or locally) and enter:
    Code:
    sudo /etc/init.d/boinc-client stop
    to stop the client and
    Code:
    wget http://boinc.berkeley.edu/dl/boinc_6.12.34_x86_64-pc-linux-gnu.sh
    replace the version numbers with whatever version you're after. If you're not sure go here and look: http://boinc.berkeley.edu/dl
    This will download the file directly from Berkley to the current directory, which should be your home directory.
    Next set the file as executable
    Code:
    sudo chmod +x boinc_6.12.34_x86_64-pc-linux-gnu.sh
    and then run it
    Code:
    ./boinc_6.12.34_x86_64-pc-linux-gnu.sh
    That will create a directory called BOINC in your home folder. Change into it.
    Code:
    cd BOINC
    now we'll copy the relevant binaries
    Code:
    sudo cp boinc* /usr/bin/
    and we restart the client
    Code:
    sudo /etc/init.d/boinc-client start
    That should be it. You're now running the new client version. Since Ubuntu pretty much never update it you don't have to worry about it being overwritten, but if it is just do the same thing again to change it back or update to another newer version, or back to an older one if there's a problem.

    [SIGPIC][/SIGPIC]

  2. #2
    Xtreme Member
    Join Date
    Oct 2006
    Location
    Virginia, USA
    Posts
    233
    Quote Originally Posted by D_A View Post
    If you like that you'll love this.

    Ubuntu is a bit of a bugger for not updating BOINC in the repositories but since it sprays the BOINC files around like hippo manure in the file system it can be a little daunting for a new guy wanting to update the client. Here's the skinny.
    An apt analogy. I once saw a hippo doing that at the San Diego zoo. Quite impressive.

  3. #3
    Xtreme crazy bastid
    Join Date
    Apr 2007
    Location
    On mah murder-sickle!
    Posts
    5,878
    Quote Originally Posted by shifty803 View Post
    An apt analogy
    Buh dum PSSHHH! And the race is on for the last pun of 2011.

    [SIGPIC][/SIGPIC]

  4. #4
    Xtreme Legend
    Join Date
    Mar 2008
    Location
    Plymouth (UK)
    Posts
    5,279
    Quote Originally Posted by D_A View Post
    If you like that you'll love this.

    Ubuntu is a bit of a bugger for not updating BOINC in the repositories but since it sprays the BOINC files around like hippo manure in the file system it can be a little daunting for a new guy wanting to update the client. Here's the skinny.

    Open a terminal (via ssh/Putty or locally) and enter:
    Code:
    sudo /etc/init.d/boinc-client stop
    to stop the client and
    Code:
    wget http://boinc.berkeley.edu/dl/boinc_6.12.34_x86_64-pc-linux-gnu.sh
    replace the version numbers with whatever version you're after. If you're not sure go here and look: http://boinc.berkeley.edu/dl
    This will download the file directly from Berkley to the current directory, which should be your home directory.
    Next set the file as executable
    Code:
    sudo chmod +x boinc_6.12.34_x86_64-pc-linux-gnu.sh
    and then run it
    Code:
    ./boinc_6.12.34_x86_64-pc-linux-gnu.sh
    That will create a directory called BOINC in your home folder. Change into it.
    Code:
    cd BOINC
    now we'll copy the relevant binaries
    Code:
    sudo cp boinc* /usr/bin/
    and we restart the client
    Code:
    sudo /etc/init.d/boinc-client start
    That should be it. You're now running the new client version. Since Ubuntu pretty much never update it you don't have to worry about it being overwritten, but if it is just do the same thing again to change it back or update to another newer version, or back to an older one if there's a problem.
    Just had my Linux Mint for about a week and the Boinc I got from the repository. All seems well but I obviously need to get the latest and greatest.

    Can I use this method??


    My Biggest Fear Is When I die, My Wife Sells All My Stuff For What I Told Her I Paid For It.
    79 SB threads and 32 IB Threads across 4 rigs 111 threads Crunching!!

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •