Search found 33 matches
- Tue May 13, 2025 10:56 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Build Rpm fails
- Replies: 5
- Views: 1128
Re: Build Rpm fails
git clone https://github.com/cauldrondevelopmentllc/cbang git clone https://github.com/foldingathome/fah-client-bastet git -C cbang checkout bastet-v8.4.9 git -C fah-client-bastet checkout v8.4.9 git -C cbang cherry-pick -n 1e24e6d90cde528db0bb7a1f65009d237c737701 export CBANG_HOME=$PWD/cbang scons...
- Tue May 13, 2025 5:00 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Build Rpm fails
- Replies: 5
- Views: 1128
- Fri May 09, 2025 12:39 am
- Forum: 3rd party contributed software
- Topic: lufah - Little Utility for FAH v8
- Replies: 22
- Views: 196794
Re: lufah - Little Utility for FAH v8
Aha! This appears to be the mysterious bug I reported to you a while ago, calxalot. Thanks arisu.
- Mon May 05, 2025 5:34 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: My client cannot detect the GPU after reboot, and I need to manually restart the client
- Replies: 7
- Views: 3259
Re: My client cannot detect the GPU after reboot, and I need to manually restart the client
The difference is that if we order after graphical.target, the practical effect is ordering the service after display-manager.service, implemented by GDM, SDDM, etc. Display managers usually do at least one additional thing: wait for the CanGraphical property of systemd-logind to become true. Conseq...
- Sun May 04, 2025 5:12 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: My client cannot detect the GPU after reboot, and I need to manually restart the client
- Replies: 7
- Views: 3259
Re: My client cannot detect the GPU after reboot, and I need to manually restart the client
I had some ideas to try debugging this issue:
https://github.com/FoldingAtHome/fah-cl ... 2627040201 (last paragraph)
https://github.com/FoldingAtHome/fah-cl ... 2807120590
If you can test them, you're welcome to.
https://github.com/FoldingAtHome/fah-cl ... 2627040201 (last paragraph)
https://github.com/FoldingAtHome/fah-cl ... 2807120590
If you can test them, you're welcome to.
- Tue Feb 18, 2025 1:02 pm
- Forum: V8.3.xx Open Beta
- Topic: [tuto] 8.3.5, openSUSE Tumbleweed, installation
- Replies: 55
- Views: 942022
Re: [tuto] 8.3.5, openSUSE Tumbleweed, installation
I can't reproduce the compilation error. It works fine here. Note that you need to apply this cbang fix on top of version 8.4.9 to be able to create the package on Tumbleweed.
- Sun Feb 02, 2025 6:04 pm
- Forum: Problems with AMD/ATI drivers
- Topic: Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)
- Replies: 51
- Views: 199223
Re: Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)
Excluding the -devel packages, which, in theory, aren't needed, installing the rocm-opencl package from the Fedora repository would be the equivalent, which you've already proven doesn't work. :lol: Have you tried installing just the rocm-opencl-runtime package from the AMD repository (it should bri...
- Sun Feb 02, 2025 5:33 pm
- Forum: Problems with AMD/ATI drivers
- Topic: Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)
- Replies: 51
- Views: 199223
Re: Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)
I looked into what this AMD rocm-opencl-sdk package consists of in Fedora. It is an empty package that depends on the following packages: hsa-rocr-devel hsakmt-roct-devel rocm-core rocm-opencl-devel rocm-opencl-runtime Fedora packages several ROCm packages. Maybe it's a matter of figuring out which ...
- Thu Jan 30, 2025 11:07 am
- Forum: Q&A about unsupported distros of Linux
- Topic: Radeon 7800 XT not used for folding (Fedora 41) [Solved]
- Replies: 12
- Views: 45528
- Wed Dec 18, 2024 11:26 am
- Forum: V8.1.xx Open Beta
- Topic: Unable to run NVIDIA GPU with driver 535 [Solved]
- Replies: 17
- Views: 40953
Re: Unable to run NVIDIA GPU with driver 535 [Solved]
Up until version 8.4.9, the fah-client service has NoNewPrivileges=yes set, meaning any process running as a normal user can't escalate privileges, like running SUID root binaries. It's a crucial security measure, as nothing in the fah-client needs root privileges. Unfortunately, the Nvidia driver i...
- Mon Nov 04, 2024 3:34 pm
- Forum: V8.1.xx Open Beta
- Topic: Unable to run NVIDIA GPU with driver 535 [Solved]
- Replies: 17
- Views: 40953
Re: Unable to run NVIDIA GPU with driver 535 [Solved]
Using an override (i.e. `systemctl edit fah-client.service`) to set NoNewPrivileges to "no" also results in the GPU working, as expected. Now, going by the systemd.exec man page this would mean that something in the code is utilising `execve()` on a setuid or setgid binary. Is there any c...
- Sat Oct 19, 2024 10:55 pm
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 19406
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
First, do not directly edit /usr/lib/systemd/system/fah-client.service. Editing this file directly is discouraged, as it will be overwritten during package updates. Use the command systemctl edit --full fah-client.service to create a custom service unit. If the EDITOR environment variable is not set...
- Thu Sep 19, 2024 12:02 pm
- Forum: New Donors start here
- Topic: W7 computers not getting work assignments
- Replies: 18
- Views: 21441
Re: W7 computers not getting work assignments
I'm not sure if this is related to your issue, but since version 8.3.6, the code responsible for loading DLLs requires the KB2533623 update on Windows 7. https://support.microsoft.com/kb/2533623 Edit It has been superseded by KB3063858: https://support.microsoft.com/kb/3063858 http://technet.microso...
- Wed Aug 28, 2024 10:18 pm
- Forum: V8.3.xx Open Beta
- Topic: How to install folding@home client v8 on Fedora?
- Replies: 3
- Views: 11564
Re: How to install folding@home client v8 on Fedora?
The build instructions have been recently updated with steps for building a specific version.
- Mon Aug 12, 2024 12:44 am
- Forum: New Donors start here
- Topic: advanced options with 8.3, can't download any cores
- Replies: 10
- Views: 20218
Re: advanced options with 8.3, can't download any cores
I'm occasionally experiencing some name resolution failures here too. It disappears for a while, sometimes comes back, but always ends up working after a few tries. If you can consistently reproduce the issue, it would be helpful to install the debug version, add the following to the configuration f...