search for: d590

Displaying 5 results from an estimated 5 matches for "d590".

Did you mean: 590
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
...agecloud.io/gpg.key gpgkey=https://packagecloud.io/gpg.key # rpm --import 'https://packagecloud.io/gpg.key' # 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?
....io/gpg.key > > > # rpm --import 'https://packagecloud.io/gpg.key' > > # 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...
2004 Aug 06
1
icecast+winamp clients
hi guys - its the first time i post to this ml - i had a silly problem i cant resolve i would like to test creating a source with winamp/dsp and then send it to an icecast server - i tried but nothing works fine - winamp cant connect to the server and icecast - from the admin interface - doesnt signal any mounting source what could be? maybe i have to compile icecast with some particular options?
2017 Mar 05
1
How to automatically confirm importing repo key?
...86_64/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for passenger no matter which way of importing 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....