-
Notifications
You must be signed in to change notification settings - Fork 35
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
after updating to 1.0.8 pam.d not updated #58
Comments
Are you expecting the package update to automatically update the config files? You have to re-run |
Also, I have not published 5b795c1 in a release on PyPI yet. 1.0.8 does not have it. |
yeah, I do an install:
I just re-ran it manually, and it does update. odd that sshd_config was updated first time round. I'll do another few tests and then just close this issue if it all works out. |
Released v1.0.9 on PyPI with this change, please test. |
yes, strange. consistently a partial installation, sshd_config is updated but not pam.d, when installing via the ec2 launch configuration. but when I manually execute keymaker install after logging in, the installation is fully complete.
OK, just tested on a different AMI and it's working fine out of the box:
very weird. they keymaker install (around pam.d) is fairly straightforward, but I'm trying to workout if anything may cause it to install but skip that file update. |
this is also not written:
so perhaps the sshd section fails, as the pam.d and the cron file are the next things in the install process. |
weird, it's now working ok. maybe AWS weirdness... thanks for the executable path update, that's working great. |
I've just updated to the latest keymaker, to get the file path fix, and pam.d/sshd isn't being updated. sshd file timestamp is untouched.
I checked the new find_executable function, and it's working fine on the host (this just prints the result of the function):
The text was updated successfully, but these errors were encountered: