I recently started folding, and have F@H set up on my Windows desktop computer, and a second client on my Ubuntu server. Windows is working great, and following the instructions on the site, I was able to get the Linux client up and running. By the way, the instructions need updating. Instructions tell you to install 7.4.4 experimental, but there is a 7.5.1 stable version available if you browse the public folder.
the problem is, when I tried to connect the controller app on my Windows machine, to the folding client on my Linux server, it sits there saying "Updating" in the clients list.
Firewall is fine, there is actually a TCP connection between the controller and Linux client. I investigated the communication between the two, and found something strange. The F@H client on Linux cannot understand the commands from the controller.
Code: Select all
updates clear
updates add 0 4 $heartbeat
updates add 1 5 $ppd
updates add 2 1 $(options cpu-usage command-allow-no-pass no-assembly core-priority proxy-pass checkpoint cause command-port pause-on-battery passkey proxy-enable command-deny-no-pass user password deny proxy-user cpu-affinity verbosity gpu-usage allow team proxy power *)
updates add 3 4 $queue-info
updates add 4 1 $slot-info
info
log-updates start
configured
ERROR: unknown command or variable 'updates'
>
ERROR: unknown command or variable 'updates'
>
ERROR: unknown command or variable 'updates'
>
ERROR: unknown command or variable 'updates'
>
ERROR: unknown command or variable 'updates'
>
ERROR: unknown command or variable 'updates'
>
ERROR: unknown command or variable 'info'
>
ERROR: unknown command or variable 'log-updates'
>
ERROR: unknown command or variable 'configured'
>
Code: Select all
*********************** Log Started 2020-03-21T00:28:31Z ***********************
00:28:31:************************* Folding@home Client *************************
00:28:31: Website: https://foldingathome.org/
00:28:31: Copyright: (c) 2009-2018 foldingathome.org
00:28:31: Author: Joseph Coffland <[email protected]>
00:28:31: Args: --child --lifeline 8578 /etc/fahclient/config.xml --run-as
00:28:31: fahclient --pid-file=/var/run/fahclient.pid --daemon
00:28:31: Config: /etc/fahclient/config.xml
00:28:31:******************************** Build ********************************
00:28:31: Version: 7.5.1
00:28:31: Date: May 11 2018
00:28:31: Time: 19:59:04
00:28:31: Repository: Git
00:28:31: Revision: 4705bf53c635f88b8fe85af7675557e15d491ff0
00:28:31: Branch: master
00:28:31: Compiler: GNU 6.3.0 20170516
00:28:31: Options: -std=gnu++98 -O3 -funroll-loops
00:28:31: Platform: linux2 4.14.0-3-amd64
00:28:31: Bits: 64
00:28:31: Mode: Release
Is this a known issue? Any workarounds?