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

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

pinkfloydfan
Aspirant

Frontview not accessible after RAIDiator 4.1.13 upgrade

Hi everyone

I hope that you can help with this strange problem. I upgraded my ReadyNAS NV+ to the latest firmware yesterday and since then have been unable to access Frontview via any browser: the browser replies that it is unable to access the network although I have full access to all files via explorer.

My ReadyNAS is on static local IP 192.168.0.25.

I tried to reinstall the firmware but that made no difference.

Before coming here I tried to search for a solution. I can SSH to the ReadyNAS and when following an old thread with a similar problem I tried to restart the apache service but that resulted in the following:

ReadyNAS1:~# /etc/init.d/frontview restart
Stopping frontview: apache-sslNo /usr/sbin/apache-ssl found running; none killed.
Starting frontview: apache-sslapache-ssl: Could not reliably determine the server's fully qualified domain name, using 192.168.0.25 for ServerName
(48)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

I really have almost no knowledge of this topic and was hoping that someone on this forum could accurately interpret what this all means and how to resolve it?

Thanks very much
Message 1 of 7
armornone
Aspirant

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

Which Readynas do you have? I have had the web admin screen break when I tried upgrading very old systems like the X6/600.
Message 2 of 7
mdgm-ntgr
NETGEAR Employee Retired

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

Any add-ons installed?


# tail -n 20 /var/log/frontview/error.log
Message 3 of 7
pinkfloydfan
Aspirant

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

Hi and thanks for your replies

@armornone: I have the original ReadyNAS NV+ v1

@mdgm: As far as I can recall, I believe that I installed the two php add-ons (PHPmyadmin and PHP addon although I was never able to get this to work as I wished) and the enable root SSH. I do apologise but I have almost no knowledge of the code one uses here but I'll type that line in this evening and let you know the results later.

Best Regards
Message 4 of 7
pinkfloydfan
Aspirant

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

Hi mdgm

This is what happened when I tried that code:

ReadyNAS1:~# tail -n 20 /var/log/frontview/error.log
Bad free() ignored (PERL_CORE) at (eval 2) line 3.
PHP Fatal error: Unable to start curl module in Unknown on line 0
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.
PHP Fatal error: Unable to start curl module in Unknown on line 0
Bad free() ignored (PERL_CORE) at (eval 2) line 3.
PHP Fatal error: Unable to start curl module in Unknown on line 0
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/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 (eval 3) line 3.
PHP Fatal error: Unable to start curl module in Unknown on line 0

Are you able to interpret this and let me know what the solution is please?

Thanks very much
Message 5 of 7
mdgm-ntgr
NETGEAR Employee Retired

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

Install the latest PHP add-on manually via SSH.
Message 6 of 7
pinkfloydfan
Aspirant

Re: Frontview not accessible after RAIDiator 4.1.13 upgrade

Hi mdgm,

For the benefit of anyone else reading this:

Although I really have very little idea exactly how to manually install the add-on I managed to find this article https://www.readynas.com/forum/viewtopic.php?f=65&t=71880&start=45 where you kindly advised someone else with a very similar problem. I followed the following instructions:

# cd /tmp/addons
# mkdir newphp123
# cd newphp123
# dd if=/tmp/phpaddon.bin skip=1 | tar -xv
# sh install.sh

(replacing phpaddon.bin with PHP5_5.3.27-sparc-4.4.3.bin)

...and I now have Frontview working again.

Thanks so much and happy new year
Message 7 of 7
Top Contributors
Discussion stats
  • 6 replies
  • 2278 views
  • 0 kudos
  • 3 in conversation
Announcements