From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikhail Kolesnik Date: Wed, 12 Nov 2008 19:00:52 +0000 Subject: Some rules do not work in udev 131 and 132 Message-Id: <20081112210052.6e7d8bb8@amilo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hello. udev was built from sources with no patching or very special rulesets installed. After a simple update from 130 to 131 some of my custom rules stopped working. And I can't find information about syntax change in git log. In the example below the first rule creates a symlink, but the second one creates none. It works with 130 but does not work on 131 and 132. The same results for another device (and partitions are there untouched). BUS="usb", ATTRS{serial}="A500000000025423", KERNEL="sd?", NAME="%k", SYMLINK+="usbflash", GROUP="cdrom" BUS="usb", ATTRS{serial}="A500000000025423", KERNEL="sd?[1-3]", NAME="%k", SYMLINK+="usbflash%n", GROUP="cdrom" Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.4/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no Thread model: posix gcc version 4.2.4 (CRUX) libtool 2.2.6 Linux amilo.home 2.6.26.1-mk38 #1 Sun Aug 3 17:08:19 EEST 2008 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux