Computation errors on Linux (Ubuntu)


Advanced search

Message boards : Unix/Linux : Computation errors on Linux (Ubuntu)

Sort
Author Message
Samopn

Joined: Jun 27 12
Posts: 2
ID: 58554
Credit: 45,861
RAC: 0
Message 6768 - Posted 2 Jul 2012 21:48:53 UTC

Hi
Getting computation errors on all the Docking tasks, when running on Linux (Ubuntu). This happens almost immediately it starts processing (within 1 second).

I have tried completely removing the project and re-adding it but to no avail.

This happens on two separate machines, both running Ubuntu 12.4

Other projects run fine.

Any ideas?

Sam

Dr Who Fan
Avatar

Joined: Sep 10 08
Posts: 6
ID: 834
Credit: 61,662
RAC: 0
Message 6788 - Posted 17 Jul 2012 13:34:44 UTC - in response to Message ID 6768 .

Hi
Getting computation errors on all the Docking tasks, when running on Linux (Ubuntu). This happens almost immediately it starts processing (within 1 second).

I have tried completely removing the project and re-adding it but to no avail.

This happens on two separate machines, both running Ubuntu 12.4
...
Sam

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 remove boinc
    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 rm /etc/apt/sources.list.d/costamagnagianfranco-boinc-precise.list
    sudo apt-get update



Hope this helps you. It worked for me.
____________

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