Computation errors on Linux (Ubuntu)
Message boards : Unix/Linux : Computation errors on Linux (Ubuntu)
Author | Message | |
---|---|---|
Hi
|
||
ID: 6768 | Rating: 0 | rate: / | ||
Hi There is a KNOWN BUG (Process exited with code 193) with the default BOINC version that came pre-installed with Ubuntu 12.04. It has been discussed here: http://setiathome.berkeley.edu/forum_thread.php?id=67912&nowrap=true#1234302 I have also provided the "fixing" information below. Just follow the steps highlighted in GREEN . They have updated/working packages for Boinc in the PPA repository. Install the PPA ...use the commands below: Recap on removing broken boinc, installing the PPA, and installing this boinc (for Ubuntu 12.04 desktop) Using a terminal:
sudo apt-get autoremove sudo add-apt-repository ppa:costamagnagianfranco/boinc sudo apt-get update sudo apt-get install boinc
Also: once you get your Boinc running and not reporting errors, and getting some validations: It's probably a good idea to remove the ppa to avoid further breakages by continuing updates from the PPA. You can remove the ppa (from ubuntu 12.04 only) by:
sudo apt-get update
Hope this helps you. It worked for me. ____________ |
||
ID: 6788 | Rating: 0 | rate: / | ||
Message boards : Unix/Linux : Computation errors on Linux (Ubuntu)
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)#7 (2) { ["db_conn"]=> resource(60) 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=669" } } [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)#7 (2) { ["db_conn"]=> resource(60) of type (mysql link persistent) ["db_name"]=> string(7) "docking" } ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> object(BoincThread)#3 (16) { ["id"]=> string(3) "669" ["forum"]=> string(1) "6" ["owner"]=> string(5) "58554" ["status"]=> string(1) "0" ["title"]=> string(36) "Computation errors on Linux (Ubuntu)" ["timestamp"]=> string(10) "1342532084" ["views"]=> string(2) "52" ["replies"]=> string(1) "1" ["activity"]=> string(19) "8.8947930665169e-40" ["sufferers"]=> string(1) "0" ["score"]=> string(1) "0" ["votes"]=> string(1) "0" ["create_time"]=> string(10) "1341265732" ["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) "669" ["forum"]=> string(1) "6" ["owner"]=> string(5) "58554" ["status"]=> string(1) "0" ["title"]=> string(36) "Computation errors on Linux (Ubuntu)" ["timestamp"]=> string(10) "1342532084" ["views"]=> string(2) "52" ["replies"]=> string(1) "1" ["activity"]=> string(19) "8.8947930665169e-40" ["sufferers"]=> string(1) "0" ["score"]=> string(1) "0" ["votes"]=> string(1) "0" ["create_time"]=> string(10) "1341265732" ["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=669