From 8d31a859419f3838f3af7e70f0606b687f2cee89 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 22 Aug 2020 17:02:41 +0000 Subject: Added a comment --- ...ent_4_4a0432687efa5b83e4cfefecdb355188._comment | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_4_4a0432687efa5b83e4cfefecdb355188._comment diff --git a/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_4_4a0432687efa5b83e4cfefecdb355188._comment b/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_4_4a0432687efa5b83e4cfefecdb355188._comment new file mode 100644 index 00000000..a2688611 --- /dev/null +++ b/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_4_4a0432687efa5b83e4cfefecdb355188._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="david" + avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221" + subject="comment 4" + date="2020-08-22T17:02:41Z" + content=""" +OK, I belatedly see what you mean. It's not relevant if the remote privdata.gpg blob matches or not, since iiuc, only the local one is used by --spin. + +I'm having a similar issue with `Property.Gpg.keyImported`. + +[[!format text \"\"\" +** warning: Missing privdata GpgKey (for 815B63982A79F8E7C72786C4762B57BB784206AD) +Fix this by running: + propellor --set 'GpgKey' '815B63982A79F8E7C72786C4762B57BB784206AD' \ + < (Either a gpg public key, exported with gpg --export -a, or a gpg private key, exported with gpg --export-secret-key -a) + +cs2613 root has gpg key \"815B63982A79F8E7C72786C4762B57BB784206AD\" ... failed +** warning: Missing privdata GpgKey (for 7A18807F100A4570C59684207E4E65C8720B706B) +Fix this by running: + propellor --set 'GpgKey' '7A18807F100A4570C59684207E4E65C8720B706B' \ + < (Either a gpg public key, exported with gpg --export -a, or a gpg private key, exported with gpg --export-secret-key -a) +\"\"\"]] + +Of course I did what propellor suggests, but it doesn't seem to make a difference. Is it possible gpg armoured text is being treated specially as privdata? + +"""]] -- cgit v1.2.3