Error folding on GPU [OpenSUSE]
Moderators: Site Moderators, FAHC Science Team
-
- Site Moderator
- Posts: 1117
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Error folding on GPU [OpenSUSE]
Yay!
If the system log is full of noise, you might also want
StandardOutput=null
If the system log is full of noise, you might also want
StandardOutput=null
-
- Site Moderator
- Posts: 1117
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Error folding on GPU [OpenSUSE]
Is it safe to use
Restart=always
again?
Restart=always
again?
Re: Error folding on GPU [OpenSUSE]
Yes, actually. It now works with Restart=always.calxalot wrote:Is it safe to use
Restart=always
again?
-
- Site Moderator
- Posts: 1117
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Error folding on GPU [OpenSUSE]
Nice. Could you post the final service file here? Thanks.
Re: Error folding on GPU [OpenSUSE]
/etc/systemd/system/fahclient.service
The systemd service unit for FAHClient is installed. Reload systemd manager configuration
Enable the service
Query the status of service unit.
Start and stop as a regular systemd service
Code: Select all
[Unit]
Description=Folding@Home V7 Client
Documentation=https://folding.stanford.edu/home/the-software/
After=network.target
[Service]
User=fahclient
Group=users
WorkingDirectory=/var/lib/fahclient
ExecStart=/usr/bin/FAHClient /etc/fahclient/config.xml
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
Code: Select all
chown root:root /etc/systemd/system/fahclient.service
chmod u=rw,go=r /etc/systemd/system/fahclient.service
Code: Select all
systemctl daemon-reload
Code: Select all
systemctl enable fahclient.service
Code: Select all
systemctl status fahclient.service
Code: Select all
systemctl stop fahclient.service
systemctl start fahclient.service
-
- Posts: 2
- Joined: Fri Dec 09, 2016 8:22 pm
Re: Error folding on GPU [OpenSUSE]
I installed the service like you described, but I'm still not able to to GPU folding.
Client always tries to start, but fails eventually. I'm on 367.57 with compute package installed.
Client always tries to start, but fails eventually. I'm on 367.57 with compute package installed.
Re: Error folding on GPU [OpenSUSE]
When it's "trying to start" are there messages going to FAH's log? ... to the console? ... etc. that you can post?
What directory is currently open when the service starts?
What directory is currently open when the service starts?
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
-
- Site Moderator
- Posts: 1117
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Error folding on GPU [OpenSUSE]
Did you add group video to user fahclient?
-
- Posts: 2
- Joined: Fri Dec 09, 2016 8:22 pm
Re: Error folding on GPU [OpenSUSE]
No, that was my mistake. It works now with video, thanks.
In the meantime I had been able to get it to work with root user, but that was of course an ugly solution.
In the meantime I had been able to get it to work with root user, but that was of course an ugly solution.