Advertisement
Guest User

Untitled

a guest
Sep 7th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.77 KB | None | 0 0
  1. + . /etc/rc.conf
  2. ++ LOCALE=es_AR.UTF-8
  3. ++ DAEMON_LOCALE=yes
  4. ++ HARDWARECLOCK=UTC
  5. ++ TIMEZONE=America/Argentina/Buenos_Aires
  6. ++ KEYMAP=la-latin1
  7. ++ CONSOLEFONT=
  8. ++ CONSOLEMAP=
  9. ++ USECOLOR=yes
  10. ++ VERBOSE=3
  11. ++ MODULES=()
  12. ++ UDEV_TIMEOUT=30
  13. ++ USEDMRAID=no
  14. ++ USEBTRFS=no
  15. ++ USELVM=no
  16. ++ HOSTNAME=joaquin-Vostro
  17. ++ interface=
  18. ++ address=
  19. ++ netmask=
  20. ++ gateway=
  21. ++ NETWORK_PERSIST=no
  22. ++ DAEMONS=(@syslog-ng @dkms_autoinstaller @acpid dbus ufw @i8kmon @networkmanager @ntpd @bluetooth @clamav @crond @bumblebee)
  23. + . /etc/rc.d/functions
  24. ++ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  25. ++ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  26. ++ [[ start == \s\t\a\r\t ]]
  27. ++ [[ -n '' ]]
  28. ++ export STARTING=1
  29. ++ STARTING=1
  30. ++ calc_columns
  31. ++ STAT_COL=80
  32. ++ [[ ! -t 1 ]]
  33. ++ [[ -t 0 ]]
  34. +++ stty size
  35. ++ STAT_COL='24 80'
  36. ++ STAT_COL=80
  37. ++ ((  STAT_COL == 0  ))
  38. ++ STAT_COL=67
  39. ++ [[ -t 1 ]]
  40. ++ SAVE_POSITION='\e[s'
  41. ++ RESTORE_POSITION='\e[u'
  42. ++ DEL_TEXT='\e[71G'
  43. +++ tput colors
  44. ++ TERM_COLORS=8
  45. ++ ((  0 != 3  ))
  46. ++ case $TERM_COLORS in
  47. ++ unset TERM_COLORS
  48. ++ unset TZ
  49. ++ unset LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL
  50. ++ [[ yes = [yY][eE][sS] ]]
  51. ++ [[ -n es_AR.UTF-8 ]]
  52. ++ export LANG=es_AR.UTF-8
  53. ++ LANG=es_AR.UTF-8
  54. ++ [[ yes = [yY][eE][sS] ]]
  55. ++ tput setaf 0
  56. +++ tput sgr0
  57. ++ C_CLEAR=''
  58. +++ tput bold
  59. ++ C_MAIN=''
  60. +++ tput setaf 4
  61. ++ C_OTHER=''
  62. +++ tput setaf 0
  63. ++ C_SEPARATOR=''
  64. +++ tput setaf 6
  65. ++ C_BUSY=''
  66. +++ tput setaf 1
  67. ++ C_FAIL=''
  68. ++ C_DONE=''
  69. +++ tput setaf 5
  70. ++ C_BKGD=''
  71. ++ C_H1=''
  72. +++ tput setaf 6
  73. ++ C_H2=''
  74. ++ PREFIX_REG=::
  75. ++ PREFIX_HL=' >'
  76. ++ declare -a omit_pids
  77. ++ for CS in /sbin/cryptsetup /usr/sbin/cryptsetup /sbin/cryptsetup.static ''\'''\'''
  78. ++ [[ -x /sbin/cryptsetup ]]
  79. ++ break
  80. ++ NETFS=nfs,nfs4,smbfs,cifs,codafs,ncpfs,shfs,fuse,fuseblk,glusterfs,davfs,fuse.glusterfs
  81. ++ ((  RC_FUNCTIONS_HOOK_FUNCS_DEFINED != 1  ))
  82. ++ declare -A hook_funcs
  83. ++ declare -fr add_hook run_hook
  84. ++ declare -r RC_FUNCTIONS_HOOK_FUNCS_DEFINED=1
  85. ++ for f in '/etc/rc.d/functions.d/*'
  86. ++ [[ -e /etc/rc.d/functions.d/plymouth.functions ]]
  87. ++ . /etc/rc.d/functions.d/plymouth.functions
  88. +++ [[ -x /bin/plymouth ]]
  89. +++ [[ -x /sbin/plymouthd ]]
  90. +++ save_function stat_busy std_stat_busy
  91. ++++ declare -f stat_busy
  92. +++ local 'ORIG=stat_busy ()
  93. {
  94.    printf "${C_OTHER}${PREFIX_REG} ${C_MAIN}${1}${C_CLEAR} ";
  95.    printf "${SAVE_POSITION}";
  96.    deltext;
  97.    printf "   ${C_OTHER}[${C_BUSY}BUSY${C_OTHER}]${C_CLEAR} "
  98. }'
  99. +++ eval 'std_stat_busy ()
  100. {
  101.    printf "${C_OTHER}${PREFIX_REG} ${C_MAIN}${1}${C_CLEAR} ";
  102.    printf "${SAVE_POSITION}";
  103.    deltext;
  104.    printf "   ${C_OTHER}[${C_BUSY}BUSY${C_OTHER}]${C_CLEAR} "
  105. }'
  106. +++ save_function stat_fail std_stat_fail
  107. ++++ declare -f stat_fail
  108. +++ local 'ORIG=stat_fail ()
  109. {
  110.    deltext;
  111.    printf "   ${C_OTHER}[${C_FAIL}FAIL${C_OTHER}]${C_CLEAR} \n"
  112. }'
  113. +++ eval 'std_stat_fail ()
  114. {
  115.    deltext;
  116.    printf "   ${C_OTHER}[${C_FAIL}FAIL${C_OTHER}]${C_CLEAR} \n"
  117. }'
  118. +++ add_hook sysinit_postmount ply_sysinit_postmount
  119. +++ [[ -n sysinit_postmount ]]
  120. +++ [[ -n ply_sysinit_postmount ]]
  121. +++ hook_funcs[$1]+=' ply_sysinit_postmount'
  122. +++ add_hook multi_end ply_quit_boot
  123. +++ [[ -n multi_end ]]
  124. +++ [[ -n ply_quit_boot ]]
  125. +++ hook_funcs[$1]+=' ply_quit_boot'
  126. +++ add_hook shutdown_poweroff ply_quit_shutdown
  127. +++ [[ -n shutdown_poweroff ]]
  128. +++ [[ -n ply_quit_shutdown ]]
  129. +++ hook_funcs[$1]+=' ply_quit_shutdown'
  130. +++ add_hook shutdown_start ply_shutdown_start
  131. +++ [[ -n shutdown_start ]]
  132. +++ [[ -n ply_shutdown_start ]]
  133. +++ hook_funcs[$1]+=' ply_shutdown_start'
  134. ++ ((  0 == 1  ))
  135. + '[' -x /usr/bin/ufw ']'
  136. + for s in '"/lib/ufw/ufw-init-functions"' '"/etc/ufw/ufw.conf"'
  137. + '[' -s /lib/ufw/ufw-init-functions ']'
  138. + . /lib/ufw/ufw-init-functions
  139. ++ set -e
  140. ++ PATH=/sbin:/bin:/usr/sbin:/usr/bin
  141. ++ for s in '"/etc/default/ufw"' '"/etc/ufw/ufw.conf"'
  142. ++ '[' -s /etc/default/ufw ']'
  143. ++ . /etc/default/ufw
  144. +++ IPV6=no
  145. +++ DEFAULT_INPUT_POLICY=DROP
  146. +++ DEFAULT_OUTPUT_POLICY=ACCEPT
  147. +++ DEFAULT_FORWARD_POLICY=DROP
  148. +++ DEFAULT_APPLICATION_POLICY=SKIP
  149. +++ MANAGE_BUILTINS=no
  150. +++ IPT_SYSCTL=/etc/ufw/sysctl.conf
  151. +++ IPT_MODULES='nf_conntrack_ftp nf_nat_ftp nf_conntrack_irc nf_nat_irc'
  152. ++ for s in '"/etc/default/ufw"' '"/etc/ufw/ufw.conf"'
  153. ++ '[' -s /etc/ufw/ufw.conf ']'
  154. ++ . /etc/ufw/ufw.conf
  155. +++ ENABLED=yes
  156. +++ LOGLEVEL=medium
  157. ++ RULES_PATH=/etc/ufw
  158. ++ USER_PATH=/lib/ufw
  159. + for s in '"/lib/ufw/ufw-init-functions"' '"/etc/ufw/ufw.conf"'
  160. + '[' -s /etc/ufw/ufw.conf ']'
  161. + . /etc/ufw/ufw.conf
  162. ++ ENABLED=yes
  163. ++ LOGLEVEL=medium
  164. + error=0
  165. + case "$1" in
  166. + '[' yes = yes ']'
  167. + stat_busy 'Starting ufw'
  168. + ply_client '--update=Starting ufw'
  169. + /bin/plymouth --ping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement