[mythtv-commits] Ticket #10347: Updating to v0.25pre-4551-g769dfae prevents mythbackend shutdown

MythTV noreply at mythtv.org
Fri Feb 17 06:22:17 UTC 2012


#10347: Updating to v0.25pre-4551-g769dfae prevents mythbackend shutdown
--------------------------------------------+-----------------------------
 Reporter:  Bill Meek <keemllib@…>          |          Owner:  beirdo
     Type:  Bug Report - General            |         Status:  new
 Priority:  minor                           |      Milestone:  unknown
Component:  MythTV - MythSystem             |        Version:  Master Head
 Severity:  medium                          |     Resolution:
 Keywords:                                  |  Ticket locked:  0
--------------------------------------------+-----------------------------

Comment (by Bill Meek <keemllib@…>):

 Replying to [comment:1 beirdo]:
 >Please find out which term on that final if is false...

 It is NC=2 (not 1), or result of netstat|grep 2>&1

 I changed the script to simply "grep foo /etc/hosts".
 Then ran it with and without "2>&1" appended.

 For these tests, there is no foo in /etc/hosts and
 result=value is from system-unix.cpp:326 in the log.

 4450-774ceca
 {{{
 grep foo /etc/hosts 2>&1 result=1
 grep foo /etc/hosts      result=1
 }}}
 4451-769dfae
 {{{
 grep foo /etc/hosts 2>&1 result=2 <------
 grep foo /etc/hosts      result=1
 }}}

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


More information about the mythtv-commits mailing list