Opened 13 years ago

Closed 13 years ago

#10028 closed Patch - Bug Fix (fixed)

[PATCH] MediaMonitorUnix: Wait until UDisks service is available

Reported by: Lawrence Rust <lvr@…> Owned by: beirdo
Priority: minor Milestone: 0.25
Component: MythTV - General Version: Master Head
Severity: medium Keywords: mediamonitor UDisks
Cc: Ticket locked: no

Description

If MythTV is started (as a service) during system startup then MythTV can start in parallel with DBus. However, the UDisks service, which is needed to enumerate CD/DVD drives and other hot plug drives, is started asynchroously by DBus and isn't available immediately. This change makes CheckMountable? poll until the UDisks service is up.

Attachments (1)

0011-Wait-in-MediaMonitorUnix-until-UDisks-service-is-ava.patch (5.6 KB) - added by Lawrence Rust <lvr@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by Lawrence Rust <lvr@…>

comment:1 Changed 13 years ago by beirdo

Owner: set to beirdo
Status: newassigned

comment:2 Changed 13 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: assignedclosed

Wait in MediaMonitorUnix? until UDisks service is available

When booting up, MythTV can start in parallel with DBus. However, the UDisks service is started asynchroously by DBus and isn't available immediately. This change makes CheckMountable? poll for the UDisks service, which is needed to enumerate CD/DVD drives and other hot plug drives.

Closes #10028

Signed-off-by: Lawrence Rust <lvr@…> Signed-off-by: Gavin Hurlbut <ghurlbut@…>

Branch: master Changeset: cfcf7d640e32047b914137bb42c3aba7e8c3e98a

Note: See TracTickets for help on using tickets.