Displaying 20 results from an estimated 5000 matches similar to: "libvirt printing to stderr"
2008 Aug 25
1
virt-install error: "virDomainLookupByName() failed got unknown HTTP error code 400"
Hi there,
I've been happily installing VMs in CentOS 5.2's Xen implementation using virt-manager. However, my latest attempt to use the install wizard in virt-manager failed when I got to the networking screen. The 'forward' button was unresponsive, and I was unable to proceed. I checked the virt-manager logs, and saw this appearing immediately after I tried to proceed:
2011 Jan 23
1
libvirt, snapshots, LVM, and existing VMs
Hello,
I am running libvirt 0.8.3 with a couple VMs using a LVM VG that I had
previously setup on my host. I did not use the storage pool
functionality of libvirt to create the VG in the first place
('pool-list' is empty).
Now I want to be able to take snapshots of the VMs. Having read this
previous post [1] on the mailing list, I gather that libvirt does
indeed support taking snapshots
2013 Feb 12
1
Out of Memory Error
Hi,
I am trying to attach a usb device to my virtualbox node using libvirt. My
node is already running, I stop my node and then I am trying to add this
usb device.
I have a separate xml file defined for usb. It looks like this:
*<device>
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x4321'/>
<product
2011 May 16
1
(no subject)
Hi,
I am using libvirt and virsh for my application. I am trying to manage
snapshots for my infrastructure. All virsh commands are working fine like
snapshot-create, delete, list, revert, current.
But when I try to do the same using libvirt, I get out of memory error. Here
are the commands that i execute on my host in a python shell...
import libvirt
conn =
2011 Feb 14
1
Use libvirt-python to attach cdrom
Hi all,
I want to attach cdrom by libvirt.py .But can't find a func in
libvirt.py can finish this work.
Who can help me ?
Regard
--
Seven Ling
E-mail: jiejie.ling at qq.com
2011 Apr 21
1
domain not present after shutdown
I hope this is simple
I have one kvm host that lists all my domains even after shut down. 'virsh list
--all' shows machines in 'running' and 'shut off' states. If I copy those over
to another machine and it only shows the virt machines in running state.
vmhost2:~$ virsh list --all
Id Name State
----------------------------------
4 mybox4
2011 Jan 17
1
virt-install with --channel option inquiry
hi, virt guys,
This is Hongqing from Fedroa QA team. I try to forward the guest installation logs to host with virtio.
I have used virsh edit <guestName> to add a channel, it works fine.
I think it would be better if I can initialize it when I create the guest using virt-install,
and virt-install also offers the option, I have tried below, but it does not work.
virt-install
2011 Jul 18
1
cannot perform tunnelled migration without using peer2peer flag
Dear All
I try to migration a kvm guest os to another host failed
server: ubuntu 11.04 server
virsh:migrate --live --tunnelled vm1 qemu+ssh://192.168.10.3/system
error:Requested operation is not valid:cannot perform
tunnelled migration without using peer2peer flag
2010 Oct 27
1
Compiling libvirt-0.8.4 for NFSv4
Hi all,
Not sure if this will be useful to anyone. Worse, it's probably not
complete or correct, but I thought I would throw this out there for
comment.
I asked earlier about configuring libvirt for NFSv4 support. I wanted
to define NFSv4 pool from xml config, but it's not an option. I decided
to hack a bit. Added the following to source code:
storage_conf.h(417):
2011 May 05
2
Problem after restarting libvirt
After restarting libvirt cgroups for VMs are not recovered.
Is there available to restore cgroup state after restart?
--
Nikita A Menkovich
http://libc6.org/
JID: menkovich at gmail.com
Tel: +7 (921) 423-96-48
2008 Mar 20
9
Xen Store error : out of memory
Hi,
I''m running snv84 on a SunFire x2200M2, 2 dualcore opterons, 8GB ram, 2 mirror sata disks (zfs).
I tried to install both Ubuntu 7.1 Desktop and Fedora 8 into a HVM domU but failed everytime.
The VNC-Server for the domU dies, but the domain still consumes CPU time, disks go idle after a while (zpool iostat or iostat show zero I/O). The domUs booted up fine, the installer started,
2012 Jul 23
1
INTERNAL ERROR:can not attach network interface for vm
hello,i got a error message when use virsh attach-interface for a vm:
first, list the vm's interface,there's no interface now.
virsh # domiflist ubuntum-124
Interface Type Source Model MAC
-------------------------------------------------------
then,i did an attach-interface action:
virsh # attach-interface ubuntum-124 bridge br0 --persistent
Interface attached
2011 Feb 12
2
LXC libvirt support
Hi,
Has anyone used libvirt to start/stop/manage LXC (linux containers) ?
Is it supported at all? Last I tried, had few issues and the reply was
:
///
Note that libvirt lxc driver is a different implementation from lxc tools
and doesn't use lxc tools internally. You may not be able to do what
you are doing with lxc tools. Especially, the driver doesn't take aware
of files and settings
2012 Nov 28
1
error: unsupported configuration: block I/O throttling not supported with this QEMU binary
Hi, guys.
I want to change block I/O throttle using 'virsh blkdeviotune' with vm not running, it reported an error:
# virsh blkdeviotune instance-000000dc /dev/loop0 --total-bytes-sec 20000000 --total-iops-sec 20 --config
error: Unable to change block I/O throttle
error: unsupported configuration: block I/O throttling not supported with this QEMU binary
I can do this when the vm is
2012 Sep 09
1
Addition of Eucalyptus to IaaS section
Hello there,
I?m not sure if this is the right mailing list, but I?d like to see if we
can add Eucalyptus to the IaaS page here: http://libvirt.org/apps.html#iaas
Please let me know what is required in order to add us?
Thanks very much,
*_________________________*
*Eric Choi - *Product Marketing
*Eucalyptus Systems*
www.eucalyptus.com
+1 508 348-9778
Follow us on Twitter
2010 Dec 09
3
ArchLinux port
I have febootstrap ported to and working on Arch, but there are a few
packages missing from the main Arch repos, and the packages need to be in
the main repos for the febootstrap sequence to work.
So I have a few quick questions, first,
how well does the supermin app work, without augeas,
are zfs, gfs and hfs used only for mounting those filesystems inside the vm
image,
and I noticed that there is
2013 Jul 08
1
python equiv to perl list_domains()
Hey,
I'm trying to figure out a way to get a list of the running domains on a
dom0. I can get the ID's but I'd prefer the names. We have another script
written in perl, but I'm trying to get some other functionality in python
as well as work on converting it all to python. It looks like perl has a
list_domains() that will, according to the libvirt doc, "Return a list of
all
2010 Nov 13
1
network filtering
I try to add some rules to filtering network, example
<filterref filter='clean-traffic'/> or
<filterref filter='no-ip-spoofing'/>
and vm not starting with message
virsh start freebsd8.2
error: Failed to start domain freebsd8.2
error: internal error IP parameter must be given since libvirt was not
compiled with IP address learning support
what do I do wrong?
2012 Apr 27
2
question of iSCSI pool on the same iSCSI target
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120427/287fd756/attachment.htm>
2017 Aug 07
1
Avoiding console prints by Libvirt Qemu python APIs
Hi,
I am trying to check if a domain exists by using the libvirt python API
*"lookupbyname()*". If the domain does not exist, it prints an error
message on the console saying "*Domain not found*".
I need the errors or logs only in syslog. I have tried redirecting stderr
and stdout. But, it doesn't have any effect. I have also tried playing
around with the libvirt logging