Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
DescriptionJan Pazdziora (Red Hat)
2016-07-29 11:51:25 UTC
Description of problem:
ipa-client-install starts rhel-domainname.service but its package (or its dependencies) do not rpm-require initscripts that would the service. This causes issues in containers where initscripts is not installed by default and latest IPA packages (and their dependencies) do not bring initscipts in.
Version-Release number of selected component (if applicable):
python2-ipalib-4.4.0-3.el7.noarch
How reproducible:
Deterministic.
Steps to Reproduce:
1. Run ipa-server-install on system (in container) where initscripts package is not installed.
Actual results:
Addressing
Traceback (most recent call last):
File "/usr/sbin/ipa-client-install", line 3127, in <module>
sys.exit(main())
File "/usr/sbin/ipa-client-install", line 3108, in main
rval = install(options, env, fstore, statestore)
File "/usr/sbin/ipa-client-install", line 3075, in install
configure_nisdomain(options=options, domain=cli_domain)
File "/usr/sbin/ipa-client-install", line 1525, in configure_nisdomain
services.knownservices.domainname.restart()
File "/usr/lib/python2.7/site-packages/ipaplatform/base/services.py", line 301, in restart
skip_output=not capture_output)
File "/usr/lib/python2.7/site-packages/ipapython/ipautil.py", line 488, in run
raise CalledProcessError(p.returncode, arg_string, str(output))
subprocess.CalledProcessError: Command '/bin/systemctl restart rhel-domainname.service' returned non-zero exit status 6
ipa.ipapython.install.cli.install_tool(Server): ERROR Configuration of client side components failed!
ipa.ipapython.install.cli.install_tool(Server): ERROR The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information
Expected results:
No error.
Additional info:
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/RHBA-2016-2404.html
Description of problem: ipa-client-install starts rhel-domainname.service but its package (or its dependencies) do not rpm-require initscripts that would the service. This causes issues in containers where initscripts is not installed by default and latest IPA packages (and their dependencies) do not bring initscipts in. Version-Release number of selected component (if applicable): python2-ipalib-4.4.0-3.el7.noarch How reproducible: Deterministic. Steps to Reproduce: 1. Run ipa-server-install on system (in container) where initscripts package is not installed. Actual results: Addressing Traceback (most recent call last): File "/usr/sbin/ipa-client-install", line 3127, in <module> sys.exit(main()) File "/usr/sbin/ipa-client-install", line 3108, in main rval = install(options, env, fstore, statestore) File "/usr/sbin/ipa-client-install", line 3075, in install configure_nisdomain(options=options, domain=cli_domain) File "/usr/sbin/ipa-client-install", line 1525, in configure_nisdomain services.knownservices.domainname.restart() File "/usr/lib/python2.7/site-packages/ipaplatform/base/services.py", line 301, in restart skip_output=not capture_output) File "/usr/lib/python2.7/site-packages/ipapython/ipautil.py", line 488, in run raise CalledProcessError(p.returncode, arg_string, str(output)) subprocess.CalledProcessError: Command '/bin/systemctl restart rhel-domainname.service' returned non-zero exit status 6 ipa.ipapython.install.cli.install_tool(Server): ERROR Configuration of client side components failed! ipa.ipapython.install.cli.install_tool(Server): ERROR The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information Expected results: No error. Additional info: