Search found 1 match
- Sun Apr 05, 2020 7:01 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Fresh install of Ubuntu 18.04, FAHClient service not working
- Replies: 11
- Views: 6065
Re: Fresh install of Ubuntu 18.04, FAHClient service not wor
The solution for me was in `/etc/init.d/FAHClient`. I needed to change the `wait_for_log_change` function to: wait_for_log_change() { if [ "$2" != "" ]; then pid=$2 else pid=$(get_pid) fi while ! is_running ; do sleep 0.1 done while [ "$(log_status)" == "$1" ]...