Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. /var/lib/mythtv/recordings$ pkexec --user mythtv x264trans.py --chanid 1472 --starttime 20120122153000
  2. ^CTraceback (most recent call last):
  3. File "/usr/local/bin/x264trans.py", line 105, in <module>
  4. main()
  5. File "/usr/local/bin/x264trans.py", line 99, in main
  6. runjob(chanid=opts.chanid, starttime=opts.starttime)
  7. File "/usr/local/bin/x264trans.py", line 47, in runjob
  8. '--preset="iphone"')
  9. File "/usr/lib/pymodules/python2.7/MythTV/system.py", line 57, in __call__
  10. def __call__(self, *args): return self.command(*args)
  11. File "/usr/lib/pymodules/python2.7/MythTV/system.py", line 89, in command
  12. return self._runcmd('%s %s' % (self.path, arg))
  13. File "/usr/lib/pymodules/python2.7/MythTV/system.py", line 94, in _runcmd
  14. self.returncode = fd.wait()
  15. File "/usr/lib/python2.7/subprocess.py", line 1281, in wait
  16. pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
  17. File "/usr/lib/python2.7/subprocess.py", line 478, in _eintr_retry_call
  18. return func(*args)
  19. KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement