Displaying 20 results from an estimated 9000 matches similar to: "Failed to reboot VM via virsh"
2012 Aug 28
2
virsh reboot problem
I am trying to reboot my virtual machines, running virsh reboot. Then I get the following error:
error: this function is not supported by the connection driver: virDomainReboot
Searching around I get the impression this should be fixed by now, since the bugs I find are old and resolved. These are the versions I'm running.
Linux 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011
2012 Sep 29
2
can not connect hypervisor using libvirt-0.9.8 on windows
Hi, Eric:
I compiled libvirt-0.9.8 source code with the msys environment on windows xp.
the compiltion was successed.
but when I connect the remote host using virsh.exe, it occured error like:
error: Failed to connect to the hypervisor
error: Unable to set close-on-exec flag: No such file or directory
Is there something wrong? give me some help, thanks!
xuanmao_001
-------------- next part
2015 May 08
2
Failed dependencies with perl-Sys-Virt
Hi, erveryone:
I compiled libvirt-1.1.2.tar.gz from source.
my compile step:
./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \
--without-uml --without-openvz --without-vmware --without-vbox --without-lxc \
--without-esx --without-parallels --without-phyp -- without-test --with-yajl \
--without-selinux --without-secdriver-selinux
make && make install
2012 Aug 16
1
What can cause "libvirtd dead but pid file exists."
Hi,
# service libvirtd status
libvirtd dead but pid file exists.
I operated VMs(like create, edit, delte) normally for a second, but the libvirtd on host was dead.
I checked the libvirtd.log but didn't find any useful information. so I want to know what can cause the problem?
another question:
I found the message in /var/log/message like "libvirtd: Could not find keytab file:
2012 Jul 16
1
Is there a version with libvirt supporting domain Autostart?
I want to know if libvirt supporting qemu domain Autostart?
my libvirt version is 0.9.8.
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120716/5fd5dedb/attachment.htm>
2012 Jun 20
1
update virDomainDef with xml config
Libvirt Version: 0.9.8
Hi:
I added a new api for qemu_driver. and both added libvirt.c and remote.
I tested it and it worked well. the function of this new api was add a new field in xml config of domain. (I added it like qemudDomainSetMemoryFlags)at the same time, I added a new member to struct virDomainDef. then I tested xml config converted to virDomaindef and virDomainDef converted to xml
2012 Aug 13
1
Does Libvirt-0.8.8(windows) support URI like qemu+ssh on windows?
Hi,
I have ssh2.exe and ssh-keygen2 tools on my windows which as parts of "SSH Secure Shell for Workstations Windows Client", and they work well.
Now I want to know if libvirt support URI like qemu+ssh on windows?
Give me some ideas. thanks
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jul 10
1
What is the procedure of libvirt internal when you run a domain.
Hi, all.
I want to know when I press run button. start a domain. What is the procedure of libvirt internal.
I know it will call virDomainCreate(),then qemuDomainStart() -> qemuDomainStartWithFlags(). what is the next?
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 29
2
ruby-libvirt 0.4.0
On 07/29/11 - 09:34:17AM, David M. Barlieb wrote:
> Hi, I'm fairly new to using libvirt. I have RHEL6 servers running KVM
> virtual environment. As I understand it, libvirt provides the tools to
> the KVM environment so that I can create domains or virtual guests. So,
> that being said, what does this ruby-libvirt provide me or enhance given
> my current setup.
>
>
>
2014 Jul 01
10
Libvirt installion error: You must install the libyajl library & headers to compile libvirt
Dear all,
I am installing the libvirt 1.2.5 on my newly installed Fedora19.
When I run ./configure, an error is reported: "You must install the libyajl library & headers to compile libvirt"
In fact, the package yajl-2.0.4-2fc19.x86_64.rpm has been installed on the fedora19.
I found several links talking about this error and I downloaded 3 files (configure.ac, m4/virt-yajl.m4,
2012 Sep 26
4
guestfish hang when exec command.
Hi,
I have some issues with libguestfs. I download the libguestfs-0.18.3 source code and read the README file.
it requested qemu >= 0.13, my qemu version is qemu-1.0.1
requested kernel version >= 2.6.34, my kernel version is 3.1.4
the most of requirement for compiling I reached. but I completed compiltion and executed command.
the guestfish hang there.
the following was my operating steps:
2015 May 08
0
Re: Failed dependencies with perl-Sys-Virt
On Fri, May 08, 2015 at 08:48:27PM +0800, xuanmao_001 wrote:
> Hi, erveryone:
> I compiled libvirt-1.1.2.tar.gz from source.
> my compile step:
> ./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \
> --without-uml --without-openvz --without-vmware --without-vbox --without-lxc \
> --without-esx --without-parallels --without-phyp -- without-test
2012 Jul 24
2
virsh iface-list error
Hello
Facing below error while trying to access the iface-list.
# virsh iface-list
*error: Failed to list active interfaces
error: this function is not supported by the connection driver:
virConnectNumOfInterfaces*
root at kvm-1:/usr/local/src/libvirt# virsh list
Id Name State
----------------------------------------------------
1 vm1
2011 Sep 30
13
[PATCH] tools/check: check for yajl (needed by libxl)
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1317367995 -3600
# Node ID 4b98868690218126b90620d9b43fdd4140145a43
# Parent e50da6b98e3d5933b9c98e8f43096fd3ebbae00d
tools/check: check for yajl (needed by libxl)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
(note to committer, ensure the new file is executable)
diff -r e50da6b98e3d -r
2013 Oct 14
1
virsh migrate fails with Input/output error
Hey guys,
I'm running the following setup on a few hosts:
~ # virsh version
Compiled against library: libvir 0.9.8
Using library: libvir 0.9.8
Using API: QEMU 0.9.8
Running hypervisor: QEMU 1.0.0
Online Migrations with local storage are working smooth, Host OS is
always Ubuntu 12.04, CPUs are Intel E3-1245 V2, 32GB Ram. Now I
installed the same software on different hardware:
Intel E5-2620,
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello,
I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions.
The guide is available here:
http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros:
- CentOS 5.8 x64
- CentOS 6.3 x64
- Fedora 17 x64
RHEL5/CentOS5 requires some hackery to get
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello,
I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions.
The guide is available here:
http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros:
- CentOS 5.8 x64
- CentOS 6.3 x64
- Fedora 17 x64
RHEL5/CentOS5 requires some hackery to get
2011 Dec 20
26
[PATCH v2] libxl: add support for yajl 2.x
# HG changeset patch
# User Roger Pau Monne <roger.pau@entel.upc.edu>
# Date 1324385575 -3600
# Node ID 716d6d48e647d1d4352f7206e74e693152a4f8fa
# Parent f72b99fccfca694674259cc1c03c526a827b67ec
libxl: add support for yajl 2.x
This patch adds support for yajl versions 2.x, while retaining 1.x
compatibility. This patch adds quite a lot of #ifdefs all over the
json code, so I''m open
2012 Jun 12
2
What's the most recent compatible libvirt and qemu-kvm?
Figured I'd test qemu-kvm-1.0.1 and libvirt-0.9.12, but the result after
default compiles is:
root at black:/usr/local/sbin# ./libvirtd
2012-06-12 19:53:41.894+0000: 6076: info : libvirt version: 0.9.12
2012-06-12 19:53:41.894+0000: 6076: warning : ebiptablesDriverInit:4084 : Could not find 'ebtables' executable
2012-06-12 19:53:42.675+0000: 6076: error : qemuCapsComputeCmdFlags:1209
2015 Aug 12
4
[PATCH 0/2 v2] RFC: builder: support for Simple Streams metadata
Hi,
this series adds a basic support for Simple Streams v1.0 metadata
files. This makes it possible to create a repository .conf files with
[cirros]
uri=http://download.cirros-cloud.net
format=simplestreams
to read the latest version of each CirrOS image.
TODO items:
- check the pasted metadata: listing and creating images works,
so most of the current metadata is correct
- possibly wait