Hi
There are some workarounds.
1/ you can manually start Wowza by running the following as root
/etc/init.d/WowzaStreamingEngine start
/etc/init.d/WowzaStreamingEngineManager start
2/ Alternatively, you can reinstall the missing upstart functionality
apt-get install upstart-sysv
The second option would ensure that Wowza is restarted on machine reboots.
- A third option would be to try implementing the systemd service. This forum thread/post seems to have something that was reported as working.
Daren
-
Is the solution i currently use… but it is not very safe in production situation.
-
I tried this but the rollback to upstart give me some weirf behavior of my web server…
-
I just tried this solution and i receive the following error message when trying to activate the service :
administrateur@zircone:/etc/init.d$ sudo systemctl enable WowzaStreamingEngine.service
Synchronizing state for WowzaStreamingEngine.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d WowzaStreamingEngine defaults
insserv: warning: current stop runlevel(s) (0 1 6) of script `WowzaStreamingEngine' overrides LSB defaults (0 1 6 S).
Executing /usr/sbin/update-rc.d WowzaStreamingEngine enable
update-rc.d: error: WowzaStreamingEngine Default-Start contains no runlevels, aborting.