-
Notifications
You must be signed in to change notification settings - Fork 213
Rsync Permission Denied - Subsequent Runs #177
Comments
I was looking @ |
The problem is that Chef's cache dir is used by knife-solo to sync its own data. This has already quite a few issues, at least #12, #86, #128 and #145. The last has a on-going work to solve the problem. (The others could maybe be closed?) The /tmp is already a security problem (#1), and making it world writeable doesn't sound good. So, sorry. No solution yet. :/ |
Exact same problem. Really want this to be fixed. |
If you could try out #145 and report success/failure that would be a big help! Planning to roll that out soon but it may require removing custom solo.rb support. |
I'll close this as there are already a couple of issues for the same problem. |
Why isn't /tmp/chef-solo deleted at the end of each run? |
The intent was to avoid extra time spent transferring cookbooks (since we The latest prerelease uses $HOME by default which should avoid some of On Monday, June 3, 2013, Ben Ellis wrote:
-Mat about.me/matschaffer |
After I run knife solo bootstrap as the root user, I want to switch and use a different user for subsequent runs. I'm running into an issue where rsync can't sync due to permission denied. I've been blowing away the tmp/chef-solo dir and running again, so the new user now owns the tmp/chef-solo dir. I'm pretty sure that any user w/ sudo permission should be allowed to run chef-solo.
Any thoughts?
The text was updated successfully, but these errors were encountered: