search for: msg00059

Displaying 13 results from an estimated 13 matches for "msg00059".

Did you mean: msg00057
2012 Mar 05
1
Qemu restore error.
Eric, I have a RHEL6.0 machine running libvirt 0.8.7-18. I am running into issue mentioned in one of the previous posting. https://www.redhat.com/archives/libvirt-users/2011-December/msg00059.html # virsh start <domain> error: Failed to start domain <domain> error: operation failed: failed to read qemu header # od -N 128 -tx1z /path/to/domain.save 0000000 The workaroud to run --force-boot does not work on 0.8. Is a fix available for this issue? -Sharad Mishra
2013 Nov 22
2
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On 11/22/2013 10:26 AM, Исаев Виталий Анатольевич wrote: > Thanks, Itamar. Hooks are really great tool. > No doubt we will use them. > > But I still need some clarification about interaction between hooks (on the manager's side) and libguestfs (on the side of hypervisor/storage). these are vdsm-hooks, they run on the host, not on the engine (manager). the engine does allow you, if
2006 May 14
16
lustre clustre file system and xen 3
Hi, I am setting up a xen 3 enviroment that has a file backend and 2 application servers with live emegration between the 2 application servers. --------- --------- | app 1 | | app 2 | --------- --------- \ / \ / \ / ---------------- | file backend | ---------------- I am planing on using lustre clustre file system on the file backend. Are there
2017 Apr 28
0
Re: [PATCH v6 0/1] v2v bootloaders and augeas
...eleased nearly 6 months ago, > >>I think it would be fine to require it for virt-v2v. If we did > >>that does it help? > > > >Yes, definitely. In this case, we can just apply your previous patch-set - > >( https://www.redhat.com/archives/libguestfs/2016-November/msg00059.html ). > >After all, the only problem with the bootloader patch is an error when > >libguestfs attempts to include the existing path to the Augeas lens. With > >Augeas 1.7.0 we get rid of unnecessary calls to aug_transform. > > > >> > ping. > > Can I expe...
2013 Nov 22
0
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On Fri, Nov 22, 2013 at 11:11:32AM +0200, Itamar Heim wrote: > My I ask for the bigger picture of what you are trying to do? See: https://www.redhat.com/archives/libguestfs/2013-November/msg00059.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW
2012 May 29
1
community finding in a graph and heatplot
Hi everyone, I am using the fastgreedy.community function to get the $merges matrix and the $modularity vector. This serves my purpose of testing modularity of my graph. But I am "greedy" to plot the heat map and dendrrogram based on the $merges dendogram matrix. I know that heatplot does the graphics part but I am not sure if the dendogram generated by the heatplot will match the one
2009 Jul 08
3
[LLVMdev] ARM cross compiling causes segmentation fault
Hello, I built a llvm toolchain for ARM and I'm trying to build a simple application on ARM using LLVM. When I compiled the code, it has the following message and the binary code has a segmentation fault when it is executed. /tmp/ccJPjMe4.s: Assembler messages: /tmp/ccJPjMe4.s:4250: rdhi, rdlo and rm must all be different /tmp/ccJPjMe4.s:4589: rdhi, rdlo and rm must all be different
2010 Jul 08
0
[ANNOUNCE] libguestfs 1.4.0 - tools for accessing and modifying disk images and virtual machines
...------------------------------------------- 2009-11-10 : 1.0.78 https://www.redhat.com/archives/libguestfs/2009-November/msg00095.html 2009-09-13 : 1.0.67 https://www.redhat.com/archives/libguestfs/2009-August/msg00281.html 2009-07-23 : 1.0.64 https://www.redhat.com/archives/libguestfs/2009-July/msg00059.html 2009-07-14 : 1.0.59 https://www.redhat.com/archives/libguestfs/2009-July/msg00023.html -- 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#) htt...
2011 Mar 20
5
The delays on CentOS 5.6 are causing EPEL incompatibilities
There are significant components of the upstream 5.6 release which are stuck behind the CentOS 5.6 release process, but are now incorporated in EPEL 5 components. In particular, the "php53" package is now necessary for the "drupal6" EPEL components, due to the long out of date PHP 5.1 in the default upstream vendor's codebase. I see that some of these components are
2018 Apr 09
5
[PATCH 0/3] daemon: generate almost all the API OCaml interfaces
Hi, as a followup for the signature fix for mount_vfs [1], here it is a patch series to generate automatically most of the OCaml interfaces of daemon actions. Only the Lvm and Mount modules are left with hand-written interfaces. [1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html Thanks, Pino Toscano (3): daemon: directly use Optgroups daemon: use the structs from the Structs module daemon: autogenerate most of OCaml interfaces .gitignore | 15 ++++++++ daemon/blkid.mli | 19 ---------- daemon/btrfs.mli | 26 ---------...
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
...gest using UUID for device-mapper devices. It is get implemented as well. Presence of device UUID allows to use libevmapper API function to find device node easier; - misc fixes and improvements. IMPORTANT: These patch series depends on this one: https://www.redhat.com/archives/libguestfs/2018-May/msg00059.html. NOTE: I tried to look around and follow project code style but it seems inconsistent or I simply was unable to recognize used code style. Any comments re welcomed. -- Mykola Ivanets Mykola Ivanets (12): Requires libdevmapper v1.02. Change the way we sanitise LDM partition name. Cl...
2018 Apr 10
9
[PATCH v2 0/5] daemon: generate almall the API OCaml interfaces
Hi, as a followup for the signature fix for mount_vfs [1], here it is a patch series to generate automatically all the OCaml interfaces of daemon actions. [1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html Thanks, Pino Toscano (5): daemon: directly use Optgroups daemon: use the structs from the Structs module daemon: move Lvm.lv_canonical to new Lvm_utils module daemon: move Mount.umount_all to new Mount_utils module daemon: autogenerate OCaml interfaces .gitignore...
2017 Jan 25
10
[PATCH v2 0/7] Rename src/ to lib/ and move common code to common/
Previous patch series was posted here: https://www.redhat.com/archives/libguestfs/2017-January/msg00059.html v2 simply extends this patch series to cover the extra directories common/edit, common/progress, common/windows and common/parallel. The only remaining item is to consider whether we should rename mllib to something else, mlcommon was my suggestion. Rich.