[Bug 1605726] Re: url validation does not support ipv6 addresses

2016-07-22 Thread LaMont Jones
The fix will be updated shortly. ** Changed in: python-formencode (Ubuntu) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1605726 Title: url validation does not

[Group.of.nepali.translators] [Bug 1605726] [NEW] url validation does not support ipv6 addresses

2016-07-22 Thread LaMont Jones
Public bug reported: The defacto standard "https://[2001:db8::3]:/path/to/location; syntax is not supported for urls, nor is any ipv6 address. ** Affects: python-formencode (Ubuntu) Importance: Undecided Assignee: LaMont Jones (lamont) Status: New ** Affects: p

[Bug 1605726] [NEW] url validation does not support ipv6 addresses

2016-07-22 Thread LaMont Jones
Public bug reported: The defacto standard "https://[2001:db8::3]:/path/to/location; syntax is not supported for urls, nor is any ipv6 address. ** Affects: python-formencode (Ubuntu) Importance: Undecided Assignee: LaMont Jones (lamont) Status: New ** Affects: p

[Bug 1604608] [NEW] ipv6 client causes errors in twisted.web

2016-07-19 Thread LaMont Jones
Public bug reported: If the client connecting to the twisted (16.0.0-1, still present in upstream 16.3.0), then twisted dies as follows: 2016-07-18 15:40:21 [HTTPChannel,468,:::127.0.0.1] Unhandled Error Traceback (most recent call last): File

[Bug 1599223] Re: [2.0] confusing reverse DNS lookups because MAAS creates multiple PTR records

2016-07-13 Thread LaMont Jones
As landed, the FQDN maps to the "primary" IP, and everything else gets IFACE.FQDN -- with possible multi-address and/or multi-PTR RRs in the RRset, which makes sense. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1599223] Re: ambigious reverse DNS lookups because MAAS creates multiple PTR records

2016-07-07 Thread LaMont Jones
** Changed in: maas Milestone: None => 2.0.0 ** Summary changed: - ambigious reverse DNS lookups because MAAS creates multiple PTR records + [2.0] confusing reverse DNS lookups because MAAS creates multiple PTR records -- You received this bug notification because you are a member of

[Bug 1599223] Re: ambigious reverse DNS lookups because MAAS creates multiple PTR records

2016-07-07 Thread LaMont Jones
Having said all that, I'm now leaning toward not putting the interface name PTR on the IPs of boot interfaces, since that seems to be the more general mode. Note however: if multiple names resolve to the same IP, then all of them will be in the PTR RRset. (Since this is a valid and often

[Bug 1599223] Re: ambigious reverse DNS lookups because MAAS creates multiple PTR records

2016-07-07 Thread LaMont Jones
For purposes of charming, the apache charm (or whatever) will need to add all of the PTR RRset names to the authorized list, to work around the apache bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1599223] Re: ambigious reverse DNS lookups because MAAS creates multiple PTR records

2016-07-07 Thread LaMont Jones
This will be fixed by adding A/ RRsets for the interface names (first format above). If the second format (non-interface) is given to mod_authz_host, then either answer will work. Having said that, this is actually a bug in mod_authz_host, which should grant access if ANY of the PTR RRset

[Enterprise-support] [Bug 1599223] Re: ambigious reverse DNS lookups because MAAS creates multiple PTR records

2016-07-07 Thread LaMont Jones
This will be fixed by adding A/ RRsets for the interface names (first format above). If the second format (non-interface) is given to mod_authz_host, then either answer will work. Having said that, this is actually a bug in mod_authz_host, which should grant access if ANY of the PTR RRset

[Bug 1356012] Re: maas incorrectly overmanages DNS reverse zones

2016-06-30 Thread LaMont Jones
As the change was implemented in 2.0, backporting it to 1.9 would require a data migration in 1.9, which we need to avoid. As such, if we ever do backport this to 1.9, we'll probably need assume rdns_mode=Enabled in the code, and if the admin wants rdns_mode=rfc2317_glue (the 2.0 default), then

[Bug 1356012] Re: maas incorrectly overmanages DNS reverse zones

2016-06-30 Thread LaMont Jones
** Changed in: maas/trunk Status: In Progress => Fix Committed ** Changed in: maas/trunk Milestone: 1.10.0 => 2.0.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356012 Title: maas

[Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
Following apw's excellent advice pointing to https://www.v13.gr/blog/?p=378 and abusing another ipv6 address on the afflicted host: tcpdump -npi br0 ip6 and not port 22 | grep -i neigh tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on br0, link-type EN10MB

[Kernel-packages] [Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
apport-collect is not really an option on the machine, nor should any of that really provide any additional information that's not already in the bug report. holler at me if I missed anything relevant. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this

[Kernel-packages] [Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
Following apw's excellent advice pointing to https://www.v13.gr/blog/?p=378 and abusing another ipv6 address on the afflicted host: tcpdump -npi br0 ip6 and not port 22 | grep -i neigh tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on br0, link-type EN10MB

[Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
apport-collect is not really an option on the machine, nor should any of that really provide any additional information that's not already in the bug report. holler at me if I missed anything relevant. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this

[Kernel-packages] [Bug 1597806] [NEW] ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
Public bug reported: I have a xenial (4.4.0-24-generic) machine that loses ipv6 connectivity every time I reboot the gateway it uses. br0 is a bridge which has eth0.2 as its only member, with (currently) 6 "scope global temporary deprecated dynamic" (privacy) addresses, and: inet6

[Kernel-packages] [Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
However, given that eth0.2 is seeing the solicitation, and br0 isn't, I'm leaning strongly toward the bridge code being slightly buggy. My next test will be to do a non-promisc tcpdump on eth0.2 and see if _THAT_ sees the traffic. That may take me a week before I can do it though, due to

[Kernel-packages] [Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
One other tidbit: The gateway in question is using eth0.2 on a trunked port to a Cisco WS-C2960G-24TC-L running c2960-lanbasek9-mz.150-2.SE9.bin. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
However, given that eth0.2 is seeing the solicitation, and br0 isn't, I'm leaning strongly toward the bridge code being slightly buggy. My next test will be to do a non-promisc tcpdump on eth0.2 and see if _THAT_ sees the traffic. That may take me a week before I can do it though, due to

[Bug 1597806] Re: ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
One other tidbit: The gateway in question is using eth0.2 on a trunked port to a Cisco WS-C2960G-24TC-L running c2960-lanbasek9-mz.150-2.SE9.bin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597806

[Bug 1597806] [NEW] ipv6 neighbor discovery broken (on a bridge)

2016-06-30 Thread LaMont Jones
Public bug reported: I have a xenial (4.4.0-24-generic) machine that loses ipv6 connectivity every time I reboot the gateway it uses. br0 is a bridge which has eth0.2 as its only member, with (currently) 6 "scope global temporary deprecated dynamic" (privacy) addresses, and: inet6

[Touch-packages] [Bug 1240757] Re: Bridge not created if bind9 is on

2016-06-14 Thread LaMont Jones
** Changed in: bind9 (Ubuntu) Milestone: None => xenial-updates ** Changed in: bind9 (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu.

[Bug 1240757] Re: Bridge not created if bind9 is on

2016-06-14 Thread LaMont Jones
** Changed in: bind9 (Ubuntu) Milestone: None => xenial-updates ** Changed in: bind9 (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1590081] Re: when setting up ssh accounts for the key injection, allow specifying ed25519 and ecdsa public keys

2016-06-08 Thread LaMont Jones
In /usr/lib/python3/dist-packages/twisted/conch/ssh/keys.py, fromString does not support ed25519 and ecdsa keys. ** Changed in: twisted (Ubuntu) Milestone: 2.1.0 => None ** Changed in: maas Milestone: None => 2.1.0 ** Also affects: twisted (Ubuntu) Importance: Undecided

[Bug 1590081] Re: twisted's conch does not support ed25519 and ecdsa ssh public keys

2016-06-08 Thread LaMont Jones
2016-06-08 13:01:15 [maasserver] ERROR: Invalid SSH public key Traceback (most recent call last): File "/usr/lib/python3/dist-packages/maasserver/models/sshkey.py", line 41, in validate_ssh_public_key key = Key.fromString(value.encode("utf-8")) File

[Bug 1543683] Re: Fails to detect (second) display

2016-05-20 Thread LaMont Jones
4.6 test kernel (2dcd0af568b0cf583645c8a317dd12e344b1c72a would seem to be the base) does not exhibit the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543683 Title: Fails to detect (second)

[Kernel-packages] [Bug 1543683] Re: Fails to detect (second) display

2016-05-20 Thread LaMont Jones
4.6 test kernel (2dcd0af568b0cf583645c8a317dd12e344b1c72a would seem to be the base) does not exhibit the bug. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1543683 Title: Fails to

[Bug 697584] Re: inconsistent and incompatible naming of bind files

2016-05-20 Thread LaMont Jones
Debian (and therefore ubuntu) policy 10.7.2 (configuration file location): "Any configuration files created or used by your package must reside in /etc. If there are several, consider creating a subdirectory of /etc named after your package." That is what led to the choice to place them all in

[Bug 1500683] Re: By default DNSSEC is enabled with automatic keys

2016-05-20 Thread LaMont Jones
It is defaulted to "auto" because more and more of the internet _IS_ enabling DNSSEC: all delegations from the root are signed, and most registries will take care of getting the DS RRsets into the parent zone. The only way to actually fix some of the DNS cache poisoning attacks is to enable

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-18 Thread LaMont Jones
Also, apport.py is python2, so this needs more work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578674 Title: bind9 packages should not depend on python2 in xenial To manage notifications

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-18 Thread LaMont Jones
There are a sum total of 2 binaries affected by the change: /usr/sbin/dnssec-checkds /usr/sbin/dnssec-coverage Both of which are in bind9utils, and used for verifying dnssec configuration. Neither of them is actually required for the operation of BIND. -- You received this bug notification

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-13 Thread LaMont Jones
** Changed in: bind9 (Ubuntu Xenial) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578674 Title: bind9 packages should not depend on python2 in xenial To

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-12 Thread LaMont Jones
There are some utility scripts which are written in python. As part of 9.10, they were changed to be able to run with python2 or python3. This change simply switches them from using python2 to using python3, affecting the #! at the top of the generated script, but otherwise changing nothing.

Bug#824077: liblwres90: lwres_context_recv ECONNREFUSED (Connection refused)

2016-05-11 Thread LaMont Jones
On Wed, May 11, 2016 at 03:43:26PM -0700, Erik Ziegenbalg wrote: > There seems to be a bug with the lwres_context_recv function, when trying to > recvfrom, it always returns back ECONNREFUSED (Connection refused) eventhough > it is > a UDP packet. This causes lwres_context_recv to return

[Bug 1575946] Re: do-release-upgrade failure (trusty->xenial) when squid3 is installed

2016-05-09 Thread LaMont Jones
*** This bug is a duplicate of bug 1571174 *** https://bugs.launchpad.net/bugs/1571174 ** This bug has been marked a duplicate of bug 1571174 package squid3 failed to install/upgrade: dependency problems - leaving triggers unprocessed -- You received this bug notification because you

[Bug 1571174] Re: package squid3 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-05-09 Thread LaMont Jones
This also affects trusty->xenial upgrades (see 1575946) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571174 Title: package squid3 failed to install/upgrade: dependency problems - leaving

[Bug 1575946] Re: dist-upgrade from trusty to xenial errors (maas 1.9 -> 2.0)

2016-05-09 Thread LaMont Jones
** Project changed: maas => squid3 (Ubuntu) ** Changed in: squid3 (Ubuntu) Importance: Critical => Undecided ** Changed in: squid3 (Ubuntu) Status: Triaged => New ** Changed in: squid3 (Ubuntu) Milestone: 2.0.0 => None ** Changed in: squid3 (Ubuntu) Assignee: Newell Jensen

[Enterprise-support] [Bug 1575946] Re: dist-upgrade from trusty to xenial errors (maas 1.9 -> 2.0)

2016-05-09 Thread LaMont Jones
** Project changed: maas => squid3 (Ubuntu) ** Changed in: squid3 (Ubuntu) Importance: Critical => Undecided ** Changed in: squid3 (Ubuntu) Status: Triaged => New ** Changed in: squid3 (Ubuntu) Milestone: 2.0.0 => None ** Changed in: squid3 (Ubuntu) Assignee: Newell Jensen

[Bug 1334462] Re: version of inspircd in repos is broken for all versions of ubuntu

2016-05-06 Thread LaMont Jones
** Changed in: inspircd (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1334462 Title: version of inspircd in repos is broken for all versions of ubuntu To

[ubuntu/yakkety-proposed] inspircd 2.0.21-1ubuntu1 (Accepted)

2016-05-06 Thread LaMont Jones
: #1437030 + 20_close-open-logs-on-rehash.diff Date: Fri, 06 May 2016 07:18:48 -0600 Changed-By: LaMont Jones <lam...@canonical.com> Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> https://launchpad.net/ubuntu/+source/inspircd/2.0.21-1ubuntu1 -BEGIN PGP SI

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
** Changed in: bind9 (Ubuntu Xenial) Milestone: None => xenial-updates -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578674 Title: bind9 packages should not depend on python2 in xenial To

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
ial) Status: Fix Committed => In Progress ** Changed in: bind9 (Ubuntu Xenial) Assignee: (unassigned) => LaMont Jones (lamont) ** Changed in: bind9 (Ubuntu) Milestone: None => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
** Patch added: "debdiff for 8ubuntu2" https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1578674/+attachment/4656508/+files/bind9_9.10.3.dfsg.P4-8ubuntu2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
Fixed in 1:9.10.3.dfsg.P4-10 in yakkety. ** Changed in: bind9 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578674 Title: bind9 packages should not

[Bug 1578674] [NEW] bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
Public bug reported: With the push to get python2.7 out of use in main, bind9utils et al should be switched to use python3 (which 9.10 supports fully and interchangeably with 2.7). ** Affects: bind9 (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: bind9 (Ubuntu

[Group.of.nepali.translators] [Bug 1578674] Re: bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
Fixed in 1:9.10.3.dfsg.P4-10 in yakkety. ** Changed in: bind9 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs

[Group.of.nepali.translators] [Bug 1578674] [NEW] bind9 packages should not depend on python2 in xenial

2016-05-05 Thread LaMont Jones
Public bug reported: With the push to get python2.7 out of use in main, bind9utils et al should be switched to use python3 (which 9.10 supports fully and interchangeably with 2.7). ** Affects: bind9 (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: bind9 (Ubuntu

Accepted bind9 1:9.10.3.dfsg.P4-10 (all amd64 source) into unstable

2016-05-03 Thread LaMont Jones
: medium Maintainer: LaMont Jones <lam...@debian.org> Changed-By: LaMont Jones <lam...@debian.org> Description: bind9 - Internet Domain Name Server bind9-doc - Documentation for BIND bind9-host - Version of 'host' bundled with BIND 9.X bind9utils - Utilities for BIND dnsutils

[Bug 1552801] Re: named crashed with SIGABRT in assertion_failed()

2016-04-27 Thread LaMont Jones
Running 1:9.10.3.dfsg.P4-8, I see core files in /var/crash. Upgrading to 1:9.10.3.P4-8ubuntu1 (from xenial-proposed) I no longer see the error (other than during the upgrade, when -8 shuts down for the last time.) ** Tags removed: verification-needed ** Tags added: verification-done -- You

[ubuntu/xenial-proposed] bind9 1:9.10.3.dfsg.P4-8ubuntu1 (Accepted)

2016-04-26 Thread LaMont Jones
bind9 (1:9.10.3.dfsg.P4-8ubuntu1) xenial-proposed; urgency=medium * Fix bad patch from when we switched to quilt. Closes: #820847 LP: #1552801, #1549788, #1553460 Date: Tue, 26 Apr 2016 16:30:06 -0600 Changed-By: LaMont Jones <lam...@ubuntu.com> Maintainer: Ubuntu Developers &

[Bug 1552801] Re: named crashed with SIGABRT in assertion_failed()

2016-04-26 Thread LaMont Jones
@@ +bind9 (1:9.10.3.dfsg.P4-8ubuntu1) xenial-proposed; urgency=medium + + * Fix bad patch from when we switched to quilt. Closes: #820847 LP: +#1552801, #1549788, #1553460 + + -- LaMont Jones <lam...@ubuntu.com> Tue, 26 Apr 2016 16:30:06 -0600 + bind9 (1:9.10.3.dfsg.P4-8) unstable; urgency=

[Bug 1552801] Re: named crashed with SIGABRT in assertion_failed()

2016-04-26 Thread LaMont Jones
[Impact] At shutdown, rather than terminating normally, named aborts with an assertion failure, pointing at a memory leak. This is confusing to users, and could potentially mask an actual memory-leak that could affect runtime operation. (The actual leaked memory is a control structure that is

Accepted bind9 1:9.10.3.dfsg.P4-9 (all amd64 source) into unstable

2016-04-26 Thread LaMont Jones
Maintainer: LaMont Jones <lam...@debian.org> Changed-By: LaMont Jones <lam...@debian.org> Closes: 820847 Description: bind9-doc - Documentation for BIND bind9-host - Version of 'host' bundled with BIND 9.X bind9 - Internet Domain Name Server bind9utils - Utilities for BI

[Bug 1552801] Re: named crashed with SIGABRT in assertion_failed()

2016-04-22 Thread LaMont Jones
Nevermind.. I've reproduced it, and will be working on it. FWIW, the error is occurring during the daemon shutdown, though that's not really a big help. :/ ** Changed in: bind9 (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) -- You received this bug notification because

[Bug 1552801] Re: named crashed with SIGABRT in assertion_failed()

2016-04-22 Thread LaMont Jones
Can I get your BIND configuration? Either to the bug, or privately to lam...@ubuntu.com if you are not comfortable posting it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552801 Title: named

[ubuntu/xenial-proposed] python-formencode 1.3.0-0ubuntu5 (Accepted)

2016-04-20 Thread LaMont Jones
python-formencode (1.3.0-0ubuntu5) xenial; urgency=medium * Restore dropped rule. Date: Wed, 20 Apr 2016 10:08:39 -0600 Changed-By: LaMont Jones <lam...@canonical.com> Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> https://launchpad.net/ubuntu/+source/pytho

[ubuntu/xenial-proposed] python-formencode 1.3.0-0ubuntu4 (Accepted)

2016-04-20 Thread LaMont Jones
python-formencode (1.3.0-0ubuntu4) xenial; urgency=medium * Properly deliver formencode-i18n files. LP:# 1569035 Date: Wed, 20 Apr 2016 09:44:29 -0600 Changed-By: LaMont Jones <lam...@canonical.com> Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> https://l

[Bug 1569035] Re: Packaging error causing installation to /debain/usr/...

2016-04-20 Thread LaMont Jones
fixed in 1.3.0-0ubuntu4 ** Changed in: python-formencode (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) ** Changed in: python-formencode (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1553176] Re: BIND ignores nanoseconds field in timestamps, fails to load newer versions of zones on reload

2016-04-19 Thread LaMont Jones
The Ubuntu (and Debian) tree for BIND includes a patch in 9.10 that fixes this, and the bug has been filed upstream. ** Changed in: bind Status: New => Fix Committed ** Changed in: bind9 (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) ** Changed in: bind Statu

[Bug 1567165] Re: package libdns100 1:9.9.5.dfsg-11ubuntu1.3 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2016-04-18 Thread LaMont Jones
What does it say when you type: dpkg -l | grep -ve ^ii -e ^rc dpkg --status libgssapi-krb5-2 It may be that "apt-get install --reinstall libgssapi-krb5-2" may solve your issue. ** Changed in: bind9 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are

[Bug 1570524] Re: /usr/sbin/named crashed while loading desktop

2016-04-17 Thread LaMont Jones
The service s named "bind9", not "named" ** Changed in: bind9 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570524 Title: /usr/sbin/named crashed while

[Bug 1552295] Re: Postfix 3 supports SMTPUTF8 but not enabled

2016-04-17 Thread LaMont Jones
This was fixed in 3.1.0-1 ** Changed in: postfix (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552295 Title: Postfix 3 supports SMTPUTF8 but not

[Bug 1552295] Re: Postfix 3 supports SMTPUTF8 but not enabled

2016-04-17 Thread LaMont Jones
Fixed in 3.1.0-1 ** Changed in: postfix Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552295 Title: Postfix 3 supports SMTPUTF8 but not enabled To manage

Bug#820912: Bad command startup

2016-04-14 Thread LaMont Jones
retitle 820912 Bad command startup when daemon_directory is invalid close 820912 -- On Thu, Apr 14, 2016 at 05:09:47PM +1000, Nikolai Lusan wrote: > # Fix problem caused by package maintainer. > daemon_directory = /usr/libexec/postfix This would be your problem right here... Nothing in the

[ubuntu/xenial-proposed] bind9 1:9.10.3.dfsg.P4-8 (Accepted)

2016-04-14 Thread LaMont Jones
-By: LaMont Jones <lam...@debian.org> https://launchpad.net/ubuntu/+source/bind9/1:9.10.3.dfsg.P4-8 Format: 1.8 Date: Wed, 13 Apr 2016 13:19:37 -0600 Source: bind9 Binary: bind9 bind9utils bind9-doc host bind9-host libbind-dev libbind9-140 libdns162 libirs141 libisc160 liblwres141 libisccc140 libisc

[Bug 1565392] Re: add support for native pkcs11

2016-04-13 Thread LaMont Jones
This is in 1:9.10.3.dfsg.P4-8 ** Changed in: bind9 (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565392 Title: add support for native pkcs11 To

Accepted bind9 1:9.10.3.dfsg.P4-8 (all amd64 source) into unstable

2016-04-13 Thread LaMont Jones
Maintainer: LaMont Jones <lam...@debian.org> Changed-By: LaMont Jones <lam...@debian.org> Closes: 820404 Description: bind9 - Internet Domain Name Server bind9-doc - Documentation for BIND bind9-host - Version of 'host' bundled with BIND 9.X bind9utils - Utilities for BI

Accepted postfix 3.1.0-3 (all amd64 source) into unstable

2016-04-13 Thread LaMont Jones
Urgency: medium Maintainer: LaMont Jones <lam...@debian.org> Changed-By: LaMont Jones <lam...@debian.org> Description: postfix- High-performance mail transport agent postfix-cdb - CDB map support for Postfix postfix-dev - Loadable modules development environment for Postfix

Bug#820912: Bad command startup

2016-04-13 Thread LaMont Jones
On Mon, Apr 11, 2016 at 11:58:39PM +1000, Nikolai Lusan wrote: > After upgrade to 3.1.0 the mail.log file fills with the following alert: > Apr 11 23:42:23 lutsk postfix/master[8473]: warning: process > /usr/libexec/postfix/smtpd pid 9583 exit status 127 > Apr 11 23:42:23 lutsk

[ubuntu/xenial-proposed] postfix 3.1.0-3 (Accepted)

2016-04-13 Thread LaMont Jones
postfix (3.1.0-3) unstable; urgency=medium * By default, include $myhostname into $mydestinations. Date: Wed, 13 Apr 2016 10:21:24 -0600 Changed-By: LaMont Jones <lam...@debian.org> https://launchpad.net/ubuntu/+source/postfix/3.1.0-3 Format: 1.8 Date: Wed, 13 Apr 2016 10:21:24 -0600

[ubuntu/xenial-proposed] squid3 3.5.12-1ubuntu7 (Accepted)

2016-04-12 Thread LaMont Jones
squid3 (3.5.12-1ubuntu7) xenial; urgency=medium * Update apparmor profile to be correct for maas-proxy. Date: Tue, 12 Apr 2016 13:05:00 -0600 Changed-By: LaMont Jones <lam...@ubuntu.com> Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> https://launchpad.net/ub

[ubuntu/xenial-proposed] python-formencode 1.3.0-0ubuntu3 (Accepted)

2016-04-11 Thread LaMont Jones
python-formencode (1.3.0-0ubuntu3) xenial; urgency=medium * Drop overly aggressive TLD regex, since admins frequently define their own. LP: #1569077 Date: Mon, 11 Apr 2016 17:14:17 -0600 Changed-By: LaMont Jones <lam...@canonical.com> Maintainer: Ubuntu Developers <ubuntu-d

[ubuntu/xenial-proposed] python-django 1.8.7-1ubuntu5 (Accepted)

2016-04-11 Thread LaMont Jones
python-django (1.8.7-1ubuntu5) xenial; urgency=medium * Backport b1afebf882db5296cd9dcea26ee66d5250922e53 for ticket 26204 from upstream (1.8.10) to allow dashes in TLDs again (in the URL validator.) LP: #1528710 Date: Mon, 11 Apr 2016 17:30:48 -0600 Changed-By: LaMont Jones <

[Bug 1569077] Re: Incorrect regex for TLDs causes locally defined TLDs to be rejected

2016-04-11 Thread LaMont Jones
Fixed in python-formencode_1.3.0-0ubuntu3 ** Changed in: python-formencode (Ubuntu) Status: In Progress => Fix Committed ** Changed in: python-formencode (Ubuntu) Assignee: LaMont Jones (lamont) => (unassigned) -- You received this bug notification because you are a

[Bug 1528710] Re: overly agressive URLField validation causes failures

2016-04-11 Thread LaMont Jones
ted ** Changed in: python-django (Ubuntu) Assignee: LaMont Jones (lamont) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528710 Title: overly agressive URLField validation

[Bug 1528710] Re: overly agressive URLField validation causes failures

2016-04-11 Thread LaMont Jones
** Changed in: python-django (Ubuntu) Status: Confirmed => In Progress ** Changed in: python-django (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1569077] Re: Incorrect regex for TLDs causes locally defined TLDs to be rejected

2016-04-11 Thread LaMont Jones
** Changed in: python-formencode (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) ** Changed in: python-formencode (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1569077] [NEW] Incorrect regex for TLDs causes locally defined TLDs to be rejected

2016-04-11 Thread LaMont Jones
Public bug reported: The requirements on the name of a TLD are that it begin with an alnum, end with an alnum, and have nothing but alnums and hyphens in it. The fact that no TLDs currently have hyphens does not make it correct behavior to reject them. In fact, that's all the more reason for a

[Bug 1569077] Re: Incorrect regex for TLDs causes locally defined TLDs to be rejected

2016-04-11 Thread LaMont Jones
See also https://bugs.launchpad.net/ubuntu/+source/python- django/+bug/1528710 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569077 Title: Incorrect regex for TLDs causes locally defined TLDs to

Accepted postfix 3.1.0-2 (all amd64 source) into unstable

2016-04-11 Thread LaMont Jones
Urgency: medium Maintainer: LaMont Jones <lam...@debian.org> Changed-By: LaMont Jones <lam...@debian.org> Closes: 815707 815906 Description: postfix- High-performance mail transport agent postfix-cdb - CDB map support for Postfix postfix-dev - Loadable modules development environment

Bug#815694: postfix init scripts think it started even though it did not

2016-04-11 Thread LaMont Jones
On Sat, Feb 20, 2016 at 10:28:07PM +0100, Christoph Anton Mitterer wrote: > Package: postfix > Version: 3.0.3-1 > Severity: important > > Hey. > Well there are already bugs open that postfix is broken since 3.0,... > But another thing that apparently doesn't work: > When doing something like >

[Bug 1565585] [NEW] Old debmirrors don't fully support all of gz/bzip2/xz

2016-04-03 Thread LaMont Jones
Public bug reported: With xenial dropping the bz2 translations files, trusty's debmirror (1:2.16ubuntu1) fails to mirror any translation files. This then results in the mirror being left in /var/lib/apt/lists/partial, and the mirror being effectively ignored. ** Affects: debmirror (Ubuntu)

Accepted postfix 3.1.0-1 (all amd64 source) into unstable

2016-04-03 Thread LaMont Jones
Urgency: medium Maintainer: LaMont Jones <lam...@debian.org> Changed-By: LaMont Jones <lam...@debian.org> Closes: 816079 816084 816092 816180 816274 816408 817019 817032 817149 Description: postfix- High-performance mail transport agent postfix-cdb - CDB map support for Postfix

[Bug 1565567] Re: segv in sudo_getgrgid

2016-04-03 Thread LaMont Jones
this is with current xenial (1.8.16-0ubuntu1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565567 Title: segv in sudo_getgrgid To manage notifications about this bug go to:

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-04-03 Thread LaMont Jones
this is with current xenial (1.8.16-0ubuntu1) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1565567 Title: segv in sudo_getgrgid Status in sudo package in Ubuntu: New

[Bug 1565567] [NEW] segv in sudo_getgrgid

2016-04-03 Thread LaMont Jones
Public bug reported: If the user is in a group with no name (because libnss-db got removed and the group was defined there, for example...) then: the call to sudo_debug_printf in sudo_getgrgid (plugins/sudoers/pwutil.c, line 462) causes a SEGV when trying to get item->d.gr->gr_name (since

[Touch-packages] [Bug 1565567] [NEW] segv in sudo_getgrgid

2016-04-03 Thread LaMont Jones
Public bug reported: If the user is in a group with no name (because libnss-db got removed and the group was defined there, for example...) then: the call to sudo_debug_printf in sudo_getgrgid (plugins/sudoers/pwutil.c, line 462) causes a SEGV when trying to get item->d.gr->gr_name (since

[Bug 1561975] Re: default configuration warnings - minor

2016-04-03 Thread LaMont Jones
in: postfix (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: postfix (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561975

[Bug 1379567] Re: maas-proxy is an open proxy with no ACLs; it should add networks automatically

2016-04-01 Thread LaMont Jones
For the 1.9 backport of this fix, rather than introduce a schema migration (as done for 2.0), we'll simply allow all known subnets to use the proxy, with a note in the proxy config to disable unwanted subnets with iptables. ** Also affects: maas (Ubuntu Trusty) Importance: Undecided

[Bug 1379567] Re: maas-proxy is an open proxy with no ACLs; it should add networks automatically

2016-04-01 Thread LaMont Jones
For the 1.9 backport of this fix, rather than introduce a schema migration (as done for 2.0), we'll simply allow all known subnets to use the proxy, with a note in the proxy config to disable unwanted subnets with iptables. ** Also affects: maas (Ubuntu Trusty) Importance: Undecided

[Bug 1379567] Re: maas-proxy is an open proxy with no ACLs; it should add networks automatically

2016-03-29 Thread LaMont Jones
** Branch linked: lp:~lamont/maas/create-maas-proxy.conf-packaging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1379567 Title: maas-proxy is an open proxy with no ACLs; it should add networks

[Bug 1379567] Re: maas-proxy is an open proxy with no ACLs; it should add networks automatically

2016-03-29 Thread LaMont Jones
** Branch linked: lp:~lamont/maas/create-maas-proxy.conf-packaging -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1379567 Title: maas-proxy is an open proxy with no ACLs; it should

[Bug 1543683] Re: Fails to detect (second) display

2016-03-28 Thread LaMont Jones
based on discussion, more work is needed. ** Changed in: linux (Ubuntu Xenial) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543683 Title: Fails to

[Kernel-packages] [Bug 1543683] Re: Fails to detect (second) display

2016-03-28 Thread LaMont Jones
based on discussion, more work is needed. ** Changed in: linux (Ubuntu Xenial) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1543683 Title:

[Kernel-packages] [Bug 1543683] Re: Fails to detect (second) display

2016-03-28 Thread LaMont Jones
Said kernel appears to be good. The reshuffling of windows does not occur (and I get two displays!!) In the worst case, I'd recommend shipping xenial with 237ed86c reverted, if they can't get a fixed version before our deadline. Holler at me if there's another kernel for me to test. thanks,

[Bug 1543683] Re: Fails to detect (second) display

2016-03-28 Thread LaMont Jones
Said kernel appears to be good. The reshuffling of windows does not occur (and I get two displays!!) In the worst case, I'd recommend shipping xenial with 237ed86c reverted, if they can't get a fixed version before our deadline. Holler at me if there's another kernel for me to test. thanks,

[Touch-packages] [Bug 1562402] Re: segv in apt 1.2.7 with dist-upgrade

2016-03-26 Thread LaMont Jones
And here is the trace from 1.2.8: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Need to get 798 kB/35.8 MB of archives. After this operation, 3,549 kB disk space will be freed. Do you want to continue? [Y/n] Get:1 http://ubuntu-mirror.wfg-office/ubuntu xenial/main

[Bug 1562402] [NEW] segv in apt 1.2.7 with dist-upgrade

2016-03-26 Thread LaMont Jones
Public bug reported: The following NEW packages will be installed: maas-region-api The following packages will be upgraded: console-setup console-setup-linux devscripts git git-man keyboard-configuration language-pack-en language-pack-en-base language-pack-gnome-en

[Touch-packages] [Bug 1562402] [NEW] segv in apt 1.2.7 with dist-upgrade

2016-03-26 Thread LaMont Jones
Public bug reported: The following NEW packages will be installed: maas-region-api The following packages will be upgraded: console-setup console-setup-linux devscripts git git-man keyboard-configuration language-pack-en language-pack-en-base language-pack-gnome-en

<    1   2   3   4   5   6   7   8   9   10   >