[mythtv-commits] Ticket #10265: mythbackend main thread blocks soon after startup on CentOS 6.2

MythTV noreply at mythtv.org
Sun Dec 2 23:34:07 UTC 2012


#10265: mythbackend main thread blocks soon after startup on CentOS 6.2
----------------------------------------+----------------------------
 Reporter:  J. Ali Harlow <ali@…>       |          Owner:
     Type:  Bug Report - Hang/Deadlock  |         Status:  new
 Priority:  minor                       |      Milestone:  unknown
Component:  MythTV - General            |        Version:  0.24-fixes
 Severity:  medium                      |     Resolution:
 Keywords:                              |  Ticket locked:  0
----------------------------------------+----------------------------

Comment (by karlcz@…):

 I just encountered this on two up to date CentOS 6.3 + EPEL + RPM Fusion
 machines using the mythtv 0.25 packages from RPM fusion.

 A workaround that seems to work for now is to enable all of dbus,
 mythbackend, and GDM with auto-login as usual (for mythfrontend).  Then in
 rc.local add this hack to get mythbackend started without dbus being
 available before restarting it for the sake of GDM and friends:

 {{{
 service messagebus stop
 service mythbackend stop
 sleep 5
 service mythbackend start
 sleep 5
 service messagebus start
 }}}

 Does anybody know how to tell mythbackend not to use dbus?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10265#comment:25>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list