A client has a few Vyatta installations that they're eventually wanting to replace with VyOS. In the interim, they're running Vyatta 6.6 (last version prior to the sale to Brocade). It's an internal router without any external interfaces, but would still prefer its version of bash to be patched.
Updating the system with sudo apt-get update
results in these errors. Presumably Brocade has made these old repos unavailable now:
W: Failed to fetch http://packages.vyatta.com/vyatta/dists/stable/Release.gpg Could not connect to packages.vyatta.com:80 (144.49.164.21). – connect (110: Connection timed out)
W: Failed to fetch http://packages.vyatta.com/vyatta/dists/stable/main/i18n/Translation-en.gz Unable to connect to packages.vyatta.com:http:
W: Failed to fetch http://packages.vyatta.com/vyatta/dists/stable/main/binary-i386/Packages.gz Unable to connect to packages.vyatta.com:http:
The documentation lists the following steps to install the Debian Squeeze repos:
$ configure
$ set system package repository squeeze components 'main contrib non-free'
$ set system package repository squeeze distribution 'squeeze'
$ set system package repository squeeze url 'http://mirrors.kernel.org/debian'
$ commit
$ save
$ exit
But then when I try updating with sudo apt-get upgrade bash
, it says
bash is already the newest version
I tried squeeze-backports
and squeeze-ltr
, same result.
Anyone know of an alternative way to update bash in these pre-Brocade Vyatta boxes?