Bug 1306932
| Summary: | missing depencies on erlang-erts and openstack-neutron-common | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | GE Scott Knauss <sknauss> |
| Component: | erlang | Assignee: | Peter Lemenkov <plemenko> |
| Status: | CLOSED ERRATA | QA Contact: | yeylon <yeylon> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 (Juno) | CC: | apevec, jeckersb, jschluet, lhh, nlevinki, plemenko, srevivo, yeylon |
| Target Milestone: | ga | ||
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | erlang-R16B-03.10min.7.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
RHEL 7 RHOSP 6
|
|
| Last Closed: | 2016-04-07 21:28:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
GE Scott Knauss
2016-02-12 08:45:20 UTC
(In reply to GE Scott Knauss from comment #0) > What problem/issue/behavior are you having trouble with? What do you expect > to see? > > root@localhost ~]# grep -B2 "command not found" > /var/log/anaconda/packaging.log > 11:26:06,393 INFO packaging: erlang-erts-R16B-03.10min.2.el7ost.x86_64 > (709/1196) > > 11:26:06,393 INFO packaging: /var/tmp/rpm-tmp.DW2cV6: line 1: groupadd: > command not found > -- > 11:26:06,396 INFO packaging: > openstack-neutron-common-2015.1.2-6.el7ost.noarch (735/1196) > > 11:26:06,396 INFO packaging: /var/tmp/rpm-tmp.PvbtLE: line 1: groupadd: > command not found > > 11:26:06,396 INFO packaging: /var/tmp/rpm-tmp.PvbtLE: line 3: useradd: > command not found Short summary: A sub-package erlang-erts has missing dependency (for proper execution of a %pre target script) - shadow-uting. It crreates a system account which is required epmd systemd service. We don't use epmd as a systemd service so it should not affect normal operation after installation. I've build a new Erlang version and submitted it to RHOS8. it's not necessary to upgrade existing RHOS6 / RHOS7 installation up to this Erlanb build since the issue doesn't affect normal OpenStack operation (only installation). rpm -qa | grep erlang erlang-sasl-R16B-03.10min.8.el7ost.x86_64 erlang-inets-R16B-03.10min.8.el7ost.x86_64 erlang-mnesia-R16B-03.10min.8.el7ost.x86_64 erlang-asn1-R16B-03.10min.8.el7ost.x86_64 erlang-stdlib-R16B-03.10min.8.el7ost.x86_64 erlang-runtime_tools-R16B-03.10min.8.el7ost.x86_64 erlang-os_mon-R16B-03.10min.8.el7ost.x86_64 erlang-public_key-R16B-03.10min.8.el7ost.x86_64 erlang-hipe-R16B-03.10min.8.el7ost.x86_64 erlang-kernel-R16B-03.10min.8.el7ost.x86_64 erlang-snmp-R16B-03.10min.8.el7ost.x86_64 erlang-sd_notify-0.1-2.el7ost.x86_64 erlang-ssl-R16B-03.10min.8.el7ost.x86_64 erlang-compiler-R16B-03.10min.8.el7ost.x86_64 erlang-erts-R16B-03.10min.8.el7ost.x86_64 erlang-xmerl-R16B-03.10min.8.el7ost.x86_64 erlang-tools-R16B-03.10min.8.el7ost.x86_64 erlang-crypto-R16B-03.10min.8.el7ost.x86_64 erlang-otp_mibs-R16B-03.10min.8.el7ost.x86_64 erlang-syntax_tools-R16B-03.10min.8.el7ost.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0603.html |