Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
I have setup a repository for System Engine and I install katello-all in kickstart. During the installation, I see an error when installing glassfish-jaf:
Installing glassfish-jaf-1.1.0-9.el6.noarch
/var/tmp/rpm-tmp.AXfWcZ: line 4: cat: command not found
This error likely comes from the postinstall scriptlet:
rpm -q --scripts glassfish-jafpostinstall scriptlet (using /bin/sh):
echo -e "<dependencies>\n" > /etc/maven/maven2-depmap.xml
if [ -d /etc/maven/fragments ] && [ -n "`find /etc/maven/fragments -type f`" ]; then
cat /etc/maven/fragments/* >> /etc/maven/maven2-depmap.xml
fi
echo -e "</dependencies>\n" >> /etc/maven/maven2-depmap.xml
...
I also ran into other package issues installing in kickstart (see bug#795600 and bug#795602).
Just tested 2012-03-01.1 code drop.
katello-all-0.1.301-2.el6.noarch
glassfish-jaf-1.1.0-9.el6.noarch
I still have the same issue installing in kickstart
going by https://bugzilla.redhat.com/show_bug.cgi?id=795602 i think just adding coreutils as a Requires(post) should do it.
Tried adding this and rebuilding in brew, but hit a build issue. Gonna have to talk with a release engineer to sort it out.
These bugs have been resolved in upstream projects for a period of months so I'm mass-closing them as CLOSED:UPSTREAM. If this is a mistake feel free to re-open.