Search found 34 matches

by earthsaver
Wed Sep 17, 2025 5:30 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

Success! Thanks for all your troubleshooting support.
by earthsaver
Wed Sep 17, 2025 3:43 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

lufah Warning: localhost:7396:Failed to connect to ws://127.0.0.1:7396/api/websocket -------------------------------------------------------------------------------- PRCG CPUs GPUs Core Status Progress PPD TPF -------------------------------------------------------------------------------- localhost...
by earthsaver
Wed Sep 17, 2025 3:33 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

I'm migrated homebrew to Apple Silicon. Thanks for that catch. Nothing's changed with lufah. What's next?
by earthsaver
Wed Sep 17, 2025 2:33 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

After a macOS update to 15.7 and restart, fah-client is running again and lufah -dv groups resolves: DEBUG:lufah:Created FahClient("localhost:7396") DEBUG:asyncio:Using selector: KqueueSelector INFO:lufah:localhost:7396:Opening ws://localhost:7396/api/websocket DEBUG:lufah:Resolved ws://lo...
by earthsaver
Wed Sep 17, 2025 1:37 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

Having removed the duplicate lufah, lufah -dv groups now results: DEBUG:lufah:Created FahClient("localhost:7396") DEBUG:asyncio:Using selector: KqueueSelector INFO:lufah:localhost:7396:Opening ws://localhost:7396/api/websocket DEBUG:lufah:Resolved ws://localhost:7396/api/websocket to ws://...
by earthsaver
Wed Sep 17, 2025 1:36 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

I see. You are correct. I deleted lufah from /usr/local/bin. What's the appropriate way to uninstall homebrew from /usr/local, ideally without losing other installed packages, before reinstalling it?
by earthsaver
Wed Sep 17, 2025 1:11 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

lufah --version surfaces 0.4.1. That doesn't sound like 0.11.0 which was the package just installed. Is the lufah command not calling the right process?
by earthsaver
Wed Sep 17, 2025 1:00 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

I uninstalled lufah and then used pipx to install it again. Same issues. How do I connect lufah to fahclient? That seems to be an underlying issue here.
by earthsaver
Wed Sep 17, 2025 12:57 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

calxalot wrote: Tue Sep 16, 2025 11:08 pm /usr/local/bin/lufah is not right.
Did you use migration assistant from an intel Mac?

Try

Code: Select all

which -a lufah
/usr/local/bin/lufah
/Users/earthsaver/.local/bin/lufah
/Users/earthsaver/.local/bin/lufah
by earthsaver
Tue Sep 16, 2025 10:54 pm
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

What's the proper method to update lufah? I just uninstalled and reinstalled it and get these confirmations: ⚠️ Note: lufah was already on your PATH at /usr/local/bin/lufah installed package lufah 0.11.0, installed using Python 3.9.6 These apps are now globally available - lufah ⚠️ Note: '/Users/ear...
by earthsaver
Tue Sep 16, 2025 10:38 pm
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

ERROR:lufah.util:Unable to resolve 'groups' or 'groups.local' DEBUG:lufah.fahclient:Created FahClient("groups") ERROR:lufah.fahclient:groups:connect(): uri is None ------------------------------------------------------------------------- Project CPUs GPUs Status Progress PPD ETA ----------...
by earthsaver
Tue Sep 16, 2025 9:39 pm
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

That's what I thought. I don't have anything related to web control there.
by earthsaver
Tue Sep 16, 2025 9:24 pm
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

I upgraded lufah. Where is the data directory from which I need to remove web control? Also, lufah doesn't seem connected to my client. I'm having trouble resolving this and/or can't find the command that will do it. Reviewed the github page as well as the help within Terminal.
by earthsaver
Tue Sep 16, 2025 7:57 pm
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Re: Script FAHClient on macOS

The only thing deliberately removed from lufah was support for resource groups with fah 8.1. If you’re running a bleeding edge build of fah, you temporarily need to remove fah-web-control if present. Or whatever is pointed to by option web-root. I allow fah to update itself in the background. That'...
by earthsaver
Tue Sep 02, 2025 6:00 am
Forum: v8.4.9 Public Release for Windows / Linux / macOS
Topic: Script FAHClient on macOS
Replies: 37
Views: 2265

Script FAHClient on macOS

I was previously using lufah to script FAHClient to pause or resume folding around processor intensive operations like backups. It looks like a recent release deprecated this functionality and I see mention of a built-in fahctl command instead. However, I haven't been able to get this to work on my ...