Activity log for bug #1456390

Date Who What changed Old value New value Message
2015-05-19 00:11:52 Michael Nelson bug added bug
2015-05-19 00:31:11 Michael Nelson description At https://developer.ubuntu.com/en/snappy/start/#snappy-amazon the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key At https://developer.ubuntu.com/en/snappy/start/#snappy-amazon the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS>
2015-05-19 01:14:02 Michael Nelson description At https://developer.ubuntu.com/en/snappy/start/#snappy-amazon the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS> A few issues I noted while following the ec2 snappy instructions at: https://developer.ubuntu.com/en/snappy/start/#snappy-amazon 1) import-keypair: the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key 2) Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS> 3) When choosing an image to run, the instructions say to do: $ ec2-describe-images \ -o 099720109477 \ | grep ubuntu-core but that only shows alpha and devel images: http://paste.ubuntu.com/11215934/ Those seem to be out-of-date. After running devel, sshing in and trying to follow: https://developer.ubuntu.com/en/snappy/tutorials/using-snappy/ I can't do 'snappy info' (but can do 'snappy versions', which seems similar). If I try to update-versions, after downloading 146, it sits applying for > 10mins. Are there newer images for aws?
2015-05-19 01:14:24 Michael Nelson summary Snappy ec2 getting started tries to upload private key Snappy ec2 getting started - various issues
2015-05-19 01:17:55 Michael Nelson description A few issues I noted while following the ec2 snappy instructions at: https://developer.ubuntu.com/en/snappy/start/#snappy-amazon 1) import-keypair: the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key 2) Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS> 3) When choosing an image to run, the instructions say to do: $ ec2-describe-images \ -o 099720109477 \ | grep ubuntu-core but that only shows alpha and devel images: http://paste.ubuntu.com/11215934/ Those seem to be out-of-date. After running devel, sshing in and trying to follow: https://developer.ubuntu.com/en/snappy/tutorials/using-snappy/ I can't do 'snappy info' (but can do 'snappy versions', which seems similar). If I try to update-versions, after downloading 146, it sits applying for > 10mins. Are there newer images for aws? A few issues I noted while following the ec2 snappy instructions at: https://developer.ubuntu.com/en/snappy/start/#snappy-amazon 1) import-keypair: the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key 2) Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS> 3) When choosing an image to run, the instructions say to do: $ ec2-describe-images \       -o 099720109477 \       | grep ubuntu-core but that only shows alpha and devel images: http://paste.ubuntu.com/11215934/ Those seem to be out-of-date. After running devel, sshing in and trying to follow: https://developer.ubuntu.com/en/snappy/tutorials/using-snappy/ I can't do 'snappy info' (but can do 'snappy versions', which seems similar). If I try to update-versions, after downloading 146, it sits applying for > 10mins. http://paste.ubuntu.com/11215937/ Are there newer images for aws?
2015-05-19 01:33:14 Michael Nelson description A few issues I noted while following the ec2 snappy instructions at: https://developer.ubuntu.com/en/snappy/start/#snappy-amazon 1) import-keypair: the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key 2) Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS> 3) When choosing an image to run, the instructions say to do: $ ec2-describe-images \       -o 099720109477 \       | grep ubuntu-core but that only shows alpha and devel images: http://paste.ubuntu.com/11215934/ Those seem to be out-of-date. After running devel, sshing in and trying to follow: https://developer.ubuntu.com/en/snappy/tutorials/using-snappy/ I can't do 'snappy info' (but can do 'snappy versions', which seems similar). If I try to update-versions, after downloading 146, it sits applying for > 10mins. http://paste.ubuntu.com/11215937/ Are there newer images for aws? A few issues I noted while following the ec2 snappy instructions at: https://developer.ubuntu.com/en/snappy/start/#snappy-amazon 1) import-keypair: the instructions say: $ ec2-import-keypair -f ~/.ssh/snappy-rsa snappy-key This will attempt to upload the newly created *private* key (and fail). I believe it should be: $ ec2-import-keypair -f ~/.ssh/snappy-rsa.pub snappy-key 2) Down the page, for consistency when referring to the generated key, I think: $ ssh -i ~/.ssh/ec2-rsa ubuntu@<PUBLIC DNS> should be $ ssh -i ~/.ssh/snappy-rsa ubuntu@<PUBLIC DNS> 3) When choosing an image to run, the instructions say to do: $ ec2-describe-images \       -o 099720109477 \       | grep ubuntu-core but that only shows alpha and devel images: http://paste.ubuntu.com/11215934/ Those seem to be out-of-date. After running devel, sshing in and trying to follow: https://developer.ubuntu.com/en/snappy/tutorials/using-snappy/ I can't do 'snappy list' (but can do 'snappy versions', which seems similar). If I try to update-versions, after downloading 146, it sits applying for > 10mins. http://paste.ubuntu.com/11215937/ Are there newer images for aws?
2015-05-27 13:34:39 Robert C Jennings bug added subscriber Robert C Jennings
2015-05-27 13:51:59 Robert C Jennings developer-ubuntu-com: assignee David Callé (davidc3)
2015-05-27 13:53:28 Robert C Jennings developer-ubuntu-com: status New Confirmed
2015-05-27 14:41:43 David Callé developer-ubuntu-com: importance Undecided High
2015-05-27 14:41:45 David Callé developer-ubuntu-com: status Confirmed Fix Released