Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fah-client v8.3.18; arm64 linux 6.1.0] OpenCL not supported error / headless client not fetching work #298

Open
catleeball opened this issue Oct 16, 2024 · 1 comment

Comments

@catleeball
Copy link

catleeball commented Oct 16, 2024

Issue

Hi team! I'm migrating a headless VPS instance from the old v7 client and struggling to get fah-client to fetch work. I was testing this by running fah-client --config /etc/fah-client/config.xml after updating the config file.

I suspected it might be related to a warning I saw in the logs W :OpenCL not supported: clGetPlatformIDs() returned -1001, but wasn't sure if that was strictly needed for running only on CPU.

Another interesting note: the logs say that the platform is linux 5.10.0-15-arm64, but uname -a says it's a more recent kernel: Linux phx 6.1.0-26-arm64 #1 SMP Debian 6.1.112-1 (2024-09-30) aarch64 GNU/Linux

I also tried connecting to the HTTP configuration via reverse proxy, but the web interface only shows "No folding machines found. Login or install the Folding@home client software." even when confirming that fah-client is running and its logs show the HTTP get request.

Details

Log

Config

<config>
	<cpus v="4"/>
	<user v="catleeball"/>
	<passkey v="redacted"/>
	<machine-name v="phx"/>
	<allowed-origins v="https://v8-3.foldingathome.org/ http://localhost:7396 http://100.65.233.27:7396"/>
	<http-addresses v="127.0.0.1:7396 100.65.233.27:7396"/>
</config>

Machine details

uname -a

Linux phx 6.1.0-26-arm64 #1 SMP Debian 6.1.112-1 (2024-09-30) aarch64 GNU/Linux

clinfo

Number of platforms 0

ICD loader properties
ICD loader Name OpenCL ICD Loader
ICD loader Vendor OCL Icd free software
ICD loader Version 2.3.1
ICD loader Profile OpenCL 3.0

lscpu

Web interface over reverse proxy error
Web interface over reverse proxy error

VPS is Oracle Cloud's ARM free tier.


Please let me know if you need any more info! Thank you!

@kbernhagen
Copy link
Contributor

Platform in the logs refers to the build machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants