Ticket was cloned from Red Hat Bugzilla (product Fedora): Bug 980988
F19 introduced a lightweight containers: http://fedoraproject.org/wiki/Features/SystemdLightweightContainers If you follow the instructions above to create a container, after installing freeipa in the container the following error occurs during ipa-client-install. Traceback (most recent call last): File "/usr/sbin/ipa-client-install", line 2550, in <module> sys.exit(main()) File "/usr/sbin/ipa-client-install", line 2536, in main rval = install(options, env, fstore, statestore) File "/usr/sbin/ipa-client-install", line 2344, in install update_ssh_keys(cli_server[0], hostname, ipaservices.knownservices.sshd.get_config_dir(), options.create_sshfp) File "/usr/sbin/ipa-client-install", line 1415, in update_ssh_keys for basename in os.listdir(ssh_dir): OSError: [Errno 2] No such file or directory: '/etc/ssh' 2013-07-03T16:16:35Z INFO File "/usr/lib/python2.7/site-packages/ipaserver/install/installutils.py", line 616, in run_script return_value = main_function() File "/sbin/ipa-server-install", line 1188, in main sys.exit("Configuration of client side components failed!\nipa-client-install returned: " + str(e)) If you install openssh and re-run the installation, it completes successfully.
master: 784f484
ipa-3-2: a99f205
Metadata Update from @rcritten: - Issue assigned to npmccallum - Issue set to the milestone: FreeIPA 3.2.x - 2013/07 (bug fixing)
Log in to comment on this ticket.