[Buildbot-devel] slave won't start after upgrade from 0.7.5 to 0.7.7

John Stile john at stilen.com
Wed Jul 30 15:38:22 UTC 2008


Thank you for your response.  You are correct about the gentoo specific
problem with the init script.  I posted a response to the buildbot-devel
list, but it was dropped by the moderator.  The bug is here:
http://bugs.gentoo.org/show_bug.cgi?id=223437
The problem is that on one machine, one can't start both master and
slave concurrently.  On that bug, you will find a a working init script.
I hope this init script is in the ebuild of buildbot-0.7.8.
On Wed, 2008-07-30 at 10:31 +0000, Bailey, Darragh wrote:
> They happen to be gentoo specific files. You'll find them in portage, in the files directory under dev-util/buildbot. The ebuild file installs buildbot.initd as buildslave and buildmaster in the init.d directory.
> 
> It's these files that are the problem. I suspect that the gentoo init script is supposed to create /var/lib/init.d/daemons/buildslave via the function call start-stop-daemon.
> 
> I'll have a look at my home system later since that is gentoo based.
> 
> --
> Regards,
> Darragh Bailey
> 
> Systems Software Engineer
> Hewlett Packard Galway Ltd.
> +353 91 75-4674
> 
> Postal Address:    Hewlett Packard Galway Limited, Ballybrit Business Park, Galway
> Registered Office: Hewlett Packard Galway Limited, 63-74 Sir John Rogerson's Quay Dublin 2
> Registered Number: 361933
> 
> _______________________________________________
> The contents of this message and any attachments to it are confidential and may be legally privileged. If you have received this message in error you should delete it from your system immediately and advise the sender.
> To any recipient of this message within HP, unless otherwise stated you should consider this message and attachments as "HP CONFIDENTIAL".
> 
> 
> > -----Original Message-----
> > From: buildbot-devel-bounces at lists.sourceforge.net [mailto:buildbot-devel-
> > bounces at lists.sourceforge.net] On Behalf Of John Stile
> > Sent: 29 July 2008 19:27
> > To: BuildBot Devel
> > Subject: [Buildbot-devel] slave won't start after upgrade from 0.7.5 to
> > 0.7.7
> >
> > I have a gentoo machine that is both master and slave.
> > After upgrading from buildbot 0.7.5 to 0.7.7, the slave won't start, but
> > the master will start.
> > I think the slave error is due to a missing file
> > named /var/lib/init.d/daemons/buildslave.
> >
> > I followed directions for upgrading the master, but didn't see
> > equivalent directions to upgrade the slave.
> >
> > Below you will the the debug output when I try to start the slave with
> > the usual init script:
> > buildlinux2 build # /etc/init.d/buildslave --debug start
> > + [[ '' != \y\e\s ]]
> > + source /sbin/functions.sh
> > ++ RC_GOT_FUNCTIONS=yes
> > ++ [[ -f /etc/conf.d/rc ]]
> > ++ source /etc/conf.d/rc
> > +++ RC_TTY_NUMBER=11
> > +++ RC_PARALLEL_STARTUP=no
> > +++ RC_INTERACTIVE=yes
> > +++ RC_HOTPLUG=yes
> > +++ RC_COLDPLUG=yes
> > +++ RC_PLUG_SERVICES=
> > +++ RC_NET_STRICT_CHECKING=no
> > +++ RC_DOWN_INTERFACE=yes
> > +++ RC_VOLUME_ORDER='raid evms lvm dm'
> > +++ RC_VERBOSE=no
> > +++ RC_BOOTLOG=no
> > +++ RC_BOOTCHART=no
> > +++ RC_USE_FSTAB=no
> > +++ RC_USE_CONFIG_PROFILE=yes
> > +++ RC_FORCE_AUTO=no
> > +++ RC_DEVICES=auto
> > +++ RC_DEVICE_TARBALL=no
> > +++ RC_DMESG_LEVEL=1
> > +++ RC_RETRY_KILL=yes
> > +++ RC_RETRY_TIMEOUT=1
> > +++ RC_RETRY_COUNT=5
> > +++ RC_FAIL_ON_ZOMBIE=no
> > +++ RC_KILL_CHILDREN=no
> > +++ RC_WAIT_ON_START=0.1
> > +++ svcdir=/var/lib/init.d
> > +++ svcmount=no
> > +++ svcfstype=tmpfs
> > +++ svcsize=2048
> > ++ declare -r svclib=/lib/rcscripts
> > ++ declare -r svcdir=/var/lib/init.d
> > ++ svcmount=no
> > ++ svcfstype=tmpfs
> > ++ svcsize=2048
> > ++ deptypes='need use'
> > ++ ordtypes='before after'
> > ++ RC_QUIET_STDOUT=no
> > ++ RC_VERBOSE=no
> > ++ RC_NOCOLOR=no
> > ++ RC_ENDCOL=yes
> > ++ RC_TTY_NUMBER=11
> > ++ RC_PARALLEL_STARTUP=no
> > ++ RC_NET_STRICT_CHECKING=no
> > ++ RC_USE_FSTAB=no
> > ++ RC_USE_CONFIG_PROFILE=yes
> > ++ RC_FORCE_AUTO=no
> > ++ RC_DEVICES=auto
> > ++ RC_DOWN_INTERFACE=yes
> > ++ RC_VOLUME_ORDER='raid evms lvm dm'
> > ++ RC_INDENTATION=
> > ++ RC_DEFAULT_INDENT=2
> > ++ RC_DOT_PATTERN=
> > ++ import_addon splash-functions.sh
> > ++ local addon=/lib/rcscripts/addons/splash-functions.sh
> > ++ has_addon splash-functions.sh
> > ++ [[ -e /lib/rcscripts/addons/splash-functions.sh ]]
> > ++ return 1
> > ++ [[ -f /sbin/splash-functions.sh ]]
> > ++ source /sbin/splash-functions.sh
> > +++ export spl_cachesize=4096
> > +++ spl_cachesize=4096
> > +++ export spl_cachetype=tmpfs
> > +++ spl_cachetype=tmpfs
> > +++ export spl_cachedir=//lib/splash/cache
> > +++ spl_cachedir=//lib/splash/cache
> > +++ export spl_tmpdir=//lib/splash/tmp
> > +++ spl_tmpdir=//lib/splash/tmp
> > +++ export spl_fifo=//lib/splash/cache/.splash
> > +++ spl_fifo=//lib/splash/cache/.splash
> > +++ export spl_pidfile=//lib/splash/cache/daemon.pid
> > +++ spl_pidfile=//lib/splash/cache/daemon.pid
> > +++ export spl_util=//bin/splash_util.static
> > +++ spl_util=//bin/splash_util.static
> > +++ export spl_daemon=//sbin/fbsplashd.static
> > +++ spl_daemon=//sbin/fbsplashd.static
> > +++ export spl_decor=//sbin/fbcondecor_ctl.static
> > +++ spl_decor=//sbin/fbcondecor_ctl.static
> > +++ export spl_bindir=//lib/splash/bin
> > +++ spl_bindir=//lib/splash/bin
> > +++ '[' -n /bin/bash ']'
> > +++ export -f splash
> > +++ export -f splash_setup
> > +++ export -f splash_get_boot_message
> > +++ export -f splash_start
> > +++ export -f splash_cache_prep
> > +++ export -f splash_cache_cleanup
> > +++ export -f splash_comm_send
> > +++ export -f splash_get_mode
> > +++ export -f chvt
> > +++ export -f splash_verbose
> > +++ export -f splash_silent
> > +++ export -f splash_profile
> > +++ export -f splash_set_event_dev
> > +++ export -f splash_svclist_get
> > +++ for i in '/sbin/splash-functions-*.sh'
> > +++ '[' -r /sbin/splash-functions-bl1.sh ']'
> > +++ . /sbin/splash-functions-bl1.sh
> > +++ splash_setup
> > +++ '[' '' '!=' '' -a '' '!=' '' -a '' '!=' force ']'
> > +++ export SPLASH_EFFECTS=
> > +++ SPLASH_EFFECTS=
> > +++ export SPLASH_SANITY=
> > +++ SPLASH_SANITY=
> > +++ export SPLASH_MODE_REQ=off
> > +++ SPLASH_MODE_REQ=off
> > +++ export SPLASH_PROFILE=off
> > +++ SPLASH_PROFILE=off
> > +++ export SPLASH_THEME=default
> > +++ SPLASH_THEME=default
> > +++ export SPLASH_TTY=16
> > +++ SPLASH_TTY=16
> > +++ export SPLASH_KDMODE=TEXT
> > +++ SPLASH_KDMODE=TEXT
> > +++ export 'SPLASH_BOOT_MESSAGE=Booting the system ($progress%)... Press
> > F2 for verbose mode.'
> > +++ SPLASH_BOOT_MESSAGE='Booting the system ($progress%)... Press F2 for
> > verbose mode.'
> > +++ export 'SPLASH_SHUTDOWN_MESSAGE=Shutting down the system
> > ($progress%)... Press F2 for verbose mode.'
> > +++ SPLASH_SHUTDOWN_MESSAGE='Shutting down the system ($progress%)...
> > Press F2 for verbose mode.'
> > +++ export 'SPLASH_REBOOT_MESSAGE=Rebooting the system ($progress%)...
> > Press F2 for verbose mode.'
> > +++ SPLASH_REBOOT_MESSAGE='Rebooting the system ($progress%)... Press F2
> > for verbose mode.'
> > +++ '[' -f /etc/splash/splash ']'
> > +++ '[' -f /etc/conf.d/splash ']'
> > +++ . /etc/conf.d/splash
> > ++++ SPLASH_VERBOSE_ON_ERRORS=yes
> > ++++ SPLASH_EFFECTS=fadein,fadeout
> > +++ '[' -f /etc/conf.d/fbcondecor ']'
> > +++ '[' -f /proc/cmdline ']'
> > ++++ grep -o 'splash=[^ ]*' /proc/cmdline
> > +++ options=splash=silent,theme:livecd-2007.0
> > +++ for opt in '${options}'
> > +++ options=silent,theme:livecd-2007.0
> > ++++ echo silent,theme:livecd-2007.0
> > ++++ sed -e 's/,/ /g'
> > +++ for i in '$(echo "${options}" | sed -e '\''s/,/ /g'\'')'
> > +++ case ${i%:*} in
> > +++ SPLASH_MODE_REQ=silent
> > +++ for i in '$(echo "${options}" | sed -e '\''s/,/ /g'\'')'
> > +++ case ${i%:*} in
> > +++ SPLASH_THEME=livecd-2007.0
> > ++ import_addon profiling-functions.sh
> > ++ local addon=/lib/rcscripts/addons/profiling-functions.sh
> > ++ has_addon profiling-functions.sh
> > ++ [[ -e /lib/rcscripts/addons/profiling-functions.sh ]]
> > ++ return 1
> > ++ [[ no == \y\e\s ]]
> > ++ _RC_GET_KV_CACHE=
> > ++ NET_FS_LIST='afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs
> > smbfs'
> > ++ [[ -z '' ]]
> > ++
> > PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/sbin:/usr/lo
> > cal/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-
> > bin/4.1.2:/usr/qt/3/bin
> > ++ [[ -z '' ]]
> > +++ /sbin/consoletype
> > ++ export CONSOLETYPE=pty
> > ++ CONSOLETYPE=pty
> > ++ [[ pty == \s\e\r\i\a\l ]]
> > ++ for arg in '"$@"'
> > ++ case "${arg}" in
> > ++ for arg in '"$@"'
> > ++ case "${arg}" in
> > ++ for arg in '"$@"'
> > ++ case "${arg}" in
> > ++ setup_defaultlevels
> > ++ get_bootconfig
> > ++ local copt=
> > ++ local newbootlevel=
> > ++ local newsoftlevel=
> > ++ [[ -r /proc/cmdline ]]
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ for copt in '$(</proc/cmdline)'
> > ++ case "${copt%=*}" in
> > ++ [[ -n '' ]]
> > ++ export BOOTLEVEL=boot
> > ++ BOOTLEVEL=boot
> > ++ [[ -n '' ]]
> > ++ export DEFAULTLEVEL=default
> > ++ DEFAULTLEVEL=default
> > ++ return 0
> > ++ get_bootparam noconfigprofile
> > ++ local x copt params retval=1
> > ++ [[ ! -r /proc/cmdline ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ ro == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ real_root == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ splash == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ console == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ quiet == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ video == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ acpi == \g\e\n\t\o\o ]]
> > ++ return 1
> > ++ get_bootparam configprofile
> > ++ local x copt params retval=1
> > ++ [[ ! -r /proc/cmdline ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ ro == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ real_root == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ splash == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ console == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ quiet == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ video == \g\e\n\t\o\o ]]
> > ++ for copt in '$(< /proc/cmdline)'
> > ++ [[ acpi == \g\e\n\t\o\o ]]
> > ++ return 1
> > ++ [[ yes == \y\e\s ]]
> > ++ [[ -n default ]]
> > ++ [[ -d /etc/runlevels/boot.default ]]
> > ++ [[ -L /etc/runlevels/boot.default ]]
> > ++ [[ -z '' ]]
> > ++ [[ -f /var/lib/init.d/softlevel ]]
> > ++ export SOFTLEVEL=default
> > ++ SOFTLEVEL=default
> > ++ return 0
> > ++ [[ -n /sbin/functions.sh ]]
> > ++ [[ /sbin/runscript.sh != \/\s\b\i\n\/\r\c ]]
> > ++ declare -r BOOTLEVEL DEFAULTLEVEL SOFTLEVEL
> > ++ [[ -n '' ]]
> > ++ COLS=0
> > ++ ((  COLS == 0  ))
> > ++++ stty size
> > +++ set -- 35 127
> > +++ echo 127
> > ++ COLS=127
> > ++ ((  COLS > 0  ))
> > ++ [[ yes == \y\e\s ]]
> > '
> > ++ [[ no == \y\e\s ]]
> > ++ GOOD=''
> > ++ WARN=''
> > ++ BAD=''
> > ++ HILITE=''
> > ++ BRACKET=''
> > ++ NORMAL=''
> > + [[ 0 != \0 ]]
> > + myscript=/etc/init.d/buildslave
> > + [[ -L /etc/init.d/buildslave ]]
> > + SVCNAME=/etc/init.d/buildslave
> > + declare -r SVCNAME=buildslave
> > + export SVCNAME
> > + myservice=buildslave
> > + svc_trap
> > + trap 'eerror "ERROR:  ${SVCNAME} caught an interrupt"; exit 1' INT QUIT
> > TSTP
> > + [[ -e /dev/.rcsysinit ]]
> > + [[ '' == \1 ]]
> > + svcpause=no
> > + [[ '' != \y\e\s ]]
> > + source /lib/rcscripts/sh/rc-services.sh
> > ++ RC_GOT_SERVICES=yes
> > ++ [[ yes != \y\e\s ]]
> > ++ [[ '' != \y\e\s ]]
> > ++ [[ 0 == \0 ]]
> > ++ /sbin/depscan.sh
> > ++ source /var/lib/init.d/deptree
> > +++ declare -r rc_type_ineed=2
> > +++ declare -r rc_type_needsme=3
> > +++ declare -r rc_type_iuse=4
> > +++ declare -r rc_type_usesme=5
> > +++ declare -r rc_type_ibefore=6
> > +++ declare -r rc_type_iafter=7
> > +++ declare -r rc_type_broken=8
> > +++ declare -r rc_type_mtime=9
> > +++ declare -r rc_index_scale=10
> > +++ declare -a RC_DEPEND_TREE
> > +++ RC_DEPEND_TREE[0]=46
> > +++ RC_DEPEND_TREE[10]=crypto-loop
> > +++ RC_DEPEND_TREE[10+2]='checkroot modules'
> > +++ RC_DEPEND_TREE[10+3]=
> > +++ RC_DEPEND_TREE[10+4]=
> > +++ RC_DEPEND_TREE[10+5]=
> > +++ RC_DEPEND_TREE[10+6]='local localmount'
> > +++ RC_DEPEND_TREE[10+7]=checkroot
> > +++ RC_DEPEND_TREE[10+8]=
> > +++ RC_DEPEND_TREE[10+9]=1212696007
> > +++ RC_DEPEND_TREE[20]=cupsd
> > +++ RC_DEPEND_TREE[20+2]=
> > +++ RC_DEPEND_TREE[20+3]=
> > +++ RC_DEPEND_TREE[20+4]=net
> > +++ RC_DEPEND_TREE[20+5]=samba
> > +++ RC_DEPEND_TREE[20+6]=local
> > +++ RC_DEPEND_TREE[20+7]='checkroot syslog-ng'
> > +++ RC_DEPEND_TREE[20+8]=
> > +++ RC_DEPEND_TREE[20+9]=1216777284
> > +++ RC_DEPEND_TREE[30]=dcron
> > +++ RC_DEPEND_TREE[30+2]=
> > +++ RC_DEPEND_TREE[30+3]=
> > +++ RC_DEPEND_TREE[30+4]='clock hostname syslog-ng'
> > +++ RC_DEPEND_TREE[30+5]=
> > +++ RC_DEPEND_TREE[30+6]=local
> > +++ RC_DEPEND_TREE[30+7]='checkroot ntp-client'
> > +++ RC_DEPEND_TREE[30+8]=
> > +++ RC_DEPEND_TREE[30+9]=1202107929
> > +++ RC_DEPEND_TREE[40]=gpm
> > +++ RC_DEPEND_TREE[40+2]=localmount
> > +++ RC_DEPEND_TREE[40+3]=
> > +++ RC_DEPEND_TREE[40+4]=syslog-ng
> > +++ RC_DEPEND_TREE[40+5]=
> > +++ RC_DEPEND_TREE[40+6]=local
> > +++ RC_DEPEND_TREE[40+7]=checkroot
> > +++ RC_DEPEND_TREE[40+8]=
> > +++ RC_DEPEND_TREE[40+9]=1202251362
> > +++ RC_DEPEND_TREE[50]=nrpe
> > +++ RC_DEPEND_TREE[50+2]=net
> > +++ RC_DEPEND_TREE[50+3]=
> > +++ RC_DEPEND_TREE[50+4]=
> > +++ RC_DEPEND_TREE[50+5]=
> > +++ RC_DEPEND_TREE[50+6]=local
> > +++ RC_DEPEND_TREE[50+7]=checkroot
> > +++ RC_DEPEND_TREE[50+8]=
> > +++ RC_DEPEND_TREE[50+9]=1212699033
> > +++ RC_DEPEND_TREE[60]=hdparm
> > +++ RC_DEPEND_TREE[60+2]=
> > +++ RC_DEPEND_TREE[60+3]=
> > +++ RC_DEPEND_TREE[60+4]=
> > +++ RC_DEPEND_TREE[60+5]=
> > +++ RC_DEPEND_TREE[60+6]='bootmisc local'
> > +++ RC_DEPEND_TREE[60+7]=checkroot
> > +++ RC_DEPEND_TREE[60+8]=
> > +++ RC_DEPEND_TREE[60+9]=1212694330
> > +++ RC_DEPEND_TREE[70]=nscd
> > +++ RC_DEPEND_TREE[70+2]=
> > +++ RC_DEPEND_TREE[70+3]=
> > +++ RC_DEPEND_TREE[70+4]='net slapd'
> > +++ RC_DEPEND_TREE[70+5]=
> > +++ RC_DEPEND_TREE[70+6]=local
> > +++ RC_DEPEND_TREE[70+7]=checkroot
> > +++ RC_DEPEND_TREE[70+8]=
> > +++ RC_DEPEND_TREE[70+9]=1216771981
> > +++ RC_DEPEND_TREE[80]=hostname
> > +++ RC_DEPEND_TREE[80+2]=checkroot
> > +++ RC_DEPEND_TREE[80+3]=syslog-ng
> > +++ RC_DEPEND_TREE[80+4]=
> > +++ RC_DEPEND_TREE[80+5]='bootmisc dcron'
> > +++ RC_DEPEND_TREE[80+6]='local net.eth0 net.lo'
> > +++ RC_DEPEND_TREE[80+7]=checkroot
> > +++ RC_DEPEND_TREE[80+8]=
> > +++ RC_DEPEND_TREE[80+9]=1212699040
> > +++ RC_DEPEND_TREE[90]=ntp-client
> > +++ RC_DEPEND_TREE[90+2]=net
> > +++ RC_DEPEND_TREE[90+3]=
> > +++ RC_DEPEND_TREE[90+4]=syslog-ng
> > +++ RC_DEPEND_TREE[90+5]=
> > +++ RC_DEPEND_TREE[90+6]='dcron local ntpd'
> > +++ RC_DEPEND_TREE[90+7]=checkroot
> > +++ RC_DEPEND_TREE[90+8]=
> > +++ RC_DEPEND_TREE[90+9]=1202251692
> > +++ RC_DEPEND_TREE[100]=keymaps
> > +++ RC_DEPEND_TREE[100+2]=localmount
> > +++ RC_DEPEND_TREE[100+3]=consolefont
> > +++ RC_DEPEND_TREE[100+4]=
> > +++ RC_DEPEND_TREE[100+5]=
> > +++ RC_DEPEND_TREE[100+6]=local
> > +++ RC_DEPEND_TREE[100+7]=checkroot
> > +++ RC_DEPEND_TREE[100+8]=
> > +++ RC_DEPEND_TREE[100+9]=1212699040
> > +++ RC_DEPEND_TREE[110]=ntpd
> > +++ RC_DEPEND_TREE[110+2]=net
> > +++ RC_DEPEND_TREE[110+3]=
> > +++ RC_DEPEND_TREE[110+4]=syslog-ng
> > +++ RC_DEPEND_TREE[110+5]=
> > +++ RC_DEPEND_TREE[110+6]=local
> > +++ RC_DEPEND_TREE[110+7]='checkroot ntp-client'
> > +++ RC_DEPEND_TREE[110+8]=
> > +++ RC_DEPEND_TREE[110+9]=1202251692
> > +++ RC_DEPEND_TREE[120]=numlock
> > +++ RC_DEPEND_TREE[120+2]=localmount
> > +++ RC_DEPEND_TREE[120+3]=
> > +++ RC_DEPEND_TREE[120+4]=
> > +++ RC_DEPEND_TREE[120+5]=
> > +++ RC_DEPEND_TREE[120+6]=local
> > +++ RC_DEPEND_TREE[120+7]=checkroot
> > +++ RC_DEPEND_TREE[120+8]=
> > +++ RC_DEPEND_TREE[120+9]=1212699040
> > +++ RC_DEPEND_TREE[130]=pydoc-2.4
> > +++ RC_DEPEND_TREE[130+2]=net
> > +++ RC_DEPEND_TREE[130+3]=
> > +++ RC_DEPEND_TREE[130+4]=
> > +++ RC_DEPEND_TREE[130+5]=
> > +++ RC_DEPEND_TREE[130+6]=local
> > +++ RC_DEPEND_TREE[130+7]=checkroot
> > +++ RC_DEPEND_TREE[130+8]=
> > +++ RC_DEPEND_TREE[130+9]=1212698313
> > +++ RC_DEPEND_TREE[140]=pydoc-2.5
> > +++ RC_DEPEND_TREE[140+2]=net
> > +++ RC_DEPEND_TREE[140+3]=
> > +++ RC_DEPEND_TREE[140+4]=
> > +++ RC_DEPEND_TREE[140+5]=
> > +++ RC_DEPEND_TREE[140+6]=local
> > +++ RC_DEPEND_TREE[140+7]=checkroot
> > +++ RC_DEPEND_TREE[140+8]=
> > +++ RC_DEPEND_TREE[140+9]=1216765859
> > +++ RC_DEPEND_TREE[150]=urandom
> > +++ RC_DEPEND_TREE[150+2]=localmount
> > +++ RC_DEPEND_TREE[150+3]=
> > +++ RC_DEPEND_TREE[150+4]=
> > +++ RC_DEPEND_TREE[150+5]=
> > +++ RC_DEPEND_TREE[150+6]=local
> > +++ RC_DEPEND_TREE[150+7]=checkroot
> > +++ RC_DEPEND_TREE[150+8]=
> > +++ RC_DEPEND_TREE[150+9]=1212699040
> > +++ RC_DEPEND_TREE[160]=xinetd
> > +++ RC_DEPEND_TREE[160+2]=
> > +++ RC_DEPEND_TREE[160+3]=
> > +++ RC_DEPEND_TREE[160+4]=net
> > +++ RC_DEPEND_TREE[160+5]=
> > +++ RC_DEPEND_TREE[160+6]=local
> > +++ RC_DEPEND_TREE[160+7]=checkroot
> > +++ RC_DEPEND_TREE[160+8]=
> > +++ RC_DEPEND_TREE[160+9]=1216071372
> > +++ RC_DEPEND_TREE[170]=rmnologin
> > +++ RC_DEPEND_TREE[170+2]=localmount
> > +++ RC_DEPEND_TREE[170+3]=
> > +++ RC_DEPEND_TREE[170+4]=
> > +++ RC_DEPEND_TREE[170+5]=
> > +++ RC_DEPEND_TREE[170+6]=local
> > +++ RC_DEPEND_TREE[170+7]=checkroot
> > +++ RC_DEPEND_TREE[170+8]=
> > +++ RC_DEPEND_TREE[170+9]=1212699040
> > +++ RC_DEPEND_TREE[180]=rsyncd
> > +++ RC_DEPEND_TREE[180+2]=
> > +++ RC_DEPEND_TREE[180+3]=
> > +++ RC_DEPEND_TREE[180+4]=net
> > +++ RC_DEPEND_TREE[180+5]=
> > +++ RC_DEPEND_TREE[180+6]=local
> > +++ RC_DEPEND_TREE[180+7]=checkroot
> > +++ RC_DEPEND_TREE[180+8]=
> > +++ RC_DEPEND_TREE[180+9]=1216766224
> > +++ RC_DEPEND_TREE[190]=apache2
> > +++ RC_DEPEND_TREE[190+2]=net
> > +++ RC_DEPEND_TREE[190+3]=
> > +++ RC_DEPEND_TREE[190+4]='mysql netmount syslog-ng'
> > +++ RC_DEPEND_TREE[190+5]=
> > +++ RC_DEPEND_TREE[190+6]=local
> > +++ RC_DEPEND_TREE[190+7]='checkroot sshd'
> > +++ RC_DEPEND_TREE[190+8]=
> > +++ RC_DEPEND_TREE[190+9]=1216766333
> > +++ RC_DEPEND_TREE[200]=backupexec-ralus
> > +++ RC_DEPEND_TREE[200+2]=
> > +++ RC_DEPEND_TREE[200+3]=
> > +++ RC_DEPEND_TREE[200+4]=
> > +++ RC_DEPEND_TREE[200+5]=
> > +++ RC_DEPEND_TREE[200+6]=local
> > +++ RC_DEPEND_TREE[200+7]=checkroot
> > +++ RC_DEPEND_TREE[200+8]=
> > +++ RC_DEPEND_TREE[200+9]=1212703061
> > +++ RC_DEPEND_TREE[210]=bootmisc
> > +++ RC_DEPEND_TREE[210+2]=localmount
> > +++ RC_DEPEND_TREE[210+3]=
> > +++ RC_DEPEND_TREE[210+4]='clock hostname'
> > +++ RC_DEPEND_TREE[210+5]=
> > +++ RC_DEPEND_TREE[210+6]='local net.eth0 net.lo smartd syslog-ng'
> > +++ RC_DEPEND_TREE[210+7]='checkroot hdparm'
> > +++ RC_DEPEND_TREE[210+8]=
> > +++ RC_DEPEND_TREE[210+9]=1212699040
> > +++ RC_DEPEND_TREE[220]=buildmaster
> > +++ RC_DEPEND_TREE[220+2]=net
> > +++ RC_DEPEND_TREE[220+3]=
> > +++ RC_DEPEND_TREE[220+4]=
> > +++ RC_DEPEND_TREE[220+5]=
> > +++ RC_DEPEND_TREE[220+6]=local
> > +++ RC_DEPEND_TREE[220+7]=checkroot
> > +++ RC_DEPEND_TREE[220+8]=
> > +++ RC_DEPEND_TREE[220+9]=1217289446
> > +++ RC_DEPEND_TREE[230]=buildslave
> > +++ RC_DEPEND_TREE[230+2]=net
> > +++ RC_DEPEND_TREE[230+3]=
> > +++ RC_DEPEND_TREE[230+4]=
> > +++ RC_DEPEND_TREE[230+5]=
> > +++ RC_DEPEND_TREE[230+6]=local
> > +++ RC_DEPEND_TREE[230+7]=checkroot
> > +++ RC_DEPEND_TREE[230+8]=
> > +++ RC_DEPEND_TREE[230+9]=1217298280
> > +++ RC_DEPEND_TREE[240]=checkfs
> > +++ RC_DEPEND_TREE[240+2]='checkroot modules'
> > +++ RC_DEPEND_TREE[240+3]=localmount
> > +++ RC_DEPEND_TREE[240+4]=
> > +++ RC_DEPEND_TREE[240+5]=
> > +++ RC_DEPEND_TREE[240+6]=local
> > +++ RC_DEPEND_TREE[240+7]=checkroot
> > +++ RC_DEPEND_TREE[240+8]=
> > +++ RC_DEPEND_TREE[240+9]=1212699040
> > +++ RC_DEPEND_TREE[250]=checkroot
> > +++ RC_DEPEND_TREE[250+2]=
> > +++ RC_DEPEND_TREE[250+3]='checkfs crypto-loop hostname modules'
> > +++ RC_DEPEND_TREE[250+4]=
> > +++ RC_DEPEND_TREE[250+5]=
> > +++ RC_DEPEND_TREE[250+6]='apache2 backupexec-ralus bootmisc buildmaster
> > buildslave checkfs clock consolefont crypto-loop cupsd dcron gpm hdparm
> > hostname keymaps local localmount mit-krb5kadmind mit-krb5kdc modules
> > mysql mysqlmanager net.eth0 net.lo netmount nrpe nscd ntp-client ntpd
> > numlock pydoc-2.4 pydoc-2.5 rmnologin rsyncd samba slapd slurpd smartd
> > sshd syslog-ng twistd udev-postmount urandom xinetd'
> > +++ RC_DEPEND_TREE[250+7]=
> > +++ RC_DEPEND_TREE[250+8]=
> > +++ RC_DEPEND_TREE[250+9]=1212699040
> > +++ RC_DEPEND_TREE[260]=clock
> > +++ RC_DEPEND_TREE[260+2]=localmount
> > +++ RC_DEPEND_TREE[260+3]=syslog-ng
> > +++ RC_DEPEND_TREE[260+4]=
> > +++ RC_DEPEND_TREE[260+5]='bootmisc dcron'
> > +++ RC_DEPEND_TREE[260+6]=local
> > +++ RC_DEPEND_TREE[260+7]=checkroot
> > +++ RC_DEPEND_TREE[260+8]=
> > +++ RC_DEPEND_TREE[260+9]=1212699040
> > +++ RC_DEPEND_TREE[270]=consolefont
> > +++ RC_DEPEND_TREE[270+2]='keymaps localmount'
> > +++ RC_DEPEND_TREE[270+3]=
> > +++ RC_DEPEND_TREE[270+4]=
> > +++ RC_DEPEND_TREE[270+5]=
> > +++ RC_DEPEND_TREE[270+6]=local
> > +++ RC_DEPEND_TREE[270+7]=checkroot
> > +++ RC_DEPEND_TREE[270+8]=
> > +++ RC_DEPEND_TREE[270+9]=1212699040
> > +++ RC_DEPEND_TREE[280]=local
> > +++ RC_DEPEND_TREE[280+2]=
> > +++ RC_DEPEND_TREE[280+3]=
> > +++ RC_DEPEND_TREE[280+4]=
> > +++ RC_DEPEND_TREE[280+5]=
> > +++ RC_DEPEND_TREE[280+6]=
> > +++ RC_DEPEND_TREE[280+7]='apache2 backupexec-ralus bootmisc buildmaster
> > buildslave checkfs checkroot clock consolefont crypto-loop cupsd dcron gpm
> > hdparm hostname keymaps localmount mit-krb5kadmind mit-krb5kdc modules
> > mysql mysqlmanager net.eth0 net.lo netmount nrpe nscd ntp-client ntpd
> > numlock pydoc-2.4 pydoc-2.5 rmnologin rsyncd samba slapd slurpd smartd
> > sshd syslog-ng twistd udev-postmount urandom xinetd'
> > +++ RC_DEPEND_TREE[280+8]=
> > +++ RC_DEPEND_TREE[280+9]=1212699040
> > +++ RC_DEPEND_TREE[290]=localmount
> > +++ RC_DEPEND_TREE[290+2]=checkfs
> > +++ RC_DEPEND_TREE[290+3]='bootmisc clock consolefont gpm keymaps net.eth0
> > net.lo numlock rmnologin smartd syslog-ng udev-postmount urandom'
> > +++ RC_DEPEND_TREE[290+4]=
> > +++ RC_DEPEND_TREE[290+5]='mysql mysqlmanager'
> > +++ RC_DEPEND_TREE[290+6]=local
> > +++ RC_DEPEND_TREE[290+7]='checkroot crypto-loop'
> > +++ RC_DEPEND_TREE[290+8]=
> > +++ RC_DEPEND_TREE[290+9]=1212699040
> > +++ RC_DEPEND_TREE[300]=mit-krb5kadmind
> > +++ RC_DEPEND_TREE[300+2]='mit-krb5kdc net'
> > +++ RC_DEPEND_TREE[300+3]=
> > +++ RC_DEPEND_TREE[300+4]=
> > +++ RC_DEPEND_TREE[300+5]=
> > +++ RC_DEPEND_TREE[300+6]=local
> > +++ RC_DEPEND_TREE[300+7]=checkroot
> > +++ RC_DEPEND_TREE[300+8]=
> > +++ RC_DEPEND_TREE[300+9]=1217272521
> > +++ RC_DEPEND_TREE[310]=mit-krb5kdc
> > +++ RC_DEPEND_TREE[310+2]=net
> > +++ RC_DEPEND_TREE[310+3]=mit-krb5kadmind
> > +++ RC_DEPEND_TREE[310+4]=
> > +++ RC_DEPEND_TREE[310+5]=
> > +++ RC_DEPEND_TREE[310+6]=local
> > +++ RC_DEPEND_TREE[310+7]=checkroot
> > +++ RC_DEPEND_TREE[310+8]=
> > +++ RC_DEPEND_TREE[310+9]=1217272521
> > +++ RC_DEPEND_TREE[320]=modules
> > +++ RC_DEPEND_TREE[320+2]=checkroot
> > +++ RC_DEPEND_TREE[320+3]='checkfs crypto-loop'
> > +++ RC_DEPEND_TREE[320+4]=
> > +++ RC_DEPEND_TREE[320+5]=
> > +++ RC_DEPEND_TREE[320+6]=local
> > +++ RC_DEPEND_TREE[320+7]=checkroot
> > +++ RC_DEPEND_TREE[320+8]=
> > +++ RC_DEPEND_TREE[320+9]=1212699040
> > +++ RC_DEPEND_TREE[330]=mysql
> > +++ RC_DEPEND_TREE[330+2]=
> > +++ RC_DEPEND_TREE[330+3]=
> > +++ RC_DEPEND_TREE[330+4]='localmount net netmount'
> > +++ RC_DEPEND_TREE[330+5]=apache2
> > +++ RC_DEPEND_TREE[330+6]=local
> > +++ RC_DEPEND_TREE[330+7]=checkroot
> > +++ RC_DEPEND_TREE[330+8]=
> > +++ RC_DEPEND_TREE[330+9]=1202594514
> > +++ RC_DEPEND_TREE[340]=mysqlmanager
> > +++ RC_DEPEND_TREE[340+2]=
> > +++ RC_DEPEND_TREE[340+3]=
> > +++ RC_DEPEND_TREE[340+4]='localmount net netmount'
> > +++ RC_DEPEND_TREE[340+5]=
> > +++ RC_DEPEND_TREE[340+6]=local
> > +++ RC_DEPEND_TREE[340+7]=checkroot
> > +++ RC_DEPEND_TREE[340+8]=
> > +++ RC_DEPEND_TREE[340+9]=1202594514
> > +++ RC_DEPEND_TREE[350]=net.eth0
> > +++ RC_DEPEND_TREE[350+2]=localmount
> > +++ RC_DEPEND_TREE[350+3]=
> > +++ RC_DEPEND_TREE[350+4]=
> > +++ RC_DEPEND_TREE[350+5]=
> > +++ RC_DEPEND_TREE[350+6]=local
> > +++ RC_DEPEND_TREE[350+7]='bootmisc checkroot hostname net.lo'
> > +++ RC_DEPEND_TREE[350+8]=
> > +++ RC_DEPEND_TREE[350+9]=1212699042
> > +++ RC_DEPEND_TREE[360]=samba
> > +++ RC_DEPEND_TREE[360+2]=net
> > +++ RC_DEPEND_TREE[360+3]=
> > +++ RC_DEPEND_TREE[360+4]=cupsd
> > +++ RC_DEPEND_TREE[360+5]=
> > +++ RC_DEPEND_TREE[360+6]=local
> > +++ RC_DEPEND_TREE[360+7]='checkroot slapd'
> > +++ RC_DEPEND_TREE[360+8]=
> > +++ RC_DEPEND_TREE[360+9]=1217274830
> > +++ RC_DEPEND_TREE[370]=net.lo
> > +++ RC_DEPEND_TREE[370+2]=localmount
> > +++ RC_DEPEND_TREE[370+3]=
> > +++ RC_DEPEND_TREE[370+4]=
> > +++ RC_DEPEND_TREE[370+5]=
> > +++ RC_DEPEND_TREE[370+6]='local net.eth0'
> > +++ RC_DEPEND_TREE[370+7]='bootmisc checkroot hostname'
> > +++ RC_DEPEND_TREE[370+8]=
> > +++ RC_DEPEND_TREE[370+9]=1212699040
> > +++ RC_DEPEND_TREE[380]=netmount
> > +++ RC_DEPEND_TREE[380+2]=net
> > +++ RC_DEPEND_TREE[380+3]=
> > +++ RC_DEPEND_TREE[380+4]=
> > +++ RC_DEPEND_TREE[380+5]='apache2 mysql mysqlmanager'
> > +++ RC_DEPEND_TREE[380+6]=local
> > +++ RC_DEPEND_TREE[380+7]=checkroot
> > +++ RC_DEPEND_TREE[380+8]=
> > +++ RC_DEPEND_TREE[380+9]=1212699040
> > +++ RC_DEPEND_TREE[390]=slapd
> > +++ RC_DEPEND_TREE[390+2]=net
> > +++ RC_DEPEND_TREE[390+3]=
> > +++ RC_DEPEND_TREE[390+4]=
> > +++ RC_DEPEND_TREE[390+5]=nscd
> > +++ RC_DEPEND_TREE[390+6]='local samba'
> > +++ RC_DEPEND_TREE[390+7]=checkroot
> > +++ RC_DEPEND_TREE[390+8]=
> > +++ RC_DEPEND_TREE[390+9]=1217273108
> > +++ RC_DEPEND_TREE[400]=slurpd
> > +++ RC_DEPEND_TREE[400+2]=net
> > +++ RC_DEPEND_TREE[400+3]=
> > +++ RC_DEPEND_TREE[400+4]=
> > +++ RC_DEPEND_TREE[400+5]=
> > +++ RC_DEPEND_TREE[400+6]=local
> > +++ RC_DEPEND_TREE[400+7]=checkroot
> > +++ RC_DEPEND_TREE[400+8]=
> > +++ RC_DEPEND_TREE[400+9]=1217273108
> > +++ RC_DEPEND_TREE[410]=smartd
> > +++ RC_DEPEND_TREE[410+2]=localmount
> > +++ RC_DEPEND_TREE[410+3]=
> > +++ RC_DEPEND_TREE[410+4]=
> > +++ RC_DEPEND_TREE[410+5]=
> > +++ RC_DEPEND_TREE[410+6]=local
> > +++ RC_DEPEND_TREE[410+7]='bootmisc checkroot'
> > +++ RC_DEPEND_TREE[410+8]=
> > +++ RC_DEPEND_TREE[410+9]=1216765701
> > +++ RC_DEPEND_TREE[420]=sshd
> > +++ RC_DEPEND_TREE[420+2]=net
> > +++ RC_DEPEND_TREE[420+3]=
> > +++ RC_DEPEND_TREE[420+4]=syslog-ng
> > +++ RC_DEPEND_TREE[420+5]=
> > +++ RC_DEPEND_TREE[420+6]='apache2 local'
> > +++ RC_DEPEND_TREE[420+7]=checkroot
> > +++ RC_DEPEND_TREE[420+8]=
> > +++ RC_DEPEND_TREE[420+9]=1212698671
> > +++ RC_DEPEND_TREE[430]=syslog-ng
> > +++ RC_DEPEND_TREE[430+2]='clock hostname localmount'
> > +++ RC_DEPEND_TREE[430+3]=
> > +++ RC_DEPEND_TREE[430+4]=
> > +++ RC_DEPEND_TREE[430+5]='apache2 dcron gpm ntp-client ntpd sshd'
> > +++ RC_DEPEND_TREE[430+6]='cupsd local'
> > +++ RC_DEPEND_TREE[430+7]='bootmisc checkroot'
> > +++ RC_DEPEND_TREE[430+8]=
> > +++ RC_DEPEND_TREE[430+9]=1212698046
> > +++ RC_DEPEND_TREE[440]=twistd
> > +++ RC_DEPEND_TREE[440+2]=net
> > +++ RC_DEPEND_TREE[440+3]=
> > +++ RC_DEPEND_TREE[440+4]=
> > +++ RC_DEPEND_TREE[440+5]=
> > +++ RC_DEPEND_TREE[440+6]=local
> > +++ RC_DEPEND_TREE[440+7]=checkroot
> > +++ RC_DEPEND_TREE[440+8]=
> > +++ RC_DEPEND_TREE[440+9]=1216767140
> > +++ RC_DEPEND_TREE[450]=udev-postmount
> > +++ RC_DEPEND_TREE[450+2]=localmount
> > +++ RC_DEPEND_TREE[450+3]=
> > +++ RC_DEPEND_TREE[450+4]=
> > +++ RC_DEPEND_TREE[450+5]=
> > +++ RC_DEPEND_TREE[450+6]=local
> > +++ RC_DEPEND_TREE[450+7]=checkroot
> > +++ RC_DEPEND_TREE[450+8]=
> > +++ RC_DEPEND_TREE[450+9]=1212699056
> > +++ RC_DEPEND_TREE[460]=net
> > +++ RC_DEPEND_TREE[460+2]=
> > +++ RC_DEPEND_TREE[460+3]='apache2 buildmaster buildslave mit-krb5kadmind
> > mit-krb5kdc netmount nrpe ntp-client ntpd pydoc-2.4 pydoc-2.5 samba slapd
> > slurpd sshd twistd'
> > +++ RC_DEPEND_TREE[460+4]=
> > +++ RC_DEPEND_TREE[460+5]='cupsd mysql mysqlmanager nscd rsyncd xinetd'
> > +++ RC_DEPEND_TREE[460+6]=
> > +++ RC_DEPEND_TREE[460+7]=
> > +++ RC_DEPEND_TREE[460+8]=
> > +++ RC_DEPEND_TREE[460+9]=
> > +++ declare -r RC_DEPEND_TREE
> > +++ declare -r RC_GOT_DEPTREE_INFO=yes
> > +++ declare -r LOGGER_SERVICE=syslog-ng
> > ++ [[ yes != \y\e\s ]]
> > ++ rc_name=
> > ++ rc_index=0
> > ++ rc_ineed=
> > ++ rc_needsme=
> > ++ rc_iuse=
> > ++ rc_usesme=
> > ++ rc_ibefore=
> > ++ rc_iafter=
> > ++ rc_broken=
> > ++ rc_mtime=
> > + [[ '' != \y\e\s ]]
> > + source /lib/rcscripts/sh/rc-daemon.sh
> > ++ RC_GOT_DAEMON=yes
> > ++ [[ yes != \y\e\s ]]
> > ++ [[ yes != \y\e\s ]]
> > ++ RC_RETRY_KILL=no
> > ++ RC_RETRY_TIMEOUT=1
> > ++ RC_RETRY_COUNT=5
> > ++ RC_FAIL_ON_ZOMBIE=no
> > ++ RC_KILL_CHILDREN=no
> > ++ RC_WAIT_ON_START=0.1
> > + net_service buildslave
> > + [[ -n buildslave ]]
> > + [[ buildslave == \n\e\t ]]
> > ++ add_suffix /etc/conf.d/buildslave
> > ++ [[ yes != \y\e\s ]]
> > ++ local suffix=default
> > ++ [[ default == \b\o\o\t ]]
> > ++ [[ default == \r\e\b\o\o\t ]]
> > ++ [[ default == \s\h\u\t\d\o\w\n ]]
> > ++ [[ default == \s\i\n\g\l\e ]]
> > ++ [[ -e /etc/conf.d/buildslave.default ]]
> > ++ echo /etc/conf.d/buildslave
> > ++ return 0
> > + conf=/etc/conf.d/buildslave
> > + [[ -e /etc/conf.d/buildslave ]]
> > + source /etc/conf.d/buildslave
> > ++ BASEDIR=/home/build/MyProject_linux
> > ++ USERNAME=build
> > ++ TWISTD_OPTS=
> > ++ add_suffix /etc/rc.conf
> > ++ [[ yes != \y\e\s ]]
> > ++ local suffix=default
> > ++ [[ default == \b\o\o\t ]]
> > ++ [[ default == \r\e\b\o\o\t ]]
> > ++ [[ default == \s\h\u\t\d\o\w\n ]]
> > ++ [[ default == \s\i\n\g\l\e ]]
> > ++ [[ -e /etc/rc.conf.default ]]
> > ++ echo /etc/rc.conf
> > ++ return 0
> > + conf=/etc/rc.conf
> > + [[ -e /etc/rc.conf ]]
> > + source /etc/rc.conf
> > ++ UNICODE=yes
> > ++ EDITOR=/bin/nano
> > + mylevel=default
> > + [[ default == \b\o\o\t ]]
> > + [[ default == \r\e\b\o\o\t ]]
> > + [[ default == \s\h\u\t\d\o\w\n ]]
> > + service_started buildslave
> > + test_service_state buildslave started
> > + [[ -z buildslave ]]
> > + [[ -z started ]]
> > + local f=/var/lib/init.d/started/buildslave
> > + [[ ! -x /etc/init.d/buildslave ]]
> > + [[ -e /var/lib/init.d/started/buildslave ]]
> > + svcstarted=1
> > + service_inactive buildslave
> > + test_service_state buildslave inactive
> > + [[ -z buildslave ]]
> > + [[ -z inactive ]]
> > + local f=/var/lib/init.d/inactive/buildslave
> > + [[ ! -x /etc/init.d/buildslave ]]
> > + [[ -e /var/lib/init.d/inactive/buildslave ]]
> > + svcinactive=1
> > ++ bash -n /etc/init.d/buildslave
> > + rcscript_errors=
> > + opts='start stop restart'
> > + source /etc/init.d/buildslave
> > + [[ -z start stop restart ]]
> > + shift
> > + [[ 2 -lt 1 ]]
> > + for arg in '"$@"'
> > + case "${arg}" in
> > + for arg in '"$@"'
> > + case "${arg}" in
> > + retval=0
> > + for arg in '"$@"'
> > + case "${arg}" in
> > + for arg in '"$@"'
> > + case "${arg}" in
> > + svc_start
> > + local x= y= retval=0 startinactive=
> > + is_runlevel_start
> > + [[ -d /var/lib/init.d/softscripts.old ]]
> > + service_started buildslave
> > + test_service_state buildslave started
> > + [[ -z buildslave ]]
> > + [[ -z started ]]
> > + local f=/var/lib/init.d/started/buildslave
> > + [[ ! -x /etc/init.d/buildslave ]]
> > + [[ -e /var/lib/init.d/started/buildslave ]]
> > + service_inactive buildslave
> > + test_service_state buildslave inactive
> > + [[ -z buildslave ]]
> > + [[ -z inactive ]]
> > + local f=/var/lib/init.d/inactive/buildslave
> > + [[ ! -x /etc/init.d/buildslave ]]
> > + [[ -e /var/lib/init.d/inactive/buildslave ]]
> > + mark_service_starting buildslave
> > + [[ -z buildslave ]]
> > + ln -sn /etc/init.d/buildslave /var/lib/init.d/starting/buildslave
> > + [[ -f /var/lib/init.d/started/buildslave ]]
> > + [[ -f /var/lib/init.d/inactive/buildslave ]]
> > + return 0
> > + trap svc_quit INT QUIT TSTP
> > + service_message 'Service buildslave starting'
> > + [[ no != \y\e\s ]]
> > + return
> > + broken buildslave
> > + check_dependency broken buildslave
> > + [[ -z broken ]]
> > + [[ -z buildslave ]]
> > + local x myservice deps
> > + [[ buildslave == \-\t ]]
> > + myservice=buildslave
> > + get_dep_info buildslave
> > + [[ -z buildslave ]]
> > + local myservice=buildslave
> > + [[ buildslave == '' ]]
> > ++ get_service_index buildslave 0
> > ++ [[ -z buildslave ]]
> > ++ [[ -z 0 ]]
> > ++ local x myservice=buildslave index=0
> > ++ [[ -n 0 ]]
> > ++ [[ 0 -gt 0 ]]
> > ++ (( x=1 ))
> > ++ (( x<=46 ))
> > ++ index=10
> > ++ [[ buildslave == \c\r\y\p\t\o\-\l\o\o\p ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=20
> > ++ [[ buildslave == \c\u\p\s\d ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=30
> > ++ [[ buildslave == \d\c\r\o\n ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=40
> > ++ [[ buildslave == \g\p\m ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=50
> > ++ [[ buildslave == \n\r\p\e ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=60
> > ++ [[ buildslave == \h\d\p\a\r\m ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=70
> > ++ [[ buildslave == \n\s\c\d ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=80
> > ++ [[ buildslave == \h\o\s\t\n\a\m\e ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=90
> > ++ [[ buildslave == \n\t\p\-\c\l\i\e\n\t ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=100
> > ++ [[ buildslave == \k\e\y\m\a\p\s ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=110
> > ++ [[ buildslave == \n\t\p\d ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=120
> > ++ [[ buildslave == \n\u\m\l\o\c\k ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=130
> > ++ [[ buildslave == \p\y\d\o\c\-\2\.\4 ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=140
> > ++ [[ buildslave == \p\y\d\o\c\-\2\.\5 ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=150
> > ++ [[ buildslave == \u\r\a\n\d\o\m ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=160
> > ++ [[ buildslave == \x\i\n\e\t\d ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=170
> > ++ [[ buildslave == \r\m\n\o\l\o\g\i\n ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=180
> > ++ [[ buildslave == \r\s\y\n\c\d ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=190
> > ++ [[ buildslave == \a\p\a\c\h\e\2 ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=200
> > ++ [[ buildslave == \b\a\c\k\u\p\e\x\e\c\-\r\a\l\u\s ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=210
> > ++ [[ buildslave == \b\o\o\t\m\i\s\c ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=220
> > ++ [[ buildslave == \b\u\i\l\d\m\a\s\t\e\r ]]
> > ++ (( x++  ))
> > ++ (( x<=46 ))
> > ++ index=230
> > ++ [[ buildslave == \b\u\i\l\d\s\l\a\v\e ]]
> > ++ echo 230
> > ++ return 0
> > + rc_index=230
> > + rc_mtime=1217298280
> > + rc_name=buildslave
> > + rc_ineed=net
> > + rc_needsme=
> > + rc_iuse=
> > + rc_usesme=
> > + rc_ibefore=local
> > + rc_iafter=checkroot
> > + rc_broken=
> > + rc_mtime=1217298280
> > + return 0
> > + deps=rc_broken
> > + [[ -z '' ]]
> > + return 1
> > + local ib_save=
> > + unset IN_BACKGROUND
> > + [[ 0 == \0 ]]
> > + [[ '' != \y\e\s ]]
> > ++ ineed buildslave
> > ++ check_dependency ineed buildslave
> > ++ [[ -z ineed ]]
> > ++ [[ -z buildslave ]]
> > ++ local x myservice deps
> > ++ [[ buildslave == \-\t ]]
> > ++ myservice=buildslave
> > ++ get_dep_info buildslave
> > ++ [[ -z buildslave ]]
> > ++ local myservice=buildslave
> > ++ [[ buildslave == \b\u\i\l\d\s\l\a\v\e ]]
> > ++ [[ -n 1217298280 ]]
> > ++ return 0
> > ++ deps=rc_ineed
> > ++ [[ -z net ]]
> > ++ [[ buildslave == \-\t ]]
> > ++ echo net
> > ++ return 0
> > ++ valid_iuse buildslave
> > ++ valid_i use buildslave
> > ++ local mylevel=boot x= valid=
> > ++ [[ use != \a\f\t\e\r ]]
> > ++ [[ use != \u\s\e ]]
> > ++ [[ -f /var/lib/init.d/softlevel ]]
> > ++ mylevel=default
> > +++ iuse buildslave
> > +++ check_dependency iuse buildslave
> > +++ [[ -z iuse ]]
> > +++ [[ -z buildslave ]]
> > +++ local x myservice deps
> > +++ [[ buildslave == \-\t ]]
> > +++ myservice=buildslave
> > +++ get_dep_info buildslave
> > +++ [[ -z buildslave ]]
> > +++ local myservice=buildslave
> > +++ [[ buildslave == \b\u\i\l\d\s\l\a\v\e ]]
> > +++ [[ -n 1217298280 ]]
> > +++ return 0
> > +++ deps=rc_iuse
> > +++ [[ -z '' ]]
> > +++ return 1
> > ++ echo ''
> > ++ return 0
> > + local 'startupservices=net '
> > + local netservices=
> > ++ dolisting '/etc/runlevels/boot/net.*'
> > ++ local x=
> > ++ local y=
> > ++ local tmpstr=
> > ++ local mylist=
> > ++ local 'mypath=/etc/runlevels/boot/net.*'
> > ++ [[ /etc/runlevels/boot/net.* !=
> > \/\e\t\c\/\r\u\n\l\e\v\e\l\s\/\b\o\o\t\/\n\e\t\.\* ]]
> > ++ for x in '${mypath}'
> > ++ [[ ! -e /etc/runlevels/boot/net.lo ]]
> > ++ [[ ! -d /etc/runlevels/boot/net.lo ]]
> > ++ [[ -L /etc/runlevels/boot/net.lo ]]
> > +++ ls /etc/runlevels/boot/net.lo
> > ++ mylist=' /etc/runlevels/boot/net.lo'
> > ++ echo ' /etc/runlevels/boot/net.lo'
> > ++ dolisting '/etc/runlevels/default/net.*'
> > ++ local x=
> > ++ local y=
> > ++ local tmpstr=
> > ++ local mylist=
> > ++ local 'mypath=/etc/runlevels/default/net.*'
> > ++ [[ /etc/runlevels/default/net.* !=
> > \/\e\t\c\/\r\u\n\l\e\v\e\l\s\/\d\e\f\a\u\l\t\/\n\e\t\.\* ]]
> > ++ for x in '${mypath}'
> > ++ [[ ! -e /etc/runlevels/default/net.* ]]
> > ++ continue
> > ++ echo ''
> > ++ dolisting '/var/lib/init.d/coldplugged/net.*'
> > ++ local x=
> > ++ local y=
> > ++ local tmpstr=
> > ++ local mylist=
> > ++ local 'mypath=/var/lib/init.d/coldplugged/net.*'
> > ++ [[ /var/lib/init.d/coldplugged/net.* !=
> > \/\v\a\r\/\l\i\b\/\i\n\i\t\.\d\/\c\o\l\d\p\l\u\g\g\e\d\/\n\e\t\.\* ]]
> > ++ for x in '${mypath}'
> > ++ [[ ! -e /var/lib/init.d/coldplugged/net.eth0 ]]
> > ++ [[ ! -d /var/lib/init.d/coldplugged/net.eth0 ]]
> > ++ [[ -L /var/lib/init.d/coldplugged/net.eth0 ]]
> > +++ ls /var/lib/init.d/coldplugged/net.eth0
> > ++ mylist=' /var/lib/init.d/coldplugged/net.eth0'
> > ++ echo ' /var/lib/init.d/coldplugged/net.eth0'
> > + for x in '$(dolisting "/etc/runlevels/${BOOTLEVEL}/net.*")' '$(dolisting
> > "/etc/runlevels/${mylevel}/net.*")' '$(dolisting
> > "/var/lib/init.d/coldplugged/net.*")'
> > + netservices=' net.lo'
> > + for x in '$(dolisting "/etc/runlevels/${BOOTLEVEL}/net.*")' '$(dolisting
> > "/etc/runlevels/${mylevel}/net.*")' '$(dolisting
> > "/var/lib/init.d/coldplugged/net.*")'
> > + netservices=' net.lo net.eth0'
> > + is_runlevel_start
> > + [[ -d /var/lib/init.d/softscripts.old ]]
> > + for x in '${startupservices}'
> > + [[ net == \n\e\t ]]
> > + net_service buildslave
> > + [[ -n buildslave ]]
> > + [[ buildslave == \n\e\t ]]
> > + is_net_up
> > + local x=
> > + case "${RC_NET_STRICT_CHECKING}" in
> > ++ dolisting '/var/lib/init.d/started/net.*'
> > ++ local x=
> > ++ local y=
> > ++ local tmpstr=
> > ++ local mylist=
> > ++ local 'mypath=/var/lib/init.d/started/net.*'
> > ++ [[ /var/lib/init.d/started/net.* !=
> > \/\v\a\r\/\l\i\b\/\i\n\i\t\.\d\/\s\t\a\r\t\e\d\/\n\e\t\.\* ]]
> > ++ for x in '${mypath}'
> > ++ [[ ! -e /var/lib/init.d/started/net.eth0 ]]
> > ++ [[ ! -d /var/lib/init.d/started/net.eth0 ]]
> > ++ [[ -L /var/lib/init.d/started/net.eth0 ]]
> > +++ ls /var/lib/init.d/started/net.eth0
> > ++ mylist=' /var/lib/init.d/started/net.eth0'
> > ++ for x in '${mypath}'
> > ++ [[ ! -e /var/lib/init.d/started/net.lo ]]
> > ++ [[ ! -d /var/lib/init.d/started/net.lo ]]
> > ++ [[ -L /var/lib/init.d/started/net.lo ]]
> > +++ ls /var/lib/init.d/started/net.lo
> > ++ mylist=' /var/lib/init.d/started/net.eth0
> > /var/lib/init.d/started/net.lo'
> > ++ echo ' /var/lib/init.d/started/net.eth0 /var/lib/init.d/started/net.lo'
> > + for x in '$(dolisting "${svcdir}/started/net.*")'
> > + local y=net.eth0
> > + [[ net.eth0 == '' ]]
> > + [[ net.eth0 != \n\e\t\.\l\o ]]
> > + return 0
> > + [[ net != \n\e\t ]]
> > + is_runlevel_start
> > + [[ -d /var/lib/init.d/softscripts.old ]]
> > + [[  net   == *\ \n\e\t\ * ]]
> > + startupservices=' net  '
> > + startupservices='  net.lo net.eth0  '
> > + startupservices='  net.lo net.eth0  '
> > + for x in '${startupservices}'
> > + service_started net.lo
> > + test_service_state net.lo started
> > + [[ -z net.lo ]]
> > + [[ -z started ]]
> > + local f=/var/lib/init.d/started/net.lo
> > + [[ ! -x /etc/init.d/net.lo ]]
> > + [[ -e /var/lib/init.d/started/net.lo ]]
> > + continue
> > + for x in '${startupservices}'
> > + service_started net.eth0
> > + test_service_state net.eth0 started
> > + [[ -z net.eth0 ]]
> > + [[ -z started ]]
> > + local f=/var/lib/init.d/started/net.eth0
> > + [[ ! -x /etc/init.d/net.eth0 ]]
> > + [[ -e /var/lib/init.d/started/net.eth0 ]]
> > + continue
> > + [[ -n '' ]]
> > + [[ 0 == \0 ]]
> > + IN_BACKGROUND=
> > + [[ -n '' ]]
> > + [[ no == \y\e\s ]]
> > + start
> > + source /etc/conf.d/buildslave
> > ++ BASEDIR=/home/build/MyProject_linux
> > ++ USERNAME=build
> > ++ TWISTD_OPTS=
> > + checkconfig
> > + '[' -z /home/build/MyProject_linux ']'
> > + '[' -z build ']'
> > + '[' '!' -d /home/build/MyProject_linux ']'
> > + '[' '!' -e /home/build/MyProject_linux/buildbot.tac ']'
> > + ebegin 'Starting buildslave in /home/build/MyProject_linux'
> > + local 'msg=Starting buildslave in /home/build/MyProject_linux' dots
> > spaces=
> > + [[ no == \y\e\s ]]
> > + [[ -n '' ]]
> > + msg='Starting buildslave in /home/build/MyProject_linux ...'
> > + einfon 'Starting buildslave in /home/build/MyProject_linux ...'
> > + [[ no == \y\e\s ]]
> > + [[ yes != \y\e\s ]]
> > + echo -ne ' * Starting buildslave in /home/build/MyProject_linux ...'
> >  * Starting buildslave in /home/build/MyProject_linux ...+
> > LAST_E_CMD=einfon
> > + return 0
> > + [[ yes == \y\e\s ]]
> > + echo
> >
> > + LAST_E_LEN=54
> > + LAST_E_CMD=ebegin
> > + return 0
> > + start-stop-daemon --start -c build --quiet --env
> > HOME=/home/build/MyProject_linux --exec /usr/bin/python -- /usr/bin/twistd
> > --no_save --logfile=/home/build/MyProject_linux/twistd.log --
> > pidfile=/home/build/MyProject_linux/buildslave.pid --
> > python=/home/build/MyProject_linux/buildbot.tac
> > ++ requote --start -c build --quiet --env HOME=/home/build/MyProject_linux
> > --exec /usr/bin/python -- /usr/bin/twistd --no_save --
> > logfile=/home/build/MyProject_linux/twistd.log --
> > pidfile=/home/build/MyProject_linux/buildslave.pid --
> > python=/home/build/MyProject_linux/buildbot.tac
> > ++ local 'q='\'''
> > ++ set -- --start -c build --quiet --env HOME=/home/build/MyProject_linux
> > --exec /usr/bin/python -- /usr/bin/twistd --no_save --
> > logfile=/home/build/MyProject_linux/twistd.log --
> > pidfile=/home/build/MyProject_linux/buildslave.pid --
> > python=/home/build/MyProject_linux/buildbot.tac
> > ++ set -- ''\''--start' ''\''-c' ''\''build' ''\''--quiet' ''\''--env'
> > ''\''HOME=/home/build/MyProject_linux' ''\''--exec' ''\''/usr/bin/python'
> > ''\''--' ''\''/usr/bin/twistd' ''\''--no_save' ''\''--
> > logfile=/home/build/MyProject_linux/twistd.log' ''\''--
> > pidfile=/home/build/MyProject_linux/buildslave.pid' ''\''--
> > python=/home/build/MyProject_linux/buildbot.tac'
> > ++ set -- ''\''--start'\''' ''\''-c'\''' ''\''build'\''' ''\''--quiet'\'''
> > ''\''--env'\''' ''\''HOME=/home/build/MyProject_linux'\''' ''\''--
> > exec'\''' ''\''/usr/bin/python'\''' ''\''--'\''' ''\''/usr/bin/twistd'\'''
> > ''\''--no_save'\''' ''\''--
> > logfile=/home/build/MyProject_linux/twistd.log'\''' ''\''--
> > pidfile=/home/build/MyProject_linux/buildslave.pid'\''' ''\''--
> > python=/home/build/MyProject_linux/buildbot.tac'\'''
> > ++ echo ''\''--start'\'' '\''-c'\'' '\''build'\'' '\''--quiet'\'' '\''--
> > env'\'' '\''HOME=/home/build/MyProject_linux'\'' '\''--exec'\''
> > '\''/usr/bin/python'\'' '\''--'\'' '\''/usr/bin/twistd'\'' '\''--
> > no_save'\'' '\''--logfile=/home/build/MyProject_linux/twistd.log'\'' '\''-
> > -pidfile=/home/build/MyProject_linux/buildslave.pid'\'' '\''--
> > python=/home/build/MyProject_linux/buildbot.tac'\'''
> > + local 'args='\''--start'\'' '\''-c'\'' '\''build'\'' '\''--quiet'\''
> > '\''--env'\'' '\''HOME=/home/build/MyProject_linux'\'' '\''--exec'\''
> > '\''/usr/bin/python'\'' '\''--'\'' '\''/usr/bin/twistd'\'' '\''--
> > no_save'\'' '\''--logfile=/home/build/MyProject_linux/twistd.log'\'' '\''-
> > -pidfile=/home/build/MyProject_linux/buildslave.pid'\'' '\''--
> > python=/home/build/MyProject_linux/buildbot.tac'\''' result i
> > + local cmd name pidfile pid stopping signal nothing=false
> > + local daemonfile=
> > + RC_DAEMONS=()
> > + RC_PIDFILES=()
> > + RC_NAMES=()
> > + local -a RC_DAEMONS RC_PIDFILES RC_NAMES
> > + [[ -n buildslave ]]
> > + daemonfile=/var/lib/init.d/daemons/buildslave
> > + [[ -e /var/lib/init.d/daemons/buildslave ]]
> > + rc_setup_daemon_vars
> > + sargs=("${args%% \'--\' *}")
> > + eargs=()
> > + local -a sargs eargs
> > + local 'x='\''--start'\'' '\''-c'\'' '\''build'\'' '\''--quiet'\'' '\''--
> > env'\'' '\''HOME=/home/build/MyProject_linux'\'' '\''--exec'\''
> > '\''/usr/bin/python'\'''\''/usr/bin/twistd'\'' '\''--no_save'\'' '\''--
> > logfile=/home/build/MyProject_linux/twistd.log'\'' '\''--
> > pidfile=/home/build/MyProject_linux/buildslave.pid'\'' '\''--
> > python=/home/build/MyProject_linux/buildbot.tac'\''' i=
> > + [[ '--start' '-c' 'build' '--quiet' '--env'
> > 'HOME=/home/build/MyProject_linux' '--exec'
> > '/usr/bin/python''/usr/bin/twistd' '--no_save' '--
> > logfile=/home/build/MyProject_linux/twistd.log' '--
> > pidfile=/home/build/MyProject_linux/buildslave.pid' '--
> > python=/home/build/MyProject_linux/buildbot.tac' != \'\-\-\s\t\a\r\t\'\
> > \'\-\c\'\ \'\b\u\i\l\d\'\ \'\-\-\q\u\i\e\t\'\ \'\-\-\e\n\v\'\
> > \'\H\O\M\E\=\/\h\o\m\e\/\b\u\i\l\d\/\E\u\r\o\p\a\_\l\i\n\u\x\'\ \'\-\-
> > \e\x\e\c\'\ \'\/\u\s\r\/\b\i\n\/\p\y\t\h\o\n\'\ \'\-\-\'\
> > \'\/\u\s\r\/\b\i\n\/\t\w\i\s\t\d\'\ \'\-\-\n\o\_\s\a\v\e\'\ \'\-\-
> > \l\o\g\f\i\l\e\=\/\h\o\m\e\/\b\u\i\l\d\/\E\u\r\o\p\a\_\l\i\n\u\x\/\t\w\i\s
> > \t\d\.\l\o\g\'\ \'\-\-
> > \p\i\d\f\i\l\e\=\/\h\o\m\e\/\b\u\i\l\d\/\E\u\r\o\p\a\_\l\i\n\u\x\/\b\u\i\l
> > \d\s\l\a\v\e\.\p\i\d\'\ \'\-\-
> > \p\y\t\h\o\n\=\/\h\o\m\e\/\b\u\i\l\d\/\E\u\r\o\p\a\_\l\i\n\u\x\/\b\u\i\l\d
> > \b\o\t\.\t\a\c\' ]]
> > + eargs=("${args##* \'--\' }")
> > + eval rc_shift_args ''\''--start'\'' '\''-c'\'' '\''build'\'' '\''--
> > quiet'\'' '\''--env'\'' '\''HOME=/home/build/MyProject_linux'\'' '\''--
> > exec'\'' '\''/usr/bin/python'\'''
> > ++ rc_shift_args --start -c build --quiet --env
> > HOME=/home/build/MyProject_linux --exec /usr/bin/python
> > ++ local addvar
> > ++ [[ 8 != \0 ]]
> > ++ [[ --start != \-* ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ stopping=false
> > ++ shift
> > ++ [[ 7 != \0 ]]
> > ++ [[ -c != \-* ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ shift
> > ++ [[ 6 != \0 ]]
> > ++ [[ build != \-* ]]
> > ++ [[ -n '' ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ shift
> > ++ [[ 5 != \0 ]]
> > ++ [[ --quiet != \-* ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ shift
> > ++ [[ 4 != \0 ]]
> > ++ [[ --env != \-* ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ shift
> > ++ [[ 3 != \0 ]]
> > ++ [[ HOME=/home/build/MyProject_linux != \-* ]]
> > ++ [[ -n '' ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ shift
> > ++ [[ 2 != \0 ]]
> > ++ [[ --exec != \-* ]]
> > ++ unset addvar
> > ++ case "$1" in
> > ++ addvar=cmd
> > ++ shift
> > ++ [[ 1 != \0 ]]
> > ++ [[ /usr/bin/python != \-* ]]
> > ++ [[ -n cmd ]]
> > ++ [[ -z '' ]]
> > ++ eval 'cmd="/usr/bin/python"'
> > +++ cmd=/usr/bin/python
> > ++ shift
> > ++ continue
> > ++ [[ 0 != \0 ]]
> > ++ [[ -z 5 ]]
> > ++ [[ 5 != \5 ]]
> > + [[ -n '' ]]
> > ++ bash_variable buildslave
> > ++ local args=buildslave
> > ++ LC_ALL=C
> > ++ echo buildslave
> > + local bash_service=buildslave
> > + [[ -n '' ]]
> > + return 0
> > + false
> > + false
> > + rc_start_daemon
> > + eval /sbin/start-stop-daemon ''\''--start'\'' '\''-c'\'' '\''build'\''
> > '\''--quiet'\'' '\''--env'\'' '\''HOME=/home/build/MyProject_linux'\''
> > '\''--exec'\'' '\''/usr/bin/python'\'' '\''--'\'' '\''/usr/bin/twistd'\''
> > '\''--no_save'\'' '\''--logfile=/home/build/MyProject_linux/twistd.log'\''
> > '\''--pidfile=/home/build/MyProject_linux/buildslave.pid'\'' '\''--
> > python=/home/build/MyProject_linux/buildbot.tac'\'''
> > ++ /sbin/start-stop-daemon --start -c build --quiet --env
> > HOME=/home/build/MyProject_linux --exec /usr/bin/python -- /usr/bin/twistd
> > --no_save --logfile=/home/build/MyProject_linux/twistd.log --
> > pidfile=/home/build/MyProject_linux/buildslave.pid --
> > python=/home/build/MyProject_linux/buildbot.tac
> > + local retval=1
> > + [[ 1 != \0 ]]
> > + return 1
> > + result=1
> > + [[ 1 == \0 ]]
> > + [[ 0 == \0 ]]
> > + [[ -f /var/lib/init.d/daemons/buildslave ]]
> > + return 1
> > + eend 1
> > + local retval=1
> > + shift
> > + _eend 1 eerror ''
> > + local retval=1 efunc=eerror msg
> > + shift 2
> > + [[ 1 == \0 ]]
> > + [[ -c /dev/null ]]
> > + rc_splash stop
> > + [[ -n '' ]]
> > + msg='[ !! ]'
> > + [[ yes == \y\e\s ]]
> > [ !! ]'e '
> > [ !! ]
> > + return 1
> > + LAST_E_CMD=eend
> > + return 1
> > + retval=1
> > + [[ 1 == \0 ]]
> > + [[ 1 != \0 ]]
> > + [[ 1 == \0 ]]
> > + mark_service_stopped buildslave
> > + [[ -z buildslave ]]
> > + rm -Rf /var/lib/init.d/daemons/buildslave
> > /var/lib/init.d/starting/buildslave /var/lib/init.d/started/buildslave
> > /var/lib/init.d/inactive/buildslave /var/lib/init.d/wasinactive/buildslave
> > /var/lib/init.d/stopping/buildslave /var/lib/init.d/scheduled/buildslave
> > /var/lib/init.d/options/buildslave /var/lib/init.d/coldplugged/buildslave
> > + return 0
> > + [[ -z '' ]]
> > + is_runlevel_start
> > + [[ -d /var/lib/init.d/softscripts.old ]]
> > + service_message eerror 'ERROR:  buildslave failed to start'
> > + [[ no != \y\e\s ]]
> > + return
> > + svc_trap
> > + trap 'eerror "ERROR:  ${SVCNAME} caught an interrupt"; exit 1' INT QUIT
> > TSTP
> > + return 1
> > + retval=1
> > + service_started buildslave
> > + test_service_state buildslave started
> > + [[ -z buildslave ]]
> > + [[ -z started ]]
> > + local f=/var/lib/init.d/started/buildslave
> > + [[ ! -x /etc/init.d/buildslave ]]
> > + [[ -e /var/lib/init.d/started/buildslave ]]
> > + exit 1
> >
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> > world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > Buildbot-devel mailing list
> > Buildbot-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/buildbot-devel





More information about the devel mailing list