https://bugzilla.novell.com/show_bug.cgi?id=668613 https://bugzilla.novell.com/show_bug.cgi?id=668613#c2 Konstantin Velichko <kviset@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|kviset@mail.ru | --- Comment #2 from Konstantin Velichko <kviset@mail.ru> 2011-02-22 17:33:00 UTC --- Hello, I'm change file /etc/sysconfig/network/scripts/functions from line 104 with your functions: is_iface_up () { echo "judge begin!!!" test -z "$1" && return 1 echo "not zero!!" test -d /sys/class/net/$1 || return 1 echo "have class!!" case "`LC_ALL=POSIX ip link show $1 2>/dev/null`" in *$1*UP*) ;; *) return 1 ;; esac } After this, I'm try to execute ifup dsl0 -o debug. Output: ifup dsl0 -o debug dsl0 name: DSL Enter the password for the internet provider. Password: interface dsl0 is up executing additional global start script if-up.d/21-cifs executing additional global start script if-up.d/21-dhcpcd-hook-samba executing additional global start script if-up.d/55-samba-winbindd executing additional global start script if-up.d/ifup-route judge begin!!! not zero!! interface dsl0 is not up executing additional global start script if-up.d/ndp-proxy executing additional global start script if-up.d/SuSEfirewall2 -- 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.