I'd like to retract my last statement, since apt-get update yields:
W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages 406 Not Acceptable [IP: 141.30.13.10 80]
then trying to fetch the same file from the same machine (again contacting 141.30.13.10) wget yields:
$ wget -nd http://de.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages
--2012-03-02 18:46:54-- http://de.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.13.10, 141.30.13.30, 141.30.13.20 Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.13.10|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4822737 (4,6M) [application/x-bzip2] Saving to: `Packages'
100%[============================================================================>] 4.822.737 1,64M/s in 2,8s
2012-03-02 18:46:57 (1,64 MB/s) - `Packages' saved [4822737/4822737]
So it must be something within apt-get...
I'd like to retract my last statement, since apt-get update yields:
W: Failed to fetch http:// de.archive. ubuntu. com/ubuntu/ dists/precise/ universe/ binary- i386/Packages 406 Not Acceptable [IP: 141.30.13.10 80]
then trying to fetch the same file from the same machine (again contacting 141.30.13.10) wget yields:
$ wget -nd http:// de.archive. ubuntu. com/ubuntu/ dists/precise/ universe/ binary- i386/Packages
--2012-03-02 18:46:54-- http:// de.archive. ubuntu. com/ubuntu/ dists/precise/ universe/ binary- i386/Packages ubuntu. com (de.archive. ubuntu. com)... 141.30.13.10, 141.30.13.30, 141.30.13.20 ubuntu. com (de.archive. ubuntu. com)|141. 30.13.10| :80... connected. x-bzip2]
Resolving de.archive.
Connecting to de.archive.
HTTP request sent, awaiting response... 200 OK
Length: 4822737 (4,6M) [application/
Saving to: `Packages'
100%[== ======= ======= ======= ======= ======= ======= ======= ======= ======= ======= ====>] 4.822.737 1,64M/s in 2,8s
2012-03-02 18:46:57 (1,64 MB/s) - `Packages' saved [4822737/4822737]
So it must be something within apt-get...