tested this version
https://download.foldingathome.org/rele ... _arm64.deb
on a sbc Pine A64+
but it would not function;
installing the versin fah-client 8.2 would only function it seems, but the the SBC seems not doing anything with the fah-client.
(armbian is running headless)
Code: Select all
systemctl status --no-pager -l fah-client
● fah-client.service - Folding@home Client
Loaded: loaded (/etc/systemd/system/fah-client.service; enabled; preset: enabled)
Active: active (running) since Sun 2025-03-09 22:26:09 CET; 23s ago
Main PID: 271272 (fah-client)
Tasks: 1 (limit: 2132)
Memory: 4.5M
CPU: 202ms
CGroup: /system.slice/fah-client.service
└─271272 /usr/bin/fah-client --log=/var/log/fah-client/log.txt --log-rotate-dir=/var/log/fah-client/
mar 09 22:26:09 pine64 systemd[1]: Started fah-client.service - Folding@home Client.
pine64:~$ fah-client --version
8.2
the error for 8.4 would be like this
Code: Select all
systemctl status --no-pager -l fah-client
× fah-client.service - Folding@home Client
Loaded: loaded (/lib/systemd/system/fah-client.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2025-03-09 22:31:19 CET; 42s ago
Duration: 103ms
Process: 276415 ExecStart=/usr/bin/fah-client --config=/etc/fah-client/config.xml --log=/var/log/fah-client/log.txt --log-rotate-dir=/var/log/fah-client/ (code=exited, status=1/FAILURE)
Main PID: 276415 (code=exited, status=1/FAILURE)
CPU: 102ms
mar 09 22:31:19 pine64 systemd[1]: fah-client.service: Scheduled restart job, restart counter is at 5.
mar 09 22:31:19 pine64 systemd[1]: Stopped fah-client.service - Folding@home Client.
mar 09 22:31:19 pine64 systemd[1]: fah-client.service: Start request repeated too quickly.
mar 09 22:31:19 pine64 systemd[1]: fah-client.service: Failed with result 'exit-code'.
mar 09 22:31:19 pine64 systemd[1]: Failed to start fah-client.service - Folding@home Client.
mar 09 22:31:26 pine64 systemd[1]: fah-client.service: Start request repeated too quickly.
mar 09 22:31:26 pine64 systemd[1]: fah-client.service: Failed with result 'exit-code'.
mar 09 22:31:26 pine64 systemd[1]: Failed to start fah-client.service - Folding@home Client.
pine64:~$ fah-client --version
8.4.9
maybe you can help pinpint the error;