Avatar

Correct answer by
Community Advisor

Hi,

 

Delete the file and restart service.

If that doesn't work, try the below- fixes writing, not reading which is the error here:

  1. Edit /etc/init.d/nlserver6, change:
    chmod 664 $PID_FILE
    to
    chmod 666 $PID_FILE
  2. Comment out the chown line
  3. Restart the service

 

Thanks,

-Jon

View solution in original post