Comment 11 for bug 19215

Revision history for this message
Martin Pitt (pitti) wrote :

(In reply to comment #9)
> > If the device is plugged in, can you please show me the output of
> > > ls -l /dev/sdb*
> Output:
>
> brw-rw---- 1 root floppy 8, 16 2005-07-29 18:09 /dev/sdb
> brw-rw---- 1 root disk 8, 17 2005-07-29 18:09 /dev/sdb1

Hah, my gut feeling was right. sdb1 has the wrong group, so hal cannot read the
device.

> Running the command as specified says that --drop-privileges is an unrecognized
> option.

Ah, right, I updated the page; In Breezy, --drop-privileges doesn't exist any
more (it's the default), and there is now a --retain-privileges switch. Anyway,
we have to debug udev now, which seems to be the actual cause of that bug.

If the device is plugged in, can you please do:

   sudo sh -x /etc/udev/scripts/removable.sh sdb > removable-sdb.txt 2>&1
   sudo sh -x /etc/udev/scripts/removable.sh sdb1 > removable-sdb1.txt 2>&1

and attach removable-sdb.txt and removable-sdb1.txt here?