APT Signature verification public key

2012-04-24 Thread Ritesh Raj Sarraf
Hi, I'm trying to fix a bug in apt-offline. I try running the following command but gpg complains me about the public key's unavailability. Is there a separate keyring for apt package database trust that I need to use? rrs@champaran:/tmp/apt-offline-downloads-31824$ sudo gpgv

Re: APT Signature verification public key

2012-04-24 Thread David Kalnischkies
On Tue, Apr 24, 2012 at 12:19, Ritesh Raj Sarraf r...@debian.org wrote: rrs@champaran:/tmp/apt-offline-downloads-31824$ sudo gpgv --ignore-time-conflict --keyring /etc/apt/trusted.gpg --homedir /etc/apt/trusted.gpg.d/  /tmp/InRelease.txt gpgv: Signature made Tuesday 24 April 2012 01:48:25 PM

Re: APT Signature verification public key

2012-04-24 Thread Ritesh Raj Sarraf
Jumped too early on it. It was a corrupted apt keyring leftover of my upgrade from Ubuntu to Debian. Fixing it solved everything. Thanks, Ritesh On Tuesday 24 April 2012 03:49 PM, Ritesh Raj Sarraf wrote: Hi, I'm trying to fix a bug in apt-offline. I try running the following command