diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-22 16:55:37 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-22 16:55:37 +0000 |
commit | 60d93648be075a11d4e169c70a418eccf39a5d99 (patch) | |
tree | 28040528d570c97a25950d46c64eb45c05dbef3d /biology | |
parent | 8001e1d29d213fefe168d9d9909ba28f6b258223 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/linux-foldingathome/files/pkg-message.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/biology/linux-foldingathome/files/pkg-message.in b/biology/linux-foldingathome/files/pkg-message.in index 33c55d3ac5ea..32e972720c2c 100644 --- a/biology/linux-foldingathome/files/pkg-message.in +++ b/biology/linux-foldingathome/files/pkg-message.in @@ -10,11 +10,14 @@ Here is a list of steps to quickly get started with Folding@home on FreeBSD: 2. Mount linsysfs(5) in /compat/linux/sys. -3. Enable the fahclient service: +3. Consider setting the user name and the team ID (e.g., "11743") + in %%FAHCLIENT_CONFIG_XML%%. + +4. Enable the fahclient service: sysrc fahclient_enable="YES" -4. Start the service: +5. Start the service: service fahclient start @@ -28,7 +31,7 @@ Additional notes service fahclient log -- The default working directory for fahclient is %%FAHCLIENT_WORK_DIR%%. +- The default working directory for fahclient is %%FAHCLIENT_WORK_DIR%%. In order to function properly, fahclient requires its working directory to be on a partition/dataset with execute permissions on. For example if /var/db is on a ZFS dataset with exec=off, then %%FAHCLIENT_WORK_DIR%% @@ -37,15 +40,15 @@ Additional notes Note, that usually the permissions are on unless the system configuration was modified by the administrator. -- The ID of the FreeBSD team is 11743. In order to join - the team add the following line to %%FAHCLIENT_CONFIG_XML%%: +- The ID of the FreeBSD team is 11743. In order to join the team + add the following line to %%FAHCLIENT_CONFIG_XML%%: <team value="11743"/> The service has to be restarted to pick up the change. Statistics for the FreeBSD team can be viewed here: - https://apps.foldingathome.org/teamstats/team11743.html + https://stats.foldingathome.org/team/11743 - More information about configuring and running the Folding@home software is available on those websites: |