similar to: Bug#749612: blktap: Conflicting declarations of function __open_2

Displaying 20 results from an estimated 600 matches similar to: "Bug#749612: blktap: Conflicting declarations of function __open_2"

2014 Feb 12
1
Bug#738720: blktap-dev should depend on uuid-dev
Package: blktap-dev Version: 2.0.90-2 Severity: normal blktap-dev does not pull in uuid-dev which results in the following error when including vhd/libvhd.h: /usr/include/vhd/libvhd.h:37:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^ compilation terminated. Installing uuid-dev fixes the problem, but it seems that blktap-dev should
2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
Package: blktap Version: 2.0.90-4 Severity: important User: debian-gcc at lists.debian.org Usertags: ftbfs-gcc-6 gcc-6-unused-const-variable This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note that only the first error is reported; there might be more. You can find a snapshot of GCC 6 in
2011 Nov 28
0
blktap_2.0.90-1_amd64.changes is NEW
(new) blktap-dev_2.0.90-1_amd64.deb extra devel Xen API blktap shared library (development files) The Xen Cloud Platform (XCP) is an open source enterprise-ready server virtualization and cloud computing platform, delivering the Xen Hypervisor with support for a range of guest operating systems. This package is part of it. It implements the userland part of the blktap driver. . Virtual Hard
2014 Sep 04
1
Bug#760504: blktap-utils: Failing to call io_setup with EINVAL
Package: blktap-utils Version: 2.0.90-2 Severity: important Tapdisk fails to start and exit's silently after failing to detect current kernel version. This happens only on newer kernel versions missing sublevel field. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP
2015 Jun 30
1
Bug#790642: blktap-utils: Incomplete/stub-only manpages
Package: blktap-utils Version: 2.0.90-3 Severity: normal Dear Maintainer, Man pages for blktap-utils are effectively stubs, with no useful content whatsoever. It would have been better to just leave them out (even if lintian and/or ftpmaster would have complained) Will try to follow up with newly-created manpages. Thanks -- System Information: Debian Release: 8.1 APT prefers testing APT
2013 Jun 22
0
blktap_2.0.90-2_amd64.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 23 Oct 2012 10:23:57 +0000 Source: blktap Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0 Architecture: source amd64 Version: 2.0.90-2 Distribution: unstable Urgency: low Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Thomas Goirand <zigo at
2014 Sep 08
0
blktap_2.0.90-3_amd64.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 05 Sep 2014 10:36:52 +0300 Source: blktap Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0 Architecture: source amd64 Version: 2.0.90-3 Distribution: unstable Urgency: high Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Nanakos Chrysostomos <nanakos at
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}
2011 Nov 28
0
blktap-dkms_2.0.90-1_amd64.changes is NEW
(new) blktap-dkms_2.0.90-1.debian.tar.gz optional kernel (new) blktap-dkms_2.0.90-1.dsc optional kernel (new) blktap-dkms_2.0.90-1_amd64.deb optional kernel Xen API blktap kernel component DKMS package The Xen Cloud Platform (XCP) is an open source enterprise-ready server virtualization and cloud computing platform, delivering the Xen Hypervisor with support for a range of guest operating
2012 Oct 16
1
Bug#690630: blktap-utils: bashism in /bin/sh script
Package: blktap-utils Version: 2.0.90-1 Severity: important User: debian-release at lists.debian.org Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing a /bin/sh script making use of a bashism. checkbashisms' output: >possible bashism in ./usr/sbin/vhdpartx line 40
2015 Jul 05
0
blktap_2.0.90-4_source.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 30 Jun 2015 12:28:20 +0300 Source: blktap Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0 Architecture: source Version: 2.0.90-4 Distribution: unstable Urgency: medium Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Chrysostomos Nanakos <cnanakos at
2013 Nov 21
9
[PATCH] vhd-util create: add -C|nocow option
Add ''-C'' (nocow) option to vhd-util create. Btrfs has terrible performance when hosting VM images, even more when the guest in those VM are also using btrfs as file system. One way to mitigate this bad performance is to turn off COW attributes on VM files (since having copy on write for this kind of data is not useful). According to ''chattr'' manpage, NOCOW
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 +=
2013 Feb 05
1
Bug#699845: libblktapctl0: wrong paragraph separation in package description
Package: libblktapctl0 Severity: minor Dear Maintainer, in DDTSS I see: **** coalescing of differencing disks. . Libvhd is a **** note the extra space before the dot '.' used as paragraph separation Ciao Davide -- Dizionari: http://linguistico.sourceforge.net/wiki Database: http://www.postgresql.org GNU/Linux User: 302090: http://counter.li.org Non autorizzo la memorizzazione del
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2013 Jul 03
0
blktap 2.0.90-2 MIGRATED to testing
FYI: The status of the blktap source package in Debian's testing distribution has changed. Previous version: 2.0.90-1 Current version: 2.0.90-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more
2014 Sep 10
0
blktap 2.0.90-3 MIGRATED to testing
FYI: The status of the blktap source package in Debian's testing distribution has changed. Previous version: 2.0.90-2 Current version: 2.0.90-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more
2015 Jul 11
0
blktap 2.0.90-4 MIGRATED to testing
FYI: The status of the blktap source package in Debian's testing distribution has changed. Previous version: 2.0.90-3 Current version: 2.0.90-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more
2011 Nov 14
2
Bug#648691: ITP: blktap-dkms -- Xen blktap kernel component DKMS package
Package: wnpp Severity: wishlist Owner: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org> * Package name : blktap-dkms Version : 2.0.90 Upstream Author : Jon Ludlam <jonathan.ludlam at eu.citrix.com> * URL : http://www.xen.org/ * License : GPL-2 Programming Lang: C Description : Xen blktap kernel component DKMS package This package
2011 Dec 09
0
blktap 2.0.90-1 MIGRATED to testing
FYI: The status of the blktap source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.90-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more