Search found 2 matches

by Neill
Thu Oct 31, 2019 3:45 pm
Forum: Discussions of General-FAH topics
Topic: Fedora 31 problems
Replies: 11
Views: 5011

Re: Fedora 31 problems

Thanks, I installed 7.5.1 and got the same problem. Then I found out that Fedora 31 had switched to python 3 as the default. To fix the problem change the 1st line of /usr/lib/FAHControl from
#!/usr/bin/env python to #!/usr/bin/env python2
Thanks for your help, Neill.
by Neill
Wed Oct 30, 2019 5:35 pm
Forum: Discussions of General-FAH topics
Topic: Fedora 31 problems
Replies: 11
Views: 5011

Fedora 31 problems

Upgraded from fedora 30 to fedora 31 with the following problems: 1. FAHClient failed to start 2. FAHControl failed with File "/usr/bin/FAHControl", line 58 if sock.recv(1024).strip() == 'OK': print 'Ok' ^ SyntaxError: invalid syntax I was running version fah 7.4.4.1 Thanks - any help is a...