Displaying 20 results from an estimated 30000 matches similar to: "Has anyone installed XenAPI Toolstack on Debian with Xen 4.2-unstable?"
2012 Jul 19
1
Bug#682122: xcp-xapi: README.Debian has a few misleading commands
Package: xcp-xapi
Version: 1.3.2-9
Severity: normal
Hi guys,
Just a couple of things I noticed running
through /usr/share/doc/xcp-xapi/README.Debian.gz as referenced by
http://wiki.debian.org/XCP
In "4/ Configuring Xen and XCP":
sed -i "s/TOOLSTACK=/TOOLSTACK=xapi/" /etc/default/xen
should be
sed -i "s/TOOLSTACK=.*/TOOLSTACK=xapi/" /etc/default/xen
Otherwise
2012 Jun 15
1
Bug#677614: xcp-xapi: someone should create /etc/default/xen
Package: xcp-xapi
Version: 1.3.2-6
Severity: important
Looks like on Wheezy, /etc/default/xen is not created by xen-utils-common. Since xcp-xapi depends on its existence and further declaration of the toolstack in it, it should take extra care to ensure that it is present.
root at debian:~# aptitude install xcp-xapi
The following NEW packages will be installed:
blktap-dkms{a} blktap-utils{a}
2013 Aug 16
0
Bug#688216: Add documentation on how to change toolstack to README.Debian
Control: tag -1 +patch
commit 717323e8f7398d45f8dc923a20a75baa7333adf1
Author: Ian Campbell <ijc at hellion.org.uk>
Date: Fri Aug 16 16:39:11 2013 +0100
* debian/xen-utils.README.Debian: Document how to change toolstack
* debian/changelog: Update
diff --git a/xen/debian/changelog b/xen/debian/changelog
index 6100e75..9426897 100644
--- a/xen/debian/changelog
+++
2012 Jun 14
2
Bug#677509: xcp-xapi: migration of PV linux does not produce grace ARP
Package: xcp-xapi
Version: 1.3.2-6
Severity: important
Configuration:
Two xcp-xapi hosts (default sid/xcp-xapi installation) in single pool.
Network backend is bridge.
After migration of 'idle' (doning nothing) virtual machine it stops to reply
to ping for long time.
AFAIK that caused by mac-learning table on upper level (hardware) switch,
which route all frames to wrong port
2012 Jul 06
4
Bug#680528: xcp-xapi: /etc/init.d/xendomains cause xapi to hand during boot
Package: xcp-xapi
Version: 1.3.2-8
Severity: important
During startup /etc/init.d/xendomains script is called. That script is installed
with xen-utils-common witch xcp-xapi is depends on.
That script calls /usr/sbin/xen
as
xen list &> /dev/null
This 'xen' seems to call xapi:
xen list
^Z
[1]+ Stopped xen list
root at lab-xh3:~# ps f
PID TTY STAT TIME
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
Package: xcp-xapi
Version: 1.3.2-8
Severity: important
Tags: patch
Found race condition (specific only to slave hosts):
xcp-xapi can start earlier than xcp-networkd due lack of dependency in init.d script.
Syptoms:
After reboot slave's xcp does not work:
xe (anything):
The host failed to acquire an IP address on its management interface and therefore cannot contact the master.
log:
2012 Jul 12
2
Bug#681343: xcp-xapi: wait_for_xapi() function in init.d script does not work
Package: xcp-xapi
Version: 1.3.2-9
Severity: normal
Function wait_for_xapi in /etc/init.d/xcp-xapi does not work as intented.
Symptoms:
(on slave)
/etc/init.d/xcp-xapi restart
[....] Restarting The XenAPI server: xapiThe host toolstack is still initialising. Please wait.
Cause:
Line 'xe pif-scan host-uuid=${INSTALLATION_UUID}' called before xapi is fully synced with master.
2012 Feb 29
2
Bug#655301: Status check for Wheezy
There's no date defined yet, but Wheezy freeze will happen soon. How do
we plan on concluding on this bug report?
Recap for the actual bug I reported: If you want to start xapi, execute
the following steps:
1) Start /etc/init.d/xend
2) Stop /etc/init.d/xend
3) Start /etc/init.d/xcp-xapi
Step 1 is required because you need access to /proc/xen/
Step 2 is required because xapi cannot run
2012 Jun 24
1
Bug#678723: xcp-xapi: vif-interfaces added to database as PIF's
Package: xcp-xapi
Version: 1.3.2-6
Severity: normal
After some time of rebooting and toolstack restart found very funny output in 'xe pif-lis':
xe pif-list params=currently-attached,device
device ( RO) : vif2.0
currently-attached ( RO): false
device ( RO) : vif211.0
currently-attached ( RO): false
device ( RO) : eth1
2012 Jan 17
0
Processed: Retitle and reassign "xcp-xapi fails to start" to xen-utils-common as "xend shouldn't start if TOOLSTACK is not xm"
Processing commands for control at bugs.debian.org:
> retitle 655301 xend shouldn't start if TOOLSTACK is not xm
Bug #655301 [xcp-xapi] xcp-xapi fails to start
Changed Bug title to 'xend shouldn't start if TOOLSTACK is not xm' from 'xcp-xapi fails to start'
> reassign 655301 xen-utils-common
Bug #655301 [xcp-xapi] xend shouldn't start if TOOLSTACK is not xm
Bug
2012 Sep 20
0
Bug#688227: xen-utils-4.2: /etc/default/xen TOOLSTACK undocumented
Package: xen-utils-4.2
Version: 4.2.0-1
Severity: important
Hello,
the default xl toolstack does not work in the Xen Debian packages.
It reports that xm toolstack is selected but no way how to change it.
The /etc/defaul/xen has no documentation whatsoever.
Please make both stack available or properly document how to switch.
-- System Information:
Debian Release: wheezy/sid
APT prefers
2013 Sep 27
2
Does libvirt support xapi/xe toolstack?
Hello,
I installed the last version of Xen (xenserver-core-0.9.0-9.x86_64 from
yum) and I'm trying to manage my VMs with virsh. The version that I
installed is using the Xapi/xe toolstack. The problem I have is that
I'm not seeing the VM that is started with "virsh -c xen:/// list
--all". Here is what I have:
root# xe vm-list uuid ( RO) :
2012 May 23
2
Bug#674132: xcp-xapi: backend check error
Package: xcp-xapi
Severity: important
The README doc mentions:
4/ Configuring Xen and XCP
--------------------------
4.1/ Switch using xl instead of xm and xend to control Xen
As of writing, you should do that:
sed -i "s/TOOLSTACK=/TOOLSTACK=xl/" /etc/default/xen
Where as the init script checks for:
# Exit cleanly if TOOLSTACK != xapi
if [ "${TOOLSTACK}" !=
2013 Aug 30
1
Bug#721345: xcp-xapi: xl pci-attach is called by xapi in a PCI passthrough attempt. An error is raised due to the use of xapi and the PCI device cannot be attached to the VM.
Package: xcp-xapi
Version: 1.3.2-15
Severity: normal
I am trying to pass an SRIOV virtual function in a virtual machine but the attempt fails with the following errors shown in the xcp-xapi.log
[20130829T19:29:17.909Z|debug|sriov1|314 UNIX /var/lib/xcp/xapi|VM.start R:9e8e10bd31bb|pciops] PCI devices from other-config:pci to attach: 0/0000:04:00.1
[20130829T19:29:18.012Z|debug|sriov1|314 UNIX
2012 Jul 27
1
Bug#682979: xcp-xapi: VM not starting, tasks not cancellable
Package: xcp-xapi
Version: 1.3.2-9
Severity: grave
Justification: renders package unusable
I've following mostly the xcp-xapi/README.Debian instructions after installing it with apt-get -t wheezy
network.conf is configured for bridge, xenbrN are functioning and shown with xe network-list
A single SR is present, created with ext on a local LVM. For debugging purposes, all ISO and local ISO
2012 Sep 27
1
Bug#688961: xcp-xapi: xe host-set-hostname-live fails (debian is not centos!)
Package: xcp-xapi
Version: 1.3.2-11
Severity: normal
xe host-set-hostname-live host-uuid=68878163-7c93-17af-7911-5a2726fefc66 host-name=xapi-xh3
The server failed to handle your request, due to an internal error. The given message may give details useful for debugging the problem.
message: Subprocess exitted with unexpected code 2; stdout = [ ]; stderr = [ sed: can't read
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'
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
2012 Dec 27
0
xen-api_1.3.2-14_amd64.changes ACCEPTED into unstable
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 27 Dec 2012 13:05:06 +0000
Source: xen-api
Binary: xcp-xapi python-xenapi xcp-squeezed xcp-v6d libxenapi-ocaml-dev xcp-xapi-debug xcp-xe xcp-networkd
Architecture: source amd64 all
Version: 1.3.2-14
Distribution: unstable
Urgency: low
Maintainer: Pkg Xen <pkg-xen-devel at lists.alioth.debian.org>
Changed-By:
2012 Nov 18
0
xen-api_1.3.2-13_amd64.changes ACCEPTED into unstable
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 03 Nov 2012 19:12:36 +0000
Source: xen-api
Binary: xcp-xapi python-xenapi xcp-squeezed xcp-v6d libxenapi-ocaml-dev xcp-xapi-debug xcp-xe xcp-networkd
Architecture: source amd64 all
Version: 1.3.2-13
Distribution: unstable
Urgency: low
Maintainer: Pkg Xen <pkg-xen-devel at lists.alioth.debian.org>
Changed-By: