Now, the headless machines are a whole different story. The https://foldingathome.org/guides/v8-4-client-guide/ says in the section Manually Connecting Machines "Then pass the account token using the account-token configuration option in the config.xml configuration file and restarting the client." So, I created this following the v7 style:
Code: Select all
/etc/fah-client/config.xml
<config/>
<account-token v='big-long-string-of-numbers-and-letters-from-my-account-page'/>
</config>
I tried some variations but, no love. Searching for a sample file of a headless config.xml file is difficult and, so far, unfindable. Does anyone have an example of a functional headless config.xml file?