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
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
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
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
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
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
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 \
>
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