Hide Forgot
Description of problem: In certain (perhaps esoteric) circumstances, node-install will be unable to resolve dependencies for package installs. In these cases, it is throwing WARN rather than ERROR Version-Release number of selected component (if applicable): Satellite-6.0.2-RHEL-6-20131202.0 How reproducible: Steps to Reproduce: 1. Assure system has repo pointing to an incorrect RHEL version (or perhaps no RHEL repo at all) For example, you might have a newly-updated RHEL 6.5 system that is still pointing to a RHEL 6.4 repo. 2. Attempt to run node install. 3. View results Actual results: buried in the kafo log: [ WARN 2013-12-03 15:34:48 puppet] /File[/etc/qpidd.conf]: Dependency Package[policycoreutils-python] has failures: true [ WARN 2013-12-03 15:34:48 puppet] /File[/etc/qpidd.conf]: Skipping because of failed dependencies [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Qpid::Service/Service[qpidd]: Dependency Package[policycoreutils-python] has failures: true [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Qpid::Service/Service[qpidd]: Skipping because of failed dependencies [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Pulp::Install/Package[pulp-rpm-plugins]: Dependency Package[policycoreutils-python] has failures: true [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Pulp::Install/Package[pulp-rpm-plugins]: Skipping because of failed dependencies [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Pulp::Install/Package[pulp-server]: Dependency Package[policycoreutils-python] has failures: true [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Pulp::Install/Package[pulp-server]: Skipping because of failed dependencies [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Pulp::Install/Package[pulp-selinux]: Dependency Package[policycoreutils-python] has failures: true [ WARN 2013-12-03 15:34:48 puppet] /Stage[main]/Pulp::Install/Package[pulp-selinux]: Skipping because of failed dependencies Expected results: Throw an ERROR, not a WARN. Additional info:
Can you attach the complete log file?