Comment 17 for bug 445953

Revision history for this message
Jan-Philipp Litza (jplitza) wrote :

At least for me, the problem was solved by changing the following line in /etc/init/mythtv-backend.conf
  exec /bin/su -c "/usr/bin/mythbackend $ARGS" $USER
to the following
  exec /usr/bin/sudo -u $USER /usr/bin/mythbackend $ARGS
I don't care if that's "the way it's supposed to be done"™, but it works. With the first line, ck-list-sessions lists a session for mythtv...