![](https://seccdn.libravatar.org/avatar/6605d729589fd1ab7ad73b1927fb267c.jpg?s=120&d=mm&r=g)
Am 08/07/2012 05:25 PM, schrieb Daniel Rahn:
Hi,
On Mon, Aug 06, Daniel Spannbauer wrote:
Ok,
in the linuxrc-source I found the command which checks the content:
gpg --homedir /root/.gnupg --batch --no-default-keyring --keyring /installkey.gpg --ignore-valid-from --ignore-time-conflict --verify %s
/dev/null%s
I tried this on the commandline after the "signature check failed"-message and get:
"gpg: Can't check signature: No public key"
Which publickey is missed? I think I imported it now the right way to installkey.gpg.....
I had wanted to look into this more last week but other tasks kept me busy.
Just in case you did not notice, above command is meant to be run in the chroot-env of the installation. If you want to run it locally from your working area, you need to point to installkey.gpg correctly:
gpg --homedir /root/.gnupg --batch --no-default-keyring --keyring ./installkey.gpg --ignore-valid-from --ignore-time-conflict --verify %s
/dev/null%s
Mind the dot ...
Hello Daniel, the path was not the problem.... My public-key was imported by: gpg --import gpg-$KEY_ID.gpg --keyring installkey.gpg But it has to be: gpg --import gpg-$KEY_ID.gpg --no-default-keyring --keyring installkey.gpg Otherwise the key is imported in my personal keyring, not in installkey.gpg. Regards Daniel -- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org