FWIW, m3.large is also affected.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573231
Title:
Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-
release-upgrade -d
To manage notifica
Public bug reported:
Hi,
If I run this cloud-init script on Ubuntu 14.04 it works, i.e.
postgresql is installed and started, and I am able to execute my CREATE
statement. However, on Ubuntu 15.04 the service does not start.
#!/bin/bash -eux
exec > >(tee /var/log/bootstrap.log)
exec 2>&1