https://bugzilla.novell.com/show_bug.cgi?id=208668 olh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|olh@novell.com | ------- Comment #4 from olh@novell.com 2006-10-02 03:05 MST ------- there is no problem with the kernel. SLES10 cant be used properly as development platform. This is the patch we are talking about: Index: udev/path_id =================================================================== --- udev.orig/path_id +++ udev/path_id @@ -357,19 +357,6 @@ handle_usb () { handle_device () { full_sysfs_path="$SYSFS$DEVPATH" - if [ -L $full_sysfs_path/subsystem ]; then - # new sysfs block layout - full_sysfs_path="${full_sysfs_path%/*}" - cd "$full_sysfs_path/subsystem"; - subsys="`pwd -P`" - cd "$OPWD" - subsys="${subsys##*/}" - if [ "$subsys" == "block" ]; then - # parent is "block", it's a partition, move one up - full_sysfs_path="${full_sysfs_path%/*}" - fi - cd $full_sysfs_path - else # old sysfs block layout if [ ! -L $full_sysfs_path/device ] ; then if [ -f $full_sysfs_path/range ] ; then return ; fi @@ -380,7 +367,6 @@ handle_device () { fi fi cd $full_sysfs_path/device - fi full_sysfs_device_path="`pwd -P`" cd "$OPWD" D=$full_sysfs_device_path -- 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, or are watching someone who is.