Changes between Version 1 and Version 2 of SolarisClient


Ignore:
Timestamp:
Apr 25, 2007, 3:16:44 PM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • SolarisClient

    v1 v2  
    11= Running BOINC on Solaris =
    22
    3       The BOINC client software should work on:
     3The BOINC client software should work on:
    44 * Solaris versions 7, 8, 9, or 10
    55 * Any SPARC processor
     
    77
    88----
    9  If BOINC produces messages of the form
     9If BOINC produces messages of the form
    1010{{{
    1111ld.so.1: boinc: fatal: libgcc_s.so.1: open failed: No such file or directory
    1212}}}
    13  then you may need to add /usr/local/lib to your LD_LIBRARY_PATH before running BOINC.
     13then you may need to add /usr/local/lib to your LD_LIBRARY_PATH before running BOINC.
    1414----
    15  If BOINC produces messages of the form
     15If BOINC produces messages of the form
    1616{{{
    1717ld.so.1: boinc: fatal: libstdc++.so.3: open failed: No such file or
    1818directory
    1919}}}
    20  then you probably have a newer version of libstdc++.so, and you may need to symbolically link the newer version to libstdc++.so.3
     20then you probably have a newer version of libstdc++.so, and you may need to symbolically link the newer version to libstdc++.so.3
    2121----
    22  If BOINC produces messages of the form
     22If BOINC produces messages of the form
    2323{{{
    2424Can't create shared mem: -144
    2525}}}
    26  then you need to change your shared-memory configuration. For example, make the following change to /etc/system and reboot:
     26then you need to change your shared-memory configuration. For example, make the following change to /etc/system and reboot:
    2727{{{
    2828set strctlsz=4096
     
    3838set semsys:seminfo_semmsl=128
    3939}}}
    40  These settings should work on machines with up to 20 CPUs.
     40These settings should work on machines with up to 20 CPUs.