Ubuntu Pastebin

Paste from Cory at Wed, 25 Nov 2015 16:35:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
2015-11-25 21:03:50 INFO juju-log Updating APT sources.
2015-11-25 21:04:32 INFO juju-log Installing base Python dependencies: python-apt, python-launchpadlib, python-tempita, python-yaml.
2015-11-25 21:04:32 INFO install Traceback (most recent call last):
2015-11-25 21:04:32 INFO install   File "/var/lib/juju/agents/unit-juju-gui-0/charm/hooks/install", line 42, in <module>
2015-11-25 21:04:32 INFO install     apt_get_install(*PYTHON_DEPENDENCIES)
2015-11-25 21:04:32 INFO install   File "/var/lib/juju/agents/unit-juju-gui-0/charm/hooks/shelltoolbox.py", line 83, in apt_get_install
2015-11-25 21:04:32 INFO install     return caller(*cmd)
2015-11-25 21:04:32 INFO install   File "/var/lib/juju/agents/unit-juju-gui-0/charm/hooks/shelltoolbox.py", line 457, in run
2015-11-25 21:04:32 INFO install     raise exception
2015-11-25 21:04:32 INFO install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-apt', 'python-launchpadlib', 'python-tempita', 'python-yaml']' returned non-zero exit status 100
2015-11-25 21:04:32 ERROR juju.worker.uniter.operation runhook.go:107 hook "install" failed: exit status 1
Download as text