[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 in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 attached successfully
$ virsh dumpxml myvm | grep address
  mac address='52:54:00:fa:c8:17'/
  mac address='00:16:3e:10:34:31'/
$ virsh detach-interface myvm bridge --mac '52:54:00:fa:c8:17'
error: operation failed: network device cannot be detached - device state 
missing
$ virsh detach-interface myvm bridge --mac '00:16:3e:10:34:31'
Interface detached successfully
$ virsh net-list --all
Name State  Autostart
-

$ ping -c1 myvm
PING myvm.inside.mydomain.net (10.10.10.38) 56(84) bytes of data.
64 bytes from myvm.inside.mydomain.net (10.10.10.38): icmp_seq=1 ttl=64 
time=12.7 ms

--- myvm.inside.mydomain.net ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 12.718/12.718/12.718/0.000 ms
$ virsh shutdown myvm
Domain myvm is being shutdown
$ virsh dumpxml myvm
domain type='kvm'
  namemyvm/name
  uuid594c38f9-bf5f-7cf2-53f4-d6d1d6fa0da3/uuid
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-0.12'hvm/type
boot dev='hd'/
  /os
  features
acpi/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='qcow2'/
  source file='/opt/vm/myvm/tmpQPc9uI.qcow2'/
  target dev='hda' bus='ide'/
/disk
interface type='bridge'
  mac address='52:54:00:fa:c8:17'/
  source bridge='br0'/
  target dev='vnet7'/
  model type='virtio'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'/
video
  model type='cirrus' vram='9216' heads='1'/
/video
  /devices
/domain

$

The problem is the inability to remove the original MAC address of a VM,
whereas removing a 2nd MAC that was added with a virsh attach-
interface works. Why is that?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/629247

Title:
  Failure to alter VM's MAC address with virsh

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: 
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/392097/+subscribe

-- 
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 Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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' object has no attribute 'vm'
https://bugs.launchpad.net/bugs/562189
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 provide the MAC address with hyphens instead of colons as
separator, i get a malformed MAC address error from the
preflight_check of post_install hook (like 25 mn in the game, out of 30
mn total, even though i have tmpfs= -), which indicates that the --mac
parm was not completely ignored (just partly ?) (looking at
/usr/share/pyshared/VMBuilder/plugins/network/__init__.py it looks like
it expects colons and nothing else)

I've tried enclosing the address in single quotes, just to be sure, but
i get the same result.

BTW, i invoke vmbuilder with the --verbose option, but do not get any
report on any MAC address, just a general configure_networking hook
running info msg.

I have, in the [kvm] section of ~/.vmbuilder.cfg, bridge = br0, in case that 
matters. The resulting XML shows
interface type='bridge'
  mac address='52:54:00:7f:93:28'/
  source bridge='br0'/
  target dev='vnet2'/
  model type='virtio'/
/interface

Also in the cfg file,
[DEFAULT]
arch = amd64
[ubuntu]
suite = lucid 
flavour = server

(i have no idea what could go in the [kvm/ubuntu] section of this file)

$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 be detached - device state 
missing

$ virsh attach-interface myvm bridge br0 --mac '00:16:3e:10:34:31'
Interface attached successfully

$ virsh detach-interface myvm bridge --mac '52:54:00:e0:5d:cc'
error: operation failed: network device cannot be detached - device state 
missing

$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

This may all be normal, working as designed ; i just can't find any
information on that missing state of a device, what that means, and
how to correct that. This is a VM created with the wrong MAC address and
i wish to correct that ; i have also tried virsh edit myvm, performed
the desired change, but the VM still does not connect to its host the
way it is supposed to. This is perhaps a problem on the host side,
however this device state missing err msg is annoying, keeping me from
moving ahead in my search for a solution to my problem. Thanks in
advance.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Failure to alter VM's MAC address with virsh
https://bugs.launchpad.net/bugs/629247
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs