Full cloud-init.log ubuntu@Galaxy2:~$ cat /var/log/cloud-init.log 2012-08-17 17:39:31,059 - cloud-init[INFO]: cloud-init start-local running: Fri, 17 Aug 2012 21:39:30 +0000. up 3.70 seconds 2012-08-17 17:39:31,095 - __init__.py[DEBUG]: searching for data source in [] 2012-08-17 17:39:31,095 - __init__.py[DEBUG]: Did not find data source. searched classes: [] 2012-08-17 17:39:33,003 - cloud-init[INFO]: cloud-init start running: Fri, 17 Aug 2012 21:39:32 +0000. up 5.73 seconds 2012-08-17 17:39:33,017 - __init__.py[DEBUG]: searching for data source in ['DataSourceMAAS'] 2012-08-17 17:39:33,041 - DataSourceMAAS.py[DEBUG]: Using metadata source: 'http://192.168.10.10/MAAS/metadata//2012-03-01/meta-data/instance-id' 2012-08-17 17:39:33,168 - __init__.py[DEBUG]: found data source DataSourceMAAS 2012-08-17 17:39:33,232 - cloud-init[DEBUG]: found data source: DataSourceMAAS[http://192.168.10.10/MAAS/metadata/] 2012-08-17 17:39:33,261 - __init__.py[DEBUG]: handling bootcmd with freq=None and args=[] 2012-08-17 17:39:33,471 - __init__.py[DEBUG]: handling resizefs with freq=None and args=[] 2012-08-17 17:39:33,584 - cc_resizefs.py[DEBUG]: resize took 0.108814954758 seconds 2012-08-17 17:39:33,584 - cc_resizefs.py[DEBUG]: resizing root filesystem (type=ext4, maj=8, min=1, val=True) 2012-08-17 17:39:33,584 - __init__.py[DEBUG]: handling set_hostname with freq=None and args=[] 2012-08-17 17:39:33,689 - cc_set_hostname.py[DEBUG]: populated /etc/hostname with Galaxy2 on first boot 2012-08-17 17:39:33,690 - __init__.py[DEBUG]: handling update_hostname with freq=None and args=[] 2012-08-17 17:39:33,691 - cc_update_hostname.py[DEBUG]: wrote Galaxy2 to /var/lib/cloud/data/previous-hostname 2012-08-17 17:39:33,692 - __init__.py[DEBUG]: handling update_etc_hosts with freq=None and args=[] 2012-08-17 17:39:33,693 - cc_update_etc_hosts.py[DEBUG]: managing 127.0.1.1 in /etc/hosts 2012-08-17 17:39:33,693 - __init__.py[DEBUG]: handling ca-certs with freq=None and args=[] 2012-08-17 17:39:33,694 - __init__.py[DEBUG]: handling rsyslog with freq=None and args=[] 2012-08-17 17:39:33,695 - __init__.py[DEBUG]: handling ssh with freq=None and args=[] Aug 17 17:39:35 Galaxy2 [CLOUDINIT] cloud-init-cfg[INFO]: cloud-init-cfg ['all', 'config'] Aug 17 17:39:35 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling mounts with freq=None and args=[] Aug 17 17:39:35 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling ssh-import-id with freq=None and args=[] Aug 17 17:39:35 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling locale with freq=None and args=[] Aug 17 17:39:35 Galaxy2 [CLOUDINIT] cc_locale.py[DEBUG]: setting locale to en_US.UTF-8 Aug 17 17:39:36 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling set-passwords with freq=None and args=[] Aug 17 17:39:36 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling grub-dpkg with freq=None and args=[] Aug 17 17:39:36 Galaxy2 [CLOUDINIT] cc_grub_dpkg.py[DEBUG]: setting grub debconf-set-selections with '/dev/sda','false' Aug 17 17:39:36 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling apt-pipelining with freq=None and args=[] Aug 17 17:39:36 Galaxy2 [CLOUDINIT] cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with APT pipeline setting Aug 17 17:39:36 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling apt-update-upgrade with freq=None and args=[] Aug 17 17:40:16 Galaxy2 [CLOUDINIT] cc_apt_update_upgrade.py[DEBUG]: selected mirror at: http://ubuntu-mirror/ubuntu Aug 17 17:40:18 Galaxy2 [CLOUDINIT] cc_apt_update_upgrade.py[WARNING]: apt-get update failed Aug 17 17:40:18 Galaxy2 [CLOUDINIT] cc_apt_update_upgrade.py[DEBUG]: Traceback (most recent call last):#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/cc_apt_update_upgrade.py", line 80, in handle#012 cc.update_package_sources()#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 269, in update_package_sources#012 run_per_instance("update-sources", apt_get, ("update",))#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 249, in run_per_instance#012 func(*args)#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 265, in apt_get#012 subprocess.check_call(cmd, env=e)#012 File "/usr/lib/python2.7/subprocess.py", line 511, in check_call#012 raise CalledProcessError(retcode, cmd)#012CalledProcessError: Command '['apt-get', '--option', 'Dpkg::Options::=--force-confold', '--assume-yes', 'update']' returned non-zero exit status 100 Aug 17 17:40:20 Galaxy2 [CLOUDINIT] cc_apt_update_upgrade.py[WARNING]: Failed to install packages: ['bzr', 'byobu', 'tmux', 'python-setuptools', 'python-twisted', 'python-txaws', 'python-zookeeper', 'default-jre-headless', 'zookeeper', 'zookeeperd', 'juju'] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] cc_apt_update_upgrade.py[DEBUG]: Traceback (most recent call last):#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/cc_apt_update_upgrade.py", line 96, in handle#012 cc.install_packages(pkglist)#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 274, in install_packages#012 apt_get("install", pkglist)#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 265, in apt_get#012 subprocess.check_call(cmd, env=e)#012 File "/usr/lib/python2.7/subprocess.py", line 511, in check_call#012 raise CalledProcessError(retcode, cmd)#012CalledProcessError: Command '['apt-get', '--option', 'Dpkg::Options::=--force-confold', '--assume-yes', 'install', 'bzr', 'byobu', 'tmux', 'python-setuptools', 'python-twisted', 'python-txaws', 'python-zookeeper', 'default-jre-headless', 'zookeeper', 'zookeeperd', 'juju']' returned non-zero exit status 100 Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[WARNING]: Traceback (most recent call last):#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 117, in run_cc_modules#012 cc.handle(name, run_args, freq=freq)#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py", line 78, in handle#012 [name, self.cfg, self.cloud, cloudinit.log, args])#012 File "/usr/lib/python2.7/dist-packages/cloudinit/__init__.py", line 326, in sem_and_run#012 func(*args)#012 File "/usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/cc_apt_update_upgrade.py", line 103, in handle#012 raise errors[0]#012CalledProcessError: Command '['apt-get', '--option', 'Dpkg::Options::=--force-confold', '--assume-yes', 'update']' returned non-zero exit status 100 Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[ERROR]: config handling of apt-update-upgrade, None, [] failed Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling landscape with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] cc_landscape.py[DEBUG]: updated /etc/landscape/client.conf Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling timezone with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling puppet with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling chef with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling salt-minion with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling mcollective with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling disable-ec2-metadata with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling runcmd with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling byobu with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] cloud-init-cfg[ERROR]: errors running cloud_config [config]: ['apt-update-upgrade'] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] cloud-init-cfg[INFO]: cloud-init-cfg ['all', 'final'] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling rightscale_userdata with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-per-once with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-per-boot with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-per-instance with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-user with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling keys-to-console with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling phone-home with freq=None and args=[] Aug 17 17:40:20 Galaxy2 [CLOUDINIT] __init__.py[DEBUG]: handling final-message with freq=None and args=[]