$ FAHControl
File "/usr/bin/FAHControl", line 57
if sock.recv(1024).strip() == 'OK': print 'Ok'
^
SyntaxError: invalid syntax
Manually editing the file and changing:
Code: Select all
- #!/usr/bin/python
+ #!/usr/bin/python2
Code: Select all
$ FAHControl
Loading theme Default
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/fah/Client.py", line 352, in update
self.process_message(app, type, data)
File "/usr/lib/python2.7/site-packages/fah/Client.py", line 336, in process_message
elif type == 'units': self.process_units(app, data)
File "/usr/lib/python2.7/site-packages/fah/Client.py", line 287, in process_units
if self.selected: self.config.update_status_ui(app)
File "/usr/lib/python2.7/site-packages/fah/ClientConfig.py", line 534, in update_status_ui
self.update_status_slots(app)
File "/usr/lib/python2.7/site-packages/fah/ClientConfig.py", line 435, in update_status_slots
app.slot_status_tree.get_selection().select_iter(selected_row)
TypeError: iter should be a GtkTreeIter
^CTraceback (most recent call last):
File "/usr/bin/FAHControl", line 79, in <module>
app.run()
File "/usr/lib/python2.7/site-packages/fah/FAHControl.py", line 542, in run
gtk.main()
KeyboardInterrupt
Another problem I have is that the GUI opens, when I go to the System Info tab, at the System Section I see:
Code: Select all
GPUs:1
GPU 0: Bus:1 Slot:0 Func:0 NVIDIA:7 GPI104 [GeForce GTX 1070] 6463
CUDA Device 0 Platform: 0 Device:0 Bus:1 Slot:0 Compute:6.1 Driver:10.2
OpenCL: Not detected: clGetDeviceIDs() return -1
Code: Select all
13:39:11:ERROR:WU00:FS00:Failed to start core: OpenCL device matching slot 0 not found, try setting 'opencl-index' manually
Code: Select all
sudo dnf install mesa-libOpenCL clinfo ocl-icd-devel