Search found 23 matches
- Mon Nov 04, 2024 3:34 pm
- Forum: V8.1.xx Open Beta
- Topic: Unable to run NVIDIA GPU with driver 535 [Solved]
- Replies: 13
- Views: 20936
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: 6580
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: 4732
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: 4138
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: 6523
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...
- Sun Aug 11, 2024 6:14 pm
- Forum: New Donors start here
- Topic: Help with "Core returned WU_STALLED" preventing me from running
- Replies: 4
- Views: 3755
Re: Help with "Core returned WU_STALLED" preventing me from running
Unraid NAS is not based on CentOS 7. These "centos-7.9.2009-64bit" are from downloaded cores.
- Sat Aug 10, 2024 10:01 pm
- Forum: Issues with a specific WU
- Topic: More work units that will exceed expiry time
- Replies: 11
- Views: 7723
Re: More work units that will exceed expiry time
I have seen this too here. WUs expiring the deadline with my i7-4770:
Project: 12420 (Run 176, Clone 7, Gen 0) -- with 2 CPUs
Project: 12423 (Run 18, Clone 1, Gen 51) -- with 3 CPUs
Project: 12421 (Run 151, Clone 6, Gen 2) -- with 4 CPUs
Project: 12420 (Run 176, Clone 7, Gen 0) -- with 2 CPUs
Project: 12423 (Run 18, Clone 1, Gen 51) -- with 3 CPUs
Project: 12421 (Run 151, Clone 6, Gen 2) -- with 4 CPUs
- Fri Jul 26, 2024 11:34 pm
- Forum: 3rd party contributed software
- Topic: lufah - Little Utility for FAH v8
- Replies: 12
- Views: 41845
Re: lufah - Little Utility for FAH v8
It would be helpful to have 'timeout' and 'deadline' information in the output of the 'units' command. Or only 'deadline', to know when the WU will be automatically dumped if not completed in time.
- Wed Jul 24, 2024 6:07 pm
- Forum: 3rd party contributed software
- Topic: lufah - Little Utility for FAH v8
- Replies: 12
- Views: 41845
Re: lufah - Little Utility for FAH v8
Perhaps a "dump-all" command.
- Wed Jul 24, 2024 12:50 pm
- Forum: 3rd party contributed software
- Topic: lufah - Little Utility for FAH v8
- Replies: 12
- Views: 41845
Re: lufah - Little Utility for FAH v8
Noob question: can I dump a WU?
- Wed Jul 24, 2024 2:18 am
- Forum: 3rd party contributed software
- Topic: lufah - Little Utility for FAH v8
- Replies: 12
- Views: 41845
- Wed Jul 24, 2024 2:01 am
- Forum: 3rd party contributed software
- Topic: lufah - Little Utility for FAH v8
- Replies: 12
- Views: 41845
Re: lufah - Little Utility for FAH v8
Cannot get/set some configs: $ lufah . info Host: alma Client: 8.4.2 OS: linux 4.18 CPU: 4 cores, amd64, "Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz" $ lufah . config on-idle null $ lufah . config keep-awake null $ lufah . config cpus null $ lufah . config cpus 4 ERROR: cannot set "cpus&...
- Tue Jul 09, 2024 12:52 pm
- Forum: V8.3.xx Open Beta
- Topic: How to get v8.3 to only fold on the GPU
- Replies: 11
- Views: 5694
Re: How to get v8.3 to only fold on the GPU
What you described is all expected, but: It created a zero length config.xml file (didn't copy anything from the previous version - maybe it was locked because it might have still been open). But worse was it deleted the V7 config.xml file even though it was in a different directory. Just as well I ...
- Thu May 09, 2024 10:54 am
- Forum: V8.3.xx Open Beta
- Topic: [tuto] 8.3.5, openSUSE Tumbleweed, installation
- Replies: 35
- Views: 25062
Re: [tuto] 8.3.5, openSUSE Tumbleweed, installation
CPUSchedulingPolicy=idle is probably too much (and I am not sure it is actually applied to child processes). This approach is better IMHO:
https://github.com/FoldingAtHome/fah-cl ... nt-8578995
https://github.com/FoldingAtHome/fah-cl ... nt-8578995
- Thu May 09, 2024 10:50 am
- Forum: V8.3.xx Open Beta
- Topic: [tuto] 8.3.5, openSUSE Tumbleweed, installation
- Replies: 35
- Views: 25062
Re: [tuto] 8.3.5, openSUSE Tumbleweed, installation
cbang packaging machinery is working fine on Fedora/RHEL and openSUSE. Give https://foldingforum.org/viewtopic.php?p=363756#p363756 a try (you can git checkout the release tags before building). I'm not the least bit interested in local builds that rape rpmbuild. I'm using this https://build.opensu...