Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. fabrice@mythtv:~$ ~/mythtv-setup
  2. + . /usr/share/mythtv/dialog_functions.sh
  3. + find_session
  4. + [ x = xtrue ]
  5. + [ x != x ]
  6. + xprop -root _DT_SAVE_MODE
  7. + grep = \"xfce4\"$
  8. + DE=xfce
  9. + which zenity
  10. + DIALOG=/usr/bin/zenity
  11. + DIALOG_TYPE=zenity
  12. + which gksu
  13. + SU=/usr/bin/gksu
  14. + SU_TYPE=gksu
  15. + find_dialog
  16. + [ -z /usr/bin/zenity ]
  17. + [ -z /usr/bin/zenity ]
  18. + [ -z /usr/bin/zenity ]
  19. + find_su
  20. + [ -z /usr/bin/gksu ]
  21. + [ -z /usr/bin/gksu ]
  22. + [ -z /usr/bin/gksu ]
  23. + [ -z gksu ]
  24. + check_groups
  25. + groups
  26. + grep --invert-match mythtv
  27. + [ -n ]
  28. + IGNORE_NOT=0
  29. + symlink
  30. + mkdir -p /home/fabrice/.mythtv
  31. + [ ! -e /home/fabrice/.mythtv/mysql.txt ]
  32. + [ 0 = 0 ]
  33. + status mythtv-backend
  34. + grep running
  35. + RUNNING=mythtv-backend start/running, process 27767
  36. + [ -n mythtv-backend start/running, process 27767 ]
  37. + dialog_question MythTV Setup Preparation Mythbackend must be closed before continuing.\nIs it OK to close any currently running mythbackend processes?
  38. + TITLE=MythTV Setup Preparation
  39. + TEXT=Mythbackend must be closed before continuing.\nIs it OK to close any currently running mythbackend processes?
  40. + [ zenity = zenity ]
  41. + /usr/bin/zenity --title MythTV Setup Preparation --question --text Mythbackend must be closed before continuing.\nIs it OK to close any currently running mythbackend processes?
  42. + CLOSE_NOT=0
  43. + [ 0 = 0 ]
  44. + [ -n mythtv-backend start/running, process 27767 ]
  45. + [ xfce = kde ]
  46. + gksu stop mythtv-backend --message Please enter your current login password to stop mythtv-backend.
  47. mythtv-backend stop/waiting
  48. + xterm -title MythTV Setup Terminal -e taskset -c 0 /usr/bin/mythtv-setup.real --syslog local 7
  49. + [ -z mythtv-backend start/running, process 27767 ]
  50. + START_NOT=0
  51. + [ 0 = 0 ]
  52. + [ xfce = kde ]
  53. + gksu start mythtv-backend --message Please enter your current login password to start mythtv-backend.
  54. mythtv-backend start/running, process 28164
  55. + dialog_question Fill Database? Would you like to run mythfilldatabase?
  56. + TITLE=Fill Database?
  57. + TEXT=Would you like to run mythfilldatabase?
  58. + [ zenity = zenity ]
  59. + /usr/bin/zenity --title Fill Database? --question --text Would you like to run mythfilldatabase?
  60. + DATABASE_NOT=1
  61. + [ 1 = 0 ]
  62. fabrice@mythtv:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement