==========================================================
before:
----------
debian:~# udevadm version
125
debian:~# udevadm monitor
udevmonitor will print the received events for:
UDEV the event which udev sends out after rule processing
UEVENT the kernel uevent
<----- inserted the floppy disk
UEVENT[1239168891.307783] change /block/sdb (block)
UDEV [1239168891.363556] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
UDEV [1239168899.489551] change /block/sdb (block)
<----- rejected the floppy disk
UDEV [1239168919.966455] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
==========================================================
after applied my temporary solution:
----------
debian:~# udevadm monitor
udevmonitor will print the received events for:
UDEV the event which udev sends out after rule processing
UEVENT the kernel uevent
<----- inserted the floppy disk
UDEV [1239169193.647558] change /block/sdb (block)
UEVENT[1239169193.709325] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
UDEV [1239169193.710835] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
<----- rejected the floppy disk
UDEV [1239169295.964712] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
==========================================================
==========================================================
version 0.140-2 has the same problem
----------
debian:~# udevadm version
140
debian:~# udevadm monitor
monitor will print the received events for:
UDEV the event which udev sends out after rule processing
UEVENT the kernel uevent
<----- inserted the floppy disk
UEVENT[1239171095.656421] change /block/sdb (block)
UEVENT[1239171095.717901] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
UDEV [1239171095.717965] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
UDEV [1239171104.035476] change /block/sdb (block)
<----- rejected the floppy disk
UEVENT[1239171141.980446] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
UDEV [1239171141.980514] change
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
(scsi)
==========================================================
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]