https://bugzilla.novell.com/show_bug.cgi?id=724775 https://bugzilla.novell.com/show_bug.cgi?id=724775#c17 --- Comment #17 from Marius Tomaschewski <mt@suse.com> 2012-02-27 09:58:56 UTC --- (In reply to comment #16)
I recently installed openSUSE 12.1 on my machine and everything worked fine, hen I got the same error message yesterday after trying to boot openSUSE.
The error message said something about:
udevd[250]: failed to execute /etc/sysconfig/network/scripts/ifup-sysctl
/etc/sysconfig/network/scripts/ifup-sysctl lo -o hotplug: no such file or directory.....
I had to do a CTRL-D or systemcftl default or something.
Hope you can fix it as it is annoying.
Again, the ifup-sysctl error message is just a visible one, but it is _harmless_ and it definitively does not has anything to do with the Ctrl-D request in systemd emergency mode. The mkinitrd scripts aren't exact enough and copy also the /lib/udev/rules.d/77-network.rule rule file into the initrd, udev is trying to execute the /etc/sysconfig/network/scripts/ifup-sysctl script and reports, that /etc/sysconfig/network/scripts/ifup-sysctl is not available in the initrd. When the system is running from the final root filesystem, the udev there will execute it again and apply the ifsysctl(5) settings. The Ctrl-D / systemd emergency mode gets started, when some required service start fails, e.g. when a (local or remote) file system specified in the /etc/fstab can't be mounted. For _example_, you're using lvm and the lvm service is not enabled and thus the /dev/<lvmgroup>/<volume> is not yet available. To see what causes the Ctrl-D message you can login and take a look if there is an error message somewhere or use Ctrl-D to reboot and then remove the "quiet" and set the systemd.log_level=info systemd.log_target=kmsg parameters at boot prompt. Please install also the most recent systemd package from: http://download.opensuse.org/repositories/home:/fcrozat:/systemd/openSUSE_12... there is a dependency fix -- systemd were trying to start nfs before network / together with local filesystems. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.