Bug#948358: (no subject)

Michael Biebl biebl at debian.org
Sat Feb 1 08:24:25 GMT 2020


On Sat, 25 Jan 2020 16:59:54 +0100 Michael Biebl <biebl at debian.org> wrote:
> On Mon, 13 Jan 2020 15:10:46 +0100 Michael Biebl <biebl at debian.org> wrote:
> > Am 13.01.20 um 14:57 schrieb pioruns at gmail.com:
> > 
> > > None of them returned any error in dmesg so far.
> > 
> > 
> > You can also check the following invocations from
> > 60-persistent-storage.rules:
> > 
> > > # ATA
> > > KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $devnode"
> > > 
> > > # ATAPI devices (SPC-3 or later)
> > > KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export $devnode"
> > > 
> > > # Run ata_id on non-removable USB Mass Storage (SATA/PATA disks in enclosures)
> > > KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", ATTR{removable}=="0", SUBSYSTEMS=="usb", IMPORT{program}="ata_id --export $devnode"
> > > 
> > > # Fall back usb_id for USB devices
> > > KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id"
> > > 
> > > # SCSI devices
> > > KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $devnode", ENV{ID_BUS}="scsi"
> > 
> > 
> > 
> > > # probe filesystem metadata of optical drives which have a media inserted
> > > KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="?*", \
> > >   IMPORT{builtin}="blkid --offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}"
> > > # single-session CDs do not have ID_CDROM_MEDIA_SESSION_LAST_OFFSET
> > > KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="", \
> > >   IMPORT{builtin}="blkid --noraid"
> > 
> > 
> > 
> > blkid is installed as /sbin/blkid
> > 
> 
> None of the binaries shipped by udev or the udev rules seem to trigger
> this issue, so I'm unsure if it makes sense to keep this bug report open
> against udev as I have no idea what I should do with it.


Any luck in narrowing down the problem?

When exactly does the problem happen? Only during boot?
If so, a verbose debug log would be helpful [1]

Or does it happen after boot as well? Is it related to some other events?


[1] https://freedesktop.org/wiki/Software/systemd/Debugging/
    -> If You Can Get a Shell

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20200201/ce13fd88/attachment.sig>


More information about the Pkg-systemd-maintainers mailing list