Displaying 20 results from an estimated 3000 matches similar to: "Bug#586772: blktap2 does not work"
2010 Jun 22
18
blktap2 does not work
Distro: debian unstable
Xen version: 4.0.0-2
This is the config:
#HVM
#still no qemu-dm in debian
#kernel = "/usr/lib/xen-4.0/boot/hvmloader"
#builder = ''hvm''
#memory = 2048
#name = "webserver"
#vif = [''bridge=eth0'']
#disk = [''tap:tapdisk:aio:/srv/xen/webserver.img,xvda,w'',''phy:/dev/cdrom,xvdb:cdrom,r'']
2010 Jun 26
9
xen 4.0-testing: cannot install grub in debian domU (both hvm and pv)
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M seek=4095 count=1
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M count=4096
root@debian:~# grub-install /dev/xvda
Searching for GRUB installation directory ... found: /boot/grub
The file /boot/grub/stage1 not read correctly.
Darkbasic
_______________________________________________
Xen-users mailing list
2011 Jan 25
2
Bug#586772: blktap2 does not work
> this two patches add blktap2 functionality to xen-utils. I backported
> http://xenbits.xen.org/xen-unstable.hg?rev/ca2738f258f8 to remove
> license issues.
Has this patch been applied?
Darkbasic
2010 Sep 20
1
Xen 4.0.1, tap vs tap2, blktap2 documentation, and gentoo-xen-kernel problem
Hi,
I''ve been testing Xen 4.0.1 with kernel 2.6.34.5 +
http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.34-4.tar.bz2,
and one of the things that I noticed immediately is there are two
problems with tapdisk and this combination.
First, the syntax "disk = [''tap:tapdisk:aio: ..." no longer works.
When tested with HVM domU, it boots, but there was no disk
2011 Feb 06
20
debian squeeze released.
Do you know if squeeze has xen support?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Nov 07
4
[PATCH 2/2] 4.1.2 blktap2 cleanup fixes.
---------------------------------------------------------------------------
The following patch when applied on top of:
libxl: attempt to cleanup tapdisk processes on disk backend destroy.
Establishes correct cleanup behavior for blktap devices. This patch
implements the release of the backend device before calling for
the destruction of the userspace component of the blktap device.
Without
2012 Feb 18
1
Mounting filesystems with blktap2
For those wanting to know how to mount filesystems through blktap2
here is how you do it, as I couldn''t find it fully documented.
The instructions on the blktap2 readme file are rather out of date.
You can mount them under Dom0 like so.
e.g. to mount a vhd file,
sudo xm block-attach 0 tap2:vhd:/home/xen/xenwin7-persist.vhd xvdb w 0
Now the device should appear under /dev
ls
2012 Nov 07
4
[PATCH 1/2] 4.1.2 blktap2 cleanup fixes.
---------------------------------------------------------------------------
Backport of the following patch from development:
# User Ian Campbell <[hidden email]>
# Date 1309968705 -3600
# Node ID e4781aedf817c5ab36f6f3077e44c43c566a2812
# Parent 700d0f03d50aa6619d313c1ff6aea7fd429d28a7
libxl: attempt to cleanup tapdisk processes on disk backend destroy.
This patch properly terminates the
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make
With parallel make, libvhd might not be created before
link resulting in link error. This patch guarantees it.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile
--- a/tools/blktap2/vhd/Makefile
+++ b/tools/blktap2/vhd/Makefile
@@ -12,6 +12,9 @@ CFLAGS +=
2010 Jan 28
31
[PATCH 0 of 4] aio event fd support to blktap2
Get blktap2 running on pvops.
This mainly adds eventfd support to the userland code. Based on some
prior cleanup to tapdisk-queue and the server object. We had most of
that in XenServer for a while, so I kept it stacked.
1. Clean up IPC and AIO init in tapdisk-server.
[I think tapdisk-ipc in blktap2 is basically obsolete.
Pending a later patch to remove it?]
2. Split tapdisk-queue into
2012 May 11
15
Errors of doing "make install-tools" with xen-4.2-unstable?
Hi,
When I do the "make install-tools" with xen-4.2-unstable, there are some
errors about "warn_unused_result".
Is it the error in code or the error in the compiling environment? Thank
you so much.
gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99
-Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_TOOLS__
-MMD -MF .tapdisk-queue.o.d
2009 Sep 11
0
[PATCH] blktap2: Fix off-by-one error in driver lookup
# HG changeset patch
# User Brendan Cully <brendan@cs.ubc.ca>
# Date 1252699253 25200
# Node ID 92b42ec8a5677679e5841033544bf82606c3cfd3
# Parent d2a32e24fe504b9626e6732b4f213c7cb1bc8b57
blktap2: Fix off-by-one error in driver lookup
diff --git a/tools/blktap2/drivers/tapdisk-server.c b/tools/blktap2/drivers/tapdisk-server.c
--- a/tools/blktap2/drivers/tapdisk-server.c
+++
2010 Jun 02
1
build xen4.0 fail in blktap2 module
uname -a:Linux DC26 2.6.30.10 #1 SMP Wed Jun 2 04:34:53 PDT 2010 i686 i686 i386 GNU/Linux
OS:CentOS5.5
build xen
#make all
Errors:
include -I../../../tools/libxc -I../../../tools/include -I ../../../tools/libaio/src -I ../../../tools/memshr -D_GNU_SOURCE -DUSE_NFS_LOCKS -DUSE_GCRYPT -c -o tapdisk-queue.o tapdisk-queue.c
In file included from tapdisk-queue.c:44:
libaio-compat.h:82:3:
2011 Jun 29
10
xen 4.1.1 + 3.0.0-rc5 dom0 + blktap2
Hi,
I''m currently trying xen 4.1.1 with the 3.0.0-rc5 (heard that it now
contains the xen code to run as front or back xen domain).
Everything seems to run fine, except that I am trying since a few hours
to mount a .vhd file in the dom0.
What I tried so far:
to create a blank vhd file (this is working):
host# vhd-util create -n /storage/test.vhd -s 20G
Then i try to mount the file
2012 Feb 15
2
a problem with using qcow2 format image files as virtual disks
Hi,
In most cases we use image files as virtual disks under the full-virtualization situation.On the version 4.1.2 of xen,I do the following command:
############################################################
dd if=/dev/zero of=myraw.img bs=1M seek=8K count=1
#Before the command below I install the operating system in myraw.img
qemu-img-xen create -b myraw.img -f qcow2 myqcow1.img 20000M
2012 Mar 08
1
Bug#586772: blktap2 Support
We have a great many VMs that are stuck on Lenny because of this. Probably can build it ourselves, but would prefer to avoid the maintenance nightmare. Please make this happen, as we really like Debian.
Thanks,
--
Jayson Vantuyl
jayson at gogrid.com<mailto:jayson at gogrid.com>
417-207-6962<tel:+14172076962> (mobile)
________________________________
The information contained in
2012 Oct 03
0
blktap2 returning error even with kernel modue on ubuntu 12.04
Hi all,
i am having some problem with making blktap2 to work on ubuntu
12.04 can you please help me on this.
Created PV guest ubuntu 12.04 64 bit on dom0 running Ubuntu 12.04 with
initial configuration *[''file:/VM/vm-images/para-ubuntu.img,xvda,w''] * but
after installing and booting vm,changed to blktap2 after installing its
drivers on dom0 and made these changes to
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes:
tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num
tools/blktap: constify string arrays in convert_dev_name_to_num
tools/blktap: fix params and physical-device parsing
tools/blktap: remove unneeded pointer dereferencing from img2qcow.c
tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c
tools/blktap2: fix build errors caused by Werror in
2013 Oct 25
2
Install blktap2 kernel module on CentOS 6
Hi,
I''m currently stuck with creating VM which cannot boot with disk using blktap2 driver. I''ve been searching nearly a whole week and I couldn''t get a answer. When creating vm with blktap2, it keep shows a error:
libxl: debug: libxl_device.c:200:disk_try_backend: Disk vdev=xvda, backend tap unsuitable because blktap not available.
VM configuration (XML):
2009 Oct 17
4
how to limit the calls leaving a queue?
Hi,
I explain what I want to do..
All the operators share their phones. The number of the operator isn't
constant, so it's possible that two operators share all the phones.
They need to move all around, so they pick up the first phone they find.
If there are only few operator is very annoying for them to ear the
other phones ringing while they are at the phone!
So I'dd like to limit