Displaying 20 results from an estimated 6000 matches similar to: "[PATCH] tests: Conditionally skip UUID tests."
2009 Jul 24
1
Re: error when compiling libguestfs on Ubuntu 9.04
On Sat, Jul 25, 2009 at 01:28:29AM +0900, Jun Koi wrote:
> hi Richard,
>
> i am trying libguestfs 1.0.64, and have below errors at "make" step:
>
> make[2]: Entering directory
> `/home/quynh/projects/libguestfs/libguestfs-1.0.64/appliance'
> mv initramfs.fedora-11.i686.img initramfs.fedora-11.i686.img.bak
> mv: cannot stat `initramfs.fedora-11.i686.img':
2011 Dec 22
1
FYI: Changes to test directory names
I'm going to rename some test directories to make the names more
logical:
* caution -> tests/qemu
This directory contains tests of qemu (safety and liveness).
'make check' will be changed so that this directory is tested first.
At present, 'make check' happens to build images/ first which makes
it harder to track down qemu breakage.
* capitests -> tests/c-api
2009 Aug 05
2
[PATCH] Add a test for an executable stack in libguestfs.so
---
capitests/Makefile.am | 4 ++-
capitests/check-noexec-stack.pl | 58 +++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 1 deletions(-)
create mode 100755 capitests/check-noexec-stack.pl
diff --git a/capitests/Makefile.am b/capitests/Makefile.am
index 71928ec..08466ac 100644
--- a/capitests/Makefile.am
+++ b/capitests/Makefile.am
@@ -22,13 +22,15 @@
2010 Jan 07
1
[PATCH] qemu: Upstream regression of -stdio serial option.
I've tested this with both upstream qemu from git, and the old
non-broken qemu from Fedora 12.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part
2011 Apr 01
4
[PATCH 0/4] Introduce "pulse mode" progress messages to the daemon.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
2012 Jun 25
1
virt-resize
On Mon, Jun 25, 2012 at 06:28:42AM -0500, Dan The Man wrote:
> Tried resizing a standard UFS partition on a freebsd guest, booting
> from it resulted in "missing boot loader".
We can't currently resize BSD guests; patches welcome ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
2009 Aug 03
2
[PATCH] New commands to list devices by UUID and label
This isn't very well tested at the moment because my main testing
machine is broken. So just for comment, only to be applied with
caution.
This patch has two new commands which make it much easier to look up
filesystems by their UUID or label. They are:
list-devices-by-uuid
list-devices-by-label
Each returns a hashtable (or whatever the equivalent structure is in
your favourite
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote:
> Hi again Rich,
>
> I'm trying to use febootstrap to install either rawhide or f13,
> but my attempts are failing.
>
> $ sudo febootstrap fedora-13 /mnt/jubjub-f
> ...
> Running rpm_check_debug
> ERROR with rpm_check_debug vs depsolve:
> libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64
2011 Jun 03
3
Unable to build appliance
Hello--
I've been trying to build libguestfs 1.2.14 with the appliance enabled on an
older type of system at my company. Getting all the required dependencies
installed has been an arduous process, but I've finally hit an obstacle I
don't know how to get around. The final output of "make":
+ febootstrap-run initramfs -- /sbin/depmod -a ABOUT-NLS BUGS COPYING
COPYING.LIB
2012 Oct 29
0
Porting febootstrap to urpmi-based distributions
On Mon, Oct 29, 2012 at 11:10:04AM +0100, Guillaume Rousse wrote:
> Hello Richard.
>
> I didn't find any dedicated mailing-list for febootstrap, so sending
> this directly seems the best option.
CC-ing this to libguestfs at redhat.com which is the right list.
> I'm interested to have
> libguestfs on mageia, meaning I have to port febootstrap first. I
> had a quick
2012 Sep 13
0
ANNOUNCE: RHEL 6.4 preview packages available
As some may remember, in the run-up to RHEL 6.3 I made a yum
repository available of libguestfs and other packages. It's time for
the same thing for RHEL 6.4.
These packages should work on RHEL 6.3, CentOS 6.3 and other RHEL 6
derivatives (although I've only tried them on RHEL 6.3). A source RPM
is also supplied in case you want to try rebuilding the package.
To use the repo, run the
2009 Jul 08
0
[ANNOUNCE] Version 1.0.56 released
Just a note that I released version 1.0.56 yesterday. The main reason
for doing a release was a large number of RHEL 5 fixes that allowed me
to actually get an EPEL build out.
The source is here: http://libguestfs.org/download/
and Fedora 11, 12 and EPEL 5 binaries are here:
http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
There are some experimental, internal changes in this
2009 Jul 14
0
[ANNOUNCE] libguestfs 1.0.59 released
[This announcement covers version 1.0.58 too since it didn't get a
separate message.]
We are pleased to announce the release of libguestfs 1.0.59.
Home page: http://libguestfs.org/
Downloads: http://libguestfs.org/download
Git repo: http://git.et.redhat.com/?p=libguestfs.git;a=summary
New in this release:
- Support for Linux extended attributes.
- Allow guestfish to be controlled
2009 Jul 22
0
Bad patch to add LIBGUESTFS_KERNEL option reverted
Earlier today I added this feature:
http://git.et.redhat.com/?p=libguestfs.git;a=commitdiff;h=34d2df41626f1ee4172a6d40b06d72d6ed9d6348
Unfortunately this feature doesn't work out. I forgot about kernel
modules, which are contained in the initramfs, and stop working
noisily if you just try to change the kernel.
So I'm going to revert this patch, and perhaps think of some other way
to do
2009 Jul 29
1
[PATCH / discussion only] Add kernel and userspace arch detection to virt-inspector
This patch isn't quite finished. I also need to modify the
virt-inspector "query mode" so that it can display the architecture.
Nevertheless, text and XML output works for both Linux and Windows
guests.
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 75 OCaml packages (the
2009 Jul 31
1
[PATCH] lib: Add selinux=0 to default kernel command line.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 75 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part --------------
>From a9f70c25326116215af71b1679d78e02defc3aed Mon Sep 17 00:00:00 2001
From: Richard W.M.
2009 Aug 19
0
[PATCH] tests: modprobe fat instead of ext2 module.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 75 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part --------------
>From f8b2b724792262a57782a1bcde51bb88ba844716 Mon Sep 17 00:00:00 2001
From: Richard W.M.
2009 Aug 19
0
[PATCH] tests: Use ISO instead of squashfs
The tests currently break on my Debian machine. The reason is that
the squashfs that we use to store test data has an incompatible format
with the kernel used in the appliance.
Anyway, avoid using a squashfs at all, and use an ISO instead.
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now
2009 Sep 09
1
EPEL 5.4 qemu deps broken?
<eparis> rjones: libguestfs in epel for 5.4? you seen this?
<eparis> Error: Missing Dependency: qemu-system-x86 >= 0.10.5 is needed by package 1:libguestfs-1.0.68-5.el5.x86_64 (epel)
<eparis> I don't see that package, any idea what i've done wrong/
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog:
2009 Sep 22
1
[PATCH] Rejig configure.ac tests for qemu vmchannel support.
The change to "null vmchannel" didn't get reflected in the configure
script which still checks for vmchannel in qemu.
This patch tidies up this part of the configure script so we don't
fail, provided we have support for user mode networking (which is
required for null vmchannel).
This patch didn't make it into 1.0.71.
Rich.
--
Richard Jones, Emerging Technologies, Red