Created
September 23, 2015 23:37
-
-
Save UtahDave/5a0b25e82a935e503833 to your computer and use it in GitHub Desktop.
RHEL 6 on rackspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@bouchatestrhel6 ~]# yum --disablerepo=* --enablerepo=saltstack-repo install salt | |
| Loaded plugins: product-id, rhnplugin, subscription-manager | |
| This system is receiving updates from RHN Classic or RHN Satellite. | |
| Setting up Install Process | |
| Resolving Dependencies | |
| --> Running transaction check | |
| ---> Package salt.noarch 0:2015.8.0-2.el6 will be installed | |
| --> Processing Dependency: python-msgpack > 0.3 for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-tornado >= 4.2.1 for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-futures >= 2.0 for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-crypto >= 2.6.1 for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: yum-utils for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-zmq for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-jinja2 for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: pciutils for package: salt-2015.8.0-2.el6.noarch | |
| --> Running transaction check | |
| ---> Package python-crypto.x86_64 0:2.0.1-22.el6 will be updated | |
| ---> Package python-crypto.x86_64 0:2.6.1-2.el6 will be an update | |
| ---> Package python-futures.noarch 0:3.0.3-1.el6 will be installed | |
| ---> Package python-jinja2.x86_64 0:2.2.1-2.el6 will be installed | |
| --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.2.1-2.el6.x86_64 | |
| ---> Package python-msgpack.x86_64 0:0.4.6-1.el6 will be installed | |
| ---> Package python-tornado.x86_64 0:4.2.1-1.el6 will be installed | |
| ---> Package python-zmq.x86_64 0:14.5.0-2.el6 will be installed | |
| --> Processing Dependency: libzmq.so.4()(64bit) for package: python-zmq-14.5.0-2.el6.x86_64 | |
| ---> Package salt.noarch 0:2015.8.0-2.el6 will be installed | |
| --> Processing Dependency: yum-utils for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: pciutils for package: salt-2015.8.0-2.el6.noarch | |
| --> Running transaction check | |
| ---> Package python-jinja2.x86_64 0:2.2.1-2.el6 will be installed | |
| --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.2.1-2.el6.x86_64 | |
| ---> Package salt.noarch 0:2015.8.0-2.el6 will be installed | |
| --> Processing Dependency: yum-utils for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el6.noarch | |
| --> Processing Dependency: pciutils for package: salt-2015.8.0-2.el6.noarch | |
| ---> Package zeromq.x86_64 0:4.0.5-1.el6 will be installed | |
| --> Finished Dependency Resolution | |
| Error: Package: salt-2015.8.0-2.el6.noarch (saltstack-repo) | |
| Requires: python-markupsafe | |
| Error: Package: salt-2015.8.0-2.el6.noarch (saltstack-repo) | |
| Requires: pciutils | |
| Error: Package: python-jinja2-2.2.1-2.el6.x86_64 (saltstack-repo) | |
| Requires: python-babel >= 0.8 | |
| Error: Package: salt-2015.8.0-2.el6.noarch (saltstack-repo) | |
| Requires: yum-utils | |
| You could try using --skip-broken to work around the problem | |
| You could try running: rpm -Va --nofiles --nodigest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment