Dear all,
Recently I started to have problems with Iceweasels 4 (beta)
repository.
Here is the entry:
Code:
root@debian[/etc/default]# cat /etc/apt/sources.list.d/iceweasel4.list
#deb http://mozilla.debian.net/packages/ ./
deb http://mozilla.debian.net/packages/ experimental iceweasel-4.0
I've followed the instructions from
http://mozilla.debian.net/, which I think I had done
before, but to doublw check:
Code:
root@debian[/etc/default]# GET http://mozilla.debian.net/archive.asc | gpg --import
gpg: key 06C4AE2A: public key "Debian Mozilla team APT archive <pkg-mozilla-maintainers@lists.alioth.debian.org>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg: no ultimately trusted keys found
The last line seems already weird...
Code:
root@debian[/etc/default]# gpg --check-sigs --fingerprint --keyring /usr/share/keyrings/debian-keyring.gpg 06C4AE2A
gpg: keyblock resource `/usr/share/keyrings/debian-keyring.gpg': file open error
pub 4096R/06C4AE2A 2010-11-20 [expires: 2011-11-20]
Key fingerprint = 85F0 6FBC 75E0 67C3 F305 C3C9 85A3 D265 06C4 AE2A
uid Debian Mozilla team APT archive <pkg-mozilla-maintainers@lists.alioth.debian.org>
sig!3 06C4AE2A 2010-11-20 Debian Mozilla team APT archive <pkg-mozilla-maintainers@lists.alioth.debian.org>
2 signatures not checked due to missing keys
root@debian[/etc/default]# gpg --export -a 06C4AE2A | sudo apt-key add -
OK
Now the error (same I had before I (re)did the above):
Code:
root@debian[/etc/default]# apt-get update
(...)
Get:7 http://mozilla.debian.net experimental Release [3,522 B]
Ign http://mozilla.debian.net experimental Release
Get:8 http://mozilla.debian.net experimental/iceweasel-4.0 amd64 Packages [3,522 B]
64% [8 Packages bzip2 0 B]bzip2: (stdin) is not a bzip2 file.
Err http://mozilla.debian.net experimental/iceweasel-4.0 amd64 Packages
Sub-process /bin/bzip2 returned an error code (2)
Fetched 9,352 B in 31s (295 B/s)
W: GPG error: http://mozilla.debian.net experimental Release: The following signatures were invalid: NODATA 1 NODATA 2
W: Failed to fetch http://mozilla.debian.net/packages/dists/experimental/iceweasel-4.0/binary-amd64/Packages.bz2 Sub-process /bin/bzip2 returned an error code (2)
E: Some index files failed to download, they have been ignored, or old ones used instead.
Anyone else having this problem? Any ideas?
Thanks,
Luis |