Package Details: foldingathome 8.4.3-1

Git Clone URL: https://aur.archlinux.org/foldingathome.git (read-only, click to copy)
Package Base: foldingathome
Description: A distributed computing project for simulating protein dynamics
Upstream URL: https://foldingathome.org/
Keywords: fah science
Licenses: GPL-3.0-or-later
Submitter: dtw
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 180
Popularity: 0.65
First Submitted: 2007-06-28 14:55 (UTC)
Last Updated: 2024-08-21 01:37 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Pinned Comments

SovietReimu1228 commented on 2024-08-22 14:48 (UTC)

I'll leave a note for those who are having trouble starting FAH after updating. You should do pacman -Rs foldingathome and install again. This will create the fah-client user.

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 Next › Last »

Snowman commented on 2013-01-02 18:44 (UTC)

It would make more sense to update the foldingathome PKGBUILD instead of creating this one. The foldingathome PKGBUILD is maintained by a TU but it has been out-of date for 6 months. You might want to report/ask for help on the aur ML.

paul2lv commented on 2012-10-02 08:55 (UTC)

Updated the package to include a systemd script and to fix the download error. Thanks to luolimao for all the help!

luolimao commented on 2012-10-02 00:46 (UTC)

Also, the systemd script appears to work fine; it should be all right to add to the package.

luolimao commented on 2012-10-02 00:40 (UTC)

After googling a bit, and learning about the DLAGENTS option, the error can be fixed by adding the line DLAGENTS=("https::/usr/bin/curl -k -o %o %u") to the PKGBUILD. Although for some reason the wiki fails to mention this under "PKGBUILD" or "Creating packages" but instead lists it under "Nonfree Applications Package Guidelines": https://wiki.archlinux.org/index.php/Nonfree_Applications_Package_Guidelines

paul2lv commented on 2012-09-30 09:23 (UTC)

@luolimao The download error is caused by a certificate error on Stanford's servers. If you manually download the file, it should build with no problems. I put together a systemd script and uploaded it to here --> http://pastebin.com/bW4CakV4 Copy it to /etc/systemd/system/foldingathome-v7.service and tell me if it works before I add it to the package.

luolimao commented on 2012-09-29 20:18 (UTC)

Also, the file doesn't download for me (x86_64); see error: https://gist.github.com/3805087

luolimao commented on 2012-09-29 20:16 (UTC)

Can you add a systemd script (since rc.d scripts are being phased out)?

paul2lv commented on 2012-09-16 09:49 (UTC)

I fixed up the PKGBUILD so it should work with i686 and x86_64 with out any issues. Let me know if there are any more problems.