NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
bigboy06
Jul 10, 2013Aspirant
Duo v1 - Update to 4.1.12 - no access, even not with SSH
I have the same problem as badbrad1 in the thread http://www.readynas.com/forum/viewtopic.php?f=65&t=71858, but in my case SSH is installed, and so is PHP.
I tried to access the ReadyNAS via Putty with user=admin and my password for the Frontview GUI. The login is apparently accepted, but Putty closes immediately and nothing more happens.
What can I do?
I tried to access the ReadyNAS via Putty with user=admin and my password for the Frontview GUI. The login is apparently accepted, but Putty closes immediately and nothing more happens.
What can I do?
63 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
PM's remain in the outbox until they are read.poisonrain wrote: ...I PM'd a reply (still seems to be stuck in my outbox though)... - mdgm-ntgrNETGEAR Employee RetiredGood to see it fixed itself. With no add-ons installed a reboot should bring Frontview back. Do note that Frontview is a low priority process. If the NAS is under heavy load Frontview may be very slow or unusable.
- SpunkAspirantA second reboot brought back Frontview without manually starting it and has also restored the 'Remote' add-on so that it's working again.
All appears to be working OK. In summary, I didn't change anything but it seems the second reboot helped. - Wilco87AspirantHi I am new at this forum, bought a Ready Nas a while ago, and updated it to the latest firmware this month. Now just like more of you I Cannot get frontview to work anymore :( .
I tryed the methode that was posted here1. SSH in as root as mentioned by StephenB
2. Downgrade to 4.1.10 via SSH
Code: Select all
# cd /tmp
# wget http://www.readynas.com/download/RAIDiator/RAIDiator-4.1.10
# echo /tmp/RAIDiator-4.1.10 > /.cf_update_in_progress
# reboot
3. Once the system comes back up running 4.1.10 run this command via SSH
Code: Select all
# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
4. Try to access Frontview again. If you can't post the output of
Code: Select all
# tail /var/log/frontview/error.log
The first step worked for me ( the downgrade to 4.1.10 )
The next didnt work for me ..
3. Once the system comes back up running 4.1.10 run this command via SSH
# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
I got the following error backapache-ssl: Syntax error on line 285 of /etc/frontview/apache/httpd.conf: Syntax error on line 2 of /etc/frontview/apache/addons/00_php5module.conf: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: undefined symbol: xmlTextReaderSetup
and this one from step 4Bad free() ignored (PERL_CORE) at /frontview/lib/Frontview.pm line 2.
Bad free() ignored (PERL_CORE) at /frontview/lib/Frontview.pm line 2.
Bad free() ignored (PERL_CORE) at /frontview/lib/Frontview.pm line 2.
Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.
Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.
Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/mcrypt.so' - /usr/lib/php5/20090626+lfs/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Jul 03 23:32:23 2013] [warn] pid file /var/log/frontview/apache-ssl.pid overwritten -- Uncleanshutdown of previous Apache run?
[Wed Jul 03 23:32:23 2013] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 PHP/5.3.20-0rnx1 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal opera tions
Now I get that this error has something to do with my PHP Module installed, also try'd the rename trick below, but when I enter that line in Putty it says that it doesnt know the "RENAME" tag.
Hope that someone can help me with this :-) - mdgm-ntgrNETGEAR Employee RetiredThe command to rename is "mv" (no quotes).
What's the output of the following?:
# ls -la /etc/frontview/apache/addons - Wilco87AspirantThanks for your replay,,
How should i use that command then ? I am realy a newbe in this stuff.
the output for the asked command is .total 80
drwxr-xr-x 2 admin admin 16384 Apr 8 2009 .
drwxr-xr-x 3 admin admin 16384 Jul 16 00:27 ..
-rw-r--r-- 1 admin admin 189 Mar 22 2012 00_php5module.conf
-rw-r--r-- 1 admin admin 106 Dec 26 2012 PHP5.conf
-rw-r--r-- 1 admin admin 658 Jun 30 2011 READYNASREMOTE.conf - mdgm-ntgrNETGEAR Employee Retired
# mv 00_php5module.conf 00_php5module.conf.old - StephenBGuru - Experienced UserBefore the mv command you need to get to the right folder.
# cd /etc/frontview/apache/addons
# mv 00_php5module.conf 00_php5module.conf.old - mdgm-ntgrNETGEAR Employee RetiredGood point. If not familiar with basic commands such as this you should look at some tutorials. MAN pages are also worth looking at.
- timvdhAspirantI'm having the same problem on my NV+.
I just want to vent here that I'm getting real unsatisfied with this ReadyNAS product. The tips here on this forum (SSH etc..) are appreciated, but NOT end user oriented in any way. I know a little about computers, and if I have a couple of hours, I can read about how to connect using SSH (yes I did install the enabelSSH thing), what programs to use etc. But this is again NOT end user oriented in any way and very disappointing.
This product should not be for computer geeks only :( :( :(
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!