Displaying 2 results from an estimated 2 matches for "check_domain_up".
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...v/null`
	if test $? -ne 0; then
	    echo -e "\nAn error occurred while shutting down all domains: $XMR\n"
	    rc_failed $?
	    echo -e '!'
	fi
	kill $WDOG_PID >/dev/null 2>&1
    fi
    # Unconditionally delete lock file
    rm -f $LOCKFILE
    
    exec 2>&3
}
check_domain_up()
{
    name=;id=
    while read LN; do
	parseln "$LN" || continue
	if test $id = 0; then continue; fi
	case $name in 
	    ($1)
		return 0
		;;
	esac
    done < <($CMD list -l | grep "$LIST_GREP")
    return 1
}
check_all_auto_domains_up()
{
    if ! contains_something &q...
2007 Jul 10
1
Bug#432583: xen-utils-common: "xendomains stop" won't save domains which name starts with "Name"
...15       64     1 -b----     17.6
www.xarope.org.ar.xen                     17       64     1 -b----     17.3
	so, if a domain has a name that starts with "Name", it won't be 
processed. this same bug can be found in the functions is_running()[2],
all_zombies()[3] and check_domain_up()[4].
--
[1] /etc/init.d/xendomains:326
[2] /etc/init.d/xendomains:149
[3] /etc/init.d/xendomains:215
[4] /etc/init.d/xendomains:359
-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash...