[pkg-boinc-commits] r512 - in /trunk/boinc/debian: boinc-client.README.Debian changelog

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sat Aug 26 14:41:51 UTC 2006


Author: fst-guest
Date: Sat Aug 26 14:41:49 2006
New Revision: 512

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=512
Log:
Explain the boinc-client's README.Debian how to make the client useful on AMD64.

Modified:
    trunk/boinc/debian/boinc-client.README.Debian
    trunk/boinc/debian/changelog

Modified: trunk/boinc/debian/boinc-client.README.Debian
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/boinc-client.README.Debian?rev=512&op=diff
==============================================================================
--- trunk/boinc/debian/boinc-client.README.Debian (original)
+++ trunk/boinc/debian/boinc-client.README.Debian Sat Aug 26 14:41:49 2006
@@ -11,6 +11,7 @@
   1. Configuring the BOINC core client
   2. Installing and configuring BOINC application packages
   3. Moving a BOINC data directory to /var/lib/boinc-client
+  4. Making the BOINC core client usable on AMD64
 
 
 1. Configuring the BOINC core client
@@ -75,14 +76,50 @@
     boinc:
      % chown -R boinc:boinc /var/lib/boinc-client
 
- 4. Move configuration files to /etc/boinc-client/ and create symlinks
+ 4. Move configuration files to '/etc/boinc-client/' and create symlinks
     for the core client:
      % mv -f /var/lib/boinc-client/gui_rpc_auth.cfg /etc/boinc-client/
      % ln -s /etc/boinc-client/gui_rpc_auth.cfg /var/lib/boinc-client/gui_rpc_auth.cfg
 
-    Repeat the last step for the following configuration files if they exist in
-    your old BOINC data directory: 'global_prefs_override.xml', 'log_flags.xml',
-    and 'remote_hosts.cfg'
+    Repeat the last step for the following configuration files if they
+    exist in your old BOINC data directory: 'global_prefs_override.xml',
+    'log_flags.xml', and 'remote_hosts.cfg'
 
  5. Start the BOINC core client again:
      % /etc/init.d/boinc-client start
+
+
+4. Making the BOINC core client usable on AMD64
+-----------------------------------------------
+
+Most BOINC projects do not support AMD64 and do not provide
+applications for it. You know that a project does not support AMD64
+when your client receives a message from the BOINC server which looks
+like this:
+
+    "Message from server: platform 'x86_64-pc-linux-gnu' not found"
+
+If you still want to use the AMD64 BOINC core client you can now
+install 'boinc-app-*' packages (see paragraph 2.) which use the
+anonymous platform mechanism or additionally modify the core client to
+donwload 32bit applications which are available for almost all
+projects. The following instructions explains the latter option:
+
+ 1. Install the libc6-i386 package (the 32bit GNU C library for AMD64)
+    since the BOINC core client will download and run 32bit
+    applications:
+     % apt-get install libc6-i386
+
+ 2. Stop the BOINC core client:   
+     % /etc/init.d/boinc-client stop
+
+ 3. Replace the string 'x86_64-pc-linux-gnu' with 'i686-pc-linux-gnu'
+    in the XML element <platform_name> in your client state file
+    '/var/lib/boinc-client/client_state.xml'. You can use this sed
+    snippet to do this for you:
+     % sed -i -e \
+         's/<platform_name>x86_64-pc-linux-gnu<\/platform_name>/<platform_name>i686-pc-linux-gnu<\/platform_name>/' \
+         /var/lib/boinc-client/client_state.xml
+
+ 4. Start the BOINC core client again:
+     % /etc/init.d/boinc-client start

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=512&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Sat Aug 26 14:41:49 2006
@@ -1,6 +1,4 @@
 boinc (5.4.11-1) unstable; urgency=low
-
-  * NOT RELEASED YET
 
   [ Frank S. Thomas ]
   * New upstream release.
@@ -21,8 +19,12 @@
       client was compiled for and it also sets the platform name from
       client_state.xml as the valid platform name which will be used for
       scheduler requests. This patch only affects AMD64. (related to: #366741)
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 26 Aug 2006 14:39:01 +0200
+  * Explain in boinc-client's README.Debian how to modify the BOINC core
+    client so that it downloads 32bit applications on AMD64. The
+    01_amd64-disable-platform-reset.dpatch patch is mandatory for this
+    procedure to work correctly. (also related to: #366741, LP#51948)
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 26 Aug 2006 16:33:00 +0200
 
 boinc (5.4.10-2) unstable; urgency=medium
 




More information about the pkg-boinc-commits mailing list