I have two problems, and I don't know if they're related or not.
I'm running on Linux, and I just updated from 7.5.1 to 7.6.21.
Primary problem:
Every time I use FAHControl to try to change my configuration, the change does not take place. I get this error:
...and my configuration remains unchanged.Connection lost
ERROR on connection to 127.0.0.1 Lost connection
Secondary problem
Even though I just updated to 7.6.21 , when I run FAHControl and click "About", it still says
...so I'm not sure if my software is correct.Version 7.5.1
Copyright 2010-2018
My configuration looks like this:
Code: Select all
<config>
<!-- HTTP Server -->
<allow v='127.0.0.1 192.168.42.0/24'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Remote Command Server -->
<command-allow-no-pass v='127.0.0.1 192.168.42.0/24'/>
<password v=''/>
<!-- User Information -->
<passkey v='redacted'/>
<user v='hymie!'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'>
<cpus v='2'/>
</slot>
</config>
Can somebody give me a push?