Created
September 23, 2015 23:13
-
-
Save UtahDave/466634f776d69528ed7a to your computer and use it in GitHub Desktop.
rackspace RHEL7
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@boucharhel7 ~]# yum --disablerepo=* --enablerepo=saltstack-repo install salt-master | |
| Loaded plugins: langpacks, product-id, rhnplugin, subscription-manager | |
| This system is receiving updates from RHN Classic or Red Hat Satellite. | |
| Resolving Dependencies | |
| --> Running transaction check | |
| ---> Package salt-master.noarch 0:2015.8.0-2.el7 will be installed | |
| --> Processing Dependency: salt = 2015.8.0-2.el7 for package: salt-master-2015.8.0-2.el7.noarch | |
| --> Running transaction check | |
| ---> Package salt.noarch 0:2015.8.0-2.el7 will be installed | |
| --> Processing Dependency: python-msgpack > 0.3 for package: salt-2015.8.0-2.el7.noarch | |
| --> Processing Dependency: python-tornado >= 4.2.1 for package: salt-2015.8.0-2.el7.noarch | |
| --> Processing Dependency: python-futures >= 2.0 for package: salt-2015.8.0-2.el7.noarch | |
| --> Processing Dependency: python-zmq for package: salt-2015.8.0-2.el7.noarch | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el7.noarch | |
| --> Processing Dependency: python-jinja2 for package: salt-2015.8.0-2.el7.noarch | |
| --> Running transaction check | |
| ---> Package python-futures.noarch 0:3.0.3-1.el7 will be installed | |
| ---> Package python-jinja2.noarch 0:2.7.3-3.el7 will be installed | |
| --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.3-3.el7.noarch | |
| --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.3-3.el7.noarch | |
| ---> Package python-msgpack.x86_64 0:0.4.6-1.el7 will be installed | |
| ---> Package python-tornado.x86_64 0:4.2.1-1.el7 will be installed | |
| ---> Package python-zmq.x86_64 0:14.7.0-1.el7 will be installed | |
| --> Processing Dependency: libzmq.so.4()(64bit) for package: python-zmq-14.7.0-1.el7.x86_64 | |
| ---> Package salt.noarch 0:2015.8.0-2.el7 will be installed | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el7.noarch | |
| --> Running transaction check | |
| ---> Package python-jinja2.noarch 0:2.7.3-3.el7 will be installed | |
| --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.3-3.el7.noarch | |
| --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.3-3.el7.noarch | |
| ---> Package salt.noarch 0:2015.8.0-2.el7 will be installed | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el7.noarch | |
| ---> Package zeromq.x86_64 0:4.0.5-4.el7 will be installed | |
| --> Processing Dependency: libpgm-5.2.so.0()(64bit) for package: zeromq-4.0.5-4.el7.x86_64 | |
| --> Running transaction check | |
| ---> Package openpgm.x86_64 0:5.2.122-2.el7 will be installed | |
| ---> Package python-jinja2.noarch 0:2.7.3-3.el7 will be installed | |
| --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.3-3.el7.noarch | |
| --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.3-3.el7.noarch | |
| ---> Package salt.noarch 0:2015.8.0-2.el7 will be installed | |
| --> Processing Dependency: python-markupsafe for package: salt-2015.8.0-2.el7.noarch | |
| --> Finished Dependency Resolution | |
| Error: Package: python-jinja2-2.7.3-3.el7.noarch (saltstack-repo) | |
| Requires: python-babel >= 0.8 | |
| Error: Package: salt-2015.8.0-2.el7.noarch (saltstack-repo) | |
| Requires: python-markupsafe | |
| Error: Package: python-jinja2-2.7.3-3.el7.noarch (saltstack-repo) | |
| Requires: python-markupsafe | |
| 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