


To try and fix the permissions error mentioned in the above error, I made sure neolane had ownership of its folder artifacts
On the permissions denied whilst trying to execute nlserver, I fixed it by changing ownership of the nlserver objects
chown -R neolane:neolane neolanechmod -R 775 neolanechmod 755 neolane
Views
Replies
Sign in to like this content
Total Likes
$ sudo mv /etc/httpd/conf.d/autoindex.conf /etc/httpd/conf.d/autoindex.conf.bk
and fixed the nlserver service issue by modifying /etc/init.d/nlserver6 and changing permissions from 664 to 666 as well as commenting out chown neolane:neolane $PID_FILE
# chown neolane.neolane $PID_FILE
chmod 666 $PID_FILE
This was a workarond and the issue is fixed in newer builds (fixed in ACC-20.1.1-9122)
$ sudo mv /etc/httpd/conf.d/autoindex.conf /etc/httpd/conf.d/autoindex.conf.bk
and fixed the nlserver service issue by modifying /etc/init.d/nlserver6 and changing permissions from 664 to 666 as well as commenting out chown neolane:neolane $PID_FILE
# chown neolane.neolane $PID_FILE
chmod 666 $PID_FILE
This was a workarond and the issue is fixed in newer builds (fixed in ACC-20.1.1-9122)