Created
September 23, 2015 23:02
-
-
Save UtahDave/cba1a2307d9914d05fcf to your computer and use it in GitHub Desktop.
RHEL 6 on AWS
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
| [ec2-user@ip-10-254-89-84 ~]$ sudo yum --disablerepo=* --enablerepo=saltstack-repo install salt-master | |
| Loaded plugins: amazon-id, rhui-lb, security | |
| Setting up Install Process | |
| Resolving Dependencies | |
| --> Running transaction check | |
| ---> Package salt-master.noarch 0:2015.8.0-2.el6 will be installed | |
| --> Processing Dependency: salt = 2015.8.0-2.el6 for package: salt-master-2015.8.0-2.el6.noarch | |
| --> 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: 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 | |
| --> 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: python-markupsafe 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: python-markupsafe 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: python-jinja2-2.2.1-2.el6.x86_64 (saltstack-repo) | |
| Requires: python-babel >= 0.8 | |
| 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