Search found 2059 matches

by muziqaz
Wed Mar 04, 2026 9:20 pm
Forum: New Donors start here
Topic: New Install Stuck at No Work
Replies: 5
Views: 33

Re: New Install Stuck at No Work

Joe_H wrote: Wed Mar 04, 2026 5:50 pm I asked, never got a go-ahead to post it as a Public Beta as there were problems with it.
Em, it is already available, and has been for a while, and is working fine on variety of systems:
https://foldingathome.org/beta/
by muziqaz
Wed Mar 04, 2026 5:29 pm
Forum: New Donors start here
Topic: New Install Stuck at No Work
Replies: 5
Views: 33

Re: New Install Stuck at No Work

This version is not ready for release, and any problems with it you should ask about on the GitHub. The current release version is v8.5.5 and can be downloaded from here - https://foldingathome.org/start-folding/ There is a v8.5.6 that was released to internal testing, it may or may not be released...
by muziqaz
Tue Mar 03, 2026 7:14 pm
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

Uhm... I find a bit strange that you have rusticl.icd and you lack mesa.icd. And rusticl shouldn't be enabled, unless a proper environment variable has been set. Never mind. Please: 1) verify the situation with: clinfo -l BTW: you can get much more info with clinfo alone. However try this: mv /etc/...
by muziqaz
Tue Mar 03, 2026 7:13 pm
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

@muziqaz: ❯ mv /etc/OpenCL/vendors/mesa.icd /etc/OpenCL/vendors/mesa.icd.bak mv: cannot stat '/etc/OpenCL/vendors/mesa.icd': No such file or directory What about: sudo mv /etc/OpenCL/vendors/rusticl.icd /etc/OpenCL/vendors/rusticl.icd.bak rusticl is Mesa library. Once you do the rename, reboot the ...
by muziqaz
Mon Mar 02, 2026 11:58 pm
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

mesa is required for your GPU (9070) to function, however specific package which contains mesa-icd is interfering with rocm packages. Stupid arch does not have a damned package called mesa-icd, or mesa-opencl-icd, like other normal distros. Like, my Mint Linux with 9070 had mesa-opencl-icd, which wa...
by muziqaz
Mon Mar 02, 2026 5:34 am
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

You don't need to remove utilities.
You need to figure out how is your mesa ICD package is called
by muziqaz
Sat Feb 28, 2026 9:40 am
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

Yes, I can find opencl-mesa. Key "word" is ICD, next to Mesa. Check if Mesa-utils bundle it. Honestly I have no clue why every single distro thinks their way of organising repositories is best. It is stupid and kills any chance of Linux becoming mainstream. If those Devs followed normal g...
by muziqaz
Fri Feb 27, 2026 1:48 pm
Forum: New Donors start here
Topic: Project dumped itself at 97.8%
Replies: 10
Views: 97

Re: Project dumped itself at 97.8%

Thing is, the new project started just after and finished with no issues So it is likely RAM issue Could it be restore/done one more time? Yeah, nah, your crash was quite severe if it takes down the WU. This WU will be redone by someone else later. I would suggest to test you system stability
by muziqaz
Fri Feb 27, 2026 11:39 am
Forum: New Donors start here
Topic: Project dumped itself at 97.8%
Replies: 10
Views: 97

Re: Project dumped itself at 97.8%

Shrump wrote: Fri Feb 27, 2026 10:54 am
muziqaz wrote: Fri Feb 27, 2026 10:22 am Looks like a driver crash
Or unstable RAM
Thing is, the new project started just after and finished with no issues
So it is likely RAM issue
by muziqaz
Fri Feb 27, 2026 10:22 am
Forum: New Donors start here
Topic: Project dumped itself at 97.8%
Replies: 10
Views: 97

Re: Project dumped itself at 97.8%

Looks like a driver crash
Or unstable RAM
by muziqaz
Fri Feb 27, 2026 7:39 am
Forum: New Donors start here
Topic: Project dumped itself at 97.8%
Replies: 10
Views: 97

Re: Project dumped itself at 97.8%

Hello! Why did the project dumped itself minutes before finish? I never faced such issue (did few others) https://imgur.com/a/WLfXiGy#XWdrdB4 Content is not available in UK. Great. Please post the snippet of the log where it shows the dumping process. It's already moved to the history tab, as the m...
by muziqaz
Fri Feb 27, 2026 6:47 am
Forum: New Donors start here
Topic: Project dumped itself at 97.8%
Replies: 10
Views: 97

Re: Project dumped itself at 97.8%

Shrump wrote: Fri Feb 27, 2026 6:21 am Hello!

Why did the project dumped itself minutes before finish? I never faced such issue (did few others)


https://imgur.com/a/WLfXiGy#XWdrdB4
Content is not available in UK. Great.
Please post the snippet of the log where it shows the dumping process.
by muziqaz
Thu Feb 26, 2026 7:47 pm
Forum: Problems with AMD/ATI drivers
Topic: Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)
Replies: 64
Views: 240616

Re: Ultimate AMD GPU Linux FAH Guide for OpenCL (FAH-Client v8 only)

what is dont understand this guid is supposed to be only for higher than polaris (supposedly vega+) but what about those of us with older GPU, are we out of luck? how are we going to get say Polaris to work reilably with FAH on Linux? or do we all need to wait until April come and Ubuntu 26.04 suip...
by muziqaz
Thu Feb 26, 2026 3:21 pm
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

Em, try not to move individual files, best is to remove the package the usual way. I believe in arch you can remove the package with sudo pacman -R mesa something something It should be quite easy to find the ICD package by TAB'ing after typing sudo pacman -R mesa You will be presented with all the ...
by muziqaz
Thu Feb 26, 2026 12:53 pm
Forum: Discussions of General-FAH topics
Topic: Why are my GPU WUs failing?
Replies: 30
Views: 438

Re: Why are my GPU WUs failing?

Swooferfan wrote: Thu Feb 26, 2026 12:50 pm So how do I do it?
Look for the package resembling mesa-icd something something.
We expect users using Linux (especially Arch based), to know how to operate Linux (and Arch). :)