Wowza Community

Unable stop/start wowza from user

Unable stop/start WowzaStreamingEngine, WowzaStreamingEngineManager from user :

$ /etc/init.d/WowzaStreamingEngine restart

ERROR: Missing license file: (/usr/local/WowzaStreamingEngine/conf/Server.license)

You must first run Wowza Streamng Engine 4 in

standalone mode to enter a license key. Execute the

following commands to run in standalone mode:

cd /usr/local/WowzaStreamingEngine/bin

./startup.sh

but from root is ok

I am using ubuntu

Hi,

Wowza by default is installed using root privileges and runs as the root user. If you are logged in as a non-root user you can prefix the command with sudo, and it will prompt you for your password.

Note that you can perform an advanced configuration of Wowza to run the service as a named user.

Paul

Paul_S, the problem is: we need start/stop wowza as a non-root user.

Hi,

The link I posted in my previous reply demonstrates a framework for running Wowza as a non-root user. This needs to be carried out by hand after installation. The current default installation and execution on Linux/Unix operating systems is all carried out as the root user.

Paul