[systemd-devel] Errors using machinectl pull-tar and machinectl pull-dkr

Peter Paule systemd-devel at fedux.org
Mon Mar 2 03:28:00 PST 2015


Quoting Lennart Poettering <lennart at poettering.net>:
> I wonder if we can use --trustdb-name /dev/null

I think, no. I got a weird error using /dev/null

% strace -e file -o /tmp/blub1 gpg --no-options --no-default-keyring  
--no-auto-key-locate --no-auto-check-trustdb --batch  
--trust-model=always --keyring=/usr/lib/systemd/import-pubring.gpg  
--verify ~/data/halde/signature.sig --trustdb-name /dev/null  
trusty-server-cloudimg-amd64-root.tar.gz
gpg: Note: '--trustdb-name' is not considered an option
gpg: can't open signed data '--trustdb-name'
gpg: can't hash datafile: No such file or directory

% strace -e file -o /tmp/blub1 gpg --no-options --no-default-keyring  
--no-auto-key-locate --no-auto-check-trustdb --batch  
--trust-model=always --keyring=/usr/lib/systemd/import-pubring.gpg  
--verify ~/data/halde/signature.sig  
trusty-server-cloudimg-amd64-root.tar.gz
gpg: Signature made Sat 28 Feb 2015 02:07:02 CET using RSA key ID 7DB87C81
gpg: BAD signature from "UEC Image Automatic Signing Key  
<cdimage at ubuntu.com>" [unknown]

/pp



More information about the systemd-devel mailing list