NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

HariSeldon0FE's avatar
Mar 11, 2015

ReadyNas 104

Hello all,

I have a readynas 104 and i am no longer able to get to the webadmin i have some addons installed that i can still get too though does anybody know what the issue could be?

Thanks in advance for your help

Hari

24 Replies

Replies have been turned off for this discussion
  • some more info i found digging around


    root@IMB-NAS:/# apachectl start
    [Fri Mar 13 18:22:29 2015] [warn] Useless use of AllowOverride in line 21 of /etc/frontview/apache/Shares.conf.
    [Fri Mar 13 18:22:29 2015] [warn] Useless use of AllowOverride in line 37 of /etc/frontview/apache/Shares.conf.
    [Fri Mar 13 18:22:29 2015] [warn] Useless use of AllowOverride in line 81 of /etc/frontview/apache/Shares.conf.
    [Fri Mar 13 18:22:29 2015] [warn] Useless use of AllowOverride in line 4 of /etc/frontview/apache/apps-https.conf.
    [Fri Mar 13 18:22:29 2015] [warn] Useless use of AllowOverride in line 7 of /apps/avplus/https.conf.
    [Fri Mar 13 18:22:29 2015] [warn] Useless use of AllowOverride in line 7 of /apps/smbplus/https.conf.
    Syntax error on line 73 of /etc/frontview/apache/apps-https.conf:
    Alias takes two arguments, a fakename and a realname
    Action 'start' failed.
    The Apache error log may have more information.
    root@IMB-NAS:/# sudo apachectl start
    -bash: sudo: command not found
    root@IMB-NAS:/# systemctl status apache2 -a
    apache2.service - The Apache HTTP Server
    Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
    Active: inactive (dead) (Result: exit-code) since Fri, 13 Mar 2015 18:20:01 +0100; 8min ago
    Process: 7226 ExecStart=/usr/sbin/apache2 $OPTIONS -k start (code=exited, status=1/FAILURE)
    Process: 7218 ExecStartPre=/frontview/bin/fvapps (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/apache2.service

    root@IMB-NAS:/# df -h
    Filesystem Size Used Avail Use% Mounted on
    rootfs 4.0G 4.0G 0 100% /
    tmpfs 10M 4.0K 10M 1% /dev
    /dev/md0 4.0G 4.0G 0 100% /
    tmpfs 248M 44K 248M 1% /dev/shm
    tmpfs 248M 1.6M 247M 1% /run
    tmpfs 248M 0 248M 0% /sys/fs/cgroup
    tmpfs 248M 0 248M 0% /media
    /dev/md127 3.7T 266G 3.4T 8% /Misc
    /dev/md126 3.7T 643G 3.1T 18% /TV
    /dev/md125 1.9T 1.8T 9.7G 100% /data
    /dev/md125 1.9T 1.8T 9.7G 100% /apps
    /dev/md125 1.9T 1.8T 9.7G 100% /home
    /dev/md125 1.9T 1.8T 9.7G 100% /var/ftp/home
    /dev/md126 3.7T 643G 3.1T 18% /var/ftp/Download
    /dev/md127 3.7T 266G 3.4T 8% /var/ftp/Movies
    /dev/md126 3.7T 643G 3.1T 18% /run/nfs4/TV/Download
    /dev/md127 3.7T 266G 3.4T 8% /run/nfs4/Misc/Movies
    /dev/md125 1.9T 1.8T 9.7G 100% /run/nfs4/data/Videos
    /dev/md125 1.9T 1.8T 9.7G 100% /run/nfs4/home
    tmpfs 4.0K 0 4.0K 0% /data/Backup/snapshot
    root@IMB-NAS:/# tail /var/log/frontview/error.log
    [Sun Dec 07 11:30:01 2014] [error] [client 192.180.100.123] 5847:dbbroker.cgi.c:572 Connection fail., referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:01 2014] [error] [client 192.180.100.123] Premature end of script headers: dbbroker.cgi, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:22 2014] [error] [client 192.180.100.123] Connect failed, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:22 2014] [error] [client 192.180.100.123] Error connecting to readynasd -2, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:22 2014] [error] [client 192.180.100.123] 5895:dbbroker.cgi.c:572 Connection fail., referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:22 2014] [error] [client 192.180.100.123] Premature end of script headers: dbbroker.cgi, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:34 2014] [error] [client 192.180.100.123] Premature end of script headers: dbbroker.cgi, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:34 2014] [error] [client 192.180.100.123] Premature end of script headers: dbbroker.cgi, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:34 2014] [error] [client 192.180.100.123] Premature end of script headers: dbbroker.cgi, referer: https://192.180.100.182/admin/
    [Sun Dec 07 11:30:34 2014] [error] [client 192.180.100.123] Premature end of script headers: dbbroker.cgi, referer: https://192.180.100.182/admin/
    root@IMB-NAS:/#
  • I fixed it! the apps-https.conf file had an error line 4 read Order allow,deny and i changed it to Order allow and Apache restarted

    # *** DO NOT EDIT. Automatically generated by /frontview/bin/fvapps. **
    <Location /apps/logo>
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow
    allow from all
    Include /etc/frontview/apache/Admin_Auth.conf
    </Location>


    thank you all for your help
  • mdgm-ntgr's avatar
    mdgm-ntgr
    NETGEAR Employee Retired
    Your 4GB OS partition is full.

    Your fix will only help temporarily with the NAS in this state. If you leave the OS partition full you will continue to run into problems. You need to figure out what is taking up so much space on the OS partition.


    # du -csh /var/log/*

NETGEAR Academy

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

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More