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 Where are you experiencing the behavior? What environment? Installing openstack rpms on kickstart install. When does the behavior occur? Frequently? Repeatedly? At certain times? always Expected results: successful install Additional info:
(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