Displaying 20 results from an estimated 7000 matches similar to: "udevsettle failures"
2012 Sep 03
1
[PATCH] daemon: remove call to obsolete udevsettle
udevadm is included in all reasonable recent distributions.
This avoids 'command not found' errors in verbose mode.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
index e6d5fde..0db56e4 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -54,7 +54,6 @@
#include "daemon.h"
GUESTFSD_EXT_CMD(str_udevadm, udevadm);
2009 Nov 18
1
[PATCH] daemon/RHEL: Choose correct udev settle script.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 018e8b562b3980a002bd2f9c42cf7dab541ac005 Mon Sep 17
2009 Dec 18
1
[PATCH] daemon: Work around udevsettle issue (RHBZ#548121).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 5c6147ecc7ee3cf657edb1e19ad5ab4e973424e0 Mon Sep 17 00:00:00 2001
From: Richard Jones
2011 Feb 02
0
[PATCH] appliance: Force /etc/mtab to be a symlink to /proc/mounts
I'm currently testing this patch on Rawhide, F14, Debian and Ubuntu.
It's required to fix Rawhide at the moment, so I'm going to add this
patch to the Rawhide SRPM.
An alternative fix would be to change the daemon to always parse
'/proc/mounts'. I'm not really sure which is better.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
2010 Nov 10
7
[PATCH 0/7] Add libvirt domain to core API
This series of patches aim to make adding disks from libvirt domains
easy through the core API.
These two new APIs allow you to add the disks from a libvirt domain.
The higher level add-domain API takes the name of the libvirt domain
as a string and connects to libvirt itself. The lower level
add-libvirt-dom API relies on the program to connect to libvirt and
pass the virDomainPtr into the API
2010 Aug 20
8
[PATCH febootstrap 0/8] Add support for building an ext2-based appliance
This patch series adds support for outputing an ext2-based appliance
from febootstrap-supermin-helper. The usage is very simple, you just
add '-f ext2' flag and the name of the appliance file that you want to
write to.
The implementation uses libext2fs, which is a very low level way to
create ext2 filesystems from scratch. We'd like to use libguestfs,
but that's an obvious
2009 Nov 16
1
IMPORTANT: New git repositories for febootstrap & libguestfs
The machine at et.redhat.com is going to be decommissioned soon, and
so I have arranged alternate hosting for these two git repositories.
As of now you should use:
http://git.annexia.org/?p=febootstrap.git;a=summary (web interface)
git clone git://git.annexia.org/git/febootstrap.git
http://git.annexia.org/?p=libguestfs.git;a=summary (web interface)
git clone
2011 Feb 03
0
Holiday
I'm going to be out of contact from next week until the beginning of
March.
libguestfs and the virt tools will obviously keep going without me,
but I'm just sending this note to say that I have put mirrors for the
following git repositories up in case the primary git repo has any
problems.
Primary Mirror
http://git.annexia.org/?p=febootstrap.git;a=summary
2011 Sep 02
2
Some more Virt-P2V CD results - screenshot attached as promised
On Fri, Sep 02, 2011 at 02:06:57AM -0500, Greg Scott wrote:
> "This kernel requires an X86-64 CPU, but only detected an i686 CPU.
> Unable to boot - please use a kernel appropriate for your CPU."
That's strange because virt-p2v-image-builder is supposed to
only build 32 bit images ...
Please keep the replies on the list.
Rich.
--
Richard Jones, Virtualization Group, Red
2009 Aug 19
1
[PATCH] Correct checks for dup failure in guestfs_launch
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 8f1b06f64807239d4b4c923af4db8626a866ff6f Mon Sep 17
2012 Aug 10
1
Status of libguestfs in Fedora, RHEL
Just a note (mainly to get it clear for *me*!) where we are with
libguestfs branches and Fedora/RHEL versions:
Fedora
?
??? Fedora 16 libguestfs 1.16 (currently 1.16.29)
?
??? Fedora 17 libguestfs 1.18 (currently 1.18.6)
?
??? Fedora 18 (just libguestfs 1.19.28, will move to
? branched) stable 1.20 branch when it is ready
?
???
2010 Oct 22
8
[PATCH 0/8 v2] Complete fix for CVE-2010-3851.
1/8 generator: Rearrange argt logically (RHBZ#642934,CVE-2010-3851).
2/8 generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).
These two previously posted.
3/8 fish: Specify format of disks (RHBZ#642934,CVE-2010-3851).
Updates to guestfish to add the --format option and to make -d copy
the format from libvirt.
4/8 fuse: Specify format of disks (RHBZ#642934,CVE-2010-3851).
2010 May 13
1
[PATCH febootstrap] Pull in febootstrap-supermin-helper (C version) from libguestfs.
This patch is FYI as it needs more testing, although feel free to take
a look at it if you want.
Background: We'd like to change libguestfs so that the appliance can
support optional features. This would mean you could have (for
example) a 'libguestfs' base package and a 'libguestfs-xfs' package
providing optional support for XFS filesystem tools. This would only
apply to
2009 Sep 23
3
[PATCH 0/3] Three code cleanups
As suggested by Jim in this earlier message:
https://www.redhat.com/archives/libguestfs/2009-September/msg00152.html
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW
2009 Oct 31
6
[PATCH 0/3] 3 small code fixes
Just simple code fixes ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
2009 Nov 06
2
[PATCH 0/2] Two small fixes to command*() functions in the daemon
The command*() functions are sane wrappers we use in the daemon to run
external commands, and therefore very important. These two patches
enhance these functions in useful ways.
(Note these are an internal interface which we can change at any
time).
The first patch adds variations which take a flags parameter, and
implements a useful flag (for dealing with parted).
The second patch stops
2009 Nov 24
1
[PATCH] availability: Clarify and fix documentation.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 59b13c6145cdd59fee78824769fffb2686b2813f Mon Sep 17
2010 Feb 04
3
[PATCH 0/3] Add support for recursively deleting nodes
This set adds support for recursively deleting a node and everything
under it (ie. all subkeys, values, SKs etc). I've checked this works,
both using my own reverse-engineering tools and using Windows 7
regedit.
Example:
$ hivexsh -w <<EOF
load software
cd \Microsoft
del
commit
EOF
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora
2010 Mar 26
2
[PATCH 0/2] Tool to merge regedit files into Windows Registry hives
This is part 1 (updated) and part 2 of the three part patch set to
provide tools for merging Windows Registry entries in the 'regedit'
textual format.
https://bugzilla.redhat.com/show_bug.cgi?id=575738
Using the low-level hivexregedit tool I was able to merge the registry
entries described in the following article into an existing 'system'
registry hive file:
2011 Oct 27
1
[PATCH] perl: Add %guestfs_introspection hash with introspection information.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------