Results 1 to 9 of 9

Thread: Boinc upgrade

  1. #1
    Join Date
    Sep 2005
    Location
    Harrington Park, NJ
    Beans
    138

    Boinc upgrade

    The Boinc manager is behind a couple versions in the repositories (Kubuntu)

    How can I upgrade the one I have to the new version?

    I do not know how to replace my version if I download it, any help would be great...

    thanks!

  2. #2
    Join Date
    Nov 2007
    Location
    Indiana USA
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Boinc upgrade

    1.) Download the latest (version 6.2.15) from BOINC to your desktop

    2.) From a terminal:
    Code:
    cd /home/YOUR_USER_NAME/Desktop/
    3.)From the same terminal:
    Code:
    sudo ./boinc_6*
    Hope I got it right. I've never used it but the install seamed pretty straight forward.

    Edit: I just noticed you were wanting to upgrade. this was for the regular install so I don't now if it will use your old config files or not.
    Last edited by Braytok; October 8th, 2008 at 12:54 AM.

  3. #3
    Join Date
    Sep 2005
    Location
    Harrington Park, NJ
    Beans
    138

    Re: Boinc upgrade

    Thanks

    I get an error

    nixie21@Kubuntu:~/Desktop$ sudo ./boinc_6*
    sudo: ./boinc_6.2.15_i686-pc-linux-gnu.sh: command not found

    Thanks

  4. #4
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: Boinc upgrade

    try
    Code:
     sh boinc_6.2.15_i686-pc-linux-gnu.sh
    from the Desktop directory
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  5. #5
    Join Date
    Nov 2007
    Location
    Indiana USA
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Boinc upgrade

    My deepest apology, I goofed.

    the command should be

    Code:
    sudo sh boinc_6*
    sorry about that.

    edit: Partyboi2 beat me to it.

  6. #6
    Join Date
    Aug 2008
    Location
    Fairbanks, Alaska
    Beans
    60
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Re: Boinc upgrade

    Is this going to get fixed in the repositories at some point? Your solution does not update the info in the package manager, or the link in the application drop down.

  7. #7
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: Boinc upgrade

    Quote Originally Posted by lotharjade View Post
    Is this going to get fixed in the repositories at some point? Your solution does not update the info in the package manager, or the link in the application drop down.
    The version in the hardy repo's will probably stay the same. An updated version (boinc 6.2) will be available if you ugrade to intrepid when it is released.
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  8. #8
    Join Date
    Feb 2006
    Location
    Jackson exurbs, MS, USA
    Beans
    23
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Boinc upgrade

    Thanks for that help and for the information about Intrepid - I've been looking forward to that release, too.

    I'm using the 64-bit version and received a response of "use /home/phil/Desktop/BOINC/run_manager to start BOINC" to that sh command. The suggested command does generate BOINC, but I get a recurrent warning as follows:
    (boincmgr:10828): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:8547: widget class `GtkPizza' has no property named `row-ending-details'

    Is this something to be concerned about? Should I just go back to using the earlier version of BOINC until Intrepid?
    Last edited by Philk; October 13th, 2008 at 04:58 PM. Reason: Try to get rid of the smiley.
    ___________________
    Homebrew w/: Gigabyte GA-P35-DS4, Intel C2Q Q6600 2.4G, 4GB, PowerColor X1950 Pro w/ 512MB (ATI), Acer X243W

  9. #9
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: Boinc upgrade

    From what I have read it is a warning and it should be safe to ignore
    (python:9250): Gtk-WARNING **:
    > > /build/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:8547: widget class
    > > `GtkPizza' has no property named `row-ending-details'
    > >
    >> GtkPizza is the name of a custom GTK widget that wxWidgets has implemented
    > to help with things like wx.Panel, generic controls, etc. Apparently GTK
    > 2.12 has added a new standard slot that wx isn't implementing yet. It
    > should be safe to ignore it for now as GTK should have an appropriate
    > default for the property.
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

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
  •