The above can/should be tested by starting an instance, then: sudo cp /etc/fstab /etc/fstab.dist sudo dpkg -i ec2-init_0.4.999-0ubuntu7_all.deb diff -u /etc/fstab.dist /etc/fstab # you should see that (bug 458850) # i686: # device /dev/sdb changed to /dev/sda2 # both i686 x86_64: # ext2 -> ext3 sudo cp /etc/fstab.dist /etc/fstab sudo rm /var/lib/ec2/* echo "============ MARK ==============" | sudo tee /dev/console sudo reboot
# now, on reboot, you should be able to see that # bug 458850 # /dev/sda2 is mounted at /mnt # /etc/fstab.dist differs from /etc/fstab as described above # bug 458576 # euca-get-console-output has: # ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- # rather than # -----BEGIN SSH HOST KEY FINGERPRINTS----- -- ec2: ssh public key fingerprint in console output does not match EC2 standards https://bugs.launchpad.net/bugs/458576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
