-
Notifications
You must be signed in to change notification settings - Fork 65
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
Doesn't work for Ubuntu 16.04.1 LTS #84
Comments
I can confirm this. Seeing the same issue. |
+1 havint the same issue `root@SumoLogicCollector:/usr/local/lib/node_modules/airsonos# sudo forever-service install airsonos2 --script bin/index.js Platform - Ubuntu 16.04.1 LTS ` |
Same issue here. No updates for this to work in 16.04? :) |
Same error on Ubuntu 17.04 |
Version 16.04 of ubuntu uses systemd and no longer upstart (used by forever-service). In order for the service to be installed correctly, you must install upstart-sysv:
After reboot, run the service install command: The service is installed, but it will not start with the system. To make this happen you should edit the /etc/init.d/rc.local file: Before the rows of functions add the line:
Hope this helps ^^! |
@flaugusto you meant
|
Platform - Ubuntu 16.04.1 LTS
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
Could not provision service
Could not add service nodeServer
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
The text was updated successfully, but these errors were encountered: