If i try to acces the "configure server" in the webpage of an S8300 it is denied by saying -->web_util : 13 : could not load file: /var/tmp/conf_queue
Anyone knows what to do.
I am logged in by remote acces as dadmin.
/var/tmp is a directory where temporary files go. So conf_queue should be a temporary file.
If you can get to "shell" (bash) commandline, try these:
cd /var/tmp # did this work?
date > junkfile # did this work?
rm junkfile # remove the test file
ls -ld /var/tmp # permissions should be drwxrwxrwx
ls -lt conf* # any files match this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.