[Debian Wiki] Update of "BOINC/ServerGuide" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Sat Jul 9 14:41:50 UTC 2011


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "BOINC/ServerGuide" page has been changed by SteffenMoeller:
http://wiki.debian.org/BOINC/ServerGuide?action=diff&rev1=74&rev2=75

Comment:
Completed description until receiving first results of upper_case app

  == Config clients ==
  
  The project should now be ready to run a couple of work units. Please use any Linux BOINC client. The Debian [[DebPkg:boinc-client]] package will do. It needs to be Linux since our application was yet only prepared for this OS. The project URL is $hosturl/$fileprojectname.
+ 
+ 
+ == Inspection ==
+ 
+ Once the user was created, the respective entry in the database will look like {{{
+ mysql> select id,create_time,email_addr,name,authenticator,country,postal_code,venue,url,email_validated,donated from user;
+  id | create_time | email_addr       | name | authenticator | country | postal_code | venue | url  |  email_validated | donated
+ ----+-------------+------------------+------+----------------------------------+---------+---------+------------------+---------+
+   1 |  1310218977 | your at address.com |  you | ce45e2fe50ae6 | Country | nnn         |       | NULL |                0 |       0 |
+ }}}
+ 
+ and when the first result was computed, it will show as
+ 
+ mysql> select id,create_time,workunitid,server_state,outcome,hostid,userid,name,cpu_time,app_version_num,appid from result;
+ +----+-------------+------------+--------------+---------+--------+--------+--------+----------+-----------------+-------+
+ | id | create_time | workunitid | server_state | outcome | hostid | userid | name   | cpu_time | app_version_num | appid |
+ +----+-------------+------------+--------------+---------+--------+--------+--------+----------+-----------------+-------+
+ |  1 |  1310217514 |          1 |            5 |       1 |      1 |      1 | test_0 | 19.94525 |             612 |    11 |
+ +----+-------------+------------+--------------+---------+--------+--------+--------+----------+-----------------+-------+
+ 
+ Result files are at {{{
+ $ find upload/
+ upload/
+ upload/ba
+ upload/ba/test_0_0
+ }}}
+ And look like expected {{{
+ $ cat upload/ba/test_0_0 
+ TEST STRING
+ }}}
  
  = Management of your own project =
  



More information about the pkg-boinc-commits mailing list