× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

IceniTribe
Aspirant

ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

I have just upgraded to 4.1.15 (having been promted from the NAS box) and now Frontview is not available.

 

I have tried an OS intall from the boot menu but no change, I assume it just reinstalls 4.1.15.

 

I think I have a backup but I am not sure, is there a way to ssh onto the Duo to see if there is a backup?  If there is a backup can I offload this to an external drive using the backup button on the front of the unit?

 

I have ssh enabled but I am a bit of a novice when it comes to command line stuff.

 

Assuming I can get a backup off, is a factory reset my only option?

 

I can still navigate to my data via finder and explorer and all other vital signs look ok in Raidar, it just seems to be Frontview that is corrupt.

 

Any help would be greatly appreciated.

Model: ReadyNASRND2120|ReadyNAS Duo
Message 1 of 27

Accepted Solutions
mdgm-ntgr
NETGEAR Employee Retired

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Do you have port forwarding setup? If so, someone might be trying to hack into your NAS.

You could do e.g.

# mkdir /tmp/tmp1235

# cd /tmp/tmp1235

Copy the PHP add-on to that directory and extract the contents of it e.g. if it is called PHP.bin you could do
# dd if=PHP.bin skip=1 | tar -xv
# sh install.sh

Hopefully you are then able to access Frontview again. If not check what error you get. You may need to install other add-ons over the top of themselves or perhaps install a newer version of the PHP Sparc add-on if there is a newer version available.

View solution in original post

Message 10 of 27

All Replies
StephenB
Guru

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

If ssh is enabled, then it does makes sense to try it.  You'd use putty from a windows PC (or terminal on a mac).  Username is "root", the password is the NAS admin password.  If the OS reinstall was successful, the NAS admin password has been reset to netgear1

 

If you do get in, then please enter

df . -h

df . -i

 

and post the results here.  One cause of this problem is a filling OS partition, and this information would help us diagnose if that is your issue (or not).

 

If you'd rather not mess around with this:  Assuming you are the original purchaser, you can use my.netgear.com to get paid support.  Ask about "per-incident" support.

Message 2 of 27
IceniTribe
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Thanks for your prompt response Stephen.

 

I am not at home at the moment but I wll do this later and post the results.

Message 3 of 27
PCJB
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Hi,

 

i have the same problem. I cannot get into Frontview after the 4.1.15 update. 

 

My machine is a RND4000 with 4 1.5TB drives in a RAID array. I do have SSH and all shares appear to be working 

 

This is what i get. (retyped as I dont know how to copy from SSH to here )

 

ReadyNAS:~# df . -h

FileSystem           Size    Used  Avail  Use%  Mounted on

/dev/hdc1              1.9G   620M  1.3G    32%  /

ReadyNAS:~# df . -i

FileSystem           Inodes   IUsed   IFree  IUse%  Mounted on

/dev/hdc1             128000  16782   111218  14%  /

 

I wondering if the firewall has been reset?

 

Any help appreciated 

 

Paul ( in UK) 

 

Message 4 of 27
IceniTribe
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Hi Stephen,

 

Results as requested

 

ReadyNAS:~# df . -h

Filesystem            Size  Used Avail Use% Mounted on

/dev/hdc1             1.9G  921M  1.0G  47% /

 

ReadyNAS:~# df . -i

Filesystem            Inodes   IUsed   IFree IUse% Mounted on

/dev/hdc1             128000   27379  100621   22% /

Message 5 of 27
StephenB
Guru

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15



Neither of your systems seem dangerously full to me, but you are using more OS partition space then my Duo

Duo:~# df . -h
Filesystem Size Used Avail Use% Mounted on
/dev/md0 1.9G 428M 1.5G 22% /


Duo:~# df . -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/md0 128000 8087 119913 7% /

 

Do you have add-ons installed?  Perhaps ReadyDLNA or the iTunes server is enabled?

 

@IceniTribe, if you have a USB disk formated as NTFS is it possible to copy the data on the data volume to the USB disk with ssh.  You'd need to be careful on the copy commands though.  Copying that way will be slow, the duo's not very fast when writing to USB drives.   Whether pressing backup will work depends in part on how that button was configured, but also the action is taken by the ReadyNAS firmware that isn't starting up.  It's fastest to connect the drive to a PC, and copy over a wired network connection.

 

On option is to contact Netgear support (ask about "per incident" support).  They would charge, but likely you would avoid a factory reset.  

Message 6 of 27
mdgm-ntgr
NETGEAR Employee Retired

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

You could try e.g.

# tail -n 20 /var/log/frontview/error.log

If the http/s service is not running this may explain why. If you had e.g. the PHP add-on installed then you may have to install that over the top of itself via SSH to get Frontview back.

Message 7 of 27
IceniTribe
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Hi mdgm,

 

Output from tail command

 

ReadyNAS:~# tail -n 20 /var/log/frontview/error.log

[Thu Sep 01 06:25:24 2016] [notice] caught SIGTERM, shutting down

[Thu Sep 01 06:25:31 2016] [warn] RSA server certificate CommonName (CN) `192.168.1.64' does NOT match server name!?

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/Frontview.pm line 2.

Bad free() ignored (PERL_CORE) at (eval 2) line 3.

Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.

Bad free() ignored (PERL_CORE) at (eval 3) line 3.

[Thu Sep 01 06:25:45 2016] [warn] RSA server certificate CommonName (CN) `192.168.1.64' does NOT match server name!?

[Thu Sep 01 06:25:45 2016] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 PHP/5.4.45-0rnx1 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations

[Fri Sep 02 06:25:24 2016] [notice] caught SIGTERM, shutting down

[Fri Sep 02 06:25:29 2016] [warn] RSA server certificate CommonName (CN) `192.168.1.64' does NOT match server name!?

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/Frontview.pm line 2.

Bad free() ignored (PERL_CORE) at (eval 2) line 3.

Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.

Bad free() ignored (PERL_CORE) at (eval 3) line 3.

[Fri Sep 02 06:25:40 2016] [warn] RSA server certificate CommonName (CN) `192.168.1.64' does NOT match server name!?

[Fri Sep 02 06:25:40 2016] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 PHP/5.4.45-0rnx1 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations

 

Any advice most welcome.

Message 8 of 27
PCJB
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Hi mdgm

 

Thanks for the help.

 

Here is the result of my tail command

 

ReadyNAS:~# tail -n 20 /var/log/frontview/error.log
[Fri Sep 23 06:25:44 2016] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 PHP/5.3.29-0rnx1 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
[Sat Sep 24 22:31:55 2016] [error] [client 124.158.7.250] script '/frontview/ui/resource/html/index.php' not found or unable to stat
[Sun Sep 25 06:25:19 2016] [notice] caught SIGTERM, shutting down
Bad free() ignored (PERL_CORE) at /frontview/lib/Frontview.pm line 2.
Bad free() ignored (PERL_CORE) at /frontview/lib/Frontview.pm line 2.
[Sun Sep 25 06:25:46 2016] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 PHP/5.3.29-0rnx1 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
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/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.
Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.
Bad free() ignored (PERL_CORE) at (eval 3) line 3.
PHP Fatal error: Unable to start curl module in Unknown on line 0
PHP Fatal error: Unable to start curl module in Unknown on line 0
PHP Fatal error: Unable to start curl module in Unknown on line 0
ReadyNAS:~#

 

I dont recognise the 124.158.7.250 and nslookup doesnt have any info either?

There is no index.php in the /frontview/ui/resource/html/ directory referred to?

 

I did have PHP, mysql and phpadmin installed, but cant connect. same error.

 

Any poiinters appreciated.

 

paul

 

Model: ReadyNASRND4000|ReadyNAS NV+ Chassis only
Message 9 of 27
mdgm-ntgr
NETGEAR Employee Retired

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Do you have port forwarding setup? If so, someone might be trying to hack into your NAS.

You could do e.g.

# mkdir /tmp/tmp1235

# cd /tmp/tmp1235

Copy the PHP add-on to that directory and extract the contents of it e.g. if it is called PHP.bin you could do
# dd if=PHP.bin skip=1 | tar -xv
# sh install.sh

Hopefully you are then able to access Frontview again. If not check what error you get. You may need to install other add-ons over the top of themselves or perhaps install a newer version of the PHP Sparc add-on if there is a newer version available.

Message 10 of 27
Botton
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

I have the same problem. No All fiels in Firefox Frontview are empry. But I can access all my files in Exlporer.

I have a PHP add-on installed. Can I reinstall it by USB?

Model: ReadyNASRND2000v2|ReadyNAS Duo v2 Chassis only
Message 11 of 27
mdgm-ntgr
NETGEAR Employee Retired

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

So you don't have SSH enabled?

Message 12 of 27
Botton
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Not that I know. At the moment I am searching for the version of PHP I installed.

Message 13 of 27
Botton
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

I managed to get access with Putty. Does this mean SSH is enabled?

 

I tried: tail -n 20 /var/log/frontview/error.log

 

and the result:

 

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 (eval 2) line 3.
Bad free() ignored (PERL_CORE) at /frontview/lib/get_handler.pm line 2.
Bad free() ignored (PERL_CORE) at (eval 3) line 3.
[Sat Oct 01 10:22:04 2016] [warn] RSA server certificate CommonName (CN) `192.168.(IP from PC)' does NOT match server name!?
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
PHP Fatal error:  Unable to start curl module in Unknown on line 0
[Sat Oct 01 10:57:03 2016] [warn] RSA server certificate CommonName (CN) `192.168.(IP from PC)' does NOT match server name!?
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/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.
[Sat Oct 01 10:57:42 2016] [warn] RSA server certificate CommonName (CN) `192.168.(IP from PC)' does NOT match server name!?
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
PHP Fatal error:  Unable to start curl module in Unknown on line 0

 

 

Message 14 of 27
IceniTribe
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Hi mdgm,

 

Thats done the trick, reinstalled the php add-on and I can now access Frontview.

 

Thank you for your help, it is much appreciated.

Message 15 of 27
Botton
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Hi IceniTribe,

 

Did you reinstall PHP the way mdgm wrote in his post 2016-10-01 04:15 AM?

Message 16 of 27
IceniTribe
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Yes, copied the php add-on bin to the ready as and followed magma instructions.
Message 17 of 27
WSJ
Aspirant
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Great advice - that has resolved my problem.
I assume that many of us have installed that PHP addon and will run into the same problem.

I did exactly what you've described - and it worked!

 

Many thanks - you've saved my day/night.

Message 18 of 27
Botton
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

It did the trick for me as well.

Thank you all very well.

Message 19 of 27
WSJ
Aspirant
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Maybe it would be a good idea to add a reference to this discussion (and the solution) to the release notes?

Message 20 of 27
mdgm-ntgr
NETGEAR Employee Retired

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Well this is a 3rd party add-on. We don't tend to mention issues with those in the Release Notes for our firmware but I will pass your suggestion on. Ideally add-ons should be written so that if the firmware is updated access is not lost to the web admin page but with this one that would be difficult/impossible. 

This is a problem that comes up with each firmware update. It just hasn't come up much on the community for a while as not many with PHP installed had been updating the firmware recently until 4.1.15 came out or if they did they already recalled this fix from previous relases.

Message 21 of 27
WSJ
Aspirant
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

Well, that Addon (PHP) is really common - and the foundation for other Addons.

With previous firmware updates I've never had any issues (also using that Addon).

This was the very first time I've experiencing problems.

But with the kind help of the community (this forum) I was able to resolve it in short time.

Fortunately I've installed the SSH Addon...

Message 22 of 27
StephenB
Guru

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15


@WSJ wrote:

 

Fortunately I've installed the SSH Addon...


Another lesson here is to keep copies of the extras that you've installed on the NAS.

Message 23 of 27
mdgm-ntgr
NETGEAR Employee Retired

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15

This is definitely an issue that has been seen with previous firmware updates. Any add-on that overwrites some files included in the firmware can be expected to be broken by a firmware update.
Message 24 of 27
WSJ
Aspirant
Aspirant

Re: ReadyNAS Duo V1, unable to access Frontview following upgrade to 4.1.15


@StephenB wrote:

@WSJ wrote:

 

Fortunately I've installed the SSH Addon...


Another lesson here is to keep copies of the extras that you've installed on the NAS.


Of course - that's what I always do.

But downloading the Addon a second time is not an issue - that you can still do if you do not have a copy at hand.

However, if you've failed to install the SSH Addon than you are in trouble - since you cannot install it when Frontview is not working anymore.

Message 25 of 27
Top Contributors
Discussion stats
  • 26 replies
  • 8904 views
  • 4 kudos
  • 6 in conversation
Announcements