Skip to content
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

Fix service[apache2] for Ubuntu 13.10, 14.04 and the next chef-client (11.14) #150

Closed
srenatus opened this issue Jun 26, 2014 · 2 comments
Closed

Comments

@srenatus
Copy link

The next version of Chef will use Chef::Provider::Service::Upstart by default in Ubuntu 13.10+ (Changelog, CHEF-5276), because Ubuntu stopped shipping compatibility links in /etc/init.d/: see this bug and the wiki.

At the same time, the apache2 package for Ubuntu doesn't provide an Upstart script. This will cause a problem for the service definition here. It does override the reload_command and restart_command, but the final calls to action :enable and :start will end up calling Upstart.

srenatus pushed a commit to srenatus/apache2 that referenced this issue Jun 26, 2014
…chefs#150

The next version of Chef will use Chef::Provider::Service::Upstart by
default in Ubuntu 13.10+ [Changelog], [CHEF-5276]), because Ubuntu
stopped shipping compatibility links in /etc/init.d/ [bug], [wiki].

[Changelog] https://github.com/opscode/chef/blob/master/CHANGELOG.md
[CHEF-5276] https://tickets.opscode.com/browse/CHEF-5276
[bug]
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1311810/comments/4
[wiki] https://wiki.ubuntu.com/UpstartCompatibleInitScripts
@srenatus
Copy link
Author

PR #151 (sorry for the noise)

@lock
Copy link

lock bot commented Jul 24, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants