web client showing no machines after installing 8.3.18
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm
Re: web client showing no machines after installing 8.3.18
I think a fresh uninstall/reinstall is warranted, but would that invalidate the data I have just posted?
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
This should not happen. May you were running a very old v7?
Any way.
Please run the uninstaller at
https://github.com/FoldingAtHome/fah-cl ... r/releases
Use Activity Monitor to verify that the is nothing fah running.
Activity Monitor menu View > All Processes
Search for fah
Any way.
Please run the uninstaller at
https://github.com/FoldingAtHome/fah-cl ... r/releases
Use Activity Monitor to verify that the is nothing fah running.
Activity Monitor menu View > All Processes
Search for fah
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
Uninstaller does not remove data.
Problem is config.xml
<allow v='192.168.0/24'/>
Remove that line.
Problem is config.xml
<allow v='192.168.0/24'/>
Remove that line.
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
Or from v7 FAHControl, change to
127.0.0.1
127.0.0.1
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm
Re: web client showing no machines after installing 8.3.18
I ran the uninstaller at the link you provided, FAH is no longer running in activity monitor and nothing shows when searching fah. also the v7 web app stopped responding with message, "Folding@home Web Control was reopened in your browser in another window or tab. This instance has been halted."calxalot wrote: ↑Wed Nov 27, 2024 12:07 am This should not happen. May you were running a very old v7?
Any way.
Please run the uninstaller at
https://github.com/FoldingAtHome/fah-cl ... r/releases
Use Activity Monitor to verify that the is nothing fah running.
Activity Monitor menu View > All Processes
Search for fah
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm
Re: web client showing no machines after installing 8.3.18
do I try reinstalling v8 now?
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
Fix the allow entry first.
You may need to copy the file somewhere so you can edit it.
Then copy it back, overwriting the old one.
The v8 installer will fix ownership for you.
You may need to copy the file somewhere so you can edit it.
Then copy it back, overwriting the old one.
The v8 installer will fix ownership for you.
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm
Re: web client showing no machines after installing 8.3.18
duplicated xml file to desktop, removed line as requested. reinstalled v8. now it is working, even running in Safari. Thank you for your help, and thank you everyone else who helped as well. Also thank you for dealing with my ineptitude!
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
Glad I could help.
Note that Safari cannot directly connect to the local client. It works fine for any clients linked to your account.
Note that Safari cannot directly connect to the local client. It works fine for any clients linked to your account.
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm
Re: web client showing no machines after installing 8.3.18
Noted, thank you!
Now, the only thing which could make today even better is if there were a way to make a Siri shortcut the automatically change the number of cores used for folding from 1 to 10 based on when I leave my house...
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
If your Siri shortcut can run terminal commands, then you can do it with
https://pypi.org/project/lufah/
I need to fix a bug in lufah caused by a new release of the websocket lib I chose. I’ll try to do that tonight. Workaround is to use install and use uv.
https://github.com/kbernhagen/lufah/issues/10
https://pypi.org/project/lufah/
I need to fix a bug in lufah caused by a new release of the websocket lib I chose. I’ll try to do that tonight. Workaround is to use install and use uv.
https://github.com/kbernhagen/lufah/issues/10
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
You might instead want to use the built-in on idle feature.
On macOS, idle is when the screen is blanked by system or when loginwindow is showing.
On macOS, idle is when the screen is blanked by system or when loginwindow is showing.
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm
-
- Site Moderator
- Posts: 1139
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web client showing no machines after installing 8.3.18
Hmm. Well lufah can run on iPhone via a-shell. Don’t know if that is scriptable.
-
- Posts: 22
- Joined: Sat Dec 31, 2022 10:25 pm