Changes between Version 39 and Version 40 of ServerIntro


Ignore:
Timestamp:
Feb 4, 2008, 8:35:56 AM (16 years ago)
Author:
Nicolas
Comment:

Save pkg-boinc from spam.

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v39 v40  
    77 * The easiest (and recommended) way to set up a BOINC server is to use a [VirtualMachines virtual machine] that we've created for that purpose, with all the necessary software already installed.  You can run this virtual machine using the [http://www.vmware.com/download/player/ VMWare player] and any Intel-based computer (Windows, Linux, or Mac OS X).  If you take this approach, skip the rest of this page.
    88
    9  * A BOINC server package is available for [http://svn.debian.org/viewsvn/pkg-boinc/branches/boinc/experimental/debian/ Debian].  If anyone is interested in helping maintaining a boinc-server package for Debian, please contact pkg-boinc-devel@lists.alioth.debian.org.
     9 * A BOINC server package is available for [http://svn.debian.org/viewsvn/pkg-boinc/branches/boinc/experimental/debian/ Debian].  If anyone is interested in helping maintaining a boinc-server package for Debian, please contact [[T(MailHide|pkg-boinc-devel mailing list|k=01DcXFH1P8cFLSDzIkmj5Z9A==&c=xLJ3Vs4jGjPEMhQUlAORIMssfyWsPVJMsYbkm_MGpkMWajpOBmWoSZKi_KXPiqPa)]].
    1010
    1111 * You can use any Unix system as a BOINC server; we recommend using a recent Linux release. General instructions are given below, followed by a [#cookbook-debian40 a cookbook for setting up a BOINC server on a Debian 4.0 system].
     
    1717 * BOINC daemons runs as whoever created the project (let's say user '`boincadm`', group '`boinc`').  '''Do not run BOINC daemons (or anything else) as root'''.
    1818
    19 By default, the directories created by user apache are not world-writeable. This causes problems: for example, when the file upload handler creates a directory in the [DirHierarchy upload hierarchy], it's owned by (apache, apache), and the [FileDeleter file deleter] (which runs as `boincadm`) won't be able to delete the files there.
     19By default, the directories created by user apache are not world-writable. This causes problems: for example, when the file upload handler creates a directory in the [DirHierarchy upload hierarchy], it's owned by (apache, apache), and the [FileDeleter file deleter] (which runs as `boincadm`) won't be able to delete the files there.
    2020
    2121To solve this problem, edit `/etc/group` so that `apache` belongs to group `boinc`, i.e. the line: