Re: [libvirt-users] high-privileges

2011-10-22 Thread Face
Anyone On Fri, Oct 21, 2011 at 11:31 PM, Face wrote: > hello all, > > my vm (windows server 2008) keep crashing? > > > 2011-09-21 15:00:45.924: 1355: info : libvirt version: 0.9.6 > 2011-09-21 15:00:45.924: 1355: error : virSysinfoRead:465 : internal > error Failed to find path for dmidecode bina

[libvirt-users] VirtualBox 4.1 support

2011-10-22 Thread Stefano Facchini
Is version 4.1 (and later) of VirtualBox supported by libvirt? -- Stefano Facchini ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread Mohammed Naser
On Sat, Oct 22, 2011 at 2:24 PM, vmnode guy wrote: > On Sun, Oct 23, 2011 at 2:21 AM, Mohammed Naser wrote: > >> On Sat, Oct 22, 2011 at 2:11 PM, vmnode guy wrote: >> >>> Seem like there is no such option, or could my option place it >>> incorrectly ? >>> >>> root@cloudnode2:~/new# cat virt-inst

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread vmnode guy
On Sun, Oct 23, 2011 at 2:21 AM, Mohammed Naser wrote: > On Sat, Oct 22, 2011 at 2:11 PM, vmnode guy wrote: > >> Seem like there is no such option, or could my option place it incorrectly >> ? >> >> root@cloudnode2:~/new# cat virt-install.sh >> vm_uid=testvm >> vcpu=2 >> ram=512 >> diskspace=10

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread Mohammed Naser
On Sat, Oct 22, 2011 at 2:11 PM, vmnode guy wrote: > Seem like there is no such option, or could my option place it incorrectly > ? > > root@cloudnode2:~/new# cat virt-install.sh > vm_uid=testvm > vcpu=2 > ram=512 > diskspace=10 > path=/home/source/ubuntu-10.04.2-server-amd64.iso > > > #virt-inst

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread vmnode guy
Seem like there is no such option, or could my option place it incorrectly ? root@cloudnode2:~/new# cat virt-install.sh vm_uid=testvm vcpu=2 ram=512 diskspace=10 path=/home/source/ubuntu-10.04.2-server-amd64.iso #virt-install -n $vm_uid --vcpus=$vcpu -r $ram -f /root/new/disk0.raw -s $diskspace

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread Mohammed Naser
On Sat, Oct 22, 2011 at 5:53 AM, vmnode guy wrote: > Hi Guy, > > Anyone know how we can set up the vnc password during using virt-install > command ? > > # virt-install \ > --connect qemu:///system \ > --name demo \ > --ram 500 \ >

[libvirt-users] virt-install with set vnc password

2011-10-22 Thread vmnode guy
Hi Guy, Anyone know how we can set up the vnc password during using virt-install command ? # virt-install \ --connect qemu:///system \ --name demo \ --ram 500 \ --disk path=/var/lib/libvirt/images/demo.img,size=5 \ --n