|
The problem is that LSWS has been installed under root user's home directory which is only accessible to root user, so after server starts, the server process changed uid and cannot access any file.
Just install LSWS to /opt/lsws or /usr/local/lsws, it should work fine.
|