Search found 597 matches

by calxalot
Sat Mar 02, 2024 10:13 am
Forum: V8.3.xx Open Beta
Topic: Mac OS getting HTTP_BAD_REQUST
Replies: 18
Views: 2136

Re: Mac OS getting HTTP_BAD_REQUST

The machine name is outlined in red when it is not considered a valid name.
I think it can only be letters, numbers, dash, underscore.
by calxalot
Sat Mar 02, 2024 7:40 am
Forum: V8.3.xx Open Beta
Topic: Mac OS getting HTTP_BAD_REQUST
Replies: 18
Views: 2136

Re: Mac OS getting HTTP_BAD_REQUST

Please try the following to relink to your account. Adjust commands as needed if you don't use pip install --user or have PATH set appropriately. pip3 install lufah --user Assuming local client, use "$(python3 -m site --user-base)/bin"/lufah . unlink-account Open Web Control Account page. ...
by calxalot
Sat Mar 02, 2024 5:20 am
Forum: V8.3.xx Open Beta
Topic: Mac OS getting HTTP_BAD_REQUST
Replies: 18
Views: 2136

Re: Mac OS getting HTTP_BAD_REQUST

What version of macOS?
What web browser?
Are you comfortable with the command line and have python3 installed?
by calxalot
Fri Mar 01, 2024 10:03 pm
Forum: V8.3.xx Open Beta
Topic: Mac OS getting HTTP_BAD_REQUST
Replies: 18
Views: 2136

Re: Mac OS getting HTTP_BAD_REQUST

Don’t know what causes this.
I would try
- restart client
- logout of account, then login again
- unlink machine from account, then re-add to account
by calxalot
Thu Feb 29, 2024 4:24 am
Forum: V8.3.xx Open Beta
Topic: Mac OS fails to resolve api.foldingathome.org:443
Replies: 23
Views: 2557

Re: Mac OS fails to resolve api.foldingathome.org:443

To delay client launch on linux, I think you can modify fah-client.service to begin

Code: Select all

[Unit]
Description=Folding@home Client
After=network.target network-online.target
Wants=network-online.target
Completely untested by me.
by calxalot
Thu Feb 29, 2024 3:35 am
Forum: V8.3.xx Open Beta
Topic: Mac OS fails to resolve api.foldingathome.org:443
Replies: 23
Views: 2557

Re: Mac OS fails to resolve api.foldingathome.org:443

When you install on linux, you should see the linux commands.

Code: Select all

systemctl status --no-pager -l fah-client
sudo systemctl start fah-client
sudo systemctl stop fah-client
sudo systemctl restart fah-client
by calxalot
Thu Feb 29, 2024 3:28 am
Forum: V8.3.xx Open Beta
Topic: Integrated GFX utilization in 8.3.5
Replies: 3
Views: 1236

Re: Integrated GFX utilization in 8.3.5

Correct. Unless you use resource groups.
See guide section Advanced:
https://foldingathome.org/v8-3-client-guide/
by calxalot
Wed Feb 28, 2024 7:30 pm
Forum: V8.3.xx Open Beta
Topic: Integrated GFX utilization in 8.3.5
Replies: 3
Views: 1236

Re: Integrated GFX utilization in 8.3.5

If you click the pause button, you get a dialog box to finish and pause or pause now.
by calxalot
Mon Feb 26, 2024 10:48 am
Forum: V8.3.xx Open Beta
Topic: Why not an rpm for openSUSE ?
Replies: 2
Views: 1224

Re: Why not an rpm for openSUSE ?

Because Joseph hasn’t had time yet to create build servers for it.

Did Marcos’ build from source instructions not work for you?
by calxalot
Sun Feb 25, 2024 6:45 pm
Forum: V8.3.xx Open Beta
Topic: Mac OS fails to resolve api.foldingathome.org:443
Replies: 23
Views: 2557

Re: Mac OS fails to resolve api.foldingathome.org:443

This is a known bug with DNS failure which is being worked on. DNS lookup always fails if network was not up when client launched #223 You need to restart the client from the terminal. Try notifyutil -p org.foldingathome.fahclient.nobody.stop notifyutil -p org.foldingathome.fahclient.nobody.start If...
by calxalot
Sun Feb 25, 2024 6:09 pm
Forum: GPU Projects and FahCores
Topic: No WU for Intel HD 520
Replies: 2
Views: 3149

Re: No WU for Intel HD 520

You can control slots individually via FAHControl
by calxalot
Sun Feb 25, 2024 2:25 am
Forum: V8.3.xx Open Beta
Topic: 8.3.5 versus 7.6
Replies: 8
Views: 1801

Re: 8.3.5 versus 7.6

With bonus points, the difference in PPD can be significant.

I’m not running v7 anymore, and projects vary wildly. But I believe I’m getting +25% PPD vs intel cores under Rosetta.
by calxalot
Sat Feb 24, 2024 12:14 am
Forum: V8.3.xx Open Beta
Topic: 8.3.5 versus 7.6
Replies: 8
Views: 1801

Re: 8.3.5 versus 7.6

Still no GPU folding on macOS. OpenMM now has a Metal3 plugin, but I don't think anyone has tried to build a mac fahcore, let alone tested it. The client would need code to look for and whitelist Metal gpus. There might also be different args to pass to such a core. Don't hold your breath. It may ne...
by calxalot
Fri Feb 23, 2024 9:03 pm
Forum: V8.3.xx Open Beta
Topic: 8.3.5 versus 7.6
Replies: 8
Views: 1801

Re: 8.3.5 versus 7.6

V8 is faster on Apple Silicon, because the client and cores are compiled native.
by calxalot
Thu Feb 22, 2024 2:09 am
Forum: V8.1.xx Open Beta
Topic: Why use V8?
Replies: 2
Views: 2482

Re: Why use V8?

Secure remote monitoring and control from anywhere Synchronization of user/team/passkey/cause among your clients Use of https to the servers Detects large cpu counts on Windows Uses systemd on Linux Native client and cores on Apple silicon Cores are probably all the same as for v7, so no compute adv...