Thanks,ajgringo619. Mine's AMD, so that might help narrow it down.
ETA: The problem was having the opencl-amd and opencl-mesa packages installed concurrently. Back to normal after removing the opencl-mesa package...
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: | folding foldingathome |
Licenses: | custom |
Submitter: | dtw |
Maintainer: | rustymech |
Last Packager: | rustymech |
Votes: | 169 |
Popularity: | 0.91 |
First Submitted: | 2007-06-28 14:55 (UTC) |
Last Updated: | 2021-01-09 21:16 (UTC) |
Thanks,ajgringo619. Mine's AMD, so that might help narrow it down.
ETA: The problem was having the opencl-amd and opencl-mesa packages installed concurrently. Back to normal after removing the opencl-mesa package...
Using two: GTX 1050 and 1070
@ajgringo619: what GPU are you using?
Interesting...I upgraded this morning, rebooted, and FaH is working with the new llvm-libs package.
Updated llvm-libs to 13.0.1-3...now GPU does not function properly.
After running this client for nearly a month, I just discovered the foldingathome-nvidia.service. Can you please explain what it's for and why it's required? My (2) GPU system has been running fine without it, although I did enable it today.
I think you need to add
StandardOutput=null
To the service file; otherwise the client logs to both /var/log/foldingathome/log.txt and the journal.
@geripgeri Thought that directory existed even with no graphics card, made it optional.
Hey @jpkotta!
/dev/dri
doesn't exist in my your system, /usr/bin/chown
and /etc/foldingathome
both exist.
After I added ReadWritePaths=-/dev/dri
to foldingathome.service
the service starts without any issue!
Thank you for your help!
@geripgeri: Does /dev/dri
exist on your system? If not, try editing foldingathome.service
to have ReadWritePaths=-/dev/dri
(this should probably be changed in the package, you shouldn't need /dev/dri
if you're doing CPU folding).
As for the chown
, that doesn't make sense. Do /usr/bin/chown
and /etc/foldingathome
both exist?
Pinned Comments
alucryd commented on 2020-04-21 14:23 (UTC) (edited on 2020-04-22 15:57 (UTC) by alucryd)
To be clear, nvidia users need to enable both
foldingathome.service
andfoldingathome-nvidia.service
.