Having Problems Installing Boinc on Ubuntu 12.04
Message boards : Unix/Linux : Having Problems Installing Boinc on Ubuntu 12.04
Author | Message | |
---|---|---|
I cannot seem to get the boinc software to install on ubuntu 12.04. When I attempt to use the "sudo aptitude install boinc-client boinc-manager
|
||
ID: 6757 | Rating: 0 | rate: / | ||
I cannot seem to get the boinc software to install on ubuntu 12.04. When I attempt to use the "sudo aptitude install boinc-client boinc-manager There is a KNOWN PROBLEM with the default repository version of BOINC in Ubuntu 12.04 and most likely has been removed due to the error. See the Topic "Questions and Answers : Unix/Linux : Boinc quit working again with newist release of Ubuntu" over at the SETI@Home forums. The developers for the BOINC Ubuntu version have been updating ALL packages for Boinc in that PPA repository frequently. You can follow the Ubuntu Version BUG Report here: Ubuntu “boinc” package Bugs : boinc in Ubuntu Below are instructions from the SETI forum post: if you still have the PPA installed, a quick: ____________ |
||
ID: 6758 | Rating: 0 | rate: / | ||
I cannot seem to get the boinc software to install on ubuntu 12.04. When I attempt to use the "sudo aptitude install boinc-client boinc-manager The command would be $ sudo apt-get install boinc-client boinc-manager (note the common user-level prompt of $... if you were at root-level the prompt would be # instead, and sudo would not be required. And "apt-get" not 'aptitude') And I usually use $ sudo apt-get update prior to installing new packages. At the moment, 7.0.24 is still in the repo. 7.0.27 is in the boinc/testing PPA, but I have no idea what the criteria are to push it to the regular repo. You can add that PPA with $ sudo add-apt-repository ppa:pkg-boinc/testing if you want to risk running essentially 'beta' versions of BOINC for Ubuntu. |
||
ID: 6762 | Rating: 0 | rate: / | ||
Message boards : Unix/Linux : Having Problems Installing Boinc on Ubuntu 12.04
Database Error: The MySQL server is running with the --read-only option so it cannot execute this statement
array(3) { [0]=> array(7) { ["file"]=> string(47) "/boinc/projects/docking/html_v2/inc/db_conn.inc" ["line"]=> int(97) ["function"]=> string(8) "do_query" ["class"]=> string(6) "DbConn" ["object"]=> object(DbConn)#8 (2) { ["db_conn"]=> resource(66) of type (mysql link persistent) ["db_name"]=> string(7) "docking" } ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> &string(51) "update DBNAME.thread set views=views+1 where id=667" } } [1]=> array(7) { ["file"]=> string(48) "/boinc/projects/docking/html_v2/inc/forum_db.inc" ["line"]=> int(60) ["function"]=> string(6) "update" ["class"]=> string(6) "DbConn" ["object"]=> object(DbConn)#8 (2) { ["db_conn"]=> resource(66) of type (mysql link persistent) ["db_name"]=> string(7) "docking" } ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> object(BoincThread)#3 (16) { ["id"]=> string(3) "667" ["forum"]=> string(1) "6" ["owner"]=> string(5) "54980" ["status"]=> string(1) "0" ["title"]=> string(48) "Having Problems Installing Boinc on Ubuntu 12.04" ["timestamp"]=> string(10) "1340842605" ["views"]=> string(2) "46" ["replies"]=> string(1) "2" ["activity"]=> string(19) "1.3279160885651e-40" ["sufferers"]=> string(1) "0" ["score"]=> string(1) "0" ["votes"]=> string(1) "0" ["create_time"]=> string(10) "1338780274" ["hidden"]=> string(1) "0" ["sticky"]=> string(1) "0" ["locked"]=> string(1) "0" } [1]=> &string(6) "thread" [2]=> &string(13) "views=views+1" } } [2]=> array(7) { ["file"]=> string(63) "/boinc/projects/docking/html_v2/user/community/forum/thread.php" ["line"]=> int(184) ["function"]=> string(6) "update" ["class"]=> string(11) "BoincThread" ["object"]=> object(BoincThread)#3 (16) { ["id"]=> string(3) "667" ["forum"]=> string(1) "6" ["owner"]=> string(5) "54980" ["status"]=> string(1) "0" ["title"]=> string(48) "Having Problems Installing Boinc on Ubuntu 12.04" ["timestamp"]=> string(10) "1340842605" ["views"]=> string(2) "46" ["replies"]=> string(1) "2" ["activity"]=> string(19) "1.3279160885651e-40" ["sufferers"]=> string(1) "0" ["score"]=> string(1) "0" ["votes"]=> string(1) "0" ["create_time"]=> string(10) "1338780274" ["hidden"]=> string(1) "0" ["sticky"]=> string(1) "0" ["locked"]=> string(1) "0" } ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> &string(13) "views=views+1" } } }query: update docking.thread set views=views+1 where id=667