[mythtv-users] irexec question

John Morris jmorris at beau.org
Fri Sep 27 21:46:42 UTC 2013


On Fri, 2013-09-27 at 08:30 -0700, Gabe Rubin wrote:

> One thing I am doing is when ratpoison starts up, it starts irexec (as well
> as mythfrontend).  I can see that irexec is started from doing a ps -A,
> however, my button presses that are tied to irexec do nothing.  When I kill
> irexec and start it from the command line, the button presses work, so I
> know it is not an irexec issue per se.  Is there something obvious I am
> missing?  Do I need to have a pause between starting myth and irexec?

> exec /usr/bin/xset -dpms >/dev/null
> exec /usr/bin/xset s off >/dev/null
> exec /usr/bin/mythstart.sh
> exec /usr/bin/irexec

Don't use ratpoison but I do something similar directly in .xsession,
suspect the problem is that the first two commands return but
mythstart.sh probably doesn't.  Do you need something explicit to
background it?  So are you sure the irexec you see is the one started
there?

And I'm using the --daemon switch on irexec to background it properly.
Hmm, looking at the manpage it says I needed to explicitly specifify the
config file but I'm not and it works.  Something to watch for though.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130927/7fe30ce1/attachment.sig>


More information about the mythtv-users mailing list