Search found 9 matches

by Psnarf
Fri Apr 07, 2023 5:03 pm
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: llvm-16.0.0 breaks FAHClient 7.6.21 linux ==> Solved using lvm-16.0.1
Replies: 5
Views: 6808

Re: llvm-16.0.0 breaks FAHClient 7.6.21 linux

Upgraded to new release llvm-16.0.1. Returned to full service. Please disregard this thread.

:oops:
by Psnarf
Fri Apr 07, 2023 3:13 am
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: llvm-16.0.0 breaks FAHClient 7.6.21 linux ==> Solved using lvm-16.0.1
Replies: 5
Views: 6808

Re: llvm-16.0.0 breaks FAHClient 7.6.21 linux

Are there different versions of "/etc/init.d/FAHClient"? I checked `ldd`; there are no missing linked libraries. The error is in the script. Was there a feature of llvm-14.0.3 that was omitted in 16.0.0?
by Psnarf
Wed Apr 05, 2023 12:48 am
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: llvm-16.0.0 breaks FAHClient 7.6.21 linux ==> Solved using lvm-16.0.1
Replies: 5
Views: 6808

llvm-16.0.0 breaks FAHClient 7.6.21 linux ==> Solved using lvm-16.0.1

After upgrading LLVM from 14.0 to 16.0, /etc/init.d/FAHClient generates the following error: Starting fahclient ... 00:46:46:Read GPUs.txt : CommandLine Error: Option 'use-dbg-addr' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options /etc/init.d/FAHClient: line 64:...
by Psnarf
Mon Dec 05, 2022 5:37 pm
Forum: GPU Projects and FahCores
Topic: Fah under BOINC?
Replies: 7
Views: 22512

Re: Fah under BOINC?

The Boinc authors are windows-centric. Their attempts at Linux results in runaway memory leaks that lock up the system. When I mentioned this behavior to the authors, they had no idea what a linux swap partition is for; they recommended that I delete it. Since Folding has to work on both Linux and W...
by Psnarf
Mon Nov 02, 2020 10:51 pm
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: typo v7.6.21 http://client.foldingathome.org/
Replies: 1
Views: 736

typo v7.6.21 http://client.foldingathome.org/

On the Local Folding@home Web Control - Version 7.6.21 page, there is an extra colon on the Disabled GPU tab:
"Get help at foldingforum.org". The link to foldingforum.org is 'https:://foldingforum.org/' <-- notice the double-colon after "https".
by Psnarf
Wed Feb 19, 2020 5:53 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Python 3 upgrade FAHControl (Linux)
Replies: 3
Views: 687

Python 3 upgrade FAHControl (Linux)

:e?: FAHControl throws syntax errors in Python3 unless the shebang line is changed to: #!/usr/bin/python2. The issue is 'try/except' on lines 57 and 80. Also, this may need to be addressed: Traceback: File "/usr/lib64/python2.7/site-packages/fah/Client.py", line 352, in update self.process...
by Psnarf
Thu Jan 16, 2020 3:15 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: libssl.so.10 libcrypto.so.10
Replies: 4
Views: 2279

Re: libssl.so.10 libcrypto.so.10

I apologize for letting my irritation slip through what should have been a polite dialog. Folding was working fine until the Dec 20 upgrade of openssl 1.0.2s to 1.0.2u. I had soft links to that version's libssl and libcrypto as so.10. It was after the next kernel-upgrade-reboot when Folding planted ...
by Psnarf
Wed Jan 15, 2020 11:32 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: libssl.so.10 libcrypto.so.10
Replies: 4
Views: 2279

Re: libssl.so.10 libcrypto.so.10

Nevermind. Fahclient works with openssl 1.0.2o I'm not suggesting you follow the instructions of the ssl library authors https://www.openssl.org/source/ . Thousands of folders can purchase support contracts for $15,000 to $50,000 annually so they can continue to use ssl libraries that will no longer...
by Psnarf
Wed Jan 15, 2020 7:59 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: libssl.so.10 libcrypto.so.10
Replies: 4
Views: 2279

libssl.so.10 libcrypto.so.10

Why not compile FAHClient against the OpenSSL 1.1.1 series? According to openssl dot org, all other versions "are now out of support and should not be used. Users of these older versions are encourage to upgrade to 1.1.1 as soon as possible." Which ssl version is 10? Is that 1.0.0, 1.0.1, ...