[mythtv-commits] Ticket #10347: Updating to v0.25pre-4551-g769dfae prevents mythbackend shutdown
MythTV
noreply at mythtv.org
Fri Feb 17 07:35:25 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 beirdo):
On the original line you had 2>&1 > /dev/null. Thus, no matter what I do
with stderr or stdout in our code, you aren't supposed to be writing to
either. I don't see an issue here.
However, let me try something to see if it helps with what I can only
describe as a very oddly broken set of circumstances.
You may also want to try changing the line to:
(grep foo /etc/hosts) 2>&1 > /dev/null
or:
((grep foo /etc/hosts) 2>&1) > /dev/null
Meanwhile, I'll go see if I can unbork this.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/10347#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list