Skip to content

Instantly share code, notes, and snippets.

@sue445
Created April 22, 2016 02:58
Show Gist options
  • Save sue445/a63fa9bde3dfa6ce2e1b7b0c796a739e to your computer and use it in GitHub Desktop.
Save sue445/a63fa9bde3dfa6ce2e1b7b0c796a739e to your computer and use it in GitHub Desktop.
omnibus-itamae install error
[vagrant@localhost ~]$ cd /tmp/
[vagrant@localhost tmp]$ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[vagrant@localhost tmp]$ sudo yum install -y wget
Loaded plugins: fastestmirror
base | 3.6 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/4): base/7/x86_64/group_gz | 155 kB 00:00:00
(2/4): extras/7/x86_64/primary_db | 117 kB 00:00:00
(3/4): base/7/x86_64/primary_db | 5.3 MB 00:00:01
(4/4): updates/7/x86_64/primary_db | 4.1 MB 00:00:01
Determining fastest mirrors
* base: www.ftp.ne.jp
* extras: www.ftp.ne.jp
* updates: www.ftp.ne.jp
Resolving Dependencies
--> Running transaction check
---> Package wget.x86_64 0:1.14-10.el7_0.1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================================================================================================
Package Arch Version Repository Size
================================================================================================================================================================
Installing:
wget x86_64 1.14-10.el7_0.1 base 545 k
Transaction Summary
================================================================================================================================================================
Install 1 Package
Total download size: 545 k
Installed size: 2.0 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/base/packages/wget-1.14-10.el7_0.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Public key for wget-1.14-10.el7_0.1.x86_64.rpm is not installed
wget-1.14-10.el7_0.1.x86_64.rpm | 545 kB 00:00:00
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-2.1511.el7.centos.2.10.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : wget-1.14-10.el7_0.1.x86_64 1/1
Verifying : wget-1.14-10.el7_0.1.x86_64 1/1
Installed:
wget.x86_64 0:1.14-10.el7_0.1
Complete!
[vagrant@localhost tmp]$ wget https://bintray.com/itamae/itamae-rpm/rpm -O bintray-itamae-itamae-rpm.repo
--2016-04-21 22:50:55-- https://bintray.com/itamae/itamae-rpm/rpm
Resolving bintray.com (bintray.com)... 119.81.184.206
Connecting to bintray.com (bintray.com)|119.81.184.206|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘bintray-itamae-itamae-rpm.repo’
[ <=> ] 191 --.-K/s in 0s
2016-04-21 22:50:56 (19.1 MB/s) - ‘bintray-itamae-itamae-rpm.repo’ saved [191]
[vagrant@localhost tmp]$ sudo mv bintray-itamae-itamae-rpm.repo /etc/yum.repos.d/
[vagrant@localhost tmp]$ sudo yum install -y itamae
Loaded plugins: fastestmirror
bintray--itamae-itamae-rpm | 1.3 kB 00:00:00
bintray--itamae-itamae-rpm/primary | 1.7 kB 00:00:00
Loading mirror speeds from cached hostfile
* base: www.ftp.ne.jp
* extras: www.ftp.ne.jp
* updates: www.ftp.ne.jp
bintray--itamae-itamae-rpm 5/5
Resolving Dependencies
--> Running transaction check
---> Package itamae.x86_64 0:1.9.6-1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================================================================================================
Package Arch Version Repository Size
================================================================================================================================================================
Installing:
itamae x86_64 1.9.6-1.el7 bintray--itamae-itamae-rpm 27 M
Transaction Summary
================================================================================================================================================================
Install 1 Package
Total download size: 27 M
Installed size: 95 M
Downloading packages:
Package itamae-1.9.6-1.el7.x86_64.rpm is not signed 94% [==================================================== ] 7.3 MB/s | 26 MB 00:00:00 ETA
itamae-1.9.6-1.el7.x86_64.rpm | 27 MB 00:00:03
Package itamae-1.9.6-1.el7.x86_64.rpm is not signed
[vagrant@localhost tmp]$ echo $?
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment