Opened 17 years ago

Closed 17 years ago

#3192 closed patch (fixed)

getting rid of "no record of '<blockdevice>' in database" messages

Reported by: anonymous Owned by: stuartm
Priority: trivial Milestone: 0.21
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

This is really very trivial, but I was trying to figure out where the following messages come from in my mythfrontend.log:

no record for '/block/hdc/device' in database
no record for '/block/hdc/holders' in database
no record for '/block/hdc/queue' in database
no record for '/block/hdc/slaves' in database
no record for '/block/hdc/subsystem' in database

It comes from udevinfo's stderr when called within MediaMonitorUnix::GetDeviceFile?.

This patch tells Qt to grab the stderr output as well as the stdout output -- preventing the message from spewing to mythfrontend's stderr (and therefore the logfile).

Attachments (1)

udevinfo.patch (487 bytes) - added by david.asher@… 17 years ago.
patch to grab udevinfo's stderr in GetDeviceFile?

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by david.asher@…

Attachment: udevinfo.patch added

patch to grab udevinfo's stderr in GetDeviceFile?

comment:1 Changed 17 years ago by stuartm

Milestone: unknown0.21
Owner: changed from Isaac Richards to stuartm
Version: 0.20head

comment:2 Changed 17 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [13258]) Closes #3192

Captures udevinfo output on stderr and emits it through the VERBOSE macro. (VB_MEDIA)

Note: See TracTickets for help on using tickets.