NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
HariSeldon0FE
Mar 11, 2015Aspirant
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
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
- StephenBGuru - Experienced User
Great. The problem is that the app(s) you uninstalled left behind .conf files (This is assuming that the app uninstall bug in 6.2.x is the cause).HariSeldon0FE wrote: i do have ssh access to the nas
Socd /etc/apache2/sites-enabled
and locate the extra .conf files, and simply delete them.
You can then restart the UI withsystemctl restart apache2
BTW, if you aren't sure which .conf files are causing the problem, tryjournalctl -a | grep apache2 | tail -n 20
There are a few threads on this (notably viewtopic.php?f=23&t=79957&p=451974#p451971) - HariSeldon0FEAspirantnot working for me
login as: root
root@192.180.100.130's password:
Welcome to ReadyNASOS 6.2.2
Last login: Wed Mar 11 21:36:17 2015 from imb-t430.fritz.box
root@IMB-NAS:~# # journalctl -a | grep apache2 | tail -n 20
root@IMB-NAS:~# journalctl -a | grep apache2 | tail -n 20
root@IMB-NAS:~# systemctl restart apache2
Job failed. See system journal and 'systemctl status' for details.
root@IMB-NAS:~# - StephenBGuru - Experienced UserSo all the *.conf files in /etc/apache2/sites-enabled/ are for add-ons you know are installed?
- mdgm-ntgrNETGEAR Employee RetiredAlso re-run these commands
# systemctl status -a apache2
# journalctl -a | grep apache2 | tail -n 20 - HariSeldon0FEAspirant
login as: root
root@192.180.100.130's password:
Welcome to ReadyNASOS 6.2.2
Last login: Wed Mar 11 21:45:23 2015 from imb-t430.fritz.box
root@IMB-NAS:~# systemctl status -a apache2
apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
Active: inactive (dead) (Result: exit-code) since Wed, 11 Mar 2015 21:49:53 +0100; 16h ago
Process: 12430 ExecStart=/usr/sbin/apache2 $OPTIONS -k start (code=exited, status=1/FAILURE)
Process: 12423 ExecStartPre=/frontview/bin/fvapps (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/apache2.service
root@IMB-NAS:~# journalctl -a | grep apache2 | tail -n 20
root@IMB-NAS:~# cd /etc/apache2/sites-enabled
root@IMB-NAS:/etc/apache2/sites-enabled# ls -a
. .. 000-fv-http 000-fv-https
root@IMB-NAS:/etc/apache2/sites-enabled# - StephenBGuru - Experienced UserDo all the .conf files in the 000-fv-* files exist?
Have you customized anything in apache? - HariSeldon0FEAspirantsorry real n00b when it comes to readynas, what files have to be in 000-fv-*
not as far as i know but i have some addons installed that also use a web interface and they are working fine - StephenBGuru - Experienced UserJust list the files, they are text (and include several .conf files).
What add-ons did you install? - HariSeldon0FEAspirantfor addons SABnzbd sickbeared plex(not sure if i uninstalled it, arm was too weak for it) and some other ones not 100% sure on the other ones let me see about the files
EDIT
okay the 2 files000-fv-http
<VirtualHost *:80>
Include "/etc/frontview/apache/defaults.conf"
Include "/etc/frontview/apache/http-share-redirect.conf"
Include "/etc/frontview/apache/http-redirect.conf"
Include "/etc/frontview/apache/Shares.conf"
Include "/etc/frontview/apache/apps-https.conf"
Include "/etc/frontview/apache/READYDROP.conf"
Include "/etc/frontview/apache/lan-try.conf"
</VirtualHost>
000-fv-https
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
Include "/etc/frontview/apache/ssl.conf"
Include "/etc/frontview/apache/defaults.conf"
Include "/etc/frontview/apache/http-share-redirect.conf"
Include "/etc/frontview/apache/fv-admin.conf"
Include "/etc/frontview/apache/Shares.conf"
Include "/etc/frontview/apache/apps-https.conf"
Include "/etc/frontview/apache/READYDROP.conf"
</VirtualHost>
</IfModule>
the folder they link to(all files are there)root@IMB-NAS:/etc/frontview/apache# ls -a
. Admin_Auth.conf apps-https.conf defaults.conf genie-proxy.conf http-share-redirect.conf READYDROP.conf ssl.conf ssleay.cnf.in
.. apache2.pem Auth.conf fv-admin.conf http-redirect.conf lan-try.conf Shares.conf ssleay.cnf WebShare.conf
and last but not least the appsroot@IMB-NAS:/apps# ls -a
. APPGENIE couchpotato2 .forked-daapd gateone owncloud pythonr6 sabnzbd smbplus
.. avplus DO_NOT_DELETE .freeapps loganalyzerr6 plexmediaserver .readydlna sickbeard - StephenBGuru - Experienced UserAre you using https://nasip/admin to reach the web page?
If you are using https://nasip or https://nasname then possibly something is wrong with the redirection you set up.
Related Content
NETGEAR Academy

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