https://bugzilla.novell.com/show_bug.cgi?id=668613 https://bugzilla.novell.com/show_bug.cgi?id=668613#c3 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |kviset@mail.ru --- Comment #3 from Li Bin <bili@novell.com> 2011-02-23 03:28:22 UTC --- Konstantin, So it was caused that the /sys/class/net/dsl0 not createad, but don't know why, maybe it need more time to finish the 'up' operation. is_iface_up () { echo "judge begin!!!" test -z "$1" && return 1 echo "not zero!!" sleep 10 echo "wait 10 seconds!!" 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 } So how about after change like this? -- 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.