Not sure the client's running

If you're new to FAH and need help getting started or you have very basic questions, start here.

Moderators: Site Moderators, FAHC Science Team

Paul_M
Posts: 7
Joined: Tue May 27, 2025 6:15 pm

Not sure the client's running

Post by Paul_M »

Hi all,
I recently updated my mac to OSX26
I looked at the client page and I see:
"No folding machines found
login or install client software..."

At first, I thought maybe the OS update had done something to the client so I re-downloaded and installed it (v8.4) but still no joy.
(yes - I am logged in)
A PS command reveals no processes containing the string 'fold' or 'fah'

Any ideas?

Thanks
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

You cannot use Safari.
There is a readme in the installer that lists browsers that work.
jonault
Posts: 222
Joined: Fri Dec 14, 2007 9:53 pm

Re: Not sure the client's running

Post by jonault »

You will want to make sure to have one of the approved browsers when installing the client. But I find that Safari works just fine for monitoring and controlling the client once it's installed.
Image
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

Safari works fine when logged in for clients linked to the account.

But it cannot direct connect to the local client.
Which matters when that client is yet not linked.
Paul_M
Posts: 7
Joined: Tue May 27, 2025 6:15 pm

Re: Not sure the client's running

Post by Paul_M »

Sorry - should have pointed out, I'm using chrome, not Safari
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

Do you have a config.xml? Syntax errors in that file can cause the client to crash.
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

In Activity Monitor, you need to select all processes in the menu somewhere.
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

In Terminal, try
fah-client —info
That’s two dashes.
jonault
Posts: 222
Joined: Fri Dec 14, 2007 9:53 pm

Re: Not sure the client's running

Post by jonault »

With the ps command, you should see an "fah-client" process, and if folding is actively occurring there should also be a process with "FahCore" in the name.

Code: Select all

  499 48932     1   0  4:16PM ??         0:00.24 /usr/local/bin/fah-client
  499 48937 48932   0  4:16PM ??        28:44.32 /Library/Application Support/FAHClient/cores/fahcore-a8-osx-64bit-aarch64-0.0.12/FahCore_a8
As for Chrome, you will want to make sure that it is in the top level /Applications folder on your Mac. I had issues with the previous v8 installers not finding Firefox when I put it in a subfolder.
Image
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

The browser check is removed from the latest beta installer. But if install finished, it wasn’t that.
Paul_M
Posts: 7
Joined: Tue May 27, 2025 6:15 pm

Re: Not sure the client's running

Post by Paul_M »

Thanks for all the tips. To summarise the questions...
There's no config.xml file
Both ps and activity monitor do not show anything with a name starting fah or Fah

The client-info command tells me I have v8.4.9 and it's running /usr/local/bin/fah-client.

I've just re-downloaded the software, but I'm still getting "No folding machines found"
jonault
Posts: 222
Joined: Fri Dec 14, 2007 9:53 pm

Re: Not sure the client's running

Post by jonault »

Does /Library/LaunchDaemons/org.foldingathome.fahclient.plist exist? Without this, the client's not going to start up automatically.

(Note that this is in /Library, not ~/Library)
Image
Paul_M
Posts: 7
Joined: Tue May 27, 2025 6:15 pm

Re: Not sure the client's running

Post by Paul_M »

It does, yes
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

Maybe look in Console app for errors about launchd and or fah.
calxalot
Site Moderator
Posts: 1707
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Not sure the client's running

Post by calxalot »

Maybe job was disabled.
Try
sudo launchctl load -w /Library/LaunchDaemons/org.foldingathome.fahclient.plist
Post Reply