Re: [libvirt-users] Booting virtual machines automatically

2012-03-05 Thread Alex Jia
Hi Daniel, You may see /etc/init.d/libvirtd carefully, libvirt is default started on runlevel 3, 4, 5 (# Default-Start: 3 4 5): # chkconfig libvirtd --list libvirtd0:off 1:off 2:off 3:on4:on5:on6:off It may be different for libvirtd location from you, because I'm using

Re: [libvirt-users] Qemu restore error.

2012-03-05 Thread Eric Blake
On 03/05/2012 11:12 AM, Sharad Mishra wrote: > Eric, No need to single me out; there are several readers on this list that might be online when I am not. > > 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

[libvirt-users] Qemu restore error.

2012-03-05 Thread Sharad Mishra
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 error: Failed to start domain error: operation failed: failed to read qemu h

Re: [libvirt-users] qemu - could not load kernel and dynamic ownership setting

2012-03-05 Thread Shantanu Pavgi
On Feb 27, 2012, at 10:26 AM, Shantanu Pavgi wrote: Thanks for the reply Eric. We verified that VM creation works fine when dynamic ownership setting is enabled. So this seems like some missing configuration or permissions issue when dynamic ownership is disabled. More comments in line below.

Re: [libvirt-users] PCI-X card controlled by VM

2012-03-05 Thread Eric Blake
[top-posting on technical lists tends to be frowned on] On 03/05/2012 09:06 AM, Daniel Gonzalez wrote: > Thanks Eric, > > Does this also apply for PCI express? If the kernel presents PCI express devices to user space in the same way as it presents traditional PCI devices, then the answer is yes

Re: [libvirt-users] PCI-X card controlled by VM

2012-03-05 Thread Daniel Gonzalez
Thanks Eric, Does this also apply for PCI express? Daniel On Mon, Mar 5, 2012 at 4:56 PM, Eric Blake wrote: > On 03/05/2012 03:11 AM, Daniel Gonzalez wrote: > > Hi all, > > > > I have a PCI-X card which I would like to assign to one of my VM guests. > > Is there any way, using libvirt, of comp

Re: [libvirt-users] PCI-X card controlled by VM

2012-03-05 Thread Eric Blake
On 03/05/2012 03:11 AM, Daniel Gonzalez wrote: > Hi all, > > I have a PCI-X card which I would like to assign to one of my VM guests. > Is there any way, using libvirt, of completely bypassing the host system, > and routing all PCI-X interaction (drivers, interrupts, general ownership) > to one of

Re: [libvirt-users] About suspend VM

2012-03-05 Thread Eric Blake
On 03/05/2012 08:31 AM, Александр Семенов wrote: > Hello. > I want to disable function suspend and saving in libvirt. How can i do it? What do you mean by "disable function"? Are you trying to recompile libvirt with these APIs rendered useless? Are you trying to alter how the libvirt-guests init

[libvirt-users] About suspend VM

2012-03-05 Thread Александр Семенов
Hello. I want to disable function suspend and saving in libvirt. How can i do it? -- С уважением, Семенов А.С. тел. 8-9269150661 ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] Unable to connect qemu:///system on CentOS 6.2 X86_64

2012-03-05 Thread Michał Kulling | IQ . pl
Try one more time and paste /var/log/message (tail -100 /var/log/message) and /var/log/secure (tail -40 /var/log/secure) to pastebin.com and send link. On Mon, 5 Mar 2012 22:16:15 +0800, suyi wang wrote: > I just tried it , but... :( > > 2012/3/5 Michał Kulling | IQ.pl > On Mon, 5 Mar 2012 20:

Re: [libvirt-users] Unable to connect qemu:///system on CentOS 6.2 X86_64

2012-03-05 Thread Michał Kulling | IQ . pl
On Mon, 5 Mar 2012 20:50:29 +0800, suyi wang wrote: > Dear all: >     I ust installed Fedora16Fedora16 X86_64 on my new machine, and > then I ran the commands as follows(ran as root): > > yum install qemu-kvm > yum install qemu > yum install libvirt > yum install virt-manager > >    then I sta

[libvirt-users] Unable to connect qemu:///system on CentOS 6.2 X86_64

2012-03-05 Thread suyi wang
Dear all: I ust installed Fedora16Fedora16 X86_64 on my new machine, and then I ran the commands as follows(ran as root): yum install qemu-kvm yum install qemu yum install libvirt yum install virt-manager then I started the libvirtd as follow: /etc/init.d/lbvirtd start So , it ran well.

[libvirt-users] PCI-X card controlled by VM

2012-03-05 Thread Daniel Gonzalez
Hi all, I have a PCI-X card which I would like to assign to one of my VM guests. Is there any way, using libvirt, of completely bypassing the host system, and routing all PCI-X interaction (drivers, interrupts, general ownership) to one of the VMs? Thanks, Daniel Gonzalez

Re: [libvirt-users] Booting virtual machines automatically

2012-03-05 Thread Daniel Gonzalez
Thanks Alex, That did the trick. Now I am curious: how is libvirtd started at all? I have Ubuntu 10.10, and I have noticed the presence of a symbolic link: lrwxrwxrwx 1 root root 21 2011-05-26 09:45 /etc/init.d/libvirt-bin -> /lib/init/upstart-job But this script is not used in any of the runle