Search found 2 matches
- Wed May 06, 2020 11:59 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: V7.6.13 Linux FAHclient init script status problem
- Replies: 0
- Views: 696
V7.6.13 Linux FAHclient init script status problem
I had to modify the launch script in /etc/init.d/FAHClient because the status of FAHClient task was wrong. However, the script execution is correct as FAHClient is running. OS is Ubuntu 18.04 LTS. The problem is from the line 123 pid=$! This PID seems to have a very short living time, thus the test ...
- Mon May 04, 2020 1:09 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: Linux: Failed to open dynamic library 'libOpenCL.so'
- Replies: 7
- Views: 3158
Re: Linux: Failed to open dynamic library 'libOpenCL.so'
well if I run the client in the terminal all works fine - also GPU processing works. Running as Service failed - looks like some PATH did not match to find OpenCL by the way, why did a binary should need devel libs? Try these commands : cd /usr/lib/x86_64-linux-gnu/ sudo ln -s libOpenCL.so.1.0.0 li...