Displaying 5 results from an estimated 5 matches for "9ff4".
Did you mean:
9f4f
2016 Nov 03
2
Re: sttic vnet device for guest
❦ 3 novembre 2016 20:43 +0300, Anton Gorlov <stalker@altlinux.ru> :
>> ... but *is* in the status xml (i.e. the output of "visrh dumpxml
>> $domain" while the domain is running, and also the xml provided on stdin
>> to the qemu and network hooks when they are called).
>>
>> (also, what Vincent said in his email - names with the prefix
2015 Sep 17
2
error: internal error: Failed to reserve port 5908
.... libvirt is supporting a number of windows versions and a heap of
linux VM's but its only WinXP that does this.
Can someone give a hint as to what is causing it?
BillK
olympus ~ # virsh dumpxml WinXP
<domain type='kvm'>
<name>WinXP</name>
<uuid>a9ddf88e-9ff4-46d0-9661-a5ccfacd104f</uuid>
<memory unit='KiB'>4096000</memory>
<currentMemory unit='KiB'>4096000</currentMemory>
<vcpu placement='static'>2</vcpu>
<resource>
<partition>/machine</partition>
</res...
2016 Nov 03
0
Re: sttic vnet device for guest
...rivnet0'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
testnet is
<network>
<name>testnet</name>
<uuid>f31d8d1b-9ff4-8bf7-d8b6-e6bd8759a2f1</uuid>
<forward mode='bridge'/>
<bridge name='br0' />
</network>
guest start, privnet0 added to bridge br0 and set up.
work fine.
after guest is shutdown privnet0 is not removed from bridge br0 and
guest not started after.
What is...
2015 Sep 17
0
Re: error: internal error: Failed to reserve port 5908
.... libvirt is supporting a number of windows versions and a heap of linux VM's but its only WinXP that does this.
Can someone give a hint as to what is causing it?
BillK
olympus ~ # virsh dumpxml WinXP
<domain type='kvm'>
<name>WinXP</name>
<uuid>a9ddf88e-9ff4-46d0-9661-a5ccfacd104f</uuid>
<memory unit='KiB'>4096000</memory>
<currentMemory unit='KiB'>4096000</currentMemory>
<vcpu placement='static'>2</vcpu>
<resource>
<partition>/machine</partition>
</res...
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone,
Here are the manifest I am using:
In file ''*modules/test/manifest/init.pp*'':
class test (
$test = undef,
) {
notice("Here is the message: ${test}")
}
Now in ''*modules/saas/manifests/client/sudo.pp*'':
class saas::client::sudo {
class { ''test'': }
}
Now in ''*manifests/sites.pp*'':
import