Displaying 4 results from an estimated 4 matches for "7f2f".
Did you mean:
742f
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
...yum install passenger
Loaded plugins: fastestmirror
passenger/7/x86_64/signature
| 836 B 00:00:00
Retrieving key from https://packagecloud.io/gpg.key
Importing GPG key 0xD59097AB:
Userid : "packagecloud ops (production key) <ops at packagecloud.io>"
Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
From : https://packagecloud.io/gpg.key
When I do it from a script, it fails.
Regards,
Yuri
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
Hi,
Sorry for asking it again. I just thought I asked the question the
wrong way. Too much unnecessary details. And therefore, got no
replies.
I'm configuring a server from, say, a script (automatically). I need
it to be done without user saying, "Yes, it's okay to import the key."
I was told to run the following command:
yum makecache -y --disablerepo=*
2017 Mar 12
0
How do I confirm importing repo key without user intervention?
...plugins: fastestmirror
> passenger/7/x86_64/signature
> | 836 B 00:00:00
> Retrieving key from https://packagecloud.io/gpg.key
> Importing GPG key 0xD59097AB:
> Userid : "packagecloud ops (production key) <ops at packagecloud.io>"
> Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
> From : https://packagecloud.io/gpg.key
>
> When I do it from a script, it fails.
>
> Regards,
> Yuri
It looks like the passenger RPM has a script importing the GPG key.
Check using "rpm -q --scripts passenger". Is that a...
2017 Mar 05
1
How to automatically confirm importing repo key?
...mporting key I choose (1 or 2).
If I then ssh to container and run `yum install nginx` manually, it says:
Retrieving key from https://packagecloud.io/gpg.key
Importing GPG key 0xD59097AB:
Userid : "packagecloud ops (production key) <ops at packagecloud.io>"
Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
From : https://packagecloud.io/gpg.key
Is this ok [y/N]:
And I suppose this extra confirmation request is what makes ansible
fail. Can it be confirmed automatically?
I tried to make it clear for those who don't use ansible, but feel
free to ask q...