NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Sandshark
Apr 11, 2023Sensei
How I got apt update and install to work (with Debian Jessie retired)
OK, so I started off creating my own local Debian repository. Not recommended -- it's a lot of work. But with a lot of Googling and experimenting, I finally got apt to work using an online source. ...
Sandshark
Apr 24, 2023Sensei
It's not a command, it's an edit to etc/apt/sources.list . One issue here is that the only editor installed on a ReadyNAS by default is VI, which is a true PITA to use. You can put a copy in a folder accessible from Windows and use an editor there that doesn't mess with the EOL character(s) such as NotePad++, but you then also have to deal with ownerships and permissions when you copy it back. Nano is a much easier editor to use from SSH, but you have to have previously installed it or you won't be able to until after you make this edit.
ArchPrime
Apr 24, 2023Guide
Thanks for that - yes I clearly did miss the obvious!
I encountered the horrors of VI.
Obviously designed by a committed sadist, or someone to whom the idea of 'user experience' was an incomprehensible concept ; No obvious way to incorporate colons on any line of text - as is required when creating the apt.conf text file - without this being interpreted as an VI editor command.
Ended up doing via FileZilla (which invoked notepad for editing), which avoided any nasty Linux cli stuff, and retains existing file permissions when altered file is resaved.
However with both files now in place, and identical to your examples (via cut and paste), and with ReadyNAS rebooted, I still cannot seem to install the Docker app via the 'Available Apps' menu in OS6.
I also see that after ReadyNAS reboot I am suddenly I am being given 'Not secure' warnings by my browser when accessing ReadyNAS webpage, and the icons previously associated with the available apps in OS6 are now showing as broken links
- ArchPrimeApr 24, 2023Guide
I tried 'apt update' in Putty, and now after NAS reboot, the app icons appear again, but still installation of docker app fails in OS6, about halfway through the loading progress indicator, when the installation dialog hits 'reading 9 of 9'.
Wonder if there is a clue in the results of the apt update command I naively issued? What do I do about the 'Key expired' warnings?
root@ReadyNAS:~# apt update Ign:1 http://archive.kernel.org/debian-archive/debian jessie InRelease Get:2 http://archive.kernel.org/debian-archive/debian jessie-backports InRelease [166 kB] Hit:3 https://apt.readynas.com/packages/readynasos 6.10.8 InRelease Get:4 http://archive.kernel.org/debian-archive/debian jessie Release [148 kB] Ign:2 http://archive.kernel.org/debian-archive/debian jessie-backports InRelease Get:5 http://archive.kernel.org/debian-archive/debian jessie Release.gpg [2,420 B] Ign:5 http://archive.kernel.org/debian-archive/debian jessie Release.gpg Hit:6 http://archive.kernel.org/debian-archive/debian jessie/main amd64 Packages Ign:6 http://archive.kernel.org/debian-archive/debian jessie/main amd64 Packages Hit:7 http://archive.kernel.org/debian-archive/debian jessie/contrib amd64 Packages Hit:8 http://archive.kernel.org/debian-archive/debian jessie/non-free amd64 Packages Ign:7 http://archive.kernel.org/debian-archive/debian jessie/contrib amd64 Packages Ign:8 http://archive.kernel.org/debian-archive/debian jessie/non-free amd64 Packages Get:6 http://archive.kernel.org/debian-archive/debian jessie/main amd64 Packages [9,098 kB] Get:7 http://archive.kernel.org/debian-archive/debian jessie/contrib amd64 Packages [59.2 kB] Get:8 http://archive.kernel.org/debian-archive/debian jessie/non-free amd64 Packages [101 kB] Fetched 317 kB in 12s (25.7 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. W: GPG error: http://archive.kernel.org/debian-archive/debian jessie-backports InRelease: The following signatures were invalid: KEYEXPIRED 1587841717 KEYEXPIRED 1668891673 W: GPG error: http://archive.kernel.org/debian-archive/debian jessie Release: The following signatures were invalid: KEYEXPIRED 1587841717 root@ReadyNAS:~#
apt update
Related Content
NETGEAR Academy

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