[Bug 1603953] Re: timesyncd is not stopped when ntp is first installed

2017-03-16 Thread Gavin Panella
*** This bug is a duplicate of bug 1597909 *** https://bugs.launchpad.net/bugs/1597909 ** This bug has been marked a duplicate of bug 1597909 systemd-timesyncd unit still running after installation of ntp package -- You received this bug notification because you are a member of Ubuntu

[Bug 1621901] Re: impitool lacks support for ipv6 addresses

2016-12-20 Thread Gavin Panella
** Changed in: maas Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1621901 Title: impitool lacks support for ipv6 addresses To manage notifications about this

[Bug 1637246] Re: MaaS should use configured names for VLAN interfaces

2016-12-20 Thread Gavin Panella
** Changed in: maas/2.0 Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637246 Title: MaaS should use configured names for VLAN interfaces To manage

[Bug 1629972] Re: networking stop incorrectly disconnects from (network) root filesystem

2016-12-20 Thread Gavin Panella
** Changed in: maas Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629972 Title: networking stop incorrectly disconnects from (network) root filesystem To

[Bug 1650202] [NEW] issubclass(a_type, union_type) has stopped working

2016-12-15 Thread Gavin Panella
Public bug reported: issubclass(a_type, union_type) has stopped working: In zesty:  # python3  Python 3.5.2+ (default, Dec 13 2016, 14:16:35)  [GCC 6.2.1 20161212] on linux  Type "help", "copyright", "credits" or "license" for more information.  >>> import typing  >>> issubclass(str,

[Bug 1647639] [NEW] lxc file push --recursive loses first letter of filename

2016-12-06 Thread Gavin Panella
Public bug reported: user@host:~$ lxc launch ubuntu:xenial foo Creating foo Starting foo user@host:~$ mkdir bar user@host:~$ touch bar/abc user@host:~$ lxc file push -r bar foo/root/ user@host:~$ lxc exec foo ls /root ar user@host:~$ lxc exec foo ls /root/ar abc user@host:~$ cd bar/

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2016-10-04 Thread Gavin Panella
FWIW, http://paste.ubuntu.com/23275209/ (a short Python 3 script) makes me fairly sure that everything in netaddr's oui.txt is UTF-8. The script tries to guess the encoding of each entry using chardet, ignores those guessed as ASCII or UTF-8, then prints each entry after being decoded using the

[Bug 1229458] Re: grubnetx64.efi tftp client does not work over ipv6

2016-09-26 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229458 Title: grubnetx64.efi tftp client does not work over ipv6 To manage notifications

[Bug 1621507] Re: initramfs-tools configure_networking() fails to dhcp ipv6 addresses

2016-09-26 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1621507 Title: initramfs-tools configure_networking() fails to dhcp ipv6 addresses To manage

[Bug 1618543] Re: freeipmi lacks IPv6 support

2016-09-26 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618543 Title: freeipmi lacks IPv6 support To manage notifications about this bug go to:

[Bug 1604128] Re: [2.0RC2] Unable to add a public SSH Key due to lp1604147

2016-07-25 Thread Gavin Panella
> solved like this. > /usr/lib/python3/dist-packages/provisioningserver/utils/sshkey.py:149: > ("setsid", "-w", "ssh-keygen", "-i", "-f", str(keypath)), FWIW, this exact fix is in ppa:maas/next. Not sure where else it's meant to be right now. -- You received this bug notification because you

[Bug 1604147] Re: pathlib.Path.path attribute has disappeared

2016-07-18 Thread Gavin Panella
Thanks Barry. We're switching to str(path) in MAAS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1604147 Title: pathlib.Path.path attribute has disappeared To manage notifications about this bug

[Bug 1604147] [NEW] pathlib.Path.path attribute has disappeared

2016-07-18 Thread Gavin Panella
Public bug reported: Previously pathlib.Path("/some/path").path would result in the same as str(pathlib.Path("/some/path")). Today's update to Python 3.5.2 in Xenial appears to have removed this property. It's easy enough to work around, but Path.path was a public API, albeit not one documented

[Bug 1603947] Re: ntp dhclient exit hook does not remove most servers

2016-07-18 Thread Gavin Panella
** No longer affects: maas -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603947 Title: ntp dhclient exit hook does not remove most servers To manage notifications about this bug go to:

[Bug 1603953] [NEW] timesyncd is not stopped when ntp is first installed

2016-07-18 Thread Gavin Panella
Public bug reported: In Xenial, /lib/systemd/system/systemd-timesyncd.service.d/disable-with- time-daemon.conf ensures that systemd-timesyncd.service does not _start_ when ntp is installed, but when installing ntp for the first time nothing stops systemd-timesyncd before ntp is started: they're

[Bug 1603947] [NEW] ntp dhclient exit hook does not remove most servers

2016-07-18 Thread Gavin Panella
Public bug reported: /etc/dhcp/dhclient-exit-hooks.d/ntp uses the following command to copy /etc/ntp.conf, stripping all-but-local NTP servers: sed -r -e '/^ *(server *[^1][^2][^7]\.|peer).*$/d' $NTP_CONF However this expression is almost completely broken. It will eliminate "server

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

2016-06-14 Thread Gavin Panella
** Branch linked: lp:~allenap/maas/packaging.other-ssh-key-types-- bug-1590081 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590081 Title: twisted's conch does not support ed25519 and ecdsa ssh

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

2016-06-10 Thread Gavin Panella
** Changed in: maas Status: Triaged => In Progress ** Changed in: maas Assignee: (unassigned) => Gavin Panella (allenap) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590081

[Bug 1560518] [NEW] "Report problem" does nothing

2016-03-22 Thread Gavin Panella
Public bug reported: I often see dialog boxes when I log in like: System program problem detected Do you want to report the problem now? [ Cancel ] [ Report problem... ] If I click "Report problem" the dialog disappears and nothing seems to happen. Is it doing something in the

[Bug 1549731] [NEW] Cannot import twisted.conch.ssh.keys

2016-02-25 Thread Gavin Panella
Public bug reported: $ python3 -c 'import twisted.conch.ssh.keys' Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/twisted/conch/ssh/keys.py", line 34, in from twisted.conch.ssh import common, sexpy File

[Bug 1549389] [NEW] Cannot import twisted.conch

2016-02-24 Thread Gavin Panella
Public bug reported: $ python3 -c 'import twisted.conch' Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/twisted/conch/__init__.py", line 9, in from twisted.conch._version import version ImportError: No module named 'twisted.conch._version'

[Bug 1544258] Re: cannot refresh cli unless all endpoints are available

2016-02-10 Thread Gavin Panella
> its fairly annoying that that goes to stdout (it should go to stderr). It does go to stderr. But the rest of this bug, agreed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1544258 Title: cannot

[Bug 1544258] Re: cannot refresh cli unless all endpoints are available

2016-02-10 Thread Gavin Panella
> its fairly annoying that that goes to stdout (it should go to stderr). It does go to stderr. But the rest of this bug, agreed. -- 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/1544258

[Bug 1381058] Re: Upgrading introduces a spurious cluster controller

2016-01-25 Thread Gavin Panella
** Changed in: maas Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1381058 Title: Upgrading introduces a spurious cluster controller To manage notifications

[Bug 1488594] Re: Nodes cannot boot after a storage disk replacement

2016-01-25 Thread Gavin Panella
Even when a node has been deployed, the node still attempts to PXE boot from MAAS each time it's rebooted. MAAS knows it should boot locally and gives the following configuration to PXELINUX:  DEFAULT local  LABEL local    LOCALBOOT 0 It appears that this does not do the right thing for your

[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2016-01-25 Thread Gavin Panella
I'm assuming this is no longer a bug. ** Changed in: maas Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484268 Title: MAAS not auto-detecting/auto-entering

[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2016-01-25 Thread Gavin Panella
I'm assuming this is no longer a bug. ** Changed in: maas Status: Incomplete => Invalid -- 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/1484268 Title: MAAS not

[Bug 1481992] Re: Upgrade of grub-pc during install fails

2016-01-25 Thread Gavin Panella
** Also affects: curtin (Ubuntu) Importance: Undecided Status: New ** Changed in: maas 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/1481992 Title: Upgrade

[Bug 1481992] Re: Upgrade of grub-pc during install fails

2016-01-25 Thread Gavin Panella
** Also affects: curtin (Ubuntu) Importance: Undecided Status: New ** Changed in: maas Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to curtin in Ubuntu. https://bugs.launchpad.net/bugs/1481992

[Bug 1381058] Re: Upgrading introduces a spurious cluster controller

2016-01-25 Thread Gavin Panella
** Changed in: maas Status: Incomplete => Won't Fix -- 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/1381058 Title: Upgrading introduces a spurious cluster controller To manage

[Bug 1508565] Re: maas uses 3.13 (hwe-t) kernel which does not work on non-virtual IBM power

2016-01-25 Thread Gavin Panella
** Changed in: maas 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/1508565 Title: maas uses 3.13 (hwe-t) kernel which does not work on non-virtual IBM power To

[Bug 1508565] Re: maas uses 3.13 (hwe-t) kernel which does not work on non-virtual IBM power

2016-01-25 Thread Gavin Panella
** Changed in: maas Status: New => Invalid -- 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/1508565 Title: maas uses 3.13 (hwe-t) kernel which does not work on non-virtual IBM

[Bug 1534311] [NEW] Excessive warnings regarding stat()ing of cgroup filesystems

2016-01-14 Thread Gavin Panella
Public bug reported: Every invocation of lsof results in 24 lines of warnings being printed to stderr. This is excessive and, at least for my use cases, not useful information. $ mkdir foo && lsof +D foo lsof: WARNING: can't stat() tmpfs file system /run/lxcfs/controllers Output

[Bug 1523847] [NEW] dircolors produces no colour information

2015-12-08 Thread Gavin Panella
Public bug reported: The dircolors default database is populated:  $ dircolors --print-database  # Configuration file for dircolors, a utility to help you set the  # LS_COLORS environment variable used by GNU ls with the --color option.  ...  .axa 00;36  .oga 00;36  .spx 00;36  .xspf

[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-10-20 Thread Gavin Panella
** Also affects: python-tx-tftp Importance: Undecided Status: New ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New ** Changed in: maas Status: New => Triaged ** Changed in: maas Importance: Undecided => Critical -- You received this bug

[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-10-20 Thread Gavin Panella
** Also affects: python-tx-tftp Importance: Undecided Status: New ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New ** Changed in: maas Status: New => Triaged ** Changed in: maas Importance: Undecided => Critical -- You received this bug

[Bug 1402106] Re: pserv.log full of "Duplicate ACK for blocknum" errors

2015-09-15 Thread Gavin Panella
python-txtftp's logging is generally too verbose. It's useful in some situations, but more often we just want it to be quiet, or at least allow us to redirect its logs elsewhere. ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New ** Also affects: python-tx-tftp

[Bug 1402106] Re: pserv.log full of "Duplicate ACK for blocknum" errors

2015-09-15 Thread Gavin Panella
python-txtftp's logging is generally too verbose. It's useful in some situations, but more often we just want it to be quiet, or at least allow us to redirect its logs elsewhere. ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New ** Also affects: python-tx-tftp

[Bug 1272016] Re: Which interface to bind maas-region-controller to should be a debconf question

2015-09-03 Thread Gavin Panella
** Changed in: maas Status: Triaged => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272016 Title: Which interface to bind maas-region-controller to should be a debconf question To

[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2015-09-03 Thread Gavin Panella
** Changed in: maas (Ubuntu) Status: Triaged => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484268 Title: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8

[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2015-09-03 Thread Gavin Panella
** Changed in: maas (Ubuntu) Status: Triaged => New -- 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/1484268 Title: MAAS not auto-detecting/auto-entering credentials for HP

[Bug 1272016] Re: Which interface to bind maas-region-controller to should be a debconf question

2015-09-03 Thread Gavin Panella
** Changed in: maas Status: Triaged => New -- 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/1272016 Title: Which interface to bind maas-region-controller to should be a debconf

[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2015-09-03 Thread Gavin Panella
** Changed in: maas Status: Triaged => New -- 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/1484268 Title: MAAS not auto-detecting/auto-entering credentials for HP Proliant

[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2015-09-03 Thread Gavin Panella
** Changed in: maas Status: Triaged => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484268 Title: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2

[Bug 1423626] Re: Inconsistent device naming depending on install method - biosdevname/no biosdevname

2015-09-03 Thread Gavin Panella
** Tags removed: network ** Tags added: networking -- 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/1423626 Title: Inconsistent device naming depending on install method -

[Bug 1355813] Re: Interface MTU management across MAAS/juju

2015-09-03 Thread Gavin Panella
** Tags removed: network ** Tags added: networking -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1355813 Title: Interface MTU management across MAAS/juju To manage

[Bug 1423626] Re: Inconsistent device naming depending on install method - biosdevname/no biosdevname

2015-09-03 Thread Gavin Panella
** Tags removed: network ** Tags added: networking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423626 Title: Inconsistent device naming depending on install method - biosdevname/no biosdevname

[Bug 1355813] Re: Interface MTU management across MAAS/juju

2015-09-03 Thread Gavin Panella
** Tags removed: network ** Tags added: networking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1355813 Title: Interface MTU management across MAAS/juju To manage notifications about this bug go

[Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2015-09-02 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382774 Title: Postgresql installation for MAAS fails on locales missing language packs To

[Bug 1442112] Re: booting ppc64el with hwe-u kernel hangs in initrd

2015-09-02 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1442112 Title: booting ppc64el with hwe-u kernel hangs in initrd To manage notifications about

[Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2015-09-02 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dbconfig-common in Ubuntu. https://bugs.launchpad.net/bugs/1382774 Title: Postgresql installation for MAAS fails on locales

[Bug 1442112] Re: booting ppc64el with hwe-u kernel hangs in initrd

2015-09-02 Thread Gavin Panella
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1442112 Title: booting ppc64el with hwe-u kernel hangs in

[Bug 1431279] Re: MAAS python scripts do not show the line numbers and the script name when errors are encountered

2015-03-13 Thread Gavin Panella
What was the exact command that was run? -- 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/1431279 Title: MAAS python scripts do not show the line numbers and the script name when

[Bug 1431279] Re: MAAS python scripts do not show the line numbers and the script name when errors are encountered

2015-03-13 Thread Gavin Panella
What was the exact command that was run? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431279 Title: MAAS python scripts do not show the line numbers and the script name when errors are

[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-02-05 Thread Gavin Panella
** Changed in: maas Assignee: Gavin Panella (allenap) = Andres Rodriguez (andreserl) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317705 Title: Commissioning x86_64 node never completes

[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-02-05 Thread Gavin Panella
** Changed in: maas Assignee: Gavin Panella (allenap) = Andres Rodriguez (andreserl) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-tx-tftp in Ubuntu. https://bugs.launchpad.net/bugs/1317705 Title: Commissioning x86_64

[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-02-04 Thread Gavin Panella
** Tags removed: patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-tx-tftp in Ubuntu. https://bugs.launchpad.net/bugs/1317705 Title: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs To

[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-02-04 Thread Gavin Panella
** Tags removed: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317705 Title: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs To manage notifications about

[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-02-04 Thread Gavin Panella
A fix has landed upstream (https://github.com/shylent/python-tx-tftp). Can we update the Ubuntu package now? ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-02-04 Thread Gavin Panella
A fix has landed upstream (https://github.com/shylent/python-tx-tftp). Can we update the Ubuntu package now? ** Also affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1411177] Re: `make package` fails (Patch 02-pserv-config.patch does not apply)

2015-01-15 Thread Gavin Panella
** Branch linked: lp:~allenap/maas/packaging.fix-patch-02 -- 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/1411177 Title: `make package` fails (Patch 02-pserv-config.patch does not

[Bug 1411177] Re: `make package` fails (Patch 02-pserv-config.patch does not apply)

2015-01-15 Thread Gavin Panella
** Branch linked: lp:~allenap/maas/packaging.fix-patch-02 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1411177 Title: `make package` fails (Patch 02-pserv-config.patch does not apply) To manage

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Gavin Panella
I think #1 is too limited. This will only satisfy a subset of users, and it's confusing to an outsider trying to deploy their charms, why won't RabbitMQ deploy in cluster $x when it deploys fine in cluster $y?. The answer is not easily discoverable, and the MAAS administrator may not realise that

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Gavin Panella
I think #1 is too limited. This will only satisfy a subset of users, and it's confusing to an outsider trying to deploy their charms, why won't RabbitMQ deploy in cluster $x when it deploys fine in cluster $y?. The answer is not easily discoverable, and the MAAS administrator may not realise that

Re: [Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-22 Thread Gavin Panella
On 22 October 2014 22:03, Graham Binns graham.bi...@canonical.com wrote: This works perfectly: Awesome, that's great. Sort of brain-dump follows: How does this work for networks that don't line up with IPv4 octets? For example, for a dynamic range that covers 192.168.0.0/23, would we need to

Re: [Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-22 Thread Gavin Panella
On 22 October 2014 22:03, Graham Binns graham.bi...@canonical.com wrote: This works perfectly: Awesome, that's great. Sort of brain-dump follows: How does this work for networks that don't line up with IPv4 octets? For example, for a dynamic range that covers 192.168.0.0/23, would we need to

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-17 Thread Gavin Panella
As a workaround, can the charm add hostnames for each node in the cluster to /etc/hosts? -- 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/1382190 Title: LXCs assigned IPs by MAAS DHCP

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-17 Thread Gavin Panella
As a workaround, can the charm add hostnames for each node in the cluster to /etc/hosts? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382190 Title: LXCs assigned IPs by MAAS DHCP lack DNS PTR

[Bug 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-10-16 Thread Gavin Panella
** Changed in: maas Assignee: Andres Rodriguez (andreserl) = Gavin Panella (allenap) ** Changed in: maas (Ubuntu) Assignee: (unassigned) = Gavin Panella (allenap) ** Changed in: maas Assignee: Gavin Panella (allenap) = (unassigned) ** Changed in: maas (Ubuntu) Status: New

[Bug 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-10-16 Thread Gavin Panella
** Changed in: maas Assignee: Andres Rodriguez (andreserl) = Gavin Panella (allenap) ** Changed in: maas (Ubuntu) Assignee: (unassigned) = Gavin Panella (allenap) ** Changed in: maas Assignee: Gavin Panella (allenap) = (unassigned) ** Changed in: maas (Ubuntu) Status: New

[Bug 1380682] Re: mod_wsgi: Unable to change working directory to '/home/maas'

2014-10-14 Thread Gavin Panella
** Also affects: maas (Ubuntu) Importance: Undecided Status: New ** No longer affects: maas -- 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/1380682 Title: mod_wsgi: Unable

[Bug 1380682] Re: mod_wsgi: Unable to change working directory to '/home/maas'

2014-10-14 Thread Gavin Panella
** Also affects: maas (Ubuntu) Importance: Undecided Status: New ** No longer affects: maas -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380682 Title: mod_wsgi: Unable to change

[Bug 1317958] Re: Right after installation, /var/log/apache2/error.log contains a stacktrace FATAL: password authentication failed for user maas

2014-10-13 Thread Gavin Panella
** Changed in: maas (Ubuntu) Status: New = Confirmed -- 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/1317958 Title: Right after installation, /var/log/apache2/error.log contains

[Bug 1317958] Re: Right after installation, /var/log/apache2/error.log contains a stacktrace FATAL: password authentication failed for user maas

2014-10-13 Thread Gavin Panella
Observed again today. It results in 100s of lines of errors and stack-traces in Apache's error.log. It would be good to fix this in packaging, but we can also help in MAAS itself, by retrying in start_up.py every second or two, and handling the exception ourselves. A recent example of the error,

[Bug 1317958] Re: Right after installation, /var/log/apache2/error.log contains a stacktrace FATAL: password authentication failed for user maas

2014-10-13 Thread Gavin Panella
** Changed in: maas (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317958 Title: Right after installation, /var/log/apache2/error.log contains a stacktrace

[Bug 1317958] Re: Right after installation, /var/log/apache2/error.log contains a stacktrace FATAL: password authentication failed for user maas

2014-10-13 Thread Gavin Panella
Observed again today. It results in 100s of lines of errors and stack-traces in Apache's error.log. It would be good to fix this in packaging, but we can also help in MAAS itself, by retrying in start_up.py every second or two, and handling the exception ourselves. A recent example of the error,

[Bug 1379571] Re: maas-cluster-register upstart job uses authbind but shouldn't

2014-10-10 Thread Gavin Panella
maas-cluster-register.conf will be doing a lemming dive off a high cliff later today. This bug will still affect older versions though. Do we fix them? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1379571] Re: maas-cluster-register upstart job uses authbind but shouldn't

2014-10-10 Thread Gavin Panella
maas-cluster-register.conf will be doing a lemming dive off a high cliff later today. This bug will still affect older versions though. Do we fix them? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-09-18 Thread Gavin Panella
Now, is a dhcp lease a permanent address? :) I think it's permanent enough for this scenario where MAAS is giving it out, as it even updates the DNS record. In this case, yes, I think it is permanent. MAAS promises to keep that address for that node until it is released. DHCP is simply the

[Bug 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-09-18 Thread Gavin Panella
Now, is a dhcp lease a permanent address? :) I think it's permanent enough for this scenario where MAAS is giving it out, as it even updates the DNS record. In this case, yes, I think it is permanent. MAAS promises to keep that address for that node until it is released. DHCP is simply the

[Bug 1365130] [NEW] django-admin prints spurious messages to stdout, breaking scripts

2014-09-03 Thread Gavin Panella
Public bug reported: Scripts in MAAS's packaging rely on shell code like the following: APIKEY=$(maas-region-admin apikey --username admin) maas-region-admin is a shell script that execs django-admin. However, the new django-admin in Utopic prints lines like: Using: Python 2.7 to

[Bug 1365130] [NEW] django-admin prints spurious messages to stdout, breaking scripts

2014-09-03 Thread Gavin Panella
Public bug reported: Scripts in MAAS's packaging rely on shell code like the following: APIKEY=$(maas-region-admin apikey --username admin) maas-region-admin is a shell script that execs django-admin. However, the new django-admin in Utopic prints lines like: Using: Python 2.7 to

[Bug 1349816] Re: autopkgtest can't build maas package due to failure to apply 02-pserv-config.patch

2014-07-29 Thread Gavin Panella
This was caused by an accidental removal of a trailing newline in lp:maas r2607. It has been fixed in r2613. ** Changed in: maas Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1349816] Re: autopkgtest can't build maas package due to failure to apply 02-pserv-config.patch

2014-07-29 Thread Gavin Panella
This was caused by an accidental removal of a trailing newline in lp:maas r2607. It has been fixed in r2613. ** Changed in: maas Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1347714] [NEW] Trusty server install fails on busybox-initramfs

2014-07-23 Thread Gavin Panella
Public bug reported: Unable to install busybox-initramfs I'm installing from the standard 14.04 server ISO onto an Intel NUC. The install media is a USB key. I've attached photos of the initial error message and the syslog being displayed on vt#4. ** Affects: debian-installer (Ubuntu)

[Bug 1347714] Re: Trusty server install fails on busybox-initramfs

2014-07-23 Thread Gavin Panella
** Attachment added: Virtual console 4.jpg https://bugs.launchpad.net/ubuntu/+bug/1347714/+attachment/4160998/+files/Virtual%20console%204.jpg ** Package changed: ubuntu = debian-installer (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-07-22 Thread Gavin Panella
RabbitMQ will be going away this cycle, so we should avoid investing a lot of time in an engineering fix for this. -- 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/1300507 Title: Rabbit

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-07-22 Thread Gavin Panella
RabbitMQ will be going away this cycle, so we should avoid investing a lot of time in an engineering fix for this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300507 Title: Rabbit password is

[Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Gavin Panella
python-distro-info doesn't know about MAAS. For example, it reports that Lucid is supported... but it's not by MAAS. Use it for getting the titles, that's cool, but otherwise the simplestream is the canonical reference. -- You received this bug notification because you are a member of Ubuntu

[Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Gavin Panella
python-distro-info doesn't know about MAAS. For example, it reports that Lucid is supported... but it's not by MAAS. Use it for getting the titles, that's cool, but otherwise the simplestream is the canonical reference. -- You received this bug notification because you are a member of Ubuntu

[Bug 1307614] Re: MAAS sometimes attempts to install to USB flash drive

2014-06-12 Thread Gavin Panella
Something we want to add to MAAS is the idea of recommissioning, i.e. when a node is released back to MAAS, it runs a cycle that does a bunch of things to get the machine ready to go out the door again. For example, reset BIOS settings, erase disks. Like commissioning, a MAAS admin would be able

[Bug 1307614] Re: MAAS sometimes attempts to install to USB flash drive

2014-06-12 Thread Gavin Panella
Something we want to add to MAAS is the idea of recommissioning, i.e. when a node is released back to MAAS, it runs a cycle that does a bunch of things to get the machine ready to go out the door again. For example, reset BIOS settings, erase disks. Like commissioning, a MAAS admin would be able

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Gavin Panella
** Changed in: maas Status: New = Triaged ** Changed in: maas Importance: Undecided = Critical -- 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/1328659 Title:

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Gavin Panella
** Changed in: maas Status: New = Triaged ** Changed in: maas Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328659 Title: import_boot_images task fails

[Bug 1325640] Re: test_prepare_holds_startup_lock() still fails spuriously

2014-06-03 Thread Gavin Panella
** Also affects: maas (Ubuntu) Importance: Undecided Status: New -- 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/1325640 Title: test_prepare_holds_startup_lock() still fails

[Bug 1325759] Re: start_up uses database lock outside of transaction

2014-06-03 Thread Gavin Panella
** Changed in: maas/1.5 Status: In Progress = Fix Committed ** Also affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1325759] Re: start_up uses database lock outside of transaction

2014-06-03 Thread Gavin Panella
** Changed in: maas/1.5 Status: In Progress = Fix Committed ** Also affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325759

[Bug 1325640] Re: test_prepare_holds_startup_lock() still fails spuriously

2014-06-03 Thread Gavin Panella
** Also affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325640 Title: test_prepare_holds_startup_lock() still fails spuriously To

[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-06-02 Thread Gavin Panella
** Branch linked: lp:~allenap/maas/database-locks-revisited -- 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/1308069 Title: test_prepare_holds_startup_lock() fails spuriously To manage

[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-06-02 Thread Gavin Panella
** Branch unlinked: lp:~allenap/maas/database-locks-revisited -- 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/1308069 Title: test_prepare_holds_startup_lock() fails spuriously To

  1   2   3   4   >