Tweaked Workaround and Fix descriptions.
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/f7e804db Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/f7e804db Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/f7e804db Branch: refs/heads/0.5.0 Commit: f7e804db008a66981afa3ea284b384a79459851d Parents: a2f846a Author: David Toy <[email protected]> Authored: Tue Apr 2 16:30:27 2013 +0100 Committer: David Toy <[email protected]> Committed: Tue Apr 2 16:30:27 2013 +0100 ---------------------------------------------------------------------- docs/start/known-issues.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/f7e804db/docs/start/known-issues.md ---------------------------------------------------------------------- diff --git a/docs/start/known-issues.md b/docs/start/known-issues.md index cfb6c52..f30e503 100644 --- a/docs/start/known-issues.md +++ b/docs/start/known-issues.md @@ -10,6 +10,8 @@ toc: ../toc.json *Cause*: `sudo` is not available on path, causing Brooklyn to fail to confirm that the VM is ssh'able. -*Fix*: [Pull #600](https://github.com/brooklyncentral/brooklyn/pull/600) fixes this issue and is available in 0.5.0-SNAPSHOT. +*Workaround*: Choose an image that does have sudo (see [wiki.debian.org/Cloud/AmazonEC2Image](http://wiki.debian.org/Cloud/AmazonEC2Image)). + +*Fix*: is [Pull #600](https://github.com/brooklyncentral/brooklyn/pull/600); you may also want to run with `brooklyn.jclouds.aws-ec2.user=root` if subsequent commands give permission errors. *Versions Affected*: 0.5.0-M2
