NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
tigerten
Jan 28, 2024Luminary
ReadyNAS OS 6.10.10 released
Link to download: https://www.netgear.com/support/product/readynas_os_6#download Release Note: https://kb.netgear.com/000065999/ReadyNAS-OS-6-Software-Version-6-10-10 Cleaned up a b...
lobbie1978
Apr 02, 2024Tutor
I installed 6.10.10 and obviously, I looked at the release notes AFTER installing, only to learn that they removed the possibilty to install apps via FrontView... What???
I logged in and noticed indeed that this option is removed, but also that 2 of my apps were gone; SABnzbd and CouchPotato (which I occasionally use).
I decided to dive into the box via SSH to see if I could repair this.
I noticed the firmware update removed Python 2.7, which was the reason both of the apps were gone.
So I spend some time with Google and SSH and I managed to install both of the apps again. Since I did various things, I don't remember the exact stept, but basically this is what I did:
- apt-get update
- apt-get upgrade (It said the repository links were dead)
- Changed the repositories to https://archive.debian.net
- echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
- Install Python2.7 How to install python 2.7 on debian · GitHub
- Installed Debian Archive Automatic Signing Key
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys [KEY]
- apt-get update
- apt-get upgrade
- Installed SABnzbd
- dpkg -i /data/Downloads/sabnzbd_2.3.9-rnx1_all.deb
I hope this is helpful.
Cheers,
Rob
Sandshark
Apr 02, 2024Sensei
ReadyNAS OS6 is based on Debian Jessie. Adding the Stretch distribution to your sources.list can result in a lot of issues and is highly discouraged.
The correct thing to do, which is change to the Jessie archive and allow unsigned (or, really, expired signed) sources are covered here: How-I-got-apt-update-and-install-to-work-with-Debian-Jessie.
If you have a real need to install something from a newer distro and you are prepared to do a full factory default if it messes up your system, you should use your browser to go to that distro and download the package and any required dependencies, then install them locally.
Related Content
NETGEAR Academy

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