[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2015-12-27 Thread Jerome Potts
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

[Bug 629247] Re: Failure to alter VM's MAC address with virsh

2011-03-16 Thread Jerome Potts
$ virsh dumpxml myvm | grep address mac address='52:54:00:fa:c8:17'/ $ 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

[Bug 629242] Re: vmbuilder 0.12.4-0ubuntu fails to consider MAC address

2010-09-17 Thread Jerome Potts
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

[Bug 629242] Re: vmbuilder 0.12.4-0ubuntu fails to consider MAC address

2010-09-17 Thread Jerome Potts
*** 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:

[Bug 392097] Re: vmbuilder ignores mac option when using bridge network

2010-09-17 Thread Jerome Potts
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

[Bug 392097] Re: vmbuilder ignores mac option when using bridge network

2010-09-17 Thread Jerome Potts
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

[Bug 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-09-03 Thread Jerome Potts
Yes, when recreating a VM, first do a virsh undefine vm name, 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'

[Bug 629242] [NEW] vmbuilder 0.12.4-0ubuntu fails to consider MAC address

2010-09-02 Thread Jerome Potts
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 vm | grep address returns the latter address number, not the former. And the DHCP leases file reports the same number. If i

[Bug 629247] [NEW] Failure to alter VM's MAC address with virsh

2010-09-02 Thread Jerome Potts
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