(SOLVED) 8.5.5 shows "No folding machines found"
Moderators: Site Moderators, FAHC Science Team
Re: 8.5.5 shows "No folding machines found"
/etc/fah-client is totally empty. No config file. I wish there was one. I could edit it to show gpu as true.
-
calxalot
- Site Moderator
- Posts: 1823
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: 8.5.5 shows "No folding machines found"
gpu true was a v7 option only.
-
calxalot
- Site Moderator
- Posts: 1823
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: 8.5.5 shows "No folding machines found"
The debian installer should have created a file there with contents
Code: Select all
<config/>Re: 8.5.5 shows "No folding machines found"
Nope, that folder is completely empty.
-
calxalot
- Site Moderator
- Posts: 1823
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: 8.5.5 shows "No folding machines found"
Please try
Code: Select all
echo '<config/>' > /tmp/config.xml
sudo cp /tmp/config.xml /etc/fah-client/.
ls -l /etc/fah-client/
cat /etc/fah-client/config.xml
Re: 8.5.5 shows "No folding machines found"
That created an empty config.xml file
-
calxalot
- Site Moderator
- Posts: 1823
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: 8.5.5 shows "No folding machines found"
I got
cat /etc/fah-client/config.xml
<config/>
cat /etc/fah-client/config.xml
<config/>
Re: 8.5.5 shows "No folding machines found"
A reboot and restart of the client now shows my gpu and it looks like it will fold. Trying it now. Yep, it's folding. I thank you very much for all your help!!