NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
SAS1201
Jun 12, 2019Aspirant
Readynas Apache2 issues
I am having issues recently since I upgraded to 6.10.1. First of the images on the Admin web portal are not loading for the APPS that I have running. The next issue, is I have a few apps that are n...
StephenB
Jun 13, 2019Guru - Experienced User
I believe the issue is due to your apps - particularly php.
You might want to connect with WhoCares_ - perhap via his site https://rnxtras.com/
He has a php update that is compatible with 6.10.x there.
WhoCares_
Jun 13, 2019Mentor
Hi Stephen,
Although I'm happy to see my add-ons used, the solution may be easier. What most likely happened here is that one or other add-on required PHP so it got installed from the official repo. Now I suspect that for some reason NTGR themselves forgot to build a new version of PHP5 that would work with Apache 2.4 as is shipping since 6.10.0 and include that version into the 6.10.x repos.
That said, there's also a chance that they actually built a new version but I don't think any packages already existing on the system would get upgraded on a firmware upgrade, essentially leading to the same problem. If NTGR did upgrade the PHP5 packages the solution to the problem would be as easy as
- logging into the NAS using SSH
- issuing "apt update && apt full-upgrade" and after that has finished
- "systemctl restart apache2"
-Stefan
- SAS1201Jun 13, 2019Aspirant
Thanks, when I try the apt update && apt full-upgrade as suggested and I am getting errors.. Any ideas?
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Fetched 15.7 kB in 2s (6,316 B/s)
Reading package lists... Done
E: Failed to fetch http://mirrors.kernel.org/debian/dists/jessie/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: Some index files failed to download. They have been ignored, or old ones used instead.- WhoCares_Jun 13, 2019Mentor
Sounds like you're behind a proxy. What you can try is to tell apt to use that proxy by
- creating the file /etc/apt/apt.conf.d/00_proxy (using "vi /etc/apt/apt.conf.d/00_proxy")
- add the following lines:
Acquire::http::proxy "http://<proxy>"; Acquire::https::proxy "https://<proxy>"; Acquire::ftp::proxy "ftp://<proxy>"; Acquire::socks::proxy "socks:<proxy>";
(replace <proxy> with the actual location of the proxy you're using.
- save the file
- try the "apt update && apt full-upgrade" again
-Stefan
- WhoCares_Jun 13, 2019Mentor
Smiley replacements in code blocks. Really, now?
-Stefan
Related Content
NETGEAR Academy

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