Changes between Version 39 and Version 40 of ServerIntro
- Timestamp:
- Feb 4, 2008, 8:35:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v39 v40 7 7 * 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. 8 8 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)]]. 10 10 11 11 * 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]. … … 17 17 * 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'''. 18 18 19 By default, the directories created by user apache are not world-writ eable. 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.19 By 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. 20 20 21 21 To solve this problem, edit `/etc/group` so that `apache` belongs to group `boinc`, i.e. the line: