Hide Forgot
Created attachment 559086 [details] anaconda kickstart and install.log files Description of problem: after installation of f16 using attached kickstart file there is an error message in /root/install.log Not sure if that is a problem, though. How reproducible: 100% Steps to Reproduce: 1. install fedora 16 with attached kickstart file 2. review /root/install.log Actual results: 18:53:09 Installing tog-pegasus-libs-2.11.1-1.fc16.x86_64 warning: group pegasus does not exist - using root #'warning' line repeats 60 times ... 19:03:40 Installing tog-pegasus-2.11.1-1.fc16.x86_64 warning: group pegasus does not exist - using root #'warning' line repeats 1860 times install: invalid group `pegasus' Expected results: tog-pegasus and tog-pegasus-libs should create group pegasus
tog-pegasus-libs creates pegasus user/group in before package installation. But it's missing dependency to shadow-utils/groupadd/useradd. In your case, the tog-pegasus packages were installed before useradd/groupadd was available. I'll fix it.
Thanks Vitezslav! just for completeness sake: after installing the flawed tog-pegasus-*.fc16 packages my system took a lot more time to boot up than before during the boot process I pressed the F1 key and saw the following Started LSB: Automounts filesystems on demand [OK] <nothing happens for approximately 30 seconds> Failed to start LSB: The Open Group Pegasus cimserver initscript [FAILED] See 'systemctl status tog-pegasus.service' for details. root@lbox:~ # systemctl status tog-pegasus.service tog-pegasus.service - LSB: The Open Group Pegasus cimserver initscript Loaded: loaded (/etc/rc.d/init.d/tog-pegasus) Active: failed since Tue, 21 Feb 2012 18:05:16 +0100; 27min ago Process: 1311 ExecStart=/etc/rc.d/init.d/tog-pegasus start (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/tog-pegasus.service root@lbox:~ # dmesg | grep tog-pegasus [ 18.921222] systemd-tmpfiles[833]: [/etc/tmpfiles.d/tog-pegasus.conf:1] Unknown group 'pegasus'. root@lbox:~ # groupadd pegasus ; reboot ===> the boot process is as fast as before