[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt 0.6 in experimental



Matt Zimmerman wrote:
> > Adding -o Debug::Acquire::gpgv=yes does not seem to add any additional
> > debugging info about why it cannot validate my file: repositories.
> 
> It should print the gpg command line.  What is it?

It doesn't print any extra debugging information at all with that parameter.
But here goes anyway:

root@kite:~/bin>strace -s 4092 -f apt-get update 2>&1 |grep exec |grep gpg
[pid 13972] execve("/usr/lib/apt/methods/gpgv", ["/usr/lib/apt/methods/gpgv"], [/* 44 vars */]) = 0
[pid 13973] execve("/usr/lib/apt/methods/gpgv", ["/usr/lib/apt/methods/gpgv"], [/* 44 vars */]) = 0
[pid 13974] execve("/usr/bin/gpgv", ["/usr/bin/gpgv", "--status-fd", "3", "--keyring", "/etc/apt/trusted.gpg", "/var/lib/apt/lists/partial/uqm.debian.net_unstable_Release.gpg", "/var/lib/apt/lists/uqm.debian.net_unstable_Release"], [/* 46 vars */] <unfinished ...>
[pid 13975] execve("/usr/bin/gpgv", ["/usr/bin/gpgv", "--status-fd", "3", "--keyring", "/etc/apt/trusted.gpg", "/var/lib/apt/lists/partial/_home_joey_lib_debian_local_Release.gpg", "/var/lib/apt/lists/_home_joey_lib_debian_local_Release"], [/* 46 vars */]) = 0
[pid 13973] write(1, "400 URI Failure\nURI: gpgv:/var/lib/apt/lists/partial/_home_joey_lib_debian_local_Release.gpg\nMessage: Unknown error executing gpgv \n\n", 133) = 133
[pid 13947] read(13, "200 URI Start\nURI: gpgv:/var/lib/apt/lists/partial/_home_joey_lib_debian_local_Release.gpg\n\n400 URI Failure\nURI: gpgv:/var/lib/apt/lists/partial/_home_joey_lib_debian_local_Release.gpg\nMessage: Unknown error executing gpgv \n\n", 64000) = 225
[pid 13976] execve("/usr/bin/gpgv", ["/usr/bin/gpgv", "--status-fd", "3", "--keyring", "/etc/apt/trusted.gpg", "/var/lib/apt/lists/partial/_home_joey_lib_debian_unstable_Release.gpg", "/var/lib/apt/lists/_home_joey_lib_debian_unstable_Release"], [/* 46 vars */]) = 0
[pid 13973] write(1, "400 URI Failure\nURI: gpgv:/var/lib/apt/lists/partial/_home_joey_lib_debian_unstable_Release.gpg\nMessage: Unknown error executing gpgv \n\n", 136) = 136
[pid 13947] read(13, "200 URI Start\nURI: gpgv:/var/lib/apt/lists/partial/_home_joey_lib_debian_unstable_Release.gpg\n\n400 URI Failure\nURI: gpgv:/var/lib/apt/lists/partial/_home_joey_lib_debian_unstable_Release.gpg\nMessage: Unknown error executing gpgv \n\n", 64000) = 231
[pid 13977] execve("/usr/bin/gpgv", ["/usr/bin/gpgv", "--status-fd", "3", "--keyring", "/etc/apt/trusted.gpg", "/var/lib/apt/lists/partial/http.us.debian.org_debian_dists_unstable_Release.gpg", "/var/lib/apt/lists/http.us.debian.org_debian_dists_unstable_Release"], [/* 46 vars */]) = 0
[pid 13978] execve("/usr/bin/gpgv", ["/usr/bin/gpgv", "--status-fd", "3", "--keyring", "/etc/apt/trusted.gpg", "/var/lib/apt/lists/partial/http.us.debian.org_debian_dists_.._project_experimental_Release.gpg", "/var/lib/apt/lists/http.us.debian.org_debian_dists_.._project_experimental_Release"], [/* 46 vars */]) = 0
[pid 13979] execve("/usr/bin/gpgv", ["/usr/bin/gpgv", "--status-fd", "3", "--keyring", "/etc/apt/trusted.gpg", "/var/lib/apt/lists/partial/security.debian.org_dists_stable_updates_Release.gpg", "/var/lib/apt/lists/security.debian.org_dists_stable_updates_Release"], [/* 46 vars */]) = 0

root@kite:~/bin>gpgv --keyring /etc/apt/trusted.gpg /var/lib/apt/lists/partial/_home_joey_lib_debian_unstable_Release.gpg /var/lib/apt/lists/_home_joey_lib_debian_unstable_Release
gpgv: can't open signed data `/var/lib/apt/lists/_home_joey_lib_debian_unstable_Release'
gpgv: can't hash datafile: file open error
zsh: exit 2     gpgv --keyring /etc/apt/trusted.gpg  

root@kite:~/bin>ls -l /var/lib/apt/lists/_home_joey_lib_debian_unstable_Release
ls: /var/lib/apt/lists/_home_joey_lib_debian_unstable_Release: No such file or directory
zsh: exit 1     ls -b -CF --color=auto -l 

root@kite:~/bin>ls -l /var/lib/apt/lists/_home_*                               
-rw-r--r--    1 root     root         3700 Dec 29 14:35 /var/lib/apt/lists/_home_joey_lib_debian_local_Packages
-rw-r--r--    1 root     root        54884 Dec 29 14:35 /var/lib/apt/lists/_home_joey_lib_debian_unstable_Packages

root@kite:~/bin>gpgv --keyring /etc/apt/trusted.gpg /var/lib/apt/lists/partial/_home_joey_lib_debian_unstable_Release.gpg ~joey/lib/debian/unstable/Release 
gpgv: Signature made Mon Dec 29 14:35:05 2003 EST using DSA key ID 025BC58F
gpgv: Good signature from "Joey Hess (apt repository signing key) <joey+archive@kitenet.net>"

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: