From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Neukum Subject: problem with symlinks in sysfs Date: Fri, 12 Mar 2010 15:08:16 +0100 Message-ID: <201003121508.16980.oliver@neukum.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: USB list Return-path: Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org Hi, I get this errors: find: warning: not following the symbolic link `/sys/bus/usb/devices/1-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/2-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/2-5/' find: warning: not following the symbolic link `/sys/bus/usb/devices/2-5:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/2-5:1.1/' find: warning: not following the symbolic link `/sys/bus/usb/devices/3-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/4-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-1/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-1:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-1:1.1/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-1:1.2/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-1:1.3/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-2/' find: warning: not following the symbolic link `/sys/bus/usb/devices/5-2:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/6-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/7-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/8-0:1.0/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb1/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb2/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb3/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb4/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb5/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb6/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb7/' find: warning: not following the symbolic link `/sys/bus/usb/devices/usb8/' executing this command: for A in `find /sys/bus/usb/devices/*/ -name "level"`; do echo auto > $A; done This used to work. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html