similar to: [PATCH] enable scrub on Debian

Displaying 20 results from an estimated 20000 matches similar to: "[PATCH] enable scrub on Debian"

2010 Feb 22
2
Debian libguestfs packages updated
Hi, I finally updated the Debian libguestfs packages: http://honk.sigxcpu.org/con/Libguestfs__Virtual_Machine_Image_Swiss_Army_Knife.html Sine we can't run the fuse tests easily in a chroot (since we might be unable to load the module) I'm using the attached patch to skip the tests if /dev/fuse doesn't exist. This probably isn't clean enough to go upstream though. The other
2010 Nov 05
2
Debian based appliance
Hi, just a short heads up about the current status of libguestfs on Debian: Current git master builds and works fine on Debian sid. The only change you have to make is to use a custom kernel instead of the one in squeeze/sid by pointing DEBIRF_KERNEL_PACKAGE in appliance/debian/debirf.conf to something recent enough (>= 2.6.35) like:
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
Add the email address for authors. It will be better. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- AUTHORS | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0d6fb3c..702de5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel
2015 Mar 04
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
Thanks Guido, unfortunately no luck: root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS * grep: apparmor: Is a directory grep: patches: Is a directory grep: source: Is a directory root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */* root@<server>:~/debian#
2020 Sep 28
1
Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'
Hi, I'm facing an issue with libvirt and the LIBXL driver, failing when searching for DMI data in /sys. info : libvirt version: 5.0.0, package: 4+deb10u1 (Guido Günther <agx@sigxcpu.org> Thu, 05 Dec 2019 00:22:14 +0100) error : udevGetDMIData:1719 : internal error: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id' or '/sys/class/dmi/id' error :
2010 Nov 04
1
[PATCH] check for kvm
Hi, Debian calls qemu-kvm kvm so we should check for that one too. Please apply. Cheers, -- Guido -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Debian-calls-qemu-kvm-kvm.patch Type: text/x-diff Size: 899 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20101105/f7ccb908/attachment.bin>
2011 May 17
2
Fwd: Re: febootstrap in Debian
[CC also to libguestfs mailing list] On Tue, May 17, 2011 at 08:11:10PM +0200, Guido G?nther wrote: > As to binary debs: I wonder if we can't just get away by adding the > needed packages as build-depends (so they end up installed on the buildd > before the package built) and modify febootstrap to look at the > _installed_ files instead of at the downloaded debs. > >
2015 Dec 04
2
Error message doesn't make sense
Hi everyone, I incidentally configured two IDE controller for my machine-1.2 VM(it might be virsh attach-disk to blame), and I got the error message "Only a single IDE controller is unsupported...". I can't understand this error message, I think it means I HAVE to configure two or more IDE controllers until I looked it up in the source. At libvirt-1.2.22/src/qemu/qemu_command.c:
2010 Nov 05
1
Missing stdarg.h include
Hi, building current git fails with gcc -std=gnu99 -std=gnu99 -I.. -I/usr/lib/ocaml -I../ocaml -I../src -I../src -g -O2 -fPIC -Wall -c guestfs_c_actions.c In file included from ../src/guestfs.h:84, from guestfs_c_actions.c:35: ../src/guestfs-actions.h:28: error: expected declaration specifiers or '...' before 'va_list' This is fixed by an #include
2010 Feb 24
1
[PATCH] Debian package format
Hi, Minor nitpick: the Debian folks usually refer to deb as the package format not dpkg. Cheers, -- Guido -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Debina-package-format-is-called-deb-not-dpkg.patch Type: text/x-diff Size: 1162 bytes Desc: not available URL:
2010 Feb 24
2
[PATCH] List application in Debian based vm images
Hi, attached patch adds the code to list applications installed in Debian based vm images. Cheers, -- Guido -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Add-application-listing-for-Debian.patch Type: text/x-diff Size: 1380 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100224/b231e001/attachment.bin>
2014 Jul 11
1
libvirt build issue - make check fails , file name long
Hi, I was trying to build libvirt-0.10.2-29. Now, it builds fine in simple directory setting: like /home/itsme/test/libvirt/ But, if the directory setting is long: like /home/public/test/abc-v1/liibvrt-v1-v2/ = > it fails. Reason for failure is :qemumonitorjsontest I tried running the specific test case like : VIR_TEST_VERBOSE=1 ./qemumonitorjsontest ======================== 1)
2015 Mar 04
0
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
I'm have a lot of difficulty implementing the actions suggested so far by those who've chimed in about this issue. I've resolved now to do the following: * make clean and make world on xen source, and capture build logs * look up libxl build logs and see what compiler flags were used * repeat above for libvirt source and virt-manager source * report back on the compiler flag
2016 Jul 12
1
Re: IRC question about virt-builder ubuntu-* images
On Tue, Jul 12, 2016 at 07:40:51PM +0200, Guido Günther wrote: > On Sat, Jul 09, 2016 at 08:20:27AM +0100, Richard W.M. Jones wrote: > > > > 22:06 < adam12> rwmjones: If you're still around, just curious - any reason why the ubuntu14 image doesn't come with `dpkg-reconfigure openssh-server` > > already configured for firstboot? > > >
2011 Oct 05
3
[PATCH] libxc: reset ctx->completed on each domain restore
2008 Jan 28
6
Bug#462989: add missing header file for libvirt build
Package: libxen-dev Version: 3.2.0-2 Severity: wishlist Tags: patch Hi, libvirt needs privcmd.h to build. Please apply. Thanks for building a libxen-dev package, -- Guido Index: xen-3-3.2.0/debian/libxen-dev.install =================================================================== --- xen-3-3.2.0.orig/debian/libxen-dev.install 2008-01-28 18:43:43.000000000 +0000 +++
2012 Apr 13
2
Bug#668641: Please add a symlink /usr/lib/xen -> /usr/lib/xen-default
Package: xen Version: 4.1.2-3 Severity: wishlist Hi, we're patching libvirt (incompletely atm) and also virtinst to cope with Debian's derivation from upstream to put things into /usr/lib/xen-<version> managed via alternatives to /usr/lib/xen-default. While the basic idea is great to be able to switch between different xen versions it would us get closer to upstream if we had a
2010 Feb 23
1
[PATCH] check for grub/menu.lst too
Hi, attached patch makes virt-inspector find the kernels on Debian systems. Since there is no /etc/grub.conf it falls back to $grubpartition/grub/menu.lst. Cheers, -- Guido -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Check-for-grub-menu.lst-if-etc-grub.conf-can-t-be-fo.patch Type: text/x-diff Size: 1275 bytes Desc: not available URL:
2011 Oct 05
1
Bug#644390: Please make it possible to link a against libxlutil
Package: libxen-dev Version: 4.1.1-2 Severity: wishlist Hi, please make it possible to link against libxenlight by including libxenlight.so and libxl.h into libxen-dev. This is needed to enable the xenlight interface in libvirt. Cheers, -- Guido -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (50, 'unstable'), (1,
2014 May 20
2
[PATCH] daemon: scrub-file: resolve the path before calling scrub (RHBZ#1099490).
Resolve the given path within the chroot, so scrub can be invoked outside the chroot on an already-resolved path. Given that realpath is used, its availability is checked manually, since scrub-file already depends on the "scrub" feature. Slightly ugly, but on the other hand realpath is generally available nowadays, so the check should not be failing. Add few tests in scrub-file for this