similar to: Helping on libvirt

Displaying 20 results from an estimated 20000 matches similar to: "Helping on libvirt"

2014 Oct 01
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
ustermann78 at web.de wrote: > hello, > > if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files: > > pstree -h `pgrep libvirtd` > libvirtd???11*[{libvirtd}] > > libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log > libvirtd 3016 root 22r
2014 Sep 26
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
On 26.09.2014 09:46, ustermann78@web.de wrote: > hello, > > if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files: > > pstree -h `pgrep libvirtd` > libvirtd───11*[{libvirtd}] > > libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log > libvirtd
2019 Feb 04
0
Unable to start libvirt systemd service
Hi all, I am using the libvirt 4.9 version. I get the following error when I try to run the command virsh list after the system comes up virsh list error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory When I run the command ps -ef | grep libvirtd, to find whether the libvirtd process is running. I
2013 Dec 16
2
First & long question
Hello everybody! /(First I need to apologize becase I mussunderstood the prupose of libvirt-list and I sent this mail there instead of this list)/ I would like to introduce myself, as this is my first contact with libvirt mailing list (although I've been reading quite a lot of documentation). My name is Joaquim Barrera, from Barcelona, Catalonia. I am a computer engineer and recently I
2017 Nov 14
0
Re: Urgent: virsh - change-media run into a promptly close of libvirt
Ups ... my fault ... libvirtd instead libvirt .... etcsvms5:/var/lib/systemd/coredump # coredumpctl info libvirtd            PID: 10177 (libvirtd)            UID: 0 (root)            GID: 0 (root)         Signal: 11 (SEGV)      Timestamp: Tue 2017-11-14 10:11:32 CET (9h ago)   Command Line: /usr/local/sbin/libvirtd -d     Executable: /usr/local/sbin/libvirtd  Control Group: /         
2013 Dec 18
0
Re: About debugging of libvirt.
On 18.12.2013 07:17, cool dharma06 wrote: > i am using libvirt-1.1.4 with xen(libxl). When destroying the VM its > showing the following error : > > virsh # destroy 4 > error: Failed to destroy domain 4 > error: End of file while reading data: Input/output error > error: One or more references were leaked after disconnect from the > hypervisor > error: Failed to
2013 Dec 20
0
Re: blockcopy for libvirt and version compatibility
On 12/20/2013 11:45 AM, Mark Trinh wrote: > I'm currently running: > virsh --version > 1.0.2 > > libvirtd --version > libvirtd (libvirt) 1.0.2 > > I have a couple questions. > > 1. Can I upgrade my libvirt.so version to use with an older libvirtd? In > other words, does the versions of libvirt and libvirtd need to be in lock > step? No, they do not have
2017 Nov 14
2
Re: Urgent: virsh - change-media run into a promptly close of libvirt
Hi Daniel, here are any informations. A little bit strange, coredumpctl showthe libvirtd. coredumpctl dump libvirt and info libvirt  no information. Best regards Holger -------------------------------------------------------------------------- etcsvms5:/var/adm # coredumpctl TIME                            PID   UID   GID SIG PRESENT EXE Tue 2017-11-07 16:22:57 CET     485     0     0  11
2013 Dec 20
2
blockcopy for libvirt and version compatibility
I'm currently running: virsh --version 1.0.2 libvirtd --version libvirtd (libvirt) 1.0.2 I have a couple questions. 1. Can I upgrade my libvirt.so version to use with an older libvirtd? In other words, does the versions of libvirt and libvirtd need to be in lock step? 2. I'm able to use virsh blockcopy, but I want to do it programmatically via C. I looked through the API and was not
2014 Jul 30
0
missing libvirt-sock and libvirt-bin after compile libvirt 1.2.6
Good morning there, I compiled and installed libvirt latest version 1.2.6, previously I have apt-get install libvirt-bin, which should be virsh --version: 0.9.8. after apt-get purge libvirt-bin, I compile the libvirt 1.2.6 and installed it, when configure, I did: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-esx=yes I have compiled qemu and installed too, and make a
2013 Dec 19
2
Re: About debugging of libvirt.
i installed both xen-4.2.1 and libvirt-1.2.0 from the source only. i moved with the latest version of libvrirt. i did the gdb in libvirt-1.2.0 and i raised the bug. Please find the following link for the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1044838 regards, cooldharma06. On Wed, Dec 18, 2013 at 6:33 PM, Michal Privoznik <mprivozn@redhat.com>wrote: > On 18.12.2013
2014 Sep 26
3
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
Hi Michal, thank you for your answer. so if i understand that correctly, no matter if i shutdown or destroy the domain and no matter if it is a transient or an persistent vm, the thread should disappear, right? in my case they still exist, also an hour after i destroy the domain (and don´t start any new one). i use libvirt-1.1.35 on fedora core 20, for information. all the best max    
2015 Mar 24
0
libvirt 1.2.10 - libvirt access via policykit fails
this is the same problem that i started chasing back in january, and posted in the mailing list under the topic: libvirt errors after applying RPMS from 2015:X002, last message in the thread is here: http://lists.centos.org/pipermail/centos-virt/2015-February/004247.html <http://lists.centos.org/pipermail/centos-virt/2015-February/004247.html> i have more information here, and am re-posting
2014 Sep 26
5
increase number of libvirt threads by starting tansient guest doamin - is it a bug?
hello, if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files: pstree -h `pgrep libvirtd` libvirtd───11*[{libvirtd}] libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe libvirtd 3016 root
2018 Mar 20
2
Persisting the libvirt guest's reason code.
Hi, I am currently facing an issue with libvirt w.r.t a guest's state and reason code. Precisely following are steps: 1. I have a running guest named *linux-test *on KVM 2. I do a * $> virsh save linux-test linux-saved.dat* 3. At this point * $> virsh domstate --reason linux-test *shows *shutoff(saved)* 4. I restarted the libvirtd daemon * $>systemctl
2017 Nov 14
2
Urgent: virsh - change-media run into a promptly close of libvirt
Hello, I use the virsh change-media command and since the combination of: etcsvms5:/kvm/CS8400/M1 # virsh version Compiled against library: libvirt 3.9.0 Using library: libvirt 3.9.0 Using API: QEMU 3.9.0 Running hypervisor: QEMU 2.10.1 etcsvms5:/kvm/CS8400/M1 # I got the following problem: ---------------------- etcsvms5:/kvm/CS8400/M1 # virsh change-media S5VCS84M1-VLP0 hdc --eject
2018 Oct 30
0
Re: Xen via libvirt
On 10/29/18 11:58 PM, Minjun Hong wrote: > On Tue, Oct 30, 2018 at 4:57 AM Jim Fehlig <jfehlig@suse.com > <mailto:jfehlig@suse.com>> wrote: > > On 10/29/18 12:26 PM, Minjun Hong wrote: > > Hello. > > I want to use libvirt for toolstack of Xen (not XenServer) to set up > Openstack > > system but, > > I'm new to
2017 Nov 14
0
Re: Urgent: virsh - change-media run into a promptly close of libvirt
On Tue, Nov 14, 2017 at 06:47:04PM +0100, Holger Schranz wrote: > Hello, > > I use the virsh change-media command and since the combination of: > > etcsvms5:/kvm/CS8400/M1 # virsh version > Compiled against library: libvirt 3.9.0 > Using library: libvirt 3.9.0 > Using API: QEMU 3.9.0 > Running hypervisor: QEMU 2.10.1 > > etcsvms5:/kvm/CS8400/M1 # > > I
2011 May 05
1
Error: unable to connect to '/var/run/libvirt/libvirt-sock'
Hi, I meet with the problem that "Error: unable to connect to '/var/run/libvirt/libvirt-sock' ". I do as Error: unable to connect to '/var/run/libvirt/libvirt-sock' <http://wiki.libvirt.org/page/FAQ#Error:_unable_to_connect_to_.27.2Fvar.2Frun.2Flibvirt.2Flibvirt-sock.27>said but never worked: root at shahe26:~# virsh error: unable to connect to
2012 Oct 31
3
error : virPidFileAcquirePath:345 : Failed to acquire pid file '/home/corey/.libvirt/libvirtd.pid': Resource temporarily unavailable
Hi all, When I try to start libvirtd, using "libvirtd -d", error notification shown below:error : virPidFileAcquirePath:345 : Failed to acquire pid file '/$HOME/.libvirt/libvirtd.pid': Resource temporarily unavailable Using "libvirtd -v", show: "libvirtd: error: Unable to obtain pidfile. Check /var/log/messages or run without --daemon for more