NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Andrenalin
Sep 17, 2014Aspirant
My Device is Offline again :(
Hello i am not sure if this is the right place to post this, but my readynas 102 has the device is offline issue again.... This time because there was a power blackout. I tried phone support, but i...
xeltros
Sep 17, 2014Apprentice
No problem, but I'm running out of potential causes.
We excluded network problems (unless you have a professional firewall somewhere) and the web server seems to be running fine.
We can check that it is listening on the network :
netstat -na |grep LISTEN |grep ':80\|:443'
and in config files :
cat /etc/apache2/ports.conf
We can also check that apache is indeed running :
ps aux |grep apache
Depending on what the browser shows it can be user rights so we can also check the rights on the files :
ls -l /frontview/dashboard
It should show something like this -rw-r--r-- 1 root root for most files, I have drwxr-xr-x 2 root root for a few other and -rw-r--r-- 1 115 guest for dictionary and favicon.
Last thing I can think of is lack of memory :
free -h
cat /proc/meminfo
Past that, I fear I have no more ideas for the moment...
We excluded network problems (unless you have a professional firewall somewhere) and the web server seems to be running fine.
We can check that it is listening on the network :
netstat -na |grep LISTEN |grep ':80\|:443'
and in config files :
cat /etc/apache2/ports.conf
We can also check that apache is indeed running :
ps aux |grep apache
Depending on what the browser shows it can be user rights so we can also check the rights on the files :
ls -l /frontview/dashboard
It should show something like this -rw-r--r-- 1 root root for most files, I have drwxr-xr-x 2 root root for a few other and -rw-r--r-- 1 115 guest for dictionary and favicon.
Last thing I can think of is lack of memory :
free -h
cat /proc/meminfo
Past that, I fear I have no more ideas for the moment...
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!