Comment 14 for bug 1441319

Revision history for this message
Alvaro Uria (aluria) wrote :

Hello,

This also happens on juju 1.22.6.1 (current stable pkg in Ubuntu Trusty - 1.22.6-0ubuntu1~14.04.1). I used debian-installer preseed.
"""
machines:
  "0":
    agent-state: started
    agent-version: 1.22.6.1
    dns-name: os-1.maas
    instance-id: /MAAS/api/1.0/nodes/node-XXXX/
    series: trusty
    containers:
      0/lxc/0:
        agent-state-info: 'failed to retrieve the template to clone: template container
          "juju-trusty-lxc-template" did not stop'
        instance-id: pending
        series: trusty
"""

I even tried to add "apt-get install lxc -qy" on d-i late_commands stage, with the same effect.

Cheers,
-Alvaro.