By: Stefan Sels user 08 Dec 2016 at 9:07 a.m. CST

1 Response
Stefan Sels gravatar
``` /usr/sbin/gluu-serverd-2.4.4 restart /usr/sbin/gluu-serverd-2.4.4: line 44: stop: command not found /usr/sbin/gluu-serverd-2.4.4: line 4: netstat: command not found /usr/sbin/gluu-serverd-2.4.4: line 4: netstat: command not found ``` if you use netstat outside the container, make it an RPM dependency (RHEL name net-tools) or make the script check before using it. even with netstat installed it outputs: ``` /usr/sbin/gluu-serverd-2.4.4 restart /usr/sbin/gluu-serverd-2.4.4: line 44: stop: command not found /usr/sbin/gluu-serverd-2.4.4: line 46: start: command not found ``` would love to send a patch but init script is not on github.

By Adrian Alves staff 08 Dec 2016 at 11:32 a.m. CST

Adrian Alves gravatar
OK we will look in to that