Why are we still using the old 1.3.3 version, and not Thomas Dickey's
1.3.4 ?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mawk in Ubuntu.
https://bugs.launchpad.net/bugs/69724
Title:
Mawk does not support Posix character classes
$ virsh dumpxml myvm | grep address
$ virsh detach-interface myvm bridge --mac '52:54:00:fa:c8:17'
error: operation failed: network device cannot be detached - device state
missing
$ virsh attach-interface myvm bridge br0 --mac '00:16:3e:10:34:31'
Interface attached successfully
$ virsh dum
Ah, it creates the link on its own. Nice, but should be documented
somewhere.
--
vmbuilder ignores mac option when using bridge network
https://bugs.launchpad.net/bugs/392097
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ub
Keith's patch, applied to 0.12.4, works for me ; my problem is described
in bug 629242, now a duplicate of this one. (How do i create a hypertext
link to it in this text ? 'can't find out how)
--
vmbuilder ignores mac option when using bridge network
https://bugs.launchpad.net/bugs/392097
You rec
*** This bug is a duplicate of bug 392097 ***
https://bugs.launchpad.net/bugs/392097
** This bug has been marked a duplicate of bug 392097
vmbuilder ignores mac option when using bridge network
* You can subscribe to bug 392097 by following this link:
https://bugs.launchpad.net/ubuntu/+so
Sure looks like it. That's weird, since i searched for it prior to posting my
own, but obviously didn't see it.
Thanks.
--
vmbuilder 0.12.4-0ubuntu fails to consider MAC address
https://bugs.launchpad.net/bugs/629242
You received this bug notification because you are a member of Ubuntu
Server Te
Yes, when recreating a VM, first do a "virsh undefine ", then
run your vmbuilder command.
It's too bad that you hit that error 28 mn in the game : a verification
could be added to vmbuilder's preflight_check, or, vmbuilder could
perform the undefine itself.
--
AttributeError: 'Libvirt' object ha
Public bug reported:
Binary package hint: libvirt-bin
$ virsh detach-interface myvm bridge
error: Requested operation is not valid: cannot detach device on inactive domain
$ virsh start myvm
Domain myvm started
$ virsh detach-interface myvm bridge
error: operation failed: network device cannot
Public bug reported:
Binary package hint: python-vm-builder
"vmbuilder kvm ubuntu --mac=00:16:3e:10:34:31" builds a VM with
resulting MAC "52:54:00:xx:xx:xx" : a "virsh dumpxml | grep
address" returns the latter address number, not the former. And the DHCP
leases file reports the same number.
I