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...
Ken_Griffiths
Feb 23, 2024Star
StephenB & Astra03
Sorry for not getting back to you sooner, just had a busy day, or two. Just also want to say thank-you š for your very kind help and replies here.
I think the ssh copy and apt (to install) is the way I prefer to go with this, rather than a downgrade back to 6.10.9 as (I think) I may (hopefully) now know enough ssh to login as root and do the steps mentioned, but ānoā I havenāt yet modified the apt configuration. Iām not quite sure what that involves.
Is there one post here in the community that explains the apt modification and gives the ssh commands that I need for that and I will then give everything a try tomorrow (Saturday) as I can then at least spend some time to carefully step through it and get the instructions correct with the spaces.
I guess this is probably easy for many folks here, but I just want to get the instructions together first and then I will happily give it a try⦠š¤
Iām definitely okay at enabling ssh on the NAS and the admin user ā¦and logging in as root. I can navigate/move about the directories too, so hopefully it wonāt be too difficult once Iāve sorted how to modify the apt configuration.
Astra03
Feb 23, 2024Star
I have a little bit of experience with making changes to Linux configuration files, but I am always wary of making a mistake that breaks something I can't recover from though.
To minimise the chances of this happening, this is how I did these changes on my ReadyNAS:
1.) Log in as root to the ReadyNAS via ssh
2.) Change directory to /etc/apt using the command cd /etc/apt
3.) Copy sources.list to a directory that you can access via a file manager on the PC. In my case I have one called "software": cp sources.list /data/software
4.) Rename the original version of sources.list to sources.list.old using the command mv sources.list sources.list.old This will now become your backup copy in case something goes wrong.
5.) Using a file manager on your PC, open the version of sources.list that you copied to your /data/ directory using a text editor, make the changes as stated in the page linked to, then save the file - keeping the same sources.list name.
6.) Copy this modified file back to the folder it came from. In my case the command was cp /data/software/sources.list /etc/apt
7.) If you list the files in /etc/apt using the command ls you should now have sources.list (the new modified version) and sources.list.old which is the original unmodified version.
For the second part of the instructions, I did it like this:
1.) Using the file manager on my PC, I created a new "Empty Document" in my /data/software folder, and named it apt.conf
2.) Copy and paste the two lines from that page in to this document and save it.
3.) Back in the ssh command prompt, I enter cp /data/software/apt.conf /etc/apt/ to copy this new file across.
Obviously, if you use a folder called something other than "software", then you will have to modify these commands.
Once you are happy that everything is working as it should, you can remove the redundant files - if you want to, (I didn't bother). The command to remove a file is rm - so to remove sources.list.old you would cd in to /etc/apt if you are not already in that directory and type ls to list all the files, Then type rm sources.list.old and enter. Then if you ls again it should be gone.
***I have no doubt that there are quicker ways to do all this!!!
- Ken_GriffithsFeb 23, 2024Star
Thank-you š Astra03 - I think thatās everything I need to give this a go tomorrow.
I really appreciate the time youāve taken to write out those instructions for the apt modification. I will post back to let you know how I got on.I really hope the information here in this thread will go onto help other folk too.
Thanks againā¦š - Ken_GriffithsFeb 24, 2024Star
Complete success - I got up early this morning and followed all instructions to the letter and have got my Plex server fully updated and working with the latest update, all thanks to the great advice here. Thanks also to @Sandshark in the other thread.
I only had the one issue having changed sources.list (backing up the original) and added apt.conf text file, when I went to install the plexmediaserver.deb update I was prompted to also enter this ssh command⦠āapt-get -f installā (Iām not too sure what that command was for, but ran it anyway)⦠and then when I tried the install a second time with⦠āapt install ./plexmediaserver.debā the Plex server update installed without a problem. So allās good.š
Iām just going to tidy up a few things and see how it goes. Anyhow Iāve learnt a lot here in the last couple of days, so thank-you all again. I can at least now ride off into the sunset and remain happy with my OS 6.10.10 NAS/Plex server.
- Langzik_NASMar 18, 2024Guide
Quick Question Ken_Griffiths ,
It seems most of us who patched/modified our ReadyNAS systems [to reacquire the capabilities lost via the 6.10.10 update] started by reinstalling 6.10.9. I'm getting the impression you didn't go that route, and instead opted to patch/mod the updated 6.10.10 system directly.- Am I understanding this correctly?
- If 'yes', are you able to update apps via the 'Frontview' web interface [or can you only update via SSH]?
Thanks in advance for any reply you're able to give. šš
- Ken_GriffithsMar 19, 2024Star
I did not downgrade to OS 6.10.9 as you gathered and so I update via SSH, logged in as root.
I currently now have to copy the .deb upgrade file to the Apps respective folder in /Apps/ and simply run the command apt install ./(filename.deb) to perform the upgrade.
The upgrade via the 'Frontview' web interface is not available in my case - I donāt really need it for the occasional upgrade to the Plex server software, which is all I really need to do with my NAS so Iāve not bothered to downgrade. - Langzik_NASMar 19, 2024Guide
Thanks for the clarity Ken_Griffiths ; I'm in a similar boat as you in regard to mostly using my ReadyNAS system(s) for Plex, but I prefer a redundancy of options (just in case one option suddenly & unexpectedly craps out, like SMB did for one of my NAS devices). In any case, I wasn't sure if you even bothered trying to update Plex via Frontview after applying the patch, so I thought I'd ask. In any case, thanks again for the insight. š
Related Content
NETGEAR Academy

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