Your message dated Tue, 10 Jul 2012 10:10:31 -0600
with message-id <[email protected]>
and subject line Seems to have been fixed in 4.1.2-3
has caused the Debian Bug report #655301,
regarding xend shouldn't start if TOOLSTACK is not xm
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
655301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655301
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xcp-xapi
Version: 1.3-15
Severity: normal
My packages were initially installed from the deb repository at
download.xensource.org.
Eventually, I upgraded them to the debian repository ones.
Right now, xcp-xapi fails to start with the following messages.
lnx200-39:~# /etc/init.d/xcp-xapi start
Error: Connection refused (calling connect )
lnx200-39:~#
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/24 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages xcp-xapi depends on:
ii hwdata 0.233-1
ii libc6 2.13-24
ii libpam0g 1.1.3-6
ii libuuid1 2.20.1-1.1
ii libvhd0 2.0.90-1
ii libxen-4.1 4.1.2-2
ii libxenstore3.0 4.1.2-2
ii python 2.7.2-9
ii python-xenapi 1.3-15
ii stunnel4 [stunnel] 3:4.50-1
ii xcp-eliloader 0.1-4
ii xcp-fe 0.5.2-3
ii xcp-squeezed 1.3-15
ii xcp-storage-managers 0.1.1-2
ii xcp-v6d 1.3-15
ii xcp-xe 1.3-15
ii xen-hypervisor-4.1-amd64 [xen-hypervisor-4.1] 4.1.2-2
ii xen-utils-4.1 4.1.2-2
ii zlib1g 1:1.2.3.4.dfsg-3
Versions of packages xcp-xapi recommends:
ii smbfs 2:5.2-1
ii xcp-guest-templates 0.1-3
ii xcp-vncterm 0.1-2
xcp-xapi suggests no packages.
-- Configuration Files:
/etc/xapi.conf changed:
base_path = /usr/lib/xen-common/xapi
schema_filename = /etc/xensource/db_schema.sql
license_filename = /etc/xensource/license
http-host = 10.72.200.39
http-port = 80
use-ssl = true
ssl-cert = /etc/ssl/certs/xensource-rio.pem
ssl-port = 443
gc-debug = true
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 4.1.2-3
Hi,
This seems to have been fixed in 4.1.2-3, where I can see:
xend_start()
{
if [ -z "$XEND" ] || [ "$(basename "$TOOLSTACK")" != xm ]; then
return 0
fi
... etc ...
Therefore closing, thanks.
Ian.
--- End Message ---