Guest User

Untitled

a guest
Nov 3rd, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.46 KB | None | 0 0
  1. + NAME=sabnzbdplus
  2. + DAEMON=/usr/bin/sabnzbdplus
  3. + SETTINGS=/etc/default/sabnzbdplus
  4. + [ -x /usr/bin/sabnzbdplus ]
  5. + [ -r /etc/default/sabnzbdplus ]
  6. + DESC=SABnzbd+ binary newsgrabber
  7. + DEFOPTS=--daemon
  8. + sed -n 1s/^#\! \?\([a-z0-9\.\/]\+\)\(.*\)/\1(\2)?/p /usr/bin/sabnzbdplus
  9. + PYTHONEXEC=^/usr/bin/python( -OO)?
  10. + PIDFILE=/var/run/sabnzbdplus.pid
  11. + unset USER CONFIG HOST PORT EXTRAOPTS
  12. + . /lib/lsb/init-functions
  13. + FANCYTTY=
  14. + [ -e /etc/lsb-base-logging.sh ]
  15. + . /etc/lsb-base-logging.sh
  16. + LOG_DAEMON_MSG=
  17. + start_sab
  18. + load_settings
  19. + [ -z  ]
  20. + . /etc/default/sabnzbdplus
  21. + USER=xbmc
  22. + HOST=0.0.0.0
  23. + PORT=8089
  24. + [ -z xbmc ]
  25. + OPTIONS=--daemon
  26. + [ -n  ]
  27. + [ -n 0.0.0.0 ]
  28. + SERVER=0.0.0.0
  29. + [ -n 8089 ]
  30. + SERVER=0.0.0.0:8089
  31. + [ -n 0.0.0.0:8089 ]
  32. + OPTIONS=--daemon --server 0.0.0.0:8089
  33. + [ -n  ]
  34. + return 0
  35. + is_running
  36. + pgrep -f -x -u xbmc ^/usr/bin/python( -OO)? /usr/bin/sabnzbdplus --daemon.*
  37. + PID=
  38. + RET=1
  39. + [ 1 -gt 1 ]
  40. + return 1
  41. + log_daemon_msg Starting SABnzbd+ binary newsgrabber
  42. + [ -z Starting SABnzbd+ binary newsgrabber ]
  43. + log_use_fancy_output
  44. + TPUT=/usr/bin/tput
  45. + EXPR=/usr/bin/expr
  46. + [ -t 1 ]
  47. + [ xxterm-256color != x ]
  48. + [ xxterm-256color != xdumb ]
  49. + [ -x /usr/bin/tput ]
  50. + [ -x /usr/bin/expr ]
  51. + /usr/bin/tput hpa 60
  52. + /usr/bin/tput setaf 1
  53. + [ -z ]
  54. + FANCYTTY=1
  55. + true
  56. + /usr/bin/tput xenl
  57. + /usr/bin/tput cols
  58. + COLS=204
  59. + [ 204 ]
  60. + [ 204 -gt 6 ]
  61. + /usr/bin/expr 204 - 7
  62. + COL=197
  63. + log_use_plymouth
  64. + [ n = y ]
  65. + plymouth --ping
  66. + printf  * Starting SABnzbd+ binary newsgrabber      
  67.  * Starting SABnzbd+ binary newsgrabber       + /usr/bin/expr 204 - 1
  68. + /usr/bin/tput hpa 203
  69.                                                                                                                                                                                                            + printf  
  70.  + start-stop-daemon --quiet --chuid xbmc --start --exec /usr/bin/sabnzbdplus -- --daemon --server 0.0.0.0:8089
  71. + check_retval
  72. + [ 2 -eq 0 ]
  73. + log_end_msg 1
  74. + [ -z 1 ]
  75. + [ 197 ]
  76. + [ -x /usr/bin/tput ]
  77. + log_use_plymouth
  78. + [ n = y ]
  79. + plymouth --ping
  80. + printf \r
  81. + /usr/bin/tput hpa 197
  82.                                                                                                                                                                                                      + [ 1 -eq 0 ]
  83. + printf [
  84. [+ /usr/bin/tput setaf 1
  85. + printf fail
  86. fail+ /usr/bin/tput op
  87. + echo ]
  88. ]
  89. + return 1
  90. + exit 1
Advertisement
Add Comment
Please, Sign In to add comment