Displaying 4 results from an estimated 4 matches for "lnx200".
Did you mean:
lnx2003
2012 Jan 10
2
Bug#655301: xcp-xapi fails to start
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:...
2012 Feb 29
2
Bug#655301: Status check for Wheezy
...you need access to /proc/xen/
Step 2 is required because xapi cannot run while xend daemon is active
With the above 3 steps: I get xapi back and openxenmanager nicely
connect to it. After following this bug report's conversation, I did
notice that I do not have anything in /etc/default/xen.
lnx200-39:/etc/init.d# cat /etc/default/xen
# Configuration for Xen system
# ----------------------------
# There exists several tool stacks to configure a Xen system.
# ?
# Attention: You need to reboot after changing this!
TOOLSTACK=
Also with xapi active and running, I get the following from the
too...
2012 Jan 10
2
Bug#655303: xcp-xapi: document network configuration in README.Debian
Package: xcp-xapi
Version: 1.3-15
Severity: normal
By default, xapi listens on the loopback interface. To make it available over the network, its inventory needs to be updated with
the bridged interface details. For example, if xenbr0 is the bridged interface, it needs to be set it:
lnx200-39:~# cat /etc/xcp/inventory
BUILD_NUMBER='0'
CURRENT_INTERFACES='xenbr0'
CONTROL_DOMAIN_UUID='de90f922-8bd8-176e-ea9a-4efece397b73'
MANAGEMENT_INTERFACE='xenbr0'
INSTALLATION_UUID='7f4f3149-2e9d-7bb5-bb99-fd51420a8cd6'
Please add details about MANAGEMENT_...
2012 Feb 29
4
Bug#661687: xen-utils-common: TOOLSTACK setting not honored
Package: xen-utils-common
Version: 4.1.2-3
Severity: important
/etc/default/xen, which carries the TOOLSTACK setting, is not honored by xend init script.
The xend initscript doesn't check for the value of TOOLSTACK. It just populates it in its initscript.
lnx200-39:/etc/init.d# grep TOOLSTACK *
xend:TOOLSTACK=$(/usr/lib/xen-common/bin/xen-toolstack 2>/dev/null)
xend: if [ -z "$XEND" ] || [ "$(basename "$TOOLSTACK")" != xm ]; then
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (50...