https://bugzilla.novell.com/show_bug.cgi?id=335486 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=335486#c44 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|mt@novell.com | --- Comment #44 from Marius Tomaschewski <mt@novell.com> 2008-05-28 06:47:22 MDT --- (In reply to comment #38 from Kay Sievers)
Udevtest shows, it should run. How did you find out, it is not called?
I've created a sysconfig package (http://www.suse.de/~mt/openSUSE/10.3/, see comment 26), that enables "bash -vx" debugging in both, rcnetwork and ifup: /sbin/ifup: R_INTERNAL=1 # internal error, e.g. no config or missing scripts cd /etc/sysconfig/network || exit $R_INTERNAL test -f ./config && . ./config test -f scripts/functions && . scripts/functions || exit $R_INTERNAL ###### scripts/functions creates /dev/shm/sysconfig scripts/extradebug /etc/sysconfig/network/scripts/extradebug: SCRIPT=${0##*/} if test -d /dev/shm/sysconfig ; then exec 2> /dev/shm/sysconfig/exdeb.${SCRIPT}_$$.$PPID.${SEQNUM}_$1.$2 [...] set -vx fi In the logs provided in comment 28 and comment 29, ifup is never called with the "-o hotplug" option as udev is starting it in the rule. -- 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.