-
Notifications
You must be signed in to change notification settings - Fork 929
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
plugin not found: plugin cache dir has wrong permissions #565
Comments
It looks like some of the /var/lib/rundeck/ contents come out of the .deb with the wrong owner, which caused this problem for me.
|
Pull request to fix this has been submitted as #566 |
Seeing this in rundeck 2.0 on centos with the rpm install. Just the cache directory. |
if root runs a cli tool command, like |
Ah of course, I have seen dispatch create a resources.xml as root too. Would you expect users to run the cli logged in as rundeck though? Not really an issue for me it is only chef using this so I'll set it to run as rundeck. As an aside I notice the rpm install doesn't create the usual user profile, e.g no sensible bash prompt. |
If the plugin cache dir has incorrect permissions (preventing write or read to the rundeck server user), then Rundeck will be unable to load plugins, and may show an error that a plugin was not found.
solution: set correct ownership and read/write permissions on the plugin cache directory. this is
/var/lib/rundeck/libext/cache
for rpm/deb installs, or$RDECK_BASE/libext/cache
for launcher.reproduce: ?
The text was updated successfully, but these errors were encountered: