Advertisement
Guest User

pre log file

a guest
Dec 22nd, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [root@camspark Policy]# service policyserver stop
  2. Stopping Policy Server: Stopping PolicyServer stopped PID=683
  3. done
  4. [root@camspark Policy]# bash -x service policyserver start |& tee policyserver_startup.log
  5. + . /etc/init.d/functions
  6. ++ TEXTDOMAIN=initscripts
  7. ++ umask 022
  8. ++ PATH=/sbin:/usr/sbin:/bin:/usr/bin
  9. ++ export PATH
  10. ++ '[' -z '' ']'
  11. ++ COLUMNS=80
  12. ++ '[' -z '' ']'
  13. +++ /sbin/consoletype
  14. ++ CONSOLETYPE=pty
  15. ++ '[' -f /etc/sysconfig/i18n -a -z '' -a -z '' ']'
  16. ++ . /etc/profile.d/lang.sh
  17. ++ unset LANGSH_SOURCED
  18. ++ '[' -z '' ']'
  19. ++ '[' -f /etc/sysconfig/init ']'
  20. ++ . /etc/sysconfig/init
  21. +++ BOOTUP=color
  22. +++ RES_COL=60
  23. +++ MOVE_TO_COL='echo -en \033[60G'
  24. +++ SETCOLOR_SUCCESS='echo -en \033[0;32m'
  25. +++ SETCOLOR_FAILURE='echo -en \033[0;31m'
  26. +++ SETCOLOR_WARNING='echo -en \033[0;33m'
  27. +++ SETCOLOR_NORMAL='echo -en \033[0;39m'
  28. +++ PROMPT=no
  29. +++ AUTOSWAP=no
  30. +++ ACTIVE_CONSOLES='/dev/tty[1-6]'
  31. +++ SINGLE=/sbin/sushell
  32. ++ '[' pty = serial ']'
  33. ++ __sed_discard_ignored_files='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpmsave\)$/d'
  34. ++ basename service
  35. + VERSION='service ver. 0.91'
  36. ++ basename service
  37. + USAGE='Usage: service < option > | --status-all | [ service_name [ command | --full-restart ] ]'
  38. + SERVICE=
  39. + SERVICEDIR=/etc/init.d
  40. + OPTIONS=
  41. + '[' 2 -eq 0 ']'
  42. + cd /
  43. + '[' 2 -gt 0 ']'
  44. + case "${1}" in
  45. + '[' -z '' -a 2 -eq 1 -a policyserver = --status-all ']'
  46. + '[' 2 -eq 2 -a start = --full-restart ']'
  47. + '[' -z '' ']'
  48. + SERVICE=policyserver
  49. + shift
  50. + '[' 1 -gt 0 ']'
  51. + case "${1}" in
  52. + '[' -z policyserver -a 1 -eq 1 -a start = --status-all ']'
  53. + '[' 1 -eq 2 -a '' = --full-restart ']'
  54. + '[' -z policyserver ']'
  55. + OPTIONS=' start'
  56. + shift
  57. + '[' 0 -gt 0 ']'
  58. + '[' -f /etc/init.d/policyserver ']'
  59. + env -i PATH=/sbin:/usr/sbin:/bin:/usr/bin TERM=xterm /etc/init.d/policyserver start
  60. Starting Policy Server: done
  61. [root@camspark Policy]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement