[Bug 1455233] Re: read_seeded broken

Scott Moser smoser at ubuntu.com
Wed Jun 10 20:18:33 UTC 2015


verified.

 * downloaded test-bug-1455233 from attachment
 * ran it, it downloaded daily/server/vivid/20150609/vivid-server-cloudimg-amd64-disk1.img
 * it booted vm, and on console i see failure:
[   13.659828] cloud-init[729]: 2015-06-10 18:13:05,254 - util.py[WARNING]: Getting data from <class cloudinit.sources.DataSourceNoCloud.DataSourceNoCloudNet'>  failed 
 and in serial.log, it shows
  util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloudNet'> failed

 * updated the image to -proposed cloud image:
   # work around 1463963 to get us some space
   $ sudo mount-image-callback --system-resolvconf --system-mounts \
       vivid-server-cloudimg-amd64-disk1.qcow2 -- sh -ec \
       'dev=$(awk "\$2 == mp { print \$1 }" "mp=$MOUNTPOINT" /proc/mounts);
        resize2fs $dev'

   $ sudo mount-image-callback --system-resolvconf --system-mounts \
      vivid-server-cloudimg-amd64-disk1.qcow2 -- \
      chroot _MOUNTPOINT_ sh -c '
        rel=$(lsb_release -sc);
        echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
        tee /etc/apt/sources.list.d/proposed.list &&
        apt-get update -qy && apt-get install cloud-init grub-legacy-ec2 &&
        apt-cache policy cloud-init'
   ...     
   cloud-init:
     Installed: 0.7.7~bzr1091-0ubuntu3
     Candidate: 0.7.7~bzr1091-0ubuntu3
     Version table:
    *** 0.7.7~bzr1091-0ubuntu3 0
           500 http://archive.ubuntu.com/ubuntu/ vivid-proposed/main amd64 Packages
           100 /var/lib/dpkg/status
        0.7.7~bzr1091-0ubuntu2 0
           500 http://archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 Packages
        0.7.7~bzr1091-0ubuntu1 0
           500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

 * ran ./test-bug-1455233
   logged in at login prompt with 'ubuntu' and 'passw0rd'

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

Title:
  read_seeded broken

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



More information about the Ubuntu-server-bugs mailing list