I am having a problem in a VM at a hoster: my devd is spamming my logs with
I do not want to use devd's quite mode ("-q"), but like to address this specific message.
the relevant dmesg part:
and pciconf:
Can some tell me how to use either devd to silence that device, or better: disable it using /boot/loader.conf or device.hints?
Code:
Processing event '!system=CAM subsystem=periph type=error device=cd0 serial="QM00001" cam_status="0x4cc" scsi_status=2 scsi_sense="70 02 3a 00" CDB="00 00 00 00 00 00 " '
I do not want to use devd's quite mode ("-q"), but like to address this specific message.
the relevant dmesg part:
Code:
cd0 at ahcich0 bus 0 scbus1 target 0 lun 0
cd0: <QEMU QEMU DVD-ROM 2.5+> Removable CD-ROM SCSI device
cd0: Serial Number QM00001
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
and pciconf:
Code:
ahci0@pci0:0:31:2: class=0x010601 rev=0x02 hdr=0x00 vendor=0x8086 device=0x2922 subvendor=0x1af4 subdevice=0x1100
vendor = 'Intel Corporation'
device = '82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode]'
class = mass storage
Can some tell me how to use either devd to silence that device, or better: disable it using /boot/loader.conf or device.hints?