I've attempted to install salt to a test VM.
I register my VM to RHN and able to load patches and install packages with dependancies, such as Apache using the command "yum install httpd"
I installed epel-release-6-5.noarch.rpm succesfully.
I run "yum install salt-master" and it fails. Not sure why it's not installing the dependancies, any suggestions?
ERROR OUTPUT:
[root@luke ~]# yum install salt-master
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package salt-master.noarch 0:0.9.6-2.el6 set to be updated
--> Processing Dependency: salt = 0.9.6-2.el6 for package: salt-master-0.9.6-2.el6.noarch
--> Running transaction check
---> Package salt.noarch 0:0.9.6-2.el6 set to be updated
--> Processing Dependency: python-zmq for package: salt-0.9.6-2.el6.noarch
--> Processing Dependency: python-msgpack for package: salt-0.9.6-2.el6.noarch
--> Processing Dependency: python-jinja2 for package: salt-0.9.6-2.el6.noarch
--> Processing Dependency: python-crypto for package: salt-0.9.6-2.el6.noarch
--> Processing Dependency: PyYAML for package: salt-0.9.6-2.el6.noarch
--> Processing Dependency: PyXML for package: salt-0.9.6-2.el6.noarch
--> Running transaction check
---> Package PyXML.x86_64 0:0.8.4-19.el6 set to be updated
---> Package PyYAML.x86_64 0:3.09-5.el6 set to be updated
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: PyYAML-3.09-5.el6.x86_64
---> Package python-crypto.x86_64 0:2.0.1-22.el6 set to be updated
---> Package python-msgpack.x86_64 0:0.1.9-2.el6 set to be updated
---> Package python-zmq.x86_64 0:2.1.9-3.el6 set to be updated
--> Processing Dependency: libzmq.so.1()(64bit) for package: python-zmq-2.1.9-3.el6.x86_64
---> Package salt.noarch 0:0.9.6-2.el6 set to be updated
--> Processing Dependency: python-jinja2 for package: salt-0.9.6-2.el6.noarch
--> Running transaction check
---> Package libyaml.x86_64 0:0.1.3-1.el6 set to be updated
---> Package salt.noarch 0:0.9.6-2.el6 set to be updated
--> Processing Dependency: python-jinja2 for package: salt-0.9.6-2.el6.noarch
---> Package zeromq.x86_64 0:2.1.9-1.el6 set to be updated
--> Finished Dependency Resolution
Error: Package: salt-0.9.6-2.el6.noarch (epel)
Requires: python-jinja2
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
NOTE: I CAN INSTALL HTTPD
[root@luke ~]# yum install httpd
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.2.15-15.el6_2.1 set to be updated
--> Processing Dependency: httpd-tools = 2.2.15-15.el6_2.1 for package: httpd-2.2.15-15.el6_2.1.x86_64
--> Processing Dependency: apr-util-ldap for package: httpd-2.2.15-15.el6_2.1.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.2.15-15.el6_2.1.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.2.15-15.el6_2.1.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.2.15-15.el6_2.1.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 set to be updated
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 set to be updated
---> Package apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1 set to be updated
---> Package httpd-tools.x86_64 0:2.2.15-15.el6_2.1 set to be updated
---> Package mailcap.noarch 0:2.1.31-2.el6 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================
Installing:
httpd x86_64 2.2.15-15.el6_2.1 rhel-x86_64-server-6 812 k
Installing for dependencies:
apr x86_64 1.3.9-3.el6_1.2 rhel-x86_64-server-6 123 k
apr-util x86_64 1.3.9-3.el6_0.1 rhel-x86_64-server-6 87 k
apr-util-ldap x86_64 1.3.9-3.el6_0.1 rhel-x86_64-server-6 15 k
httpd-tools x86_64 2.2.15-15.el6_2.1 rhel-x86_64-server-6 70 k
mailcap noarch 2.1.31-2.el6 rhel-x86_64-server-6 27 k
Transaction Summary
=============================================================================================================================
Install 6 Package(s)
Upgrade 0 Package(s)
Total download size: 1.1 M
Installed size: 0
Is this ok [y/N]: