Search found 577 matches

by calxalot
Thu Apr 25, 2024 5:12 am
Forum: V8.3.xx Open Beta
Topic: 8.3.5 - Mac cannot get Windows status
Replies: 3
Views: 59

Re: 8.3.5 - Mac cannot get Windows status

My Macs disconnect for about 2.5 minutes at zero hours. But they always seem to reconnect on their own.
by calxalot
Thu Apr 25, 2024 5:08 am
Forum: V8.3.xx Open Beta
Topic: 8.3.5 - Mac cannot get Windows status
Replies: 3
Views: 59

Re: 8.3.5 - Mac cannot get Windows status

Does it connect if you restart the windows client?

This sounds like the node disconnect at 0:00 UTC bug.

https://github.com/FoldingAtHome/fah-cl ... issues/224
by calxalot
Wed Apr 24, 2024 8:52 am
Forum: V8.3.xx Open Beta
Topic: Support for scripting
Replies: 1
Views: 73

Re: Support for scripting

Not currently, but I wrote a python utility.

See https://github.com/FoldingAtHome/fah-cl ... issues/119
by calxalot
Mon Apr 22, 2024 7:22 pm
Forum: V8.3.xx Open Beta
Topic: v8.3.5 Installation fails silently under Ubuntu
Replies: 8
Views: 372

Re: v8.3.5 Installation fails silently under Ubuntu

I would recommend you do not purge v8, unless you are quitting fah on that machine.
by calxalot
Sun Apr 21, 2024 7:09 pm
Forum: V8.3.xx Open Beta
Topic: v8.3.5 Installation fails silently under Ubuntu
Replies: 8
Views: 372

Re: v8.3.5 Installation fails silently under Ubuntu

I believe some files are leftover from both v7 and v8 unless you use the purge option uninstalling, which also deletes all your old config and data.

I believe you normally install v8 over v7. Then you optionally purge v7.

Marcos knows everything. He rewrote the Linux installers for v8.
by calxalot
Sat Apr 20, 2024 10:37 pm
Forum: V8.3.xx Open Beta
Topic: v8.3.5 Installation fails silently under Ubuntu
Replies: 8
Views: 372

Re: v8.3.5 Installation fails silently under Ubuntu

What version of Ubuntu? Have you tried systemctl commands? I believe if the service was disabled somehow, the installer will not re-enable. systemctl status --no-pager -l fah-client sudo systemctl enable fah-client sudo systemctl start fah-client Some other commands: sudo systemctl stop fah-client s...
by calxalot
Thu Apr 18, 2024 3:29 am
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: Stats Not Uploading
Replies: 5
Views: 402

Re: Stats Not Uploading

I would guess that your athlon x2 is also too slow to meet deadlines.
by calxalot
Thu Apr 18, 2024 3:27 am
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: Stats Not Uploading
Replies: 5
Views: 402

Re: Stats Not Uploading

That shows the client being stopped before the WU was even finished.
by calxalot
Thu Apr 11, 2024 9:34 pm
Forum: V8.3.xx Open Beta
Topic: Unit.runtime = 0 when running a GPU project.
Replies: 3
Views: 414

Re: Unit.runtime = 0 when running a GPU project.

I wouldn’t think so.
The code using runtime looks generic, not specific to WU or core type.
by calxalot
Tue Apr 09, 2024 9:24 pm
Forum: V8.3.xx Open Beta
Topic: Unit.runtime = 0 when running a GPU project.
Replies: 3
Views: 414

Re: Unit.runtime = 0 when running a GPU project.

I believe unit runtime is zero until a WU has been successfully completed for that project number.

Some limited history data is stored in client.db, which is used when estimating ppd and eta.
by calxalot
Tue Apr 02, 2024 5:58 pm
Forum: New Donors start here
Topic: remote access/control
Replies: 2
Views: 613

Re: remote access/control

You should only need to set a password on the remote computer. If it is headless, you can ssh in and set from command line FAHClient —send-command “option password ‘mypass’” That is a double dash before send-command. Your access password is not encrypted, nor is the connection to a remote via FAHCon...
by calxalot
Tue Apr 02, 2024 5:49 pm
Forum: Discussions of General-FAH topics
Topic: Linux BTRFS - Possible to change FAH directories?
Replies: 6
Views: 293

Re: Linux BTRFS - Possible to change FAH directories?

FAHControl will display options that appear from the command line. I’m just saying you can’t change the command line options from FAHControl. And my memory is that command line options override what is in config.xml
by calxalot
Tue Apr 02, 2024 5:46 pm
Forum: Discussions of General-FAH topics
Topic: Linux BTRFS - Possible to change FAH directories?
Replies: 6
Views: 293

Re: Linux BTRFS - Possible to change FAH directories?

FAHControl sends changes to the client, which writes those changes to config.xml after a short delay.
by calxalot
Tue Apr 02, 2024 1:55 am
Forum: Discussions of General-FAH topics
Topic: Linux BTRFS - Possible to change FAH directories?
Replies: 6
Views: 293

Re: Linux BTRFS - Possible to change FAH directories?

On Linux, I believe the log directories are set on the command line by the service file. Such may override anything in config.xml or the Expert tab. If you want logs elsewhere, you should edit the service file or use symlinks.