summaryrefslogtreecommitdiff
path: root/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_4_4a0432687efa5b83e4cfefecdb355188._comment
blob: a2688611267dd0bdafbba54ecebae5977582e2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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?

"""]]