-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Ubuntu 15 fails because /sbin/status is not found #60
Comments
A follow up with some more information. Falling back to version 1.3.0 of this cookbook seems to work well in Ubuntu 15 (can log in and the config file is correct) as well as Ubuntu 14. |
This should be fixed in the 1.5.0 release |
Same issue systemd/upstart change at debian:stretch. |
I think adding smth like
will resolve issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is rightly here or in chef's Upstart code, but using
$> chef -v
Chef Development Kit Version: 0.6.0
chef-client version: 12.3.0
berks version: 3.2.4
ckitchen version: 1.4.0
and openssh cookbook 1.4.0
to build ubuntu 15.04 server I get an error:
None of those files (enable, restart, status) exist in /sbin in the 15.04 image I'm building from. The same cookbook in the same environment builds 14.04 just fine. (and while there is no /sbin/status the command "service ssh status" works.
The text was updated successfully, but these errors were encountered: