Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

Testing And Unstable • [SID - Unstable] apt getting an errsig with the microsoft repo

$
0
0

Code:

[!] please add proper keyring to “/var/tmp/schow-pkg-1000milomak1000/.trusted.gpg.d/”
I didn't expect this. schow-pkg creates symlinks to files in /etc/apt/trusted.gpg.d/ in /var/tmp/schow-pkg-1000milomak1000/.trusted.gpg.d/. The line I quoted above is a gpg test (quite similar to the one we did in a previous post but with all the keys) that uses these keys. Do you still have the microsoft-edge.gpg key in /etc/apt/trusted.gpg.d/ ? If so, can you confirm that there is a link to it in /var/tmp/schow-pkg-1000milomak1000/.trusted.gpg.d/

Code:

$> realpath -e /var/tmp/schow-pkg-10001000/.trusted.gpg.d/microsoft-edge.gpg && ls -l /var/tmp/schow-pkg-10001000/.trusted.gpg.d/microsoft-edge.gpg
If so, can you confirm the previous test

Code:

$> gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/microsoft-edge.gpg --verify /var/lib/apt/lists/packages.microsoft.com_repos_edge_dists_stable_InRelease
and then test the behaviour with all the keys

Code:

$> read -d '' -ra KRS < <(printf -- '--keyring %s\n' /usr/share/keyrings/*.gpg /etc/apt/trusted.gpg.d/*.gpg | grep -v -- "-removed-keys")$> gpg --no-default-keyring "${KRS[@]}" --verify /var/lib/apt/lists/packages.microsoft.com_repos_edge_dists_stable_InRelease

Statistics: Posted by fabien — 2024-06-16 08:59 — Replies 23 — Views 499



Viewing all articles
Browse latest Browse all 3560

Trending Articles