Port details |
- linux-foldingathome Folding@home Client
- 7.6.21 biology =5 7.6.21Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2006-08-28 22:34:01
- Last Update: 2024-08-12 12:58:05
- Commit Hash: be31db3
- People watching this port, also watch:: OpenSP, mDNSResponder, p5-MIME-Tools, vcdimager, libexif
- Also Listed In: linux
- License: FAHSL
- WWW:
- https://foldingathome.org/
- Description:
- Folding@home is a distributed computing project -- people from throughout
the world download and run software to band together to make one of the
largest supercomputers in the world. Every computer takes the project
closer to our goals.
Folding@home uses novel computational methods coupled to distributed
computing, to simulate problems millions of times more challenging than
previously achieved.
Protein folding is linked to disease, such as Alzheimer's, ALS,
Huntington's, Parkinson's disease, and many Cancers. Moreover, when
proteins do not fold correctly (i.e. "misfold"), there can be serious
consequences, including many well known diseases, such as Alzheimer's,
Mad Cow (BSE), CJD, ALS, Huntington's, Parkinson's disease, and many
cancers and cancer-related syndromes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-foldingathome>0:biology/linux-foldingathome
- To install the port:
- cd /usr/ports/biology/linux-foldingathome/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install biology/linux-foldingathome
- pkg install linux-foldingathome
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1624640434
SHA256 (fahclient-7.6.21-1.x86_64.rpm) = a9f8b5073cd800cc63e32c623a8b4d7487c4e19a1e84760202e451b997d95073
SIZE (fahclient-7.6.21-1.x86_64.rpm) = 3779272
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for linux-foldingathome-7.6.21:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- biology_linux-foldingathome
- USES:
- dos2unix linux
- pkg-message:
- For install:
- Quick start
===========
Here is a list of steps to quickly get started with Folding@home on FreeBSD:
1. Mount linprocfs(5) in /compat/linux/proc.
2. Mount linsysfs(5) in /compat/linux/sys.
3. Enable the fahclient service:
sysrc fahclient_enable=YES
4. Consider setting Folding@home donor name and team ID:
sysrc fahclient_donor=my_fah_username
sysrc fahclient_team=0
Team 0 means "no team", by default fahclient joins team FreeBSD
(11743).
5. Start the service:
service fahclient start
At this point, the daemon should be up and folding.
Additional notes
================
- The current status of folding can be inspected by running
the following command:
service fahclient log
- The default working directory for fahclient is /var/db/fahclient.
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 /var/db/fahclient
needs to have exec=on.
Note, that usually the permissions are on unless the system
configuration was modified by the administrator.
- By default the FreeBSD team (team id 11743) is joined.
This can be overridden by changing the configuration in rc.conf:
sysrc fahclient_team=0
The service has to be restarted to pick up the change.
Statistics for the FreeBSD team can be viewed here:
https://stats.foldingathome.org/team/11743
- Team and donor configuration values in /usr/local/etc/fahclient/config.xml take
precedence over those configured in rc.conf using sysrc.
- It's possible to specify additional flags in rc.conf. Those take
precedence over what is configured in the config file, e.g., setting
the maximum number of cpus to be used:
sysrc fahclient_flags+=" --cpus=7"
Flags that are set this way will be overridden by settings in
/usr/local/etc/fahclient/config.xml. You can set fahclient_extra_flags
to override settings in /usr/local/etc/fahclient/config.xml:
sysrc fahclient_extra_flags+=" --cpus=7"
- You can check the actual configuration values applied with:
service fahclient showconfig
- More information about configuring and running the Folding@home
software is available on those websites:
- https://foldingforum.org/
- https://foldingathome.org/support/faq/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.6.21 12 Aug 2024 12:58:05 |
Mateusz Piotrowski (0mp) |
biology/linux-foldingathome: Point MASTER_SITES to the new location |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.6.21 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.6.21 20 Jul 2022 14:20:57 |
Tobias C. Berner (tcberner) |
biology: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Andrey Zakhvatov
* Bob Zimmermann <rpz@cse.wustl.edu>
* Camson Huynh <chuynh@biolateral.com.au>
* Dan Siercks <dsiercks@uwm.edu>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* J. Bacon <jwb@FreeBSD.org>
* Jason Bacon <jwb@FreeBSD.org>
* Jeremy <karlj000@unbc.ca> (Only the first 15 lines of the commit message are shown above ) |
7.6.21 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
7.6.21 25 Jun 2021 17:13:19 |
Mateusz Piotrowski (0mp) |
biology/linux-foldingathome: Update to 7.6.21
Unfortunately, this version of FAHClient is not able to daemonize
successfully anymore. Even though the --daemon flag is passed, FAHClient
does not detach from the controlling terminal. In addition to that it
does not go into background. The --log seems to be broken as well as
since all the logs are printed to the terminal instead of the log file.
In order to alleviate those problems, use daemon(8).
PR: 250463
Changes: https://foldingforum.org/viewtopic.php?t=36307 |
7.6.13 06 May 2021 11:47:41 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
7.6.13 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.6.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.6.13 09 May 2020 13:21:29 |
0mp |
Update to 7.6.13
Release announcement:
https://foldingforum.org/viewtopic.php?f=108&t=34466 |
7.6.9 19 Apr 2020 10:09:56 |
0mp |
Update to 7.6.9
Release announcement:
https://foldingforum.org/viewtopic.php?f=24&t=34466 |
7.6.8 18 Apr 2020 11:55:37 |
0mp |
Update to 7.6.8 |
7.5.1.1_3 14 Apr 2020 16:54:34 |
grembo |
Correct typo in pkg-message.
Accidentally documented fahclient_donor as fahclient_user, which has
a different meaning.
PR: 245506 |
7.5.1.1_3 14 Apr 2020 16:03:24 |
grembo |
Improve startup script, join "Team FreeBSD" by default
PR: 245506
Approved by: 0mp (maintainer) |
7.5.1.1_2 30 Mar 2020 13:51:31 |
0mp |
Update WWW |
7.5.1.1_1 23 Mar 2020 15:30:05 |
0mp |
Load appropriate Linuxulator bits automatically when starting service |
7.5.1.1 22 Mar 2020 16:55:37 |
0mp |
Improve pkg-message
- Fix some whitespace issues
- Suggest the user to configure their user name and team ID. [1]
- Link to a website where statistics are updated more often.
Suggested by: netchild [1] |
7.5.1.1 21 Mar 2020 23:03:05 |
0mp |
Resurrect biology/linux-foldingathome
Special thanks to netchild for inspiring bringing back this piece software
to ports!
Reviewed by: netchild, pi, salvadore
Differential Revision: https://reviews.freebsd.org/D24127 |
5.04 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
5.04 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
5.04 04 Aug 2019 08:31:22 |
antoine |
Mark BROKEN: unfetchable |
5.04 27 Jul 2018 02:19:43 |
eadler |
biology/linux-foldingathome: reset maintainer by request
Jonatan lacks the time to maintain the port. Thank you for your help so
far, and you're welcome back any time.
Approved by: onatan@gmail.com (maintainer) |
5.04 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
5.04 20 Dec 2014 17:27:09 |
bapt |
Cleanup plist |
5.04 06 Jul 2014 16:05:34 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket) |
5.04 20 Sep 2013 15:55:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology) |
5.04 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
5.04 29 Nov 2010 08:17:34 |
danfe |
Improve port description.
Approved by: maintainer timeout since December 2009 |
5.04 04 Oct 2007 07:28:40 |
pav |
- Fix typo in WWW |
5.04 23 Sep 2007 05:45:41 |
edwin |
biology/linux-foldingathome needs to run as root?
(also: update to 5.0.4)
Upon installing FoldingAtHome I ran the software from a
user account only to find that I was stuck in a loop of
trying to enter configuration options. Shortly thereafter
I realized that it was trying to write to
/usr/local/share/foldingathome, and therefore requires being
run as root to write there unless one changes permissions
there. Seing as this isn't installed with a startup script
for daemonization, and running as root seems a little
excessive for this application, should this be adapted to
run from a user account or set up to be able to start at
boot?
And from maintainer:
This diff updates the port to version 5.04, and adds
support to running as normal user using ~/.fah
directory.
PR: ports/113335
Submitted by: James Snyder <jbsnyder@fanplastic.org>
Approved by: maintainer |
5.02 28 Aug 2006 22:33:45 |
pav |
Folding@Home is a distributed computing project -- people from through out the
world download and run software to band together to make one of the largest
supercomputers in the world. Every computer makes the project closer to our
goals.
Folding@Home uses novel computational methods coupled to distributed computing,
to simulate problems thousands to millions of times more challenging than
previously achieved.
WWW: http://folding.standford.edu
PR: ports/101235
Submitted by: Yonatan <onatan@gmail.com> |