1.6.9 Issue

#1
Just updated to 1.6.9 from 1.5.8. I can't restart OLS now. I'm seeing this error.

Refusing to accept PID outside of service control group, acquired through unsafe symlink chain: /tmp/lshttpd/lshttpd.pid

I'm on Centos 7.
 

David

Active Member
#2
I see it.
You can do
`.........lsws/bin/lswsctrl stop` and then you can `systemctl start lsws`
or run
/usr/local/lsws/admin/misc/lsup.sh -e 1.6.9
 
#3
I think I found the issue actually. I am using monit and was getting the PID from /tmp/lshttpd/lshttpd.pid. For whatever reason this was causing problems. Instead of monitoring the process I'm gonna check a host now. Seems to be working properly now.
 
Top