Displaying 20 results from an estimated 1000 matches similar to: "libguestfs install error"
2015 May 05
3
libguestfs init problem
Hi ,all :
thanks for helping me ! I am using libguestfs-1.28.1 on ubuntu
12.04 to manage vm disk created by KVM. I downloaded
libguestfs-1.28.1.tar.gz ,and then executed
(1) ./autogen.sh (2) ./configure (3) make (4) make check .there is
the error.
/usr/Libvmi/libguestfs-1.28.1/run --test guest-aux/make-fedora-img.pl
md_create: feature 'mdadm' is not available in this
2015 Jun 27
1
The usage if libguestfs
HI all:
my problem is :
I want to use libguestfs on other project.
if I just run a test C programm It works well
just run : cc prog.c -o prog -lguestfs -I
/usr/libguestfs/libguestfs-1.28.10/src/
I write a C programm in my project , after that I run make , it happend:
/usr/nitro/libvmi-master/libvmi/.libs/libvmi.so: undefined reference to
`guestfs_launch'
2015 May 13
2
about libguestfs 'AVAILABILITY'
Hi all:
I installed libguestfs-1.29.40 on both ubuntu 12.04 and ubuntu
14.04. Both of them have the same problems,It is about the 'AVAILABILITY'
. I build libguestfs by tarball , everything is ok except the commond :
make check .
on ubuntu 12.04 the error is
md_create: feature 'mdadm' is not available in this
build of libguestfs. Read 'AVAILABILITY' in the
2013 Jul 08
3
Problem with using Libvmi or xenaccess with xen
Hi all,
Can dom0 have enough privilege to access domu''s kernel memory using Libvmi
functions?
Libvmi use xenaccess functions in fact, and as it is a user space library
I''m asking this.
I wanna read system call table of domu through dom0.
Thanks
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2015 Apr 21
2
Re: libvirt and guest processes
As I know, you can use Libvmi API to access the memory of VM and then walk through the double-linked list of process to reconstruct the process list. it is easy, and libvmi has provide the example
在2015-04-20 22:52:02,hanyandong<hanyandong@iie.ac.cn>写道:
> On 20.04.2015 06:22, dt sweval wrote:
> > Hi
> > I wanted to find out if there is way to list all the running processes
2014 Jun 12
3
ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi guys,
I am new to QEMU-KVM, libvmi and libvirt stuff.
Libvmi uses libvirt.
I am trying to to run process-list example of libvmi and getting error as
below. It seems that this error may be due to libvirt as it is not able to
find domain.
I seek your kind help on below error:
spanhal1@seclab2:~/KVMModule/libvmi-0.10.1$ sudo ./examples/process-list
ubuntu
libvir: QEMU error : Domain not found:
2014 Jun 02
7
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi,
--
Best Regards,
Yu Rong Tan
2015 Jul 01
12
[PATCH 1/9] v2v: Stable bus and slot numbers for removable drives (RHBZ#1238053).
This patch series adds stable bus and slot numbers for removable
drives (CDs and floppies) when the guest is converted using virt-v2v
or virt-p2v.
Previously we were a bit random about this. After this patch series,
the bus and slot numbers and preserved if at all possible.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1238053
Rich.
2018 Mar 13
1
libvirt connect vmware workstation fail
bash: vmwarews+ssh://jc@127.0.0.1/session: No such file or directory
[jc@te ~]$ virsh -c vmwarews+ssh://jc@127.0.0.1/session
错误:连接到管理程序失败
错误:不支持的操作:ssh 连接驱动程序不支持在没有套接字路径的情况下连接到会话实例
[jc@te ~]$ virsh -c vmwarews+ssh://root@127.0.0.1/session
错误:连接到管理程序失败
错误:不支持的操作:ssh 连接驱动程序不支持在没有套接字路径的情况下连接到会话实例
[jc@te ~]$ virsh -c vmwarews:///session
Segmentation fault (核心已转储)
2008 Nov 24
2
no such file or directory
hello list:
I add some code to xen-3.1.0-src\xen\arch\x86\hvm\vmx\vmx.c to export some information when vmx_vmexit_handler() executed:
-------------------------------------------------------------------------------------------------
--- vmx.c 2007-05-18 22:45:22.000000000 +0800
+++ vmx-patch.c 2008-11-24 14:19:18.000000000 +0800
@@ -50,7 +50,9 @@
#include <asm/hvm/vpt.h>
#include
2015 Apr 20
3
libvirt and guest processes
Hi
I wanted to find out if there is way to list all the running processes in a
guest VM from the hypervisor. Like the output of 'ps -ef' from inside the
guest VM, but without logging in or ssh into it.
Thanks
dtsweval
2015 May 06
0
Re: libguestfs init problem
On Wed, May 06, 2015 at 05:06:32PM +0800, fu lirong wrote:
> Hi Richard :
>
> today I download libguestfs-1.29.39.tar.gz and libguestfs-1.29.38.tar.gz
> I executed : ./autogen.sh 、./configure 、make and the below is the error,
> the same error in libguestfs-1.29.39.tar.gz and
> libguestfs-1.29.38.tar.gz .
>
>
> gcc: error:
2017 Dec 08
3
[PATCH v2 0/2] v2v: -o null: Use the qemu null device driver.
This changes the infrastructure to allow the target_file to be
a QEMU URI.
Rich.
2016 Aug 18
3
[PATCH v2 0/2] v2v: Use OVMF secure boot file (RHBZ#1367615).
First version was posted here:
https://www.redhat.com/archives/libguestfs/2016-August/thread.html#00100
This is semantically the same as the first version. However
I've split the patch up into two parts. In the first part,
I factor out the UEFI paths so now they are created by the
generator and written in the library and v2v/ directory directly,
instead of the complex business of having a C
2012 Nov 12
10
Hypervisor to dom0 communication
Hello,
I''m interested in establishing a communication channel between the Xen
hypervisor and a dom0 userspace application. Ideally this would be a
2-way channel, with the hypervisor asynchronously notifying this
application, and then (for certain types of messages) wait for a reply
from the userspace consumer.
To this end, I''ve been reading xen-devel posts [1], read the
2012 Nov 29
14
Mem_event API and MEM_EVENT_REASON_SINGLESTEP
Hello,
I''m interested in using the mem_event API (or it''s LibVMI wrapper), but
I''m interested in capturing write events anywhere in a domU guest''s
memory, _and_ not just once for each page write, but every time a page
is being written to.
To this end, I''ve looked at the xen-access.c example, where at first all
the pages are being monitored:
2016 Sep 15
1
[PATCH] v2v: -o libvirt: always write pool names (RHBZ#1141631)
When creating the XML for the new guest, always put the name of the pool
containing the disks, even when -os specified a pool UUID: libvirt does
not handle pool UUIDs for storage, but only names.
---
v2v/output_libvirt.ml | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index 5fa338f..e934335 100644
---
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
Does anybody install llvm-tv on ubuntu9.04? please share how to do it. Thanks very much!
My problem is as followed:
I follow the instruction of README in source of llvm-tv.
First, I installe wxWidgets and graphviz, and then download the source of llvm from http://llvm.org/svn/llvm-project/llvm/trunk and download poolalloc from http://llvm.org/svn/llvm-project/poolalloc/trunk. Second, I compile
2016 Jul 20
1
[PATCH] v2v: make virsh command quiet if v2v is quiet (RHBZ#1358142)
Pass -q to virsh if virt-v2v was run with -q, to reduce its output in
quiet mode.
Unfortunately this does not currently work in virsh as it should, see
RHBZ#1358179, so only after that bug is fixed this change can actually
take effect.
---
v2v/output_libvirt.ml | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
2016 Feb 26
2
[PATCH 1/2] v2v: -o libvirt: Refactor video and graphics elements.
This is just a refactoring and doesn't change the meaning of the code.
---
v2v/output_libvirt.ml | 60 +++++++++++++++++++++++++--------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index 68af3de..d1cbaa1 100644
--- a/v2v/output_libvirt.ml
+++ b/v2v/output_libvirt.ml
@@ -222,46 +222,44 @@ let create_libvirt_xml