First time here? Check out the FAQ!
![]() | 1 | initial version |
I had this exact thing happen to me following that guide. Turns out this command didn't run successfully (I must have fat-fingered something):
echo deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main >> /etc/apt/sources.list.d/grizzly.list
I ran that, made sure it worked, and then ran the commands that @marcelodieder suggested. Depending on how far you got on the install, you'll need to rerun the first steps too:
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
To be safe, I just started over and rechecked all the configs.