Skip to content

Instantly share code, notes, and snippets.

@mharsch
Created January 17, 2020 17:37
Show Gist options
  • Select an option

  • Save mharsch/8860c8d9f2357f8a38f1d00b585d69c4 to your computer and use it in GitHub Desktop.

Select an option

Save mharsch/8860c8d9f2357f8a38f1d00b585d69c4 to your computer and use it in GitHub Desktop.
install fahclient on ubuntu 18.04 in 2020
Download client from https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/
sudo dpkg -i <fahclient.deb>
<fails>
sudo update-rc.d FAHClient defaults
sudo dpkg -i <fahclient.deb> //again
<works>
Now the FAHclient start/stop/reload script is located in /etc/init.d
the config.xml file is located in /etc/fahclient
and the runtime artifacts (logs) are in /var/lib/fahclient
setup remote (fahcontrol) client access by adding <password v='mypassword'/> to the config.xml file and point your fahcontrol app to
the IP of the client. Subsequent edits to the configuration are reflected in the /etc/fahclient/config.xml file on the client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment