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

ubuntu 15.04 ships without upstart #79

Open
girisreenivas opened this issue Jan 5, 2016 · 1 comment
Open

ubuntu 15.04 ships without upstart #79

girisreenivas opened this issue Jan 5, 2016 · 1 comment

Comments

@girisreenivas
Copy link

The install recipe attempts to utilize upstart for versions of Ubuntu at 13.10 and beyond (see lines 44-46). I discovered that 15.04 does not ship with upstart enabled and instead uses systemd. I imagine this affects 15.10 as well but have not tested to confirm that. As a result, the following error manifests:

==> default: * service[php-fpm] action enable
==> default:
==> default:
==> default: ================================================================================
==> default: Error executing action enable on resource 'service[php-fpm]'
==> default: ================================================================================
==> default:
==> default: Errno::ENOENT
==> default: -------------
==> default: No such file or directory - /sbin/status

I have resolved this in my environment by commenting out lines 44-46 but a proper fix would limit the range of utilizing upstart to versions of ubuntu where it ships as default (13.10 to 14.10 I believe).

@phillipsnick
Copy link

Also get this on Debian 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants