Skip to content

Instantly share code, notes, and snippets.

@rkive
Created December 20, 2011 17:41
Show Gist options
  • Save rkive/1502445 to your computer and use it in GitHub Desktop.
Save rkive/1502445 to your computer and use it in GitHub Desktop.
/var/log/cloud-init.log output from ubuntu 11.10
2011-12-20 17:24:37,565 - cloud-init[INFO]: cloud-init start-local running: Tue, 20 Dec 2011 17:24:37 +0000. up 11.85 seconds
2011-12-20 17:24:37,995 - __init__.py[DEBUG]: searching for data source in ['DataSourceNoCloud', 'DataSourceOVF']
2011-12-20 17:24:38,012 - __init__.py[DEBUG]: Did not find data source. searched classes: ['DataSourceNoCloud', 'DataSourceOVF']
2011-12-20 17:24:38,286 - cloud-init[INFO]: cloud-init start running: Tue, 20 Dec 2011 17:24:38 +0000. up 12.56 seconds
2011-12-20 17:24:38,292 - __init__.py[DEBUG]: searching for data source in ['DataSourceNoCloudNet', 'DataSourceOVFNet', 'DataSourceEc2']
2011-12-20 17:24:38,317 - DataSourceEc2.py[DEBUG]: Searching the following metadata urls: ['http://169.254.169.254', 'http://instance-data:8773']
2011-12-20 17:24:38,319 - DataSourceEc2.py[DEBUG]: Using metadata source: 'http://169.254.169.254'
2011-12-20 17:24:38,341 - __init__.py[DEBUG]: found data source DataSourceEc2
2011-12-20 17:24:38,361 - cloud-init[DEBUG]: found data source: DataSourceEc2
2011-12-20 17:24:38,373 - __init__.py[DEBUG]: handling bootcmd with freq=None and args=[]
2011-12-20 17:24:38,377 - __init__.py[DEBUG]: handling resizefs with freq=None and args=[]
2011-12-20 17:24:38,388 - cc_resizefs.py[DEBUG]: resizing root filesystem (type=ext4, maj=202, min=1)
2011-12-20 17:24:38,448 - __init__.py[DEBUG]: handling set_hostname with freq=None and args=[]
2011-12-20 17:24:38,472 - cc_set_hostname.py[DEBUG]: populated /etc/hostname with ip-10-12-109-120 on first boot
2011-12-20 17:24:38,472 - __init__.py[DEBUG]: handling update_hostname with freq=None and args=[]
2011-12-20 17:24:38,480 - cc_update_hostname.py[DEBUG]: wrote ip-10-12-109-120 to /var/lib/cloud/data/previous-hostname
2011-12-20 17:24:38,480 - __init__.py[DEBUG]: handling update_etc_hosts with freq=None and args=[]
2011-12-20 17:24:38,482 - cc_update_etc_hosts.py[DEBUG]: manage_etc_hosts is not set, checking sanity of /etc/hosts
2011-12-20 17:24:38,483 - __init__.py[DEBUG]: handling rsyslog with freq=None and args=[]
2011-12-20 17:24:38,485 - __init__.py[DEBUG]: handling ssh with freq=None and args=[]
2011-12-20 17:24:41,081 - cloud-init-cfg[INFO]: cloud-init-cfg ['all', 'config']
2011-12-20 17:24:41,082 - __init__.py[DEBUG]: handling mounts with freq=None and args=[]
2011-12-20 17:24:41,135 - DataSourceEc2.py[DEBUG]: unable to convert swap to a device
2011-12-20 17:24:41,136 - __init__.py[DEBUG]: handling ssh-import-id with freq=None and args=[]
2011-12-20 17:24:41,142 - __init__.py[DEBUG]: handling locale with freq=None and args=[]
2011-12-20 17:24:41,148 - cc_locale.py[DEBUG]: setting locale to en_US.UTF-8
2011-12-20 17:24:44,799 - __init__.py[DEBUG]: handling set-passwords with freq=None and args=[]
2011-12-20 17:24:44,801 - __init__.py[DEBUG]: handling grub-dpkg with freq=None and args=[]
2011-12-20 17:24:44,802 - cc_grub_dpkg.py[DEBUG]: setting grub debconf-set-selections with '','true'
2011-12-20 17:24:46,050 - __init__.py[DEBUG]: handling apt-update-upgrade with freq=None and args=[]
2011-12-20 17:24:46,132 - __init__.py[DEBUG]: handling timezone with freq=None and args=[]
2011-12-20 17:24:46,134 - __init__.py[DEBUG]: handling puppet with freq=None and args=[]
2011-12-20 17:24:46,136 - __init__.py[DEBUG]: handling chef with freq=None and args=[]
2011-12-20 17:24:46,147 - __init__.py[DEBUG]: handling mcollective with freq=None and args=[]
2011-12-20 17:24:46,149 - __init__.py[DEBUG]: handling disable-ec2-metadata with freq=None and args=[]
2011-12-20 17:24:46,151 - __init__.py[DEBUG]: handling runcmd with freq=None and args=[]
2011-12-20 17:24:46,152 - __init__.py[DEBUG]: handling byobu with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] cloud-init-cfg[INFO]: cloud-init-cfg ['all', 'final']
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling rightscale_userdata with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-per-once with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-per-boot with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-per-instance with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling scripts-user with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling keys-to-console with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling phone-home with freq=None and args=[]
Dec 20 17:24:46 ip-10-12-109-120 [CLOUDINIT] __init__.py[DEBUG]: handling final-message with freq=None and args=[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment