Skip to content

Instantly share code, notes, and snippets.

@dgapitts
Created September 26, 2018 20:47
Show Gist options
  • Save dgapitts/e1a99421e1cd96b43f668ec0d1e7ac20 to your computer and use it in GitHub Desktop.
Save dgapitts/e1a99421e1cd96b43f668ec0d1e7ac20 to your computer and use it in GitHub Desktop.
notes for dgapitts/vagrant-postgres9.6
```
~/projects/vagrant-postgres9.6 $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'centos/7' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'centos/7' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/centos/7"]
Error: The requested URL returned error: 404 Not Found
~/projects/vagrant-postgres9.6 $ vagrant box add centos/7 https://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-x86_64-Vagrant-1804_02.VirtualBox.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'centos/7' (v0) for provider:
box: Downloading: https://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-x86_64-Vagrant-1804_02.VirtualBox.box
==> box: Successfully added box 'centos/7' (v0) for 'virtualbox'!
sample install
~ $ cd ~/projects/vagrant-postgres9.6
~/projects/vagrant-postgres9.6 $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'centos/7'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: vagrant-postgres96_default_1537992322177_69491
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 5432 => 9500 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
==> default: Rsyncing folder: /Users/dave/projects/vagrant-postgres9.6/ => /vagrant
==> default: Running provisioner: shell...
default: Running: /var/folders/n5/npjt7p592n37h6xpw11yppqc0000gp/T/vagrant-shell20180926-29335-15hz2z5.sh
==> default: ADD EXTRA ALIAS VIA .bashrc
==> default: Loaded plugins: fastestmirror
==> default: Determining fastest mirrors
==> default: * base: mirror.proserve.nl
==> default: * extras: mirror.prolocation.net
==> default: * updates: mirror.amsiohosting.net
==> default: Resolving Dependencies
==> default: --> Running transaction check
==> default: ---> Package git.x86_64 0:1.8.3.1-14.el7_5 will be installed
==> default: --> Processing Dependency: perl-Git = 1.8.3.1-14.el7_5 for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(vars) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(strict) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(lib) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(Git) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: perl(Error) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-14.el7_5.x86_64
==> default: --> Running transaction check
==> default: ---> Package libgnome-keyring.x86_64 0:3.12.0-1.el7 will be installed
==> default: ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
==> default: --> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
==> default: ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
==> default: ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
==> default: ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
==> default: ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
==> default: ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
==> default: --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
==> default: --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
==> default: ---> Package perl-Git.noarch 0:1.8.3.1-14.el7_5 will be installed
==> default: ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
==> default: ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
==> default: --> Running transaction check
==> default: ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
==> default: ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
==> default: ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
==> default: --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
==> default: --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
==> default: ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
==> default: --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
==> default: --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
==> default: ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
==> default: ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
==> default: ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
==> default: ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
==> default: ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
==> default: ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
==> default: ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
==> default: ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
==> default: ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
==> default: ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
==> default: ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
==> default: --> Running transaction check
==> default: ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
==> default: ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
==> default: ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
==> default: --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
==> default: --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
==> default: ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
==> default: --> Running transaction check
==> default: ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
==> default: ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
==> default: --> Finished Dependency Resolution
==> default:
==> default: Dependencies Resolved
==> default:
==> default: ================================================================================
==> default: Package Arch Version Repository Size
==> default: ================================================================================
==> default: Installing:
==> default: git x86_64 1.8.3.1-14.el7_5 updates 4.4 M
==> default: Installing for dependencies:
==> default: libgnome-keyring x86_64 3.12.0-1.el7 base 109 k
==> default: perl x86_64 4:5.16.3-292.el7 base 8.0 M
==> default: perl-Carp noarch 1.26-244.el7 base 19 k
==> default: perl-Encode x86_64 2.51-7.el7 base 1.5 M
==> default: perl-Error noarch 1:0.17020-2.el7 base 32 k
==> default: perl-Exporter noarch 5.68-3.el7 base 28 k
==> default: perl-File-Path noarch 2.09-2.el7 base 26 k
==> default: perl-File-Temp noarch 0.23.01-3.el7 base 56 k
==> default: perl-Filter x86_64 1.49-3.el7 base 76 k
==> default: perl-Getopt-Long noarch 2.40-3.el7 base 56 k
==> default: perl-Git noarch 1.8.3.1-14.el7_5 updates 54 k
==> default: perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
==> default: perl-PathTools x86_64 3.40-5.el7 base 82 k
==> default: perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
==> default: perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
==> default: perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
==> default: perl-Pod-Usage noarch 1.63-3.el7 base 27 k
==> default: perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
==> default: perl-Socket x86_64 2.010-4.el7 base 49 k
==> default: perl-Storable x86_64 2.45-3.el7 base 77 k
==> default: perl-TermReadKey x86_64 2.30-20.el7 base 31 k
==> default: perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
==> default: perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
==> default: perl-Time-Local noarch 1.2300-2.el7 base 24 k
==> default: perl-constant noarch 1.27-2.el7 base 19 k
==> default: perl-libs x86_64 4:5.16.3-292.el7 base 688 k
==> default: perl-macros x86_64 4:5.16.3-292.el7 base 43 k
==> default: perl-parent noarch 1:0.225-244.el7 base 12 k
==> default: perl-podlators noarch 2.5.1-3.el7 base 112 k
==> default: perl-threads x86_64 1.87-4.el7 base 49 k
==> default: perl-threads-shared x86_64 1.43-6.el7 base 39 k
==> default:
==> default: Transaction Summary
==> default: ================================================================================
==> default: Install 1 Package (+31 Dependent packages)
==> default:
==> default: Total download size: 16 M
==> default: Installed size: 59 M
==> default: Downloading packages:
==> default: Public key for perl-Carp-1.26-244.el7.noarch.rpm is not installed
==> default: warning: /var/cache/yum/x86_64/7/base/packages/perl-Carp-1.26-244.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
==> default: Public key for perl-Git-1.8.3.1-14.el7_5.noarch.rpm is not installed
==> default: --------------------------------------------------------------------------------
==> default: Total 2.4 MB/s | 16 MB 00:06
==> default: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
==> default: Importing GPG key 0xF4A80EB5:
==> default: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
==> default: Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
==> default: Package : centos-release-7-5.1804.el7.centos.x86_64 (@anaconda)
==> default: From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
==> default: Running transaction check
==> default: Running transaction test
==> default: Transaction test succeeded
==> default: Running transaction
==> default: Installing : 1:perl-parent-0.225-244.el7.noarch 1/32
==> default:
==> default: Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/32
==> default:
==> default: Installing : perl-podlators-2.5.1-3.el7.noarch 3/32
==> default:
==> default: Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/32
==> default:
==> default: Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 5/32
==> default:
==> default: Installing : perl-Text-ParseWords-3.29-4.el7.noarch 6/32
==> default:
==> default: Installing : perl-Encode-2.51-7.el7.x86_64 7/32
==> default:
==> default: Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/32
==> default:
==> default: Installing : 4:perl-macros-5.16.3-292.el7.x86_64 9/32
==> default:
==> default: Installing : 4:perl-libs-5.16.3-292.el7.x86_64 10/32
==> default:
==> default: Installing : perl-Storable-2.45-3.el7.x86_64 11/32
==> default:
==> default: Installing : perl-Exporter-5.68-3.el7.noarch 12/32
==> default:
==> default: Installing : perl-constant-1.27-2.el7.noarch 13/32
==> default:
==> default: Installing : perl-Time-Local-1.2300-2.el7.noarch 14/32
==> default:
==> default: Installing : perl-Socket-2.010-4.el7.x86_64 15/32
==> default:
==> default: Installing : perl-Carp-1.26-244.el7.noarch 16/32
==> default:
==> default: Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 17/32
==> default:
==> default: Installing : perl-PathTools-3.40-5.el7.x86_64 18/32
==> default:
==> default: Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 19/32
==> default:
==> default: Installing : perl-File-Temp-0.23.01-3.el7.noarch 20/32
==> default:
==> default: Installing : perl-File-Path-2.09-2.el7.noarch 21/32
==> default:
==> default: Installing : perl-threads-shared-1.43-6.el7.x86_64 22/32
==> default:
==> default: Installing : perl-threads-1.87-4.el7.x86_64 23/32
==> default:
==> default: Installing : perl-Filter-1.49-3.el7.x86_64 24/32
==> default:
==> default: Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 25/32
==> default:
==> default: Installing : perl-Getopt-Long-2.40-3.el7.noarch 26/32
==> default:
==> default: Installing : 4:perl-5.16.3-292.el7.x86_64 27/32
==> default:
==> default: Installing : 1:perl-Error-0.17020-2.el7.noarch 28/32
==> default:
==> default: Installing : perl-TermReadKey-2.30-20.el7.x86_64 29/32
==> default:
==> default: Installing : libgnome-keyring-3.12.0-1.el7.x86_64 30/32
==> default:
==> default: Installing : perl-Git-1.8.3.1-14.el7_5.noarch 31/32
==> default:
==> default: Installing : git-1.8.3.1-14.el7_5.x86_64 32/32
==> default:
==> default: Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/32
==> default:
==> default: Verifying : libgnome-keyring-3.12.0-1.el7.x86_64 2/32
==> default:
==> default: Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/32
==> default:
==> default: Verifying : perl-Storable-2.45-3.el7.x86_64 4/32
==> default:
==> default: Verifying : perl-Exporter-5.68-3.el7.noarch 5/32
==> default:
==> default: Verifying : perl-constant-1.27-2.el7.noarch 6/32
==> default:
==> default: Verifying : perl-PathTools-3.40-5.el7.x86_64 7/32
==> default:
==> default: Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/32
==> default:
==> default: Verifying : 1:perl-parent-0.225-244.el7.noarch 9/32
==> default:
==> default: Verifying : 4:perl-5.16.3-292.el7.x86_64 10/32
==> default:
==> default: Verifying : perl-TermReadKey-2.30-20.el7.x86_64 11/32
==> default:
==> default: Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/32
==> default:
==> default: Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 13/32
==> default:
==> default: Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/32
==> default:
==> default: Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 15/32
==> default:
==> default: Verifying : perl-Socket-2.010-4.el7.x86_64 16/32
==> default:
==> default: Verifying : git-1.8.3.1-14.el7_5.x86_64 17/32
==> default:
==> default: Verifying : perl-Carp-1.26-244.el7.noarch 18/32
==> default:
==> default: Verifying : 1:perl-Error-0.17020-2.el7.noarch 19/32
==> default:
==> default: Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 20/32
==> default:
==> default: Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 21/32
==> default:
==> default: Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 22/32
==> default:
==> default: Verifying : perl-Pod-Usage-1.63-3.el7.noarch 23/32
==> default:
==> default: Verifying : perl-Git-1.8.3.1-14.el7_5.noarch 24/32
==> default:
==> default: Verifying : perl-Encode-2.51-7.el7.x86_64 25/32
==> default:
==> default: Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 26/32
==> default:
==> default: Verifying : perl-podlators-2.5.1-3.el7.noarch 27/32
==> default:
==> default: Verifying : perl-File-Path-2.09-2.el7.noarch 28/32
==> default:
==> default: Verifying : perl-threads-1.87-4.el7.x86_64 29/32
==> default:
==> default: Verifying : perl-Filter-1.49-3.el7.x86_64 30/32
==> default:
==> default: Verifying : perl-Getopt-Long-2.40-3.el7.noarch 31/32
==> default:
==> default: Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 32/32
==> default:
==> default:
==> default: Installed:
==> default: git.x86_64 0:1.8.3.1-14.el7_5
==> default:
==> default: Dependency Installed:
==> default: libgnome-keyring.x86_64 0:3.12.0-1.el7
==> default: perl.x86_64 4:5.16.3-292.el7
==> default: perl-Carp.noarch 0:1.26-244.el7
==> default: perl-Encode.x86_64 0:2.51-7.el7
==> default: perl-Error.noarch 1:0.17020-2.el7
==> default: perl-Exporter.noarch 0:5.68-3.el7
==> default: perl-File-Path.noarch 0:2.09-2.el7
==> default: perl-File-Temp.noarch 0:0.23.01-3.el7
==> default: perl-Filter.x86_64 0:1.49-3.el7
==> default: perl-Getopt-Long.noarch 0:2.40-3.el7
==> default: perl-Git.noarch 0:1.8.3.1-14.el7_5
==> default: perl-HTTP-Tiny.noarch 0:0.033-3.el7
==> default: perl-PathTools.x86_64 0:3.40-5.el7
==> default: perl-Pod-Escapes.noarch 1:1.04-292.el7
==> default: perl-Pod-Perldoc.noarch 0:3.20-4.el7
==> default: perl-Pod-Simple.noarch 1:3.28-4.el7
==> default: perl-Pod-Usage.noarch 0:1.63-3.el7
==> default: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
==> default: perl-Socket.x86_64 0:2.010-4.el7
==> default: perl-Storable.x86_64 0:2.45-3.el7
==> default: perl-TermReadKey.x86_64 0:2.30-20.el7
==> default: perl-Text-ParseWords.noarch 0:3.29-4.el7
==> default: perl-Time-HiRes.x86_64 4:1.9725-3.el7
==> default: perl-Time-Local.noarch 0:1.2300-2.el7
==> default: perl-constant.noarch 0:1.27-2.el7
==> default: perl-libs.x86_64 4:5.16.3-292.el7
==> default: perl-macros.x86_64 4:5.16.3-292.el7
==> default: perl-parent.noarch 1:0.225-244.el7
==> default: perl-podlators.noarch 0:2.5.1-3.el7
==> default: perl-threads.x86_64 0:1.87-4.el7
==> default: perl-threads-shared.x86_64 0:1.43-6.el7
==> default:
==> default: Complete!
==> default: Loaded plugins: fastestmirror
==> default: Loading mirror speeds from cached hostfile
==> default: * base: mirror.proserve.nl
==> default: * extras: mirror.prolocation.net
==> default: * updates: mirror.amsiohosting.net
==> default: Resolving Dependencies
==> default: --> Running transaction check
==> default: ---> Package tree.x86_64 0:1.6.0-10.el7 will be installed
==> default: --> Finished Dependency Resolution
==> default:
==> default: Dependencies Resolved
==> default:
==> default: ================================================================================
==> default: Package Arch Version Repository Size
==> default: ================================================================================
==> default: Installing:
==> default: tree x86_64 1.6.0-10.el7 base 46 k
==> default:
==> default: Transaction Summary
==> default: ================================================================================
==> default: Install 1 Package
==> default:
==> default: Total download size: 46 k
==> default: Installed size: 87 k
==> default: Downloading packages:
==> default: Running transaction check
==> default: Running transaction test
==> default: Transaction test succeeded
==> default: Running transaction
==> default: Installing : tree-1.6.0-10.el7.x86_64 1/1
==> default:
==> default: Verifying : tree-1.6.0-10.el7.x86_64 1/1
==> default:
==> default:
==> default: Installed:
==> default: tree.x86_64 0:1.6.0-10.el7
==> default:
==> default: Complete!
==> default: Loaded plugins: fastestmirror
==> default: Loading mirror speeds from cached hostfile
==> default: * base: mirror.proserve.nl
==> default: * extras: mirror.prolocation.net
==> default: * updates: mirror.amsiohosting.net
==> default: Package curl-7.29.0-46.el7.x86_64 already installed and latest version
==> default: Resolving Dependencies
==> default: --> Running transaction check
==> default: ---> Package unzip.x86_64 0:6.0-19.el7 will be installed
==> default: ---> Package wget.x86_64 0:1.14-15.el7_4.1 will be installed
==> default: --> Finished Dependency Resolution
==> default:
==> default: Dependencies Resolved
==> default:
==> default: ================================================================================
==> default: Package Arch Version Repository Size
==> default: ================================================================================
==> default: Installing:
==> default: unzip x86_64 6.0-19.el7 base 170 k
==> default: wget x86_64 1.14-15.el7_4.1 base 547 k
==> default:
==> default: Transaction Summary
==> default: ================================================================================
==> default: Install 2 Packages
==> default:
==> default: Total download size: 716 k
==> default: Installed size: 2.3 M
==> default: Downloading packages:
==> default: --------------------------------------------------------------------------------
==> default: Total 622 kB/s | 716 kB 00:01
==> default: Running transaction check
==> default: Running transaction test
==> default: Transaction test succeeded
==> default: Running transaction
==> default: Installing : unzip-6.0-19.el7.x86_64 1/2
==> default:
==> default: Installing : wget-1.14-15.el7_4.1.x86_64 2/2
==> default:
==> default: Verifying : wget-1.14-15.el7_4.1.x86_64 1/2
==> default:
==> default: Verifying : unzip-6.0-19.el7.x86_64 2/2
==> default:
==> default:
==> default: Installed:
==> default: unzip.x86_64 0:6.0-19.el7 wget.x86_64 0:1.14-15.el7_4.1
==> default:
==> default: Complete!
==> default: warning: /var/tmp/rpm-tmp.g6PlcE: Header V4 DSA/SHA1 Signature, key ID 442df0f8: NOKEY
==> default: Retrieving https://yum.postgresql.org/9.6/redhat/rhel-7.3-x86_64/pgdg-centos96-9.6-3.noarch.rpm
==> default: Preparing... ########################################
==> default: Updating / installing...
==> default: pgdg-centos96-9.6-3 ########################################
==> default: Loaded plugins: fastestmirror
==> default: Loading mirror speeds from cached hostfile
==> default: * base: mirror.proserve.nl
==> default: * extras: mirror.prolocation.net
==> default: * updates: mirror.amsiohosting.net
==> default: Resolving Dependencies
==> default: --> Running transaction check
==> default: ---> Package NetworkManager.x86_64 1:1.10.2-13.el7 will be updated
==> default: ---> Package NetworkManager.x86_64 1:1.10.2-16.el7_5 will be an update
==> default: ---> Package NetworkManager-libnm.x86_64 1:1.10.2-13.el7 will be updated
==> default: ---> Package NetworkManager-libnm.x86_64 1:1.10.2-16.el7_5 will be an update
==> default: ---> Package NetworkManager-team.x86_64 1:1.10.2-13.el7 will be updated
==> default: ---> Package NetworkManager-team.x86_64 1:1.10.2-16.el7_5 will be an update
==> default: ---> Package NetworkManager-tui.x86_64 1:1.10.2-13.el7 will be updated
==> default: ---> Package NetworkManager-tui.x86_64 1:1.10.2-16.el7_5 will be an update
==> default: ---> Package audit.x86_64 0:2.8.1-3.el7 will be updated
==> default: ---> Package audit.x86_64 0:2.8.1-3.el7_5.1 will be an update
==> default: ---> Package audit-libs.x86_64 0:2.8.1-3.el7 will be updated
==> default: ---> Package audit-libs.x86_64 0:2.8.1-3.el7_5.1 will be an update
==> default: ---> Package bind-libs-lite.x86_64 32:9.9.4-61.el7 will be updated
==> default: ---> Package bind-libs-lite.x86_64 32:9.9.4-61.el7_5.1 will be an update
==> default: ---> Package bind-license.noarch 32:9.9.4-61.el7 will be updated
==> default: ---> Package bind-license.noarch 32:9.9.4-61.el7_5.1 will be an update
==> default: ---> Package binutils.x86_64 0:2.27-27.base.el7 will be updated
==> default: ---> Package binutils.x86_64 0:2.27-28.base.el7_5.1 will be an update
==> default: ---> Package ca-certificates.noarch 0:2017.2.20-71.el7 will be updated
==> default: ---> Package ca-certificates.noarch 0:2018.2.22-70.0.el7_5 will be an update
==> default: ---> Package centos-release.x86_64 0:7-5.1804.el7.centos will be updated
==> default: ---> Package centos-release.x86_64 0:7-5.1804.4.el7.centos will be an update
==> default: ---> Package dhclient.x86_64 12:4.2.5-68.el7.centos will be updated
==> default: ---> Package dhclient.x86_64 12:4.2.5-68.el7.centos.1 will be an update
==> default: ---> Package dhcp-common.x86_64 12:4.2.5-68.el7.centos will be updated
==> default: ---> Package dhcp-common.x86_64 12:4.2.5-68.el7.centos.1 will be an update
==> default: ---> Package dhcp-libs.x86_64 12:4.2.5-68.el7.centos will be updated
==> default: ---> Package dhcp-libs.x86_64 12:4.2.5-68.el7.centos.1 will be an update
==> default: ---> Package dracut.x86_64 0:033-535.el7 will be updated
==> default: ---> Package dracut.x86_64 0:033-535.el7_5.1 will be an update
==> default: ---> Package e2fsprogs.x86_64 0:1.42.9-11.el7 will be updated
==> default: ---> Package e2fsprogs.x86_64 0:1.42.9-12.el7_5 will be an update
==> default: ---> Package e2fsprogs-libs.x86_64 0:1.42.9-11.el7 will be updated
==> default: ---> Package e2fsprogs-libs.x86_64 0:1.42.9-12.el7_5 will be an update
==> default: ---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be updated
==> default: ---> Package gnupg2.x86_64 0:2.0.22-5.el7_5 will be an update
==> default: ---> Package initscripts.x86_64 0:9.49.41-1.el7 will be updated
==> default: ---> Package initscripts.x86_64 0:9.49.41-1.el7_5.1 will be an update
==> default: ---> Package iptables.x86_64 0:1.4.21-24.el7 will be updated
==> default: ---> Package iptables.x86_64 0:1.4.21-24.1.el7_5 will be an update
==> default: ---> Package kernel.x86_64 0:3.10.0-862.11.6.el7 will be installed
==> default: ---> Package kernel-tools.x86_64 0:3.10.0-862.2.3.el7 will be updated
==> default: ---> Package kernel-tools.x86_64 0:3.10.0-862.11.6.el7 will be an update
==> default: ---> Package kernel-tools-libs.x86_64 0:3.10.0-862.2.3.el7 will be updated
==> default: ---> Package kernel-tools-libs.x86_64 0:3.10.0-862.11.6.el7 will be an update
==> default: ---> Package kpartx.x86_64 0:0.4.9-119.el7 will be updated
==> default: ---> Package kpartx.x86_64 0:0.4.9-119.el7_5.1 will be an update
==> default: ---> Package libblkid.x86_64 0:2.23.2-52.el7 will be updated
==> default: ---> Package libblkid.x86_64 0:2.23.2-52.el7_5.1 will be an update
==> default: ---> Package libcom_err.x86_64 0:1.42.9-11.el7 will be updated
==> default: ---> Package libcom_err.x86_64 0:1.42.9-12.el7_5 will be an update
==> default: ---> Package libgcc.x86_64 0:4.8.5-28.el7 will be updated
==> default: ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update
==> default: ---> Package libgomp.x86_64 0:4.8.5-28.el7 will be updated
==> default: ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update
==> default: ---> Package libmount.x86_64 0:2.23.2-52.el7 will be updated
==> default: ---> Package libmount.x86_64 0:2.23.2-52.el7_5.1 will be an update
==> default: ---> Package libss.x86_64 0:1.42.9-11.el7 will be updated
==> default: ---> Package libss.x86_64 0:1.42.9-12.el7_5 will be an update
==> default: ---> Package libstdc++.x86_64 0:4.8.5-28.el7 will be updated
==> default: ---> Package libstdc++.x86_64 0:4.8.5-28.el7_5.1 will be an update
==> default: ---> Package libuuid.x86_64 0:2.23.2-52.el7 will be updated
==> default: ---> Package libuuid.x86_64 0:2.23.2-52.el7_5.1 will be an update
==> default: ---> Package linux-firmware.noarch 0:20180220-62.git6d51311.el7 will be updated
==> default: ---> Package linux-firmware.noarch 0:20180220-62.2.git6d51311.el7_5 will be an update
==> default: ---> Package mariadb-libs.x86_64 1:5.5.56-2.el7 will be updated
==> default: ---> Package mariadb-libs.x86_64 1:5.5.60-1.el7_5 will be an update
==> default: ---> Package nspr.x86_64 0:4.17.0-1.el7 will be updated
==> default: ---> Package nspr.x86_64 0:4.19.0-1.el7_5 will be an update
==> default: ---> Package nss.x86_64 0:3.34.0-4.el7 will be updated
==> default: ---> Package nss.x86_64 0:3.36.0-5.el7_5 will be an update
==> default: ---> Package nss-softokn.x86_64 0:3.34.0-2.el7 will be updated
==> default: ---> Package nss-softokn.x86_64 0:3.36.0-5.el7_5 will be an update
==> default: ---> Package nss-softokn-freebl.x86_64 0:3.34.0-2.el7 will be updated
==> default: ---> Package nss-softokn-freebl.x86_64 0:3.36.0-5.el7_5 will be an update
==> default: ---> Package nss-sysinit.x86_64 0:3.34.0-4.el7 will be updated
==> default: ---> Package nss-sysinit.x86_64 0:3.36.0-5.el7_5 will be an update
==> default: ---> Package nss-tools.x86_64 0:3.34.0-4.el7 will be updated
==> default: ---> Package nss-tools.x86_64 0:3.36.0-5.el7_5 will be an update
==> default: ---> Package nss-util.x86_64 0:3.34.0-2.el7 will be updated
==> default: ---> Package nss-util.x86_64 0:3.36.0-1.el7_5 will be an update
==> default: ---> Package openldap.x86_64 0:2.4.44-13.el7 will be updated
==> default: ---> Package openldap.x86_64 0:2.4.44-15.el7_5 will be an update
==> default: ---> Package procps-ng.x86_64 0:3.3.10-17.el7 will be updated
==> default: ---> Package procps-ng.x86_64 0:3.3.10-17.el7_5.2 will be an update
==> default: ---> Package python.x86_64 0:2.7.5-68.el7 will be updated
==> default: ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update
==> default: ---> Package python-libs.x86_64 0:2.7.5-68.el7 will be updated
==> default: ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update
==> default: ---> Package python-perf.x86_64 0:3.10.0-862.2.3.el7 will be updated
==> default: ---> Package python-perf.x86_64 0:3.10.0-862.11.6.el7 will be an update
==> default: ---> Package qemu-guest-agent.x86_64 10:2.8.0-2.el7 will be updated
==> default: ---> Package qemu-guest-agent.x86_64 10:2.8.0-2.el7_5.1 will be an update
==> default: ---> Package rsyslog.x86_64 0:8.24.0-16.el7 will be updated
==> default: ---> Package rsyslog.x86_64 0:8.24.0-16.el7_5.4 will be an update
==> default: ---> Package selinux-policy.noarch 0:3.13.1-192.el7_5.3 will be updated
==> default: ---> Package selinux-policy.noarch 0:3.13.1-192.el7_5.6 will be an update
==> default: ---> Package selinux-policy-targeted.noarch 0:3.13.1-192.el7_5.3 will be updated
==> default: ---> Package selinux-policy-targeted.noarch 0:3.13.1-192.el7_5.6 will be an update
==> default: ---> Package sudo.x86_64 0:1.8.19p2-13.el7 will be updated
==> default: ---> Package sudo.x86_64 0:1.8.19p2-14.el7_5 will be an update
==> default: ---> Package systemd.x86_64 0:219-57.el7 will be updated
==> default: ---> Package systemd.x86_64 0:219-57.el7_5.1 will be an update
==> default: ---> Package systemd-libs.x86_64 0:219-57.el7 will be updated
==> default: ---> Package systemd-libs.x86_64 0:219-57.el7_5.1 will be an update
==> default: ---> Package systemd-sysv.x86_64 0:219-57.el7 will be updated
==> default: ---> Package systemd-sysv.x86_64 0:219-57.el7_5.1 will be an update
==> default: ---> Package tuned.noarch 0:2.9.0-1.el7 will be updated
==> default: ---> Package tuned.noarch 0:2.9.0-1.el7_5.2 will be an update
==> default: ---> Package util-linux.x86_64 0:2.23.2-52.el7 will be updated
==> default: ---> Package util-linux.x86_64 0:2.23.2-52.el7_5.1 will be an update
==> default: ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-45.el7 will be updated
==> default: ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-46.el7_5 will be an update
==> default: ---> Package yum-utils.noarch 0:1.1.31-45.el7 will be updated
==> default: ---> Package yum-utils.noarch 0:1.1.31-46.el7_5 will be an update
==> default: --> Finished Dependency Resolution
==> default:
==> default: Dependencies Resolved
==> default:
==> default: ================================================================================
==> default: Package Arch Version Repository
==> default: Size
==> default: ================================================================================
==> default: Installing:
==> default: kernel x86_64 3.10.0-862.11.6.el7 updates 46 M
==> default: Updating:
==> default: NetworkManager x86_64 1:1.10.2-16.el7_5 updates 1.7 M
==> default: NetworkManager-libnm x86_64 1:1.10.2-16.el7_5 updates 1.3 M
==> default: NetworkManager-team x86_64 1:1.10.2-16.el7_5 updates 161 k
==> default: NetworkManager-tui x86_64 1:1.10.2-16.el7_5 updates 235 k
==> default: audit x86_64 2.8.1-3.el7_5.1 updates 247 k
==> default: audit-libs x86_64 2.8.1-3.el7_5.1 updates 99 k
==> default: bind-libs-lite x86_64 32:9.9.4-61.el7_5.1 updates 734 k
==> default: bind-license noarch 32:9.9.4-61.el7_5.1 updates 85 k
==> default: binutils x86_64 2.27-28.base.el7_5.1 updates 5.9 M
==> default: ca-certificates noarch 2018.2.22-70.0.el7_5 updates 392 k
==> default: centos-release x86_64 7-5.1804.4.el7.centos updates 25 k
==> default: dhclient x86_64 12:4.2.5-68.el7.centos.1 updates 284 k
==> default: dhcp-common x86_64 12:4.2.5-68.el7.centos.1 updates 175 k
==> default: dhcp-libs x86_64 12:4.2.5-68.el7.centos.1 updates 131 k
==> default: dracut x86_64 033-535.el7_5.1 updates 325 k
==> default: e2fsprogs x86_64 1.42.9-12.el7_5 updates 699 k
==> default: e2fsprogs-libs x86_64 1.42.9-12.el7_5 updates 167 k
==> default: gnupg2 x86_64 2.0.22-5.el7_5 updates 1.5 M
==> default: initscripts x86_64 9.49.41-1.el7_5.1 updates 437 k
==> default: iptables x86_64 1.4.21-24.1.el7_5 updates 432 k
==> default: kernel-tools x86_64 3.10.0-862.11.6.el7 updates 6.3 M
==> default: kernel-tools-libs x86_64 3.10.0-862.11.6.el7 updates 6.2 M
==> default: kpartx x86_64 0.4.9-119.el7_5.1 updates 76 k
==> default: libblkid x86_64 2.23.2-52.el7_5.1 updates 178 k
==> default: libcom_err x86_64 1.42.9-12.el7_5 updates 41 k
==> default: libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k
==> default: libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k
==> default: libmount x86_64 2.23.2-52.el7_5.1 updates 180 k
==> default: libss x86_64 1.42.9-12.el7_5 updates 45 k
==> default: libstdc++ x86_64 4.8.5-28.el7_5.1 updates 303 k
==> default: libuuid x86_64 2.23.2-52.el7_5.1 updates 81 k
==> default: linux-firmware noarch 20180220-62.2.git6d51311.el7_5 updates 57 M
==> default: mariadb-libs x86_64 1:5.5.60-1.el7_5 updates 758 k
==> default: nspr x86_64 4.19.0-1.el7_5 updates 127 k
==> default: nss x86_64 3.36.0-5.el7_5 updates 835 k
==> default: nss-softokn x86_64 3.36.0-5.el7_5 updates 315 k
==> default: nss-softokn-freebl x86_64 3.36.0-5.el7_5 updates 222 k
==> default: nss-sysinit x86_64 3.36.0-5.el7_5 updates 62 k
==> default: nss-tools x86_64 3.36.0-5.el7_5 updates 514 k
==> default: nss-util x86_64 3.36.0-1.el7_5 updates 78 k
==> default: openldap x86_64 2.4.44-15.el7_5 updates 355 k
==> default: procps-ng x86_64 3.3.10-17.el7_5.2 updates 290 k
==> default: python x86_64 2.7.5-69.el7_5 updates 93 k
==> default: python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M
==> default: python-perf x86_64 3.10.0-862.11.6.el7 updates 6.3 M
==> default: qemu-guest-agent x86_64 10:2.8.0-2.el7_5.1 updates 150 k
==> default: rsyslog x86_64 8.24.0-16.el7_5.4 updates 607 k
==> default: selinux-policy noarch 3.13.1-192.el7_5.6 updates 453 k
==> default: selinux-policy-targeted noarch 3.13.1-192.el7_5.6 updates 6.6 M
==> default: sudo x86_64 1.8.19p2-14.el7_5 updates 1.1 M
==> default: systemd x86_64 219-57.el7_5.1 updates 5.0 M
==> default: systemd-libs x86_64 219-57.el7_5.1 updates 402 k
==> default: systemd-sysv x86_64 219-57.el7_5.1 updates 79 k
==> default: tuned noarch 2.9.0-1.el7_5.2 updates 244 k
==> default: util-linux x86_64 2.23.2-52.el7_5.1 updates 2.0 M
==> default: yum-plugin-fastestmirror noarch 1.1.31-46.el7_5 updates 33 k
==> default: yum-utils noarch 1.1.31-46.el7_5 updates 120 k
==> default:
==> default: Transaction Summary
==> default: ================================================================================
==> default: Install 1 Package
==> default: Upgrade 57 Packages
==> default:
==> default: Total download size: 164 M
==> default: Downloading packages:
==> default: Delta RPMs reduced 32 M of updates to 11 M (66% saved)
==> default: /usr/share/doc/ca-certificates-2017.2.20/README: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/man/man5/libaudit.conf.5.gz: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/centos-release/Contributors: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/locale/ar/LC_MESSAGES/NetworkManager.mo: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/dhclient-4.2.5/README.dhclient.d: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/dhcp-common-4.2.5/LICENSE: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/e2fsprogs-libs-1.42.9/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/audit-2.8.1/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/dracut-033/dracut.html: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/initscripts-9.49.41/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/iptables-1.4.21/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/e2fsprogs-1.42.9/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/libblkid-2.23.2/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/libcom_err-1.42.9/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/libgcc-4.8.5/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/locale/ja/LC_MESSAGES/gnupg2.mo: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/libss-1.42.9/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/libgomp-4.8.5/ChangeLog.bz2: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/libmount-2.23.2/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/mariadb-libs-5.5.56/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/procps-ng-3.3.10/AUTHORS: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/python-2.7.5/LICENSE: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/man/man5/cert8.db.5.gz: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/python-libs-2.7.5/LICENSE: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/sudo-1.8.19p2/CONTRIBUTORS: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/man/man1/certutil.1.gz: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: Finishing delta rebuilds of 9 package(s) (15 M)
==> default: /usr/share/doc/rsyslog-8.24.0/ChangeLog: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/yum-plugin-fastestmirror-1.1.31/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/yum-utils-1.1.31/COPYING: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/locale/ca/LC_MESSAGES/binutils.mo: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/tuned-2.9.0/AUTHORS: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/systemd/README: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/locale/da/LC_MESSAGES/util-linux.mo: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: /usr/share/doc/openldap-2.4.44/ANNOUNCEMENT: No such file or directory
==> default: cannot reconstruct rpm from disk files
==> default: Some delta RPMs failed to download or rebuild. Retrying..
==> default: --------------------------------------------------------------------------------
==> default: Total 2.1 MB/s | 172 MB 01:22
==> default: Running transaction check
==> default: Running transaction test
==> default: Transaction test succeeded
==> default: Running transaction
==> default: Warning: RPMDB altered outside of yum.
==> default: Updating : nspr-4.19.0-1.el7_5.x86_64 1/115
==> default:
==> default: Updating : libgcc-4.8.5-28.el7_5.1.x86_64 2/115
==> default:
==> default: Updating : systemd-libs-219-57.el7_5.1.x86_64 3/115
==> default:
==> default: Updating : nss-util-3.36.0-1.el7_5.x86_64 4/115
==> default:
==> default: Updating : libuuid-2.23.2-52.el7_5.1.x86_64 5/115
==> default:
==> default: Updating : audit-libs-2.8.1-3.el7_5.1.x86_64 6/115
==> default:
==> default: Updating : libblkid-2.23.2-52.el7_5.1.x86_64 7/115
==> default:
==> default: Updating : libcom_err-1.42.9-12.el7_5.x86_64 8/115
==> default:
==> default: Updating : centos-release-7-5.1804.4.el7.centos.x86_64 9/115
==> default:
==> default: Updating : libmount-2.23.2-52.el7_5.1.x86_64 10/115
==> default:
==> default: Updating : systemd-219-57.el7_5.1.x86_64 11/115
==> default:
==> default: Updating : util-linux-2.23.2-52.el7_5.1.x86_64 12/115
==> default:
==> default: Updating : procps-ng-3.3.10-17.el7_5.2.x86_64 13/115
==> default:
==> default: Updating : initscripts-9.49.41-1.el7_5.1.x86_64 14/115
==> default:
==> default: Updating : libstdc++-4.8.5-28.el7_5.1.x86_64 15/115
==> default:
==> default: Updating : python-libs-2.7.5-69.el7_5.x86_64 16/115
==> default:
==> default: Updating : python-2.7.5-69.el7_5.x86_64 17/115
==> default:
==> default: Updating : systemd-sysv-219-57.el7_5.1.x86_64 18/115
==> default:
==> default: Updating : python-perf-3.10.0-862.11.6.el7.x86_64 19/115
==> default:
==> default: Updating : libss-1.42.9-12.el7_5.x86_64 20/115
==> default:
==> default: Updating : e2fsprogs-libs-1.42.9-12.el7_5.x86_64 21/115
==> default:
==> default: Updating : nss-softokn-freebl-3.36.0-5.el7_5.x86_64 22/115
==> default:
==> default: Updating : nss-softokn-3.36.0-5.el7_5.x86_64 23/115
==> default:
==> default: Updating : nss-3.36.0-5.el7_5.x86_64 24/115
==> default:
==> default: Updating : nss-sysinit-3.36.0-5.el7_5.x86_64 25/115
==> default:
==> default: Updating : 1:NetworkManager-libnm-1.10.2-16.el7_5.x86_64 26/115
==> default:
==> default: Updating : 1:NetworkManager-1.10.2-16.el7_5.x86_64 27/115
==> default:
==> default: Updating : nss-tools-3.36.0-5.el7_5.x86_64 28/115
==> default:
==> default: Updating : openldap-2.4.44-15.el7_5.x86_64 29/115
==> default:
==> default: Updating : 12:dhcp-libs-4.2.5-68.el7.centos.1.x86_64 30/115
==> default:
==> default: Updating : 12:dhcp-common-4.2.5-68.el7.centos.1.x86_64 31/115
==> default:
==> default: Updating : selinux-policy-3.13.1-192.el7_5.6.noarch 32/115
==> default:
==> default: Updating : kpartx-0.4.9-119.el7_5.1.x86_64 33/115
==> default:
==> default: Updating : dracut-033-535.el7_5.1.x86_64 34/115
==> default:
==> default: Updating : kernel-tools-libs-3.10.0-862.11.6.el7.x86_64 35/115
==> default:
==> default: Updating : 32:bind-license-9.9.4-61.el7_5.1.noarch 36/115
==> default:
==> default: Updating : 32:bind-libs-lite-9.9.4-61.el7_5.1.x86_64 37/115
==> default:
==> default: Updating : linux-firmware-20180220-62.2.git6d51311.el7_5.noarch 38/115
==> default:
==> default: Installing : kernel-3.10.0-862.11.6.el7.x86_64 39/115
==> default:
==> default: Updating : 12:dhclient-4.2.5-68.el7.centos.1.x86_64 40/115
==> default:
==> default: Updating : kernel-tools-3.10.0-862.11.6.el7.x86_64 41/115
==> default:
==> default: Updating : selinux-policy-targeted-3.13.1-192.el7_5.6.noarch 42/115
==> default:
==> default: Updating : sudo-1.8.19p2-14.el7_5.x86_64 43/115
==> default:
==> default: Updating : gnupg2-2.0.22-5.el7_5.x86_64 44/115
==> default:
==> default: Updating : 1:NetworkManager-tui-1.10.2-16.el7_5.x86_64 45/115
==> default:
==> default: Updating : 1:NetworkManager-team-1.10.2-16.el7_5.x86_64 46/115
==> default:
==> default: Updating : e2fsprogs-1.42.9-12.el7_5.x86_64 47/115
==> default:
==> default: Updating : tuned-2.9.0-1.el7_5.2.noarch 48/115
==> default:
==> default: Updating : audit-2.8.1-3.el7_5.1.x86_64 49/115
==> default:
==> default: Updating : yum-utils-1.1.31-46.el7_5.noarch 50/115
==> default:
==> default: Updating : 10:qemu-guest-agent-2.8.0-2.el7_5.1.x86_64 51/115
==> default:
==> default: Updating : 1:mariadb-libs-5.5.60-1.el7_5.x86_64 52/115
==> default:
==> default: Updating : rsyslog-8.24.0-16.el7_5.4.x86_64 53/115
==> default:
==> default: Updating : binutils-2.27-28.base.el7_5.1.x86_64 54/115
==> default:
==> default: Updating : ca-certificates-2018.2.22-70.0.el7_5.noarch 55/115
==> default:
==> default: Updating : yum-plugin-fastestmirror-1.1.31-46.el7_5.noarch 56/115
==> default:
==> default: Updating : iptables-1.4.21-24.1.el7_5.x86_64 57/115
==> default:
==> default: Updating : libgomp-4.8.5-28.el7_5.1.x86_64 58/115
==> default:
==> default: Cleanup : 12:dhclient-4.2.5-68.el7.centos.x86_64 59/115
==> default:
==> default: Cleanup : tuned-2.9.0-1.el7.noarch 60/115
==> default:
==> default: Cleanup : 12:dhcp-common-4.2.5-68.el7.centos.x86_64 61/115
==> default:
==> default: Cleanup : 12:dhcp-libs-4.2.5-68.el7.centos.x86_64 62/115
==> default:
==> default: Cleanup : yum-utils-1.1.31-45.el7.noarch 63/115
==> default:
==> default: Cleanup : selinux-policy-targeted-3.13.1-192.el7_5.3.noarch 64/115
==> default:
==> default: Cleanup : selinux-policy-3.13.1-192.el7_5.3.noarch 65/115
==> default:
==> default: Cleanup : ca-certificates-2017.2.20-71.el7.noarch 66/115
==> default:
==> default: Cleanup : yum-plugin-fastestmirror-1.1.31-45.el7.noarch 67/115
==> default:
==> default: Cleanup : linux-firmware-20180220-62.git6d51311.el7.noarch 68/115
==> default:
==> default: Cleanup : 1:NetworkManager-tui-1.10.2-13.el7.x86_64 69/115
==> default:
==> default: Cleanup : e2fsprogs-1.42.9-11.el7.x86_64 70/115
==> default:
==> default: Cleanup : dracut-033-535.el7.x86_64 71/115
==> default:
==> default: Cleanup : initscripts-9.49.41-1.el7.x86_64 72/115
==> default:
==> default: Cleanup : util-linux-2.23.2-52.el7.x86_64 73/115
==> default:
==> default: Cleanup : rsyslog-8.24.0-16.el7.x86_64 74/115
==> default:
==> default: Cleanup : audit-2.8.1-3.el7.x86_64 75/115
==> default:
==> default: Cleanup : 10:qemu-guest-agent-2.8.0-2.el7.x86_64 76/115
==> default:
==> default: Cleanup : systemd-sysv-219-57.el7.x86_64 77/115
==> default:
==> default: Cleanup : python-perf-3.10.0-862.2.3.el7.x86_64 78/115
==> default:
==> default: Cleanup : 32:bind-libs-lite-9.9.4-61.el7.x86_64 79/115
==> default:
==> default: Cleanup : 1:NetworkManager-team-1.10.2-13.el7.x86_64 80/115
==> default:
==> default: Cleanup : 1:NetworkManager-1.10.2-13.el7.x86_64 81/115
==> default:
==> default: Cleanup : 1:NetworkManager-libnm-1.10.2-13.el7.x86_64 82/115
==> default:
==> default: Cleanup : systemd-219-57.el7.x86_64 83/115
==> default:
==> default: Cleanup : libmount-2.23.2-52.el7.x86_64 84/115
==> default:
==> default: Cleanup : sudo-1.8.19p2-13.el7.x86_64 85/115
==> default:
==> default: Cleanup : libblkid-2.23.2-52.el7.x86_64 86/115
==> default:
==> default: Cleanup : python-2.7.5-68.el7.x86_64 87/115
==> default:
==> default: Cleanup : procps-ng-3.3.10-17.el7.x86_64 88/115
==> default:
==> default: Cleanup : systemd-libs-219-57.el7.x86_64 89/115
==> default:
==> default: Cleanup : e2fsprogs-libs-1.42.9-11.el7.x86_64 90/115
==> default:
==> default: Cleanup : libss-1.42.9-11.el7.x86_64 91/115
==> default:
==> default: Cleanup : kernel-tools-3.10.0-862.2.3.el7.x86_64 92/115
==> default:
==> default: Cleanup : gnupg2-2.0.22-4.el7.x86_64 93/115
==> default:
==> default: Cleanup : openldap-2.4.44-13.el7.x86_64 94/115
==> default:
==> default: Cleanup : nss-tools-3.34.0-4.el7.x86_64 95/115
==> default:
==> default: Cleanup : nss-sysinit-3.34.0-4.el7.x86_64 96/115
==> default:
==> default: Cleanup : nss-3.34.0-4.el7.x86_64 97/115
==> default:
==> default: Cleanup : nss-softokn-3.34.0-2.el7.x86_64 98/115
==> default:
==> default: Cleanup : nss-softokn-freebl-3.34.0-2.el7.x86_64 99/115
==> default:
==> default: Cleanup : nss-util-3.34.0-2.el7.x86_64 100/115
==> default:
==> default: Cleanup : 1:mariadb-libs-5.5.56-2.el7.x86_64 101/115
==> default:
==> default: Cleanup : centos-release-7-5.1804.el7.centos.x86_64 102/115
==> default:
==> default: Cleanup : 32:bind-license-9.9.4-61.el7.noarch 103/115
==> default:
==> default: Cleanup : libstdc++-4.8.5-28.el7.x86_64 104/115
==> default:
==> default: Cleanup : libgcc-4.8.5-28.el7.x86_64 105/115
==> default:
==> default: Cleanup : nspr-4.17.0-1.el7.x86_64 106/115
==> default:
==> default: Cleanup : kernel-tools-libs-3.10.0-862.2.3.el7.x86_64 107/115
==> default:
==> default: Cleanup : libcom_err-1.42.9-11.el7.x86_64 108/115
==> default:
==> default: Cleanup : python-libs-2.7.5-68.el7.x86_64 109/115
==> default:
==> default: Cleanup : libuuid-2.23.2-52.el7.x86_64 110/115
==> default:
==> default: Cleanup : audit-libs-2.8.1-3.el7.x86_64 111/115
==> default:
==> default: Cleanup : kpartx-0.4.9-119.el7.x86_64 112/115
==> default:
==> default: Cleanup : binutils-2.27-27.base.el7.x86_64 113/115
==> default:
==> default: Cleanup : iptables-1.4.21-24.el7.x86_64 114/115
==> default:
==> default: Cleanup : libgomp-4.8.5-28.el7.x86_64 115/115
==> default:
==> default: Verifying : linux-firmware-20180220-62.2.git6d51311.el7_5.noarch 1/115
==> default:
==> default: Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 2/115
==> default:
==> default: Verifying : 1:NetworkManager-tui-1.10.2-16.el7_5.x86_64 3/115
==> default:
==> default: Verifying : procps-ng-3.3.10-17.el7_5.2.x86_64 4/115
==> default:
==> default: Verifying : selinux-policy-targeted-3.13.1-192.el7_5.6.noarch 5/115
==> default:
==> default: Verifying : centos-release-7-5.1804.4.el7.centos.x86_64 6/115
==> default:
==> default: Verifying : 12:dhcp-libs-4.2.5-68.el7.centos.1.x86_64 7/115
==> default:
==> default: Verifying : 32:bind-license-9.9.4-61.el7_5.1.noarch 8/115
==> default:
==> default: Verifying : kernel-tools-libs-3.10.0-862.11.6.el7.x86_64 9/115
==> default:
==> default: Verifying : iptables-1.4.21-24.1.el7_5.x86_64 10/115
==> default:
==> default: Verifying : libcom_err-1.42.9-12.el7_5.x86_64 11/115
==> default:
==> default: Verifying : util-linux-2.23.2-52.el7_5.1.x86_64 12/115
==> default:
==> default: Verifying : openldap-2.4.44-15.el7_5.x86_64 13/115
==> default:
==> default: Verifying : yum-plugin-fastestmirror-1.1.31-46.el7_5.noarch 14/115
==> default:
==> default: Verifying : initscripts-9.49.41-1.el7_5.1.x86_64 15/115
==> default:
==> default: Verifying : kpartx-0.4.9-119.el7_5.1.x86_64 16/115
==> default:
==> default: Verifying : nss-util-3.36.0-1.el7_5.x86_64 17/115
==> default:
==> default: Verifying : 32:bind-libs-lite-9.9.4-61.el7_5.1.x86_64 18/115
==> default:
==> default: Verifying : 10:qemu-guest-agent-2.8.0-2.el7_5.1.x86_64 19/115
==> default:
==> default: Verifying : kernel-3.10.0-862.11.6.el7.x86_64 20/115
==> default:
==> default: Verifying : tuned-2.9.0-1.el7_5.2.noarch 21/115
==> default:
==> default: Verifying : sudo-1.8.19p2-14.el7_5.x86_64 22/115
==> default:
==> default: Verifying : e2fsprogs-1.42.9-12.el7_5.x86_64 23/115
==> default:
==> default: Verifying : systemd-219-57.el7_5.1.x86_64 24/115
==> default:
==> default: Verifying : libuuid-2.23.2-52.el7_5.1.x86_64 25/115
==> default:
==> default: Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 26/115
==> default:
==> default: Verifying : 12:dhcp-common-4.2.5-68.el7.centos.1.x86_64 27/115
==> default:
==> default: Verifying : rsyslog-8.24.0-16.el7_5.4.x86_64 28/115
==> default:
==> default: Verifying : audit-libs-2.8.1-3.el7_5.1.x86_64 29/115
==> default:
==> default: Verifying : python-2.7.5-69.el7_5.x86_64 30/115
==> default:
==> default: Verifying : dracut-033-535.el7_5.1.x86_64 31/115
==> default:
==> default: Verifying : ca-certificates-2018.2.22-70.0.el7_5.noarch 32/115
==> default:
==> default: Verifying : 1:NetworkManager-1.10.2-16.el7_5.x86_64 33/115
==> default:
==> default: Verifying : 1:NetworkManager-team-1.10.2-16.el7_5.x86_64 34/115
==> default:
==> default: Verifying : 1:mariadb-libs-5.5.60-1.el7_5.x86_64 35/115
==> default:
==> default: Verifying : yum-utils-1.1.31-46.el7_5.noarch 36/115
==> default:
==> default: Verifying : gnupg2-2.0.22-5.el7_5.x86_64 37/115
==> default:
==> default: Verifying : libss-1.42.9-12.el7_5.x86_64 38/115
==> default:
==> default: Verifying : python-libs-2.7.5-69.el7_5.x86_64 39/115
==> default:
==> default: Verifying : e2fsprogs-libs-1.42.9-12.el7_5.x86_64 40/115
==> default:
==> default: Verifying : nss-tools-3.36.0-5.el7_5.x86_64 41/115
==> default:
==> default: Verifying : binutils-2.27-28.base.el7_5.1.x86_64 42/115
==> default:
==> default: Verifying : systemd-sysv-219-57.el7_5.1.x86_64 43/115
==> default:
==> default: Verifying : nss-softokn-freebl-3.36.0-5.el7_5.x86_64 44/115
==> default:
==> default: Verifying : libblkid-2.23.2-52.el7_5.1.x86_64 45/115
==> default:
==> default: Verifying : nspr-4.19.0-1.el7_5.x86_64 46/115
==> default:
==> default: Verifying : nss-3.36.0-5.el7_5.x86_64 47/115
==> default:
==> default: Verifying : nss-softokn-3.36.0-5.el7_5.x86_64 48/115
==> default:
==> default: Verifying : audit-2.8.1-3.el7_5.1.x86_64 49/115
==> default:
==> default: Verifying : 12:dhclient-4.2.5-68.el7.centos.1.x86_64 50/115
==> default:
==> default: Verifying : kernel-tools-3.10.0-862.11.6.el7.x86_64 51/115
==> default:
==> default: Verifying : nss-sysinit-3.36.0-5.el7_5.x86_64 52/115
==> default:
==> default: Verifying : 1:NetworkManager-libnm-1.10.2-16.el7_5.x86_64 53/115
==> default:
==> default: Verifying : libmount-2.23.2-52.el7_5.1.x86_64 54/115
==> default:
==> default: Verifying : systemd-libs-219-57.el7_5.1.x86_64 55/115
==> default:
==> default: Verifying : python-perf-3.10.0-862.11.6.el7.x86_64 56/115
==> default:
==> default: Verifying : selinux-policy-3.13.1-192.el7_5.6.noarch 57/115
==> default:
==> default: Verifying : libstdc++-4.8.5-28.el7_5.1.x86_64 58/115
==> default:
==> default: Verifying : python-libs-2.7.5-68.el7.x86_64 59/115
==> default: Verifying : nss-sysinit-3.34.0-4.el7.x86_64 60/115
==> default: Verifying : libgomp-4.8.5-28.el7.x86_64 61/115
==> default: Verifying : yum-utils-1.1.31-45.el7.noarch 62/115
==> default: Verifying : libstdc++-4.8.5-28.el7.x86_64 63/115
==> default: Verifying : 12:dhclient-4.2.5-68.el7.centos.x86_64 64/115
==> default: Verifying : libgcc-4.8.5-28.el7.x86_64 65/115
==> default: Verifying : centos-release-7-5.1804.el7.centos.x86_64 66/115
==> default:
==> default: Verifying : linux-firmware-20180220-62.git6d51311.el7.noarch 67/115
==> default: Verifying : python-perf-3.10.0-862.2.3.el7.x86_64 68/115
==> default: Verifying : dracut-033-535.el7.x86_64 69/115
==> default: Verifying : util-linux-2.23.2-52.el7.x86_64 70/115
==> default: Verifying : systemd-sysv-219-57.el7.x86_64 71/115
==> default: Verifying : 12:dhcp-common-4.2.5-68.el7.centos.x86_64 72/115
==> default: Verifying : nss-util-3.34.0-2.el7.x86_64 73/115
==> default: Verifying : iptables-1.4.21-24.el7.x86_64 74/115
==> default:
==> default: Verifying : kernel-tools-3.10.0-862.2.3.el7.x86_64 75/115
==> default: Verifying : 32:bind-libs-lite-9.9.4-61.el7.x86_64 76/115
==> default: Verifying : gnupg2-2.0.22-4.el7.x86_64 77/115
==> default: Verifying : libcom_err-1.42.9-11.el7.x86_64 78/115
==> default: Verifying : e2fsprogs-libs-1.42.9-11.el7.x86_64 79/115
==> default: Verifying : binutils-2.27-27.base.el7.x86_64 80/115
==> default: Verifying : tuned-2.9.0-1.el7.noarch 81/115
==> default:
==> default: Verifying : 1:NetworkManager-1.10.2-13.el7.x86_64 82/115
==> default: Verifying : audit-2.8.1-3.el7.x86_64 83/115
==> default: Verifying : nss-softokn-3.34.0-2.el7.x86_64 84/115
==> default: Verifying : 12:dhcp-libs-4.2.5-68.el7.centos.x86_64 85/115
==> default: Verifying : 32:bind-license-9.9.4-61.el7.noarch 86/115
==> default: Verifying : initscripts-9.49.41-1.el7.x86_64 87/115
==> default: Verifying : selinux-policy-3.13.1-192.el7_5.3.noarch 88/115
==> default: Verifying : 10:qemu-guest-agent-2.8.0-2.el7.x86_64 89/115
==> default:
==> default: Verifying : 1:NetworkManager-tui-1.10.2-13.el7.x86_64 90/115
==> default: Verifying : ca-certificates-2017.2.20-71.el7.noarch 91/115
==> default: Verifying : 1:NetworkManager-libnm-1.10.2-13.el7.x86_64 92/115
==> default: Verifying : libuuid-2.23.2-52.el7.x86_64 93/115
==> default: Verifying : rsyslog-8.24.0-16.el7.x86_64 94/115
==> default: Verifying : libmount-2.23.2-52.el7.x86_64 95/115
==> default: Verifying : audit-libs-2.8.1-3.el7.x86_64 96/115
==> default: Verifying : selinux-policy-targeted-3.13.1-192.el7_5.3.noarch 97/115
==> default: Verifying : openldap-2.4.44-13.el7.x86_64 98/115
==> default:
==> default: Verifying : 1:NetworkManager-team-1.10.2-13.el7.x86_64 99/115
==> default: Verifying : nss-softokn-freebl-3.34.0-2.el7.x86_64 100/115
==> default: Verifying : nspr-4.17.0-1.el7.x86_64 101/115
==> default: Verifying : nss-tools-3.34.0-4.el7.x86_64 102/115
==> default: Verifying : sudo-1.8.19p2-13.el7.x86_64 103/115
==> default: Verifying : python-2.7.5-68.el7.x86_64 104/115
==> default:
==> default: Verifying : libss-1.42.9-11.el7.x86_64 105/115
==> default: Verifying : procps-ng-3.3.10-17.el7.x86_64 106/115
==> default: Verifying : kernel-tools-libs-3.10.0-862.2.3.el7.x86_64 107/115
==> default: Verifying : libblkid-2.23.2-52.el7.x86_64 108/115
==> default: Verifying : kpartx-0.4.9-119.el7.x86_64 109/115
==> default: Verifying : nss-3.34.0-4.el7.x86_64 110/115
==> default: Verifying : 1:mariadb-libs-5.5.56-2.el7.x86_64 111/115
==> default: Verifying : systemd-219-57.el7.x86_64 112/115
==> default:
==> default: Verifying : yum-plugin-fastestmirror-1.1.31-45.el7.noarch 113/115
==> default: Verifying : systemd-libs-219-57.el7.x86_64 114/115
==> default: Verifying : e2fsprogs-1.42.9-11.el7.x86_64 115/115
==> default:
==> default:
==> default: Installed:
==> default: kernel.x86_64 0:3.10.0-862.11.6.el7
==> default:
==> default: Updated:
==> default: NetworkManager.x86_64 1:1.10.2-16.el7_5
==> default: NetworkManager-libnm.x86_64 1:1.10.2-16.el7_5
==> default: NetworkManager-team.x86_64 1:1.10.2-16.el7_5
==> default: NetworkManager-tui.x86_64 1:1.10.2-16.el7_5
==> default: audit.x86_64 0:2.8.1-3.el7_5.1
==> default: audit-libs.x86_64 0:2.8.1-3.el7_5.1
==> default: bind-libs-lite.x86_64 32:9.9.4-61.el7_5.1
==> default: bind-license.noarch 32:9.9.4-61.el7_5.1
==> default: binutils.x86_64 0:2.27-28.base.el7_5.1
==> default: ca-certificates.noarch 0:2018.2.22-70.0.el7_5
==> default: centos-release.x86_64 0:7-5.1804.4.el7.centos
==> default: dhclient.x86_64 12:4.2.5-68.el7.centos.1
==> default: dhcp-common.x86_64 12:4.2.5-68.el7.centos.1
==> default: dhcp-libs.x86_64 12:4.2.5-68.el7.centos.1
==> default: dracut.x86_64 0:033-535.el7_5.1
==> default: e2fsprogs.x86_64 0:1.42.9-12.el7_5
==> default: e2fsprogs-libs.x86_64 0:1.42.9-12.el7_5
==> default: gnupg2.x86_64 0:2.0.22-5.el7_5
==> default: initscripts.x86_64 0:9.49.41-1.el7_5.1
==> default: iptables.x86_64 0:1.4.21-24.1.el7_5
==> default: kernel-tools.x86_64 0:3.10.0-862.11.6.el7
==> default: kernel-tools-libs.x86_64 0:3.10.0-862.11.6.el7
==> default: kpartx.x86_64 0:0.4.9-119.el7_5.1
==> default: libblkid.x86_64 0:2.23.2-52.el7_5.1
==> default: libcom_err.x86_64 0:1.42.9-12.el7_5
==> default: libgcc.x86_64 0:4.8.5-28.el7_5.1
==> default: libgomp.x86_64 0:4.8.5-28.el7_5.1
==> default: libmount.x86_64 0:2.23.2-52.el7_5.1
==> default: libss.x86_64 0:1.42.9-12.el7_5
==> default: libstdc++.x86_64 0:4.8.5-28.el7_5.1
==> default: libuuid.x86_64 0:2.23.2-52.el7_5.1
==> default: linux-firmware.noarch 0:20180220-62.2.git6d51311.el7_5
==> default: mariadb-libs.x86_64 1:5.5.60-1.el7_5
==> default: nspr.x86_64 0:4.19.0-1.el7_5
==> default: nss.x86_64 0:3.36.0-5.el7_5
==> default: nss-softokn.x86_64 0:3.36.0-5.el7_5
==> default: nss-softokn-freebl.x86_64 0:3.36.0-5.el7_5
==> default: nss-sysinit.x86_64 0:3.36.0-5.el7_5
==> default: nss-tools.x86_64 0:3.36.0-5.el7_5
==> default: nss-util.x86_64 0:3.36.0-1.el7_5
==> default: openldap.x86_64 0:2.4.44-15.el7_5
==> default: procps-ng.x86_64 0:3.3.10-17.el7_5.2
==> default: python.x86_64 0:2.7.5-69.el7_5
==> default: python-libs.x86_64 0:2.7.5-69.el7_5
==> default: python-perf.x86_64 0:3.10.0-862.11.6.el7
==> default: qemu-guest-agent.x86_64 10:2.8.0-2.el7_5.1
==> default: rsyslog.x86_64 0:8.24.0-16.el7_5.4
==> default: selinux-policy.noarch 0:3.13.1-192.el7_5.6
==> default: selinux-policy-targeted.noarch 0:3.13.1-192.el7_5.6
==> default: sudo.x86_64 0:1.8.19p2-14.el7_5
==> default: systemd.x86_64 0:219-57.el7_5.1
==> default: systemd-libs.x86_64 0:219-57.el7_5.1
==> default: systemd-sysv.x86_64 0:219-57.el7_5.1
==> default: tuned.noarch 0:2.9.0-1.el7_5.2
==> default: util-linux.x86_64 0:2.23.2-52.el7_5.1
==> default: yum-plugin-fastestmirror.noarch 0:1.1.31-46.el7_5
==> default: yum-utils.noarch 0:1.1.31-46.el7_5
==> default: Complete!
==> default: Loaded plugins: fastestmirror
==> default: Loading mirror speeds from cached hostfile
==> default: * base: mirror.proserve.nl
==> default: * extras: mirror.prolocation.net
==> default: * updates: mirror.amsiohosting.net
==> default: Resolving Dependencies
==> default: --> Running transaction check
==> default: ---> Package postgresql96.x86_64 0:9.6.10-1PGDG.rhel7 will be installed
==> default: ---> Package postgresql96-contrib.x86_64 0:9.6.10-1PGDG.rhel7 will be installed
==> default: --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: postgresql96-contrib-9.6.10-1PGDG.rhel7.x86_64
==> default: --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: postgresql96-contrib-9.6.10-1PGDG.rhel7.x86_64
==> default: --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: postgresql96-contrib-9.6.10-1PGDG.rhel7.x86_64
==> default: --> Processing Dependency: libxslt.so.1()(64bit) for package: postgresql96-contrib-9.6.10-1PGDG.rhel7.x86_64
==> default: ---> Package postgresql96-devel.x86_64 0:9.6.10-1PGDG.rhel7 will be installed
==> default: ---> Package postgresql96-libs.x86_64 0:9.6.10-1PGDG.rhel7 will be installed
==> default: ---> Package postgresql96-server.x86_64 0:9.6.10-1PGDG.rhel7 will be installed
==> default: --> Running transaction check
==> default: ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
==> default: --> Finished Dependency Resolution
==> default:
==> default: Dependencies Resolved
==> default:
==> default: ================================================================================
==> default: Package Arch Version Repository Size
==> default: ================================================================================
==> default: Installing:
==> default: postgresql96 x86_64 9.6.10-1PGDG.rhel7 pgdg96 1.4 M
==> default: postgresql96-contrib x86_64 9.6.10-1PGDG.rhel7 pgdg96 569 k
==> default: postgresql96-devel x86_64 9.6.10-1PGDG.rhel7 pgdg96 1.8 M
==> default: postgresql96-libs x86_64 9.6.10-1PGDG.rhel7 pgdg96 318 k
==> default: postgresql96-server x86_64 9.6.10-1PGDG.rhel7 pgdg96 4.5 M
==> default: Installing for dependencies:
==> default: libxslt x86_64 1.1.28-5.el7 base 242 k
==> default:
==> default: Transaction Summary
==> default: ================================================================================
==> default: Install 5 Packages (+1 Dependent package)
==> default:
==> default: Total download size: 8.9 M
==> default: Installed size: 39 M
==> default: Downloading packages:
==> default: --------------------------------------------------------------------------------
==> default: Total 928 kB/s | 8.9 MB 00:09
==> default: Running transaction check
==> default: Running transaction test
==> default: Transaction test succeeded
==> default: Running transaction
==> default: Installing : postgresql96-libs-9.6.10-1PGDG.rhel7.x86_64 1/6
==> default:
==> default: Installing : postgresql96-9.6.10-1PGDG.rhel7.x86_64 2/6
==> default:
==> default: Installing : libxslt-1.1.28-5.el7.x86_64 3/6
==> default:
==> default: Installing : postgresql96-contrib-9.6.10-1PGDG.rhel7.x86_64 4/6
==> default:
==> default: Installing : postgresql96-devel-9.6.10-1PGDG.rhel7.x86_64 5/6
==> default:
==> default: Installing : postgresql96-server-9.6.10-1PGDG.rhel7.x86_64 6/6
==> default:
==> default: Verifying : postgresql96-libs-9.6.10-1PGDG.rhel7.x86_64 1/6
==> default:
==> default: Verifying : postgresql96-9.6.10-1PGDG.rhel7.x86_64 2/6
==> default:
==> default: Verifying : libxslt-1.1.28-5.el7.x86_64 3/6
==> default:
==> default: Verifying : postgresql96-devel-9.6.10-1PGDG.rhel7.x86_64 4/6
==> default:
==> default: Verifying : postgresql96-contrib-9.6.10-1PGDG.rhel7.x86_64 5/6
==> default:
==> default: Verifying : postgresql96-server-9.6.10-1PGDG.rhel7.x86_64 6/6
==> default:
==> default:
==> default: Installed:
==> default: postgresql96.x86_64 0:9.6.10-1PGDG.rhel7
==> default: postgresql96-contrib.x86_64 0:9.6.10-1PGDG.rhel7
==> default: postgresql96-devel.x86_64 0:9.6.10-1PGDG.rhel7
==> default: postgresql96-libs.x86_64 0:9.6.10-1PGDG.rhel7
==> default: postgresql96-server.x86_64 0:9.6.10-1PGDG.rhel7
==> default:
==> default: Dependency Installed:
==> default: libxslt.x86_64 0:1.1.28-5.el7
==> default: Complete!
==> default: Initializing database ...
==> default: OK
==> default: Created symlink from /etc/systemd/system/multi-user.target.wants/postgresql-9.6.service to /usr/lib/systemd/system/postgresql-9.6.service.
~/projects/vagrant-postgres9.6 $
~/projects/vagrant-postgres9.6 $ vagrant ssh
sudo sudo -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
[localhost:vagrant:~] # sudo su - postgres
-bash-4.2$ psql
psql (9.6.10)
Type "help" for help.
postgres=#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment