Public bug reported:
Ubuntu 8.04 - Apt-cacher gives error messages when trying to cache
security.ubuntu.com
I run the following commands and get errors when I use apt cacher:
$ sudo apt-get update
NO ERRORS
$ sudo cp /etc/apt/sources.list /etc/sources.list.ORIG0
$ sudo sed 's_http://_&fai.foo.org
** Description changed:
Ubuntu 8.04 - Apt-cacher gives error messages when trying to cache
security.ubuntu.com
I run the following commands and get errors when I use apt cacher:
$ sudo apt-get update
NO ERRORS
$ sudo cp /etc/apt/sources.list /etc/sources.list.ORIG0
- $ sudo sed 's_h
"cacher.foo.org" is the name of my local apt-cacher computer. Note that
I can add packages using synaptic or apt-get with this change in place.
The concern is that by just a simple change from the standard
repositories to the local apt-cacher "cacher.foo.org" causes error
messages when I issue "ap
"cacher.foo.org" is the name of my local apt-cacher computer. Note that
I can add packages using synaptic or apt-get with this change in place.
The concern is that by just a simple change from the standard
repositories to the local apt-cacher "cacher.foo.org" causes error
messages when I issue "ap
There was an error in the modification. The modification should have been:
sudo sed 's_http://_&cacher.foo.org:3142/_' /etc/apt/sources.list
** Changed in: apt-cacher (Ubuntu)
Status: New => Invalid
--
Apt cacher can't find security.ubuntu.com
https://bugs.launchpad.net/bugs/236915
You r