G'day! On 21 Jul 2011 at 9:23, Petr Kub'anek wrote:
> Hi Sergei, > > you can get udev debugging using: > > root@host:~# /etc/init.d/udev stop > root@host:~# udevd -debug > 1288130388.961886 [26940] udev_device_new_from_syspath: ... > > This might shed some light into syntax issues.. As it turned out the ability to understand the expression ACTION!="add|change" became possible for udev 109 and newer: http://git.kernel.org/?p=linux/hotplug/udev.git;a=shortlog;h=refs/tags/109 (make ACTION!="add|change" working) For example, in @{SL5/RHEL5/Centos5} udev is 097 version, in @SL6 - 147, in @gentoo-rolling - 171. XenServer 5.6 SP2 has udev 095. I think it would be appropriate to modify the contents of 52-nut- usbups.rules in the NUT sources to support for a different version of udev. > > Petr Kub'anek > ------ Dubrov _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser

