On Wed, Oct 15, 2014 at 12:06:06AM +0000, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
[...]
> 
> -- 
> 765426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765426
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems

  This bug report belongs most probably to the 'udev' package.

  Changing the group of '/dev/fd0' from 'disk' to 'floppy' causes 'eject'
to shut off the floppy drive light after a few seconds, although some
messages are shown.

  The bug is therefore caused by creating the device with the wrong
group.

  The 'MAKEFLOPPIES' program in 'fdutils' makes the floppy devices
belong to the group 'floppy'.

  After some search I found analogous lines for a 'block' device in
'/lib/udev/rules.d/50-udev-default.rules'.

SUBSYSTEM=="block", GROUP="disk"
SUBSYSTEM=="block", KERNEL=="sr[0-9]*", GROUP="cdrom"

  Adding

SUBSYSTEM=="block", KERNEL=="fd[0-9]*", GROUP="floppy"

  created the floppy device with the right group.

-- 
Bjarni I. Gislason


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to