[Bug 1958939] [NEW] tox is no longer installable on jammy

2022-01-24 Thread Julian Edwards
Public bug reported:

python3-virtualenv has been removed, but tox depends on it.

$ sudo apt install tox
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 python3-pip-whl : Breaks: python-pip-whl (< 21.3.1+dfsg-2~) but 20.3.4-4 is to 
be installed
 python3-setuptools-whl : Breaks: python-pip-whl (< 21.3.1+dfsg-2~) but 
20.3.4-4 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

** Affects: tox (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/1958939

Title:
  tox is no longer installable on jammy

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807974] Re: Qualcomm Atheros QCA617 [168c:003e] Subsystem [1a56:143a] Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic on Dell XPS 13 9370

2020-10-03 Thread Julian Edwards
Bionic was rock solid for me - Focal has been a nightmare of crashes. I
can disconnect from the AP and reconnect and it comes back to life.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807974

Title:
  Qualcomm Atheros QCA617 [168c:003e] Subsystem [1a56:143a] Wireless
  regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic
  on Dell XPS 13 9370

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-06-15 Thread Julian Edwards
Thanks for addressing this bug at last. It's bitten me so many times
over the years that I've got used to resetting the locale in remote
servers in my bashrc. The Perl thing is particularly insidious as it
outputs to stderr and confuses at least one API that I use.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134036

Title:
  Failure when using ssh with a locale that is not configured on the
  server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1134036/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1605137] Re: Can still ping container IP address after removing container

2016-08-29 Thread Julian Edwards
I'm going to have to put this on the back burner for a while, sorry.
I've got a ton of other stuff to do before I can return to this. I want
to set up a VM that I can snapshot and destroy for any testing that you
need.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1605137

Title:
  Can still ping container IP address after removing container

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1605137] [NEW] Can still ping container IP address after removing container

2016-07-21 Thread Julian Edwards
Public bug reported:

Using version 2.0.3-0ubuntu2~ubuntu16.04.1~ppa1

I created a container, and then put a tagged vlan on top of lxdbr0 so
that I can talk to the host and other containers on a second network.

I gave the host's lxdbr0.1215 an IP address, and made eth0.1215 in the
container also with its own IP address.

After removing the container, I can still ping the address on the VLAN!
It also responds with duplicates:

$ arping -I lxdbr0.1215 192.168.15.20
ARPING 192.168.15.20 from 192.168.15.1 lxdbr0.1215
Unicast reply from 192.168.15.20 [00:16:3E:B1:9B:0C]  0.599ms
Unicast reply from 192.168.15.20 [00:16:3E:B1:9B:0C]  0.607ms
Unicast reply from 192.168.15.20 [00:16:3E:B1:9B:0C]  0.609ms
Unicast reply from 192.168.15.20 [00:16:3E:B1:9B:0C]  0.534ms
Unicast reply from 192.168.15.20 [00:16:3E:B1:9B:0C]  0.541ms

$ ping 192.168.15.20
PING 192.168.15.20 (192.168.15.20) 56(84) bytes of data.
64 bytes from 192.168.15.20: icmp_seq=1 ttl=64 time=0.108 ms
64 bytes from 192.168.15.20: icmp_seq=1 ttl=64 time=0.126 ms (DUP!)
64 bytes from 192.168.15.20: icmp_seq=1 ttl=64 time=0.144 ms (DUP!)
64 bytes from 192.168.15.20: icmp_seq=2 ttl=64 time=0.051 ms

Bizarrely:

$ nmap 192.168.15.20

Starting Nmap 7.01 ( https://nmap.org ) at 2016-07-21 19:01 AEST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.02 seconds

(Supplying -Pn shows all ports are closed.)

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

** Summary changed:

- Networking lives on after removing container
+ Can still ping container IP address after removing container

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1605137

Title:
  Can still ping container IP address after removing container

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1508744] Re: Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

2015-12-06 Thread Julian Edwards
I was getting this too. I say was, because Adam's tip helped me resolve
it. I'll also note that this is on a machine still running vivid.

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

Title:
  Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1508744/+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 1508744] Re: Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

2015-12-06 Thread Julian Edwards
I was getting this too. I say was, because Adam's tip helped me resolve
it. I'll also note that this is on a machine still running vivid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1508744

Title:
  Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1508744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named ; ; connection timed out; no servers could be reached

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  If maas-enlist fails to reach a DNS server, the node will be named ;;
  connection timed out; no servers could be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081660/+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 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1087183

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1087183/+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 1382266] Re: maas-proxy fails to start on freshly installed MAAS

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1382266

Title:
  maas-proxy fails to start on freshly installed MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382266/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1365130] Re: django-admin prints spurious messages to stdout, breaking scripts

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  django-admin prints spurious messages to stdout, breaking scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1365130/+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 1350103] Re: No support for armhf/keystone architecture

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1350103

Title:
  No support for armhf/keystone architecture

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1350103/+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 1337437] Re: [SRU] maas needs utopic support

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1337437

Title:
  [SRU] maas needs utopic support

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1337437/+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 1321885] Re: IPMI detection and automatic setting fail in ubuntu 14.04 maas

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  IPMI detection and automatic setting fail in ubuntu 14.04 maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1321885/+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 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1378910] Re: Call the install log 'install log' rather than 'curtin log'

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1378910

Title:
  Call the install log 'install log' rather than 'curtin log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1378910/+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 1364617] Re: ipmipower returns a zero exit status when password invalid

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  ipmipower returns a zero exit status when password invalid

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1364617/+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 1367455] Re: MAC address for node's IPMI is reversed looked up to yield IP address using case sensitive comparison

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1367455

Title:
  MAC address for node's IPMI is reversed looked up to yield IP address
  using case sensitive comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1367455/+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 1373580] Re: [SRU] Glen m700 cartridge list as ARM64/generic after enlist

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1373580

Title:
  [SRU] Glen m700 cartridge list as ARM64/generic after enlist

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373580/+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 1394306] Re: maas 1.7 upgrade: document potential need for maas-proxy.conf manual setup migration

2014-11-19 Thread Julian Edwards
Packaging bug.

** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = High

-- 
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/1394306

Title:
  maas 1.7 upgrade: document potential need for maas-proxy.conf manual
  setup migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1394306/+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 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named ; ; connection timed out; no servers could be reached

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1081660

Title:
  If maas-enlist fails to reach a DNS server, the node will be named ;;
  connection timed out; no servers could be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1087183

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1087183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1382190

Title:
  LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382266] Re: maas-proxy fails to start on freshly installed MAAS

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1382266

Title:
  maas-proxy fails to start on freshly installed MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382266/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1366104] Re: [FFe] OperationError when large object greater than 2gb

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1366104

Title:
  [FFe] OperationError when large object greater than 2gb

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1366104/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1365130

Title:
  django-admin prints spurious messages to stdout, breaking scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1365130/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1350103] Re: No support for armhf/keystone architecture

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1350103

Title:
  No support for armhf/keystone architecture

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1350103/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1337437] Re: [SRU] maas needs utopic support

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1337437

Title:
  [SRU] maas needs utopic support

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1337437/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1321885] Re: IPMI detection and automatic setting fail in ubuntu 14.04 maas

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1321885

Title:
  IPMI detection and automatic setting fail in ubuntu 14.04 maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1321885/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378910] Re: Call the install log 'install log' rather than 'curtin log'

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1378910

Title:
  Call the install log 'install log' rather than 'curtin log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1378910/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373580] Re: [SRU] Glen m700 cartridge list as ARM64/generic after enlist

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1373580

Title:
  [SRU] Glen m700 cartridge list as ARM64/generic after enlist

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373580/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367455] Re: MAC address for node's IPMI is reversed looked up to yield IP address using case sensitive comparison

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1367455

Title:
  MAC address for node's IPMI is reversed looked up to yield IP address
  using case sensitive comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1367455/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364617] Re: ipmipower returns a zero exit status when password invalid

2014-11-19 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1364617

Title:
  ipmipower returns a zero exit status when password invalid

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1364617/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1394306] Re: maas 1.7 upgrade: document potential need for maas-proxy.conf manual setup migration

2014-11-19 Thread Julian Edwards
Packaging bug.

** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394306

Title:
  maas 1.7 upgrade: document potential need for maas-proxy.conf manual
  setup migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1394306/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1377964] Re: maas-proxy logrotate permission denied

2014-11-06 Thread Julian Edwards
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
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/1377964

Title:
  maas-proxy logrotate permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1377964/+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


Re: [Bug 1389830] Re: Don't use wlan0 for cluster to region communication [when cluster and region are on same machine]

2014-11-06 Thread Julian Edwards
On Thursday 06 Nov 2014 11:22:56 you wrote:
 Could packaging detect whether the cluster and region are on the same
 machine and if so use lo?

Kind of - if you're installing the all-in-one meta maas package it *could*, 
however it still needs an IP address, and it doesn't matter if it's the lo or 
the eth* one as the kernel optimises that away for you anyway.

-- 
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/1389830

Title:
  Don't use wlan0 for cluster to region communication [when cluster and
  region are on same machine]

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1389830/+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 1377964] Re: maas-proxy logrotate permission denied

2014-11-06 Thread Julian Edwards
** Changed in: maas (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/1377964

Title:
  maas-proxy logrotate permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1377964/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1389830] Re: Don't use wlan0 for cluster to region communication [when cluster and region are on same machine]

2014-11-06 Thread Julian Edwards
On Thursday 06 Nov 2014 11:22:56 you wrote:
 Could packaging detect whether the cluster and region are on the same
 machine and if so use lo?

Kind of - if you're installing the all-in-one meta maas package it *could*, 
however it still needs an IP address, and it doesn't matter if it's the lo or 
the eth* one as the kernel optimises that away for you anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389830

Title:
  Don't use wlan0 for cluster to region communication [when cluster and
  region are on same machine]

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1389830/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389830] Re: Don't use wlan0 for cluster to region communication [when cluster and region are on same machine]

2014-11-05 Thread Julian Edwards
This is a packaging issue; it detects the IP to configure for
DEFAULT_MAAS_URL and then pops up a message about using dpkg-reconfigure
if it's wrong.

It could do better, is a blanket ignoring of wlan0 appropriate?  Or
maybe ignore it only if eth* is present.

** Also affects: maas (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 maas in Ubuntu.
https://bugs.launchpad.net/bugs/1389830

Title:
  Don't use wlan0 for cluster to region communication [when cluster and
  region are on same machine]

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1389830/+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 1389830] Re: Don't use wlan0 for cluster to region communication [when cluster and region are on same machine]

2014-11-05 Thread Julian Edwards
This is a packaging issue; it detects the IP to configure for
DEFAULT_MAAS_URL and then pops up a message about using dpkg-reconfigure
if it's wrong.

It could do better, is a blanket ignoring of wlan0 appropriate?  Or
maybe ignore it only if eth* is present.

** Also affects: maas (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/1389830

Title:
  Don't use wlan0 for cluster to region communication [when cluster and
  region are on same machine]

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1389830/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387266] Re: checkpoints are occurring too frequently

2014-10-29 Thread Julian Edwards
Adding an ubuntu task as I think this will mostly happen in the
packaging.

** 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/1387266

Title:
  checkpoints are occurring too frequently

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1387266/+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 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-10-29 Thread Julian Edwards
** 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/1382774

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+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 1387266] Re: checkpoints are occurring too frequently

2014-10-29 Thread Julian Edwards
Adding an ubuntu task as I think this will mostly happen in the
packaging.

** 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/1387266

Title:
  checkpoints are occurring too frequently

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1387266/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-29 Thread Julian Edwards
** 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/1382774

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382266] Re: maas-proxy fails to start on freshly installed MAAS

2014-10-28 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1382266

Title:
  maas-proxy fails to start on freshly installed MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382266/+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 1382266] Re: maas-proxy fails to start on freshly installed MAAS

2014-10-28 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382266

Title:
  maas-proxy fails to start on freshly installed MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382266/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2014-10-26 Thread Julian Edwards
I am interested as to how you got into the situation of needing to enter
IP information for your cluster interface.  When a cluster controller
registers itself on the region, it transmits these details automatically
so that you don't need to configure them.

** Changed in: maas
   Status: Triaged = Incomplete

-- 
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/1382250

Title:
  If IP address of interface doesn't match cluster UI, DHCP fails and no
  obvious feedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382250/+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 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2014-10-26 Thread Julian Edwards
I am interested as to how you got into the situation of needing to enter
IP information for your cluster interface.  When a cluster controller
registers itself on the region, it transmits these details automatically
so that you don't need to configure them.

** Changed in: maas
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382250

Title:
  If IP address of interface doesn't match cluster UI, DHCP fails and no
  obvious feedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-23 Thread Julian Edwards
I don't think #3 is that bad actually; remember that's how we used to do
it before static IP days so it's tried and tested (although admittedly
the DNS was in place by the time commissioning ended).

#2 is also good, but you have to calculate which lines to generate based
on the netmask.

I'd go for #2 on balance.

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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


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

2014-10-23 Thread Julian Edwards
On Thursday 23 Oct 2014 15:40:51 you wrote:
 Andres and I have discussed this further, and he pointed out that the
 LXCs can take a *long* time to start. That would be sufficient time for
 us to parse the leases file and update the DNS with a PTR for the new
 node (option #3).
 
 I've tested this out locally. The LXC container took ~30minutes to start
 from `juju deploy mysql --to lxc:0`, and it acquired an IP address ~5
 minutes before the juju agent showed as started. It was another 5
 minutes until the mysql unit showed as started.

I bet it was quicker for the next one, right?  The first one that is done ends 
up downloading the lxc images.

 This is more than enough time for us to create DNS entries for the
 container, with a hostname either based on its IP address (e.g. maas-
 dynamic-1.maas) or based on the client-hostname field in the lease (e.g.
 juju-machine-0-lxc-0-dynamic.maas). The second is more meaningful, but
 it's also more code.
 
 Andres and I agreed that this was a better solution than #2 above.

Assuming that the juju seeding part is taking up all the time after the LXC 
comes up, this is indeed a better solution.

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Julian Edwards
I don't think #3 is that bad actually; remember that's how we used to do
it before static IP days so it's tried and tested (although admittedly
the DNS was in place by the time commissioning ended).

#2 is also good, but you have to calculate which lines to generate based
on the netmask.

I'd go for #2 on balance.

-- 
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 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-23 Thread Julian Edwards
On Thursday 23 Oct 2014 15:40:51 you wrote:
 Andres and I have discussed this further, and he pointed out that the
 LXCs can take a *long* time to start. That would be sufficient time for
 us to parse the leases file and update the DNS with a PTR for the new
 node (option #3).
 
 I've tested this out locally. The LXC container took ~30minutes to start
 from `juju deploy mysql --to lxc:0`, and it acquired an IP address ~5
 minutes before the juju agent showed as started. It was another 5
 minutes until the mysql unit showed as started.

I bet it was quicker for the next one, right?  The first one that is done ends 
up downloading the lxc images.

 This is more than enough time for us to create DNS entries for the
 container, with a hostname either based on its IP address (e.g. maas-
 dynamic-1.maas) or based on the client-hostname field in the lease (e.g.
 juju-machine-0-lxc-0-dynamic.maas). The second is more meaningful, but
 it's also more code.
 
 Andres and I agreed that this was a better solution than #2 above.

Assuming that the juju seeding part is taking up all the time after the LXC 
comes up, this is indeed a better solution.

-- 
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 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-22 Thread Julian Edwards
On Wednesday 22 Oct 2014 23:18:24 you wrote:
 On 22 October 2014 23:56, Graham Binns graham.bi...@canonical.com wrote:
  $GENERATE 1-254 $.$.0.10.in-addr.arpa. IN PTR no-name-yet-$.$.maas.
  
  But a quick check of that on my local MAAS suggests it doesn't work.
  I'll dig further tomorrow.
 
 Nope, scratch that, it works fine. Well, named-checkzone generates a
 perfectly valid set of rules, but strangely the reverse lookup itself
 doesn't work. Definitely more poking to be done on the morrow.
 
 For a /23 (or some other such fun thing), yes, I think we'd have to
 write
 
 $GENERATE 1-254 $.0.168.192.in-addr.arpa. IN PTR no-name-yet-$.maas.
 $GENERATE 1-254 $.1.168.192.in-addr.arpa. IN PTR no-name-yet-$.maas.
 
 Again. More `dig`ing (geddit?) tomorrow.


See the related bug 1356012 about that.

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-22 Thread Julian Edwards
I think this is a dupe of bug 1274947.

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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


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

2014-10-22 Thread Julian Edwards
On Wednesday 22 Oct 2014 23:18:24 you wrote:
 On 22 October 2014 23:56, Graham Binns graham.bi...@canonical.com wrote:
  $GENERATE 1-254 $.$.0.10.in-addr.arpa. IN PTR no-name-yet-$.$.maas.
  
  But a quick check of that on my local MAAS suggests it doesn't work.
  I'll dig further tomorrow.
 
 Nope, scratch that, it works fine. Well, named-checkzone generates a
 perfectly valid set of rules, but strangely the reverse lookup itself
 doesn't work. Definitely more poking to be done on the morrow.
 
 For a /23 (or some other such fun thing), yes, I think we'd have to
 write
 
 $GENERATE 1-254 $.0.168.192.in-addr.arpa. IN PTR no-name-yet-$.maas.
 $GENERATE 1-254 $.1.168.192.in-addr.arpa. IN PTR no-name-yet-$.maas.
 
 Again. More `dig`ing (geddit?) tomorrow.


See the related bug 1356012 about that.

-- 
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 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-22 Thread Julian Edwards
I think this is a dupe of bug 1274947.

-- 
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 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246236] Re: pxe boot from maas fails due to time out

2014-10-19 Thread Julian Edwards
** Changed in: maas
   Status: New = Incomplete

-- 
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/1246236

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-10-19 Thread Julian Edwards
Kiko, this is not a maas bug, it's a packaging bug, for which bugs are
targeted to the ubuntu task.

-- 
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/1373261

Title:
  pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373261/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-19 Thread Julian Edwards
** Changed in: maas
   Status: New = Incomplete

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1246236] Re: pxe boot from maas fails due to time out

2014-10-19 Thread Julian Edwards
** Changed in: maas
   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/1246236

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-19 Thread Julian Edwards
Kiko, this is not a maas bug, it's a packaging bug, for which bugs are
targeted to the ubuntu task.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1373261

Title:
  pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373261/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-19 Thread Julian Edwards
** Changed in: maas
   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/1382190

Title:
  LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-16 Thread Julian Edwards
On Thursday 16 Oct 2014 15:50:52 you wrote:
 maas-proxy installs *fine* from a PPA — but you have to install it
 manually; it's not installed by default on upgrade from 1.5, so we
 should add something to the release notes to explain that.

Ok thanks, I'll add that.

-- 
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-16 Thread Julian Edwards
So I've looked at this and I think it needs to be a won't-fix as it
stands, but I want your opinion first because there's something else
MAAS should be doing.

LXCs have never been supported as a first class citizen in MAAS, so the
fact that a non-MAAS node obtained an IP with a DNS entry is a little
bit of a side effect of how it was previously implemented. The DNS
entries from dynamically assigned DHCP IPs are dangerous because they
can go out of date at any time and MAAS has no way to track that in a
timely fashion, and in fact this is exactly what was happening in OIL
which pushed us to doing the static IP solution.

MAAS has an API to request an IP address separately to whatever the
nodes may get assigned.  It was intended that juju-created LXCs use this
API to get an IP and configure the LXC network interface(s)
appropriately.

What's missing from MAAS's API is that the IPs obtained on the API don't
have the option of being given a DNS entry.  If we fix that, and then
juju starts using the API, everything will be working perfectly.

Let me know what you think.

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-16 Thread Julian Edwards
Also FTR it's not the static IP work that left LXCs without PTRs, it's
the fact that we used to pre-generate the whole zone with fake host
names and used CNAMEs for any nodes that MAAS knew about.  That came
with a raft of its own problems (some charms failed because CNAMEs- IP
- reverse lookup - different A record) and IP ranges were limited to
/16 because otherwise it took a long time to write the zone every time.

There is no doubt that juju needs to move to use the new API.

-- 
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 lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1382196] Re: Changing IP address for the region causes the cluster to ignore pserv.conf and endlessly respawn

2014-10-16 Thread Julian Edwards
Does a simple dpkg --configure maas-region-controller not do all this
for you?

** Changed in: maas (Ubuntu)
   Status: New = Incomplete

** Changed in: maas
   Status: New = Incomplete

-- 
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/1382196

Title:
  Changing IP address for the region causes the cluster to ignore
  pserv.conf and endlessly respawn

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382196/+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 1382196] Re: Changing IP address for the region causes the cluster to ignore pserv.conf and endlessly respawn

2014-10-16 Thread Julian Edwards
Also I don't know of many services that cope will with the hosts IP
changing under their feet without getting restarted :)

-- 
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/1382196

Title:
  Changing IP address for the region causes the cluster to ignore
  pserv.conf and endlessly respawn

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382196/+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 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2014-10-16 Thread Julian Edwards
There are vague plans for a generic notification/alert system (like
facebook or g+) and we want to bubble up errors from jobs like this.

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = High

-- 
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/1382250

Title:
  If IP address of interface doesn't match cluster UI, DHCP fails and no
  obvious feedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382250/+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 1382266] Re: maas-proxy fails to start on freshly installed MAAS

2014-10-16 Thread Julian Edwards
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maas
   Status: New = Invalid

** 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/1382266

Title:
  maas-proxy fails to start on freshly installed MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382266/+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


Re: [Bug 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-16 Thread Julian Edwards
On Thursday 16 Oct 2014 15:50:52 you wrote:
 maas-proxy installs *fine* from a PPA — but you have to install it
 manually; it's not installed by default on upgrade from 1.5, so we
 should add something to the release notes to explain that.

Ok thanks, I'll add that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2014-10-16 Thread Julian Edwards
So I've looked at this and I think it needs to be a won't-fix as it
stands, but I want your opinion first because there's something else
MAAS should be doing.

LXCs have never been supported as a first class citizen in MAAS, so the
fact that a non-MAAS node obtained an IP with a DNS entry is a little
bit of a side effect of how it was previously implemented. The DNS
entries from dynamically assigned DHCP IPs are dangerous because they
can go out of date at any time and MAAS has no way to track that in a
timely fashion, and in fact this is exactly what was happening in OIL
which pushed us to doing the static IP solution.

MAAS has an API to request an IP address separately to whatever the
nodes may get assigned.  It was intended that juju-created LXCs use this
API to get an IP and configure the LXC network interface(s)
appropriately.

What's missing from MAAS's API is that the IPs obtained on the API don't
have the option of being given a DNS entry.  If we fix that, and then
juju starts using the API, everything will be working perfectly.

Let me know what you think.

-- 
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 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-16 Thread Julian Edwards
Also FTR it's not the static IP work that left LXCs without PTRs, it's
the fact that we used to pre-generate the whole zone with fake host
names and used CNAMEs for any nodes that MAAS knew about.  That came
with a raft of its own problems (some charms failed because CNAMEs- IP
- reverse lookup - different A record) and IP ranges were limited to
/16 because otherwise it took a long time to write the zone every time.

There is no doubt that juju needs to move to use the new API.

-- 
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 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382196] Re: Changing IP address for the region causes the cluster to ignore pserv.conf and endlessly respawn

2014-10-16 Thread Julian Edwards
Also I don't know of many services that cope will with the hosts IP
changing under their feet without getting restarted :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382196

Title:
  Changing IP address for the region causes the cluster to ignore
  pserv.conf and endlessly respawn

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382196] Re: Changing IP address for the region causes the cluster to ignore pserv.conf and endlessly respawn

2014-10-16 Thread Julian Edwards
Does a simple dpkg --configure maas-region-controller not do all this
for you?

** Changed in: maas (Ubuntu)
   Status: New = Incomplete

** Changed in: maas
   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/1382196

Title:
  Changing IP address for the region causes the cluster to ignore
  pserv.conf and endlessly respawn

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2014-10-16 Thread Julian Edwards
There are vague plans for a generic notification/alert system (like
facebook or g+) and we want to bubble up errors from jobs like this.

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382250

Title:
  If IP address of interface doesn't match cluster UI, DHCP fails and no
  obvious feedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382266] Re: maas-proxy fails to start on freshly installed MAAS

2014-10-16 Thread Julian Edwards
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maas
   Status: New = Invalid

** 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/1382266

Title:
  maas-proxy fails to start on freshly installed MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382266/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1381603] Re: Log rotation for maas.log seems broken or non existent

2014-10-15 Thread Julian Edwards
** 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/1381603

Title:
  Log rotation for maas.log seems broken or non existent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1381603/+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 1381603] Re: Log rotation for maas.log seems broken or non existent

2014-10-15 Thread Julian Edwards
** 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/1381603

Title:
  Log rotation for maas.log seems broken or non existent

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-14 Thread Julian Edwards
It might be fixed in trunk with lp:~allenap/maas/cluster-name-override--
bug-1380805

** Changed in: maas
   Status: New = Incomplete

** Changed in: maas (Ubuntu)
   Status: New = Incomplete

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1381058/+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 1381058] Re: Upgrading introduces a spurious cluster controller

2014-10-14 Thread Julian Edwards
It might be fixed in trunk with lp:~allenap/maas/cluster-name-override--
bug-1380805

** Changed in: maas
   Status: New = Incomplete

** Changed in: maas (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/1381058

Title:
  Upgrading introduces a spurious cluster controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1381058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-13 Thread Julian Edwards
** Changed in: maas
   Status: New = Triaged

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

** Changed in: maas
   Importance: Undecided = High

-- 
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-13 Thread Julian Edwards
** Changed in: maas
   Status: New = Triaged

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

** Changed in: maas
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379567] Re: maas-proxy is an open proxy with no ACLs and listening on all interfaces

2014-10-09 Thread Julian Edwards
** 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/1379567

Title:
  maas-proxy is an open proxy with no ACLs and listening on all
  interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1379567/+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 1379571] Re: maas-cluster-register upstart job uses authbind but shouldn't

2014-10-09 Thread Julian Edwards
Packaging was changed recently and this was clearly missed.

** 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/1379571

Title:
  maas-cluster-register upstart job uses authbind but shouldn't

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1379571/+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 1182980] Re: global parameters do not apply to enlistment

2014-10-09 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
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/1182980

Title:
  global parameters do not apply to enlistment

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182980/+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 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-09 Thread Julian Edwards
Andres, should it stay as a bug then?

-- 
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1379624] Re: Can't build package: 01-fix-database-settings.patch no longer applies

2014-10-09 Thread Julian Edwards
** Changed in: maas (Ubuntu)
   Status: New = In Progress

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Julian Edwards (julian-edwards)

-- 
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/1379624

Title:
  Can't build package: 01-fix-database-settings.patch no longer applies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1379624/+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 1379624] Re: Can't build package: 01-fix-database-settings.patch no longer applies

2014-10-09 Thread Julian Edwards
** Changed in: maas (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: maas (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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/1379624

Title:
  Can't build package: 01-fix-database-settings.patch no longer applies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1379624/+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 1379567] Re: maas-proxy is an open proxy with no ACLs and listening on all interfaces

2014-10-09 Thread Julian Edwards
** 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/1379567

Title:
  maas-proxy is an open proxy with no ACLs and listening on all
  interfaces

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-10-09 Thread Julian Edwards
Packaging was changed recently and this was clearly missed.

** 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/1379571

Title:
  maas-cluster-register upstart job uses authbind but shouldn't

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1182980] Re: global parameters do not apply to enlistment

2014-10-09 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = 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/1182980

Title:
  global parameters do not apply to enlistment

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-09 Thread Julian Edwards
Andres, should it stay as a bug then?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379624] Re: Can't build package: 01-fix-database-settings.patch no longer applies

2014-10-09 Thread Julian Edwards
** Changed in: maas (Ubuntu)
   Status: New = In Progress

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Julian Edwards (julian-edwards)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379624

Title:
  Can't build package: 01-fix-database-settings.patch no longer applies

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379624] Re: Can't build package: 01-fix-database-settings.patch no longer applies

2014-10-09 Thread Julian Edwards
** Changed in: maas (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: maas (Ubuntu)
   Status: Fix Committed = 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/1379624

Title:
  Can't build package: 01-fix-database-settings.patch no longer applies

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-08 Thread Julian Edwards
I just got this by building my own package against trunk using the trunk
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1379144] [NEW] maas-proxy package won't install when upgrading from older version

2014-10-08 Thread Julian Edwards
Public bug reported:

Snippet from the terminal:

Selecting previously unselected package maas-proxy.
dpkg: regarding maas-proxy_1.7.0~beta4+bzr3127-0ubuntu1_all.deb containing 
maas-proxy:
 maas-proxy breaks squid-deb-proxy
  squid-deb-proxy (version 0.8.6) is present and installed.

dpkg: error processing archive maas-proxy_1.7.0~beta4+bzr3127-0ubuntu1_all.deb 
(--install):
 installing maas-proxy would break squid-deb-proxy, and
 deconfiguration is not permitted (--auto-deconfigure might help)

** Affects: maas
 Importance: Undecided
 Assignee: Andres Rodriguez (andreserl)
 Status: New

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

** Also affects: maas
   Importance: Undecided
   Status: New

** Changed in: maas
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

-- 
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-08 Thread Julian Edwards
Tagging Andres!

-- 
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/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+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 1379144] Re: maas-proxy package won't install when upgrading from older version

2014-10-08 Thread Julian Edwards
Tagging Andres!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379144

Title:
  maas-proxy package won't install when upgrading from older version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >