-
Notifications
You must be signed in to change notification settings - Fork 65
Fixed dry_run not being honored & Screen creation errors. #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
stack.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know why we have to do this? Are we misusing screen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like sudoing the screen command was a better solution for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sshing to your instance using the stack user? It sounds like you are sshing as root, and suing to stack, and then trying to join the screen. It would be better to just ssh as the stack user, then the default permissions will work.
|
Not that I'm aware of. I'm doing a unique case of installing OpenStack with LXC in EC2 on 11.04. In our current incarnation, when I try to install, I'm getting permission denied on /dev/pts/0 from the stack user when trying to invoke screen and changing the permissions fixed this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since volumes are still a work in progress, we were thinking of not enabling by default them until we have integration with dashboard, ...
|
robert - I'm closing this for now. If you are still having permissions issues, feel free to re-open after a trunk merge and reviewing the above comments. |
No description provided.