[mythtv-commits] Ticket #10890: Mythfrontend tries every 30s to start mythlogserver

MythTV noreply at mythtv.org
Tue Feb 5 00:43:19 UTC 2013


#10890: Mythfrontend tries every 30s to start mythlogserver
----------------------------------+-----------------------------
 Reporter:  jyavenard             |          Owner:  beirdo
     Type:  Bug Report - General  |         Status:  assigned
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by jyavenard):

 There's really no need to daemonize mythlogserver when started by the
 backend as it has already forked to start mythlogserver.

 According to Apple documentation, a call to fork must be followed by an
 exec.
 The daemon API doesn't do that and the started application is then killed.

 This patch disable the daemon option (just ignores it).

 Please try and see how that works for you. I find no downside to that
 approach. logging works well here

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


More information about the mythtv-commits mailing list