[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2012-06-01 Thread Emmet Hikory
** Changed in: dnsmasq (Ubuntu) Assignee: Emmet Hikory (persia) = (unassigned) ** Changed in: libvirt (Ubuntu) Assignee: Emmet Hikory (persia) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu

[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2012-06-01 Thread Emmet Hikory
@Thomas, 959037 means that this issue potentially exists for everyone, rather than just those few folk with specialised needs (mine having been running both a virtualisation host and a tftp server on the same machine). The main issue being the racy nature of running multiple greedy

[Bug 1048093] Re: Outstanding security fixes in asterisk

2012-09-09 Thread Emmet Hikory
** Also affects: asterisk (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: asterisk (Ubuntu Quantal) Importance: Undecided Status: New ** Changed in: asterisk (Ubuntu Quantal) Status: New = Fix Released -- You received this bug notification because

[Bug 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-08-03 Thread Emmet Hikory
This remains an issue as long as lpia is a supported architecture on a supported release. As lpia was included in hardy, this means that it remains interesting until 2013 or so, for those who may want to investigate or resolve any outstanding architecture-specific bugs that may exist. The

[Bug 625798] Re: Don't use int constants with a long data type.

2010-08-28 Thread Emmet Hikory
I test-built with the upstream patch (but a slightly different debdiff) against maverick on i386, amd64, armel, and powerpc. In all cases, the package built successfully, including passing all tests. ** Changed in: tickcount (Ubuntu) Status: New = Triaged ** Changed in: tickcount

[Bug 640926] [NEW] qemu-kvm-extras-static postinst should be version guarded

2010-09-16 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm When recently upgrading qemu-kvm-extras-static, I received the following output: Setting up qemu-kvm-extras-static (0.12.5+noroms-0ubuntu6) ... update-binfmts: warning: /var/lib/binfmts/arm does not exist; nothing to do! Ideally the postinst

[Bug 640926] Re: qemu-kvm-extras-static postinst should be version guarded

2010-09-16 Thread Emmet Hikory
** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/640926/+attachment/1596127/+files/BootDmesg.txt ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/640926/+attachment/1596128/+files/CurrentDmesg.txt ** Attachment added: Dependencies.txt

[Bug 643394] [NEW] libvirt 0.8.x FTBFS on powerpc

2010-09-20 Thread Emmet Hikory
Public bug reported: libvirt FTBFS on powerpc : the nxfilterxml2xmltest tests fail, due to endian assumptions in the code. ** Affects: libvirt (Ubuntu) Importance: Undecided Status: New -- libvirt 0.8.x FTBFS on powerpc https://bugs.launchpad.net/bugs/643394 You received this bug

[Bug 643394] Re: libvirt 0.8.x FTBFS on powerpc

2010-09-20 Thread Emmet Hikory
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Emmet Hikory (persia) ** Changed in: libvirt (Ubuntu) Status: New = Triaged -- libvirt 0.8.x FTBFS on powerpc https://bugs.launchpad.net/bugs/643394 You received this bug notification because you are a member of Ubuntu Server

[Bug 643394] Re: libvirt 0.8.x FTBFS on powerpc

2010-09-20 Thread Emmet Hikory
patch https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/643394/+attachment/1612721/+files/libvirt_0.8.3-1ubuntu12.debdiff ** Changed in: libvirt (Ubuntu) Assignee: Emmet Hikory (persia) = (unassigned) -- libvirt 0.8.x FTBFS on powerpc https://bugs.launchpad.net/bugs/643394 You

[Bug 500484] Re: libvirt conflicts with existing dnsmasq installation

2010-02-22 Thread Emmet Hikory
*** This bug is a duplicate of bug 231060 *** https://bugs.launchpad.net/bugs/231060 ** This bug has been marked a duplicate of bug 231060 packages dnsmasq and libvirt-bin conflict with each other -- libvirt conflicts with existing dnsmasq installation

[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2010-02-22 Thread Emmet Hikory
Implementation of this in libvirt is blocked by a race condition that prevents the use of the --interface argument in libvirt. There is a race condition when using --listen-address that dnsmasq will immediately exit if the interface is not yet visible to userspace, which can often happen with how

[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2010-02-23 Thread Emmet Hikory
(of either libvirt or dnsmasq), but it seems the least impact path to enable simultaneous operation without crippling either tool or needing extensive coding. ** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Emmet Hikory (persia) ** Changed in: dnsmasq (Ubuntu) Assignee

[Bug 526386] [NEW] dnsmasq exits using --interface if the interface does not exist yet

2010-02-23 Thread Emmet Hikory
Public bug reported: Binary package hint: dnsmasq When dnsmasq is used with the --interface argument, and the selected interface is not yet available dnsmasq exits immediately. This prevents some use cases, including: 1) managed virtual environments bringing up virbr0 interfaces (libvirt has

[Bug 526386] Re: dnsmasq exits using --interface if the interface does not exist yet

2010-02-23 Thread Emmet Hikory
From a brief look at the code, it appears that the relevant section is in src/dnsmasq.c : 169-189. In this mode, if unable to access an interface because it doesn't exist, dnsmasq should poll the interface for a configurable timeout to see if it becomes available before quitting. As there may be

[Bug 526386] Re: dnsmasq exits using --interface if the interface does not exist yet

2010-02-23 Thread Emmet Hikory
Actually, I filed this bug more as a result of the comments in the libvirt code, which indicate that at least one user of dnsmasq found it unable to accomplish an operation that seemed to make sense based on the documentation with a particular corner-case configuration. I consider it

[Bug 534155] [NEW] qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm qemu-deboostrap will use qemu to build lpia targets on i386 or amd64, and to build i386 targets on lpia. This is entirely not required, as lpia *is* i386 for all intents and purposes. ProblemType: Bug Architecture: amd64 Date: Mon Mar 8

[Bug 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/40462552/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/40462553/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/40462554/Dependencies.txt **

[Bug 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
The attached debdiff generates a candidate with increased filtering of host/target combinations to not use qemu for lpia. ** Attachment added: Debdiff with more filtering http://launchpadlibrarian.net/40462740/qemu-kvm_0.12.3-0ubuntu11.debdiff -- qemu-debootstrap uses qemu for lpia hosts and

[Bug 281882] Re: ssh hangs in initial handshaking when using IPv6

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- ssh hangs in initial handshaking when using IPv6 https://bugs.launchpad.net/bugs/281882 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- X11 forwarding via SSH does not work after upgrade to karmic https://bugs.launchpad.net/bugs/434799 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 458910] Re: try to disable ipv6 support than allready disabled on kernel option

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- try to disable ipv6 support than allready disabled on kernel option https://bugs.launchpad.net/bugs/458910 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

[Bug 309339] Re: kadmind will not listen on IPv6 ports

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- kadmind will not listen on IPv6 ports https://bugs.launchpad.net/bugs/309339 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 377555] Re: MySQL lacks IPv6 support

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- MySQL lacks IPv6 support https://bugs.launchpad.net/bugs/377555 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 325111] Re: ntpq output truncates IPv6 addresses

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- ntpq output truncates IPv6 addresses https://bugs.launchpad.net/bugs/325111 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 517871] Re: euca-describe-volumes fails in lucid

2010-03-19 Thread Emmet Hikory
** Tags added: patch-acccepted-upstream -- euca-describe-volumes fails in lucid https://bugs.launchpad.net/bugs/517871 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-19 Thread Emmet Hikory
** Tags added: patch-submitted-upstream -- euca-describe-snapshots invalid literal for int() with base 10 https://bugs.launchpad.net/bugs/520707 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs

[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-19 Thread Emmet Hikory
** Tags added: patch-forwarded-upstream ** Tags removed: patch-submitted-upstream -- euca-describe-snapshots invalid literal for int() with base 10 https://bugs.launchpad.net/bugs/520707 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 526591] Re: euca2ools parsing of config file is severely limited

2010-03-20 Thread Emmet Hikory
** Tags added: patch-accepted-upstream -- euca2ools parsing of config file is severely limited https://bugs.launchpad.net/bugs/526591 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 544545] Re: rngd doesn't start automatically

2010-04-21 Thread Emmet Hikory
** Changed in: rng-tools (Ubuntu) Status: New = Confirmed ** Changed in: rng-tools (Ubuntu) Importance: Undecided = Low ** Description changed: Binary package hint: rng-tools rngd doesn't start automatically on lucid using tpm device + + trousers would need to start first, but

[Bug 568904] [NEW] qemu-kvm FTBFS on powerpc and ia64

2010-04-23 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm qemu-kvm FTBFS on powerpc and ia64 in lucid. This is a combination of issues, as follows: 1: kvm support for newer powerpc is *very* new in the kernel, and the lucid kernels don't have the necessary patches (which would be too invasive to

[Bug 568904] Re: qemu-kvm FTBFS on powerpc and ia64

2010-04-23 Thread Emmet Hikory
qemu-kvm (0.12.3+noroms-0ubuntu9) lucid; urgency=low . * Architecture-specific fixes (LP: #568904) - debian/rules: configure with --disable-kvm on powerpc to fix FTBFS - debian/control: Disable arch:any stuff on ia64: no qemu/kvm support anyway ** Attachment added: