[OGo-Users] Re: starting ogo-webui-1.0 ...: [FAILED]
Adam Tauno Williams
users@opengroupware.org
Thu, 30 Nov 2006 14:04:04 -0500
> here is all that it returns:
> [root@expnd ~]# netstat -anp | grep :20000
> tcp 0 0 128.177.28.84:20000 0.0.0.0:*
> LISTEN 27878/ogo-webui-1.1
That means the Opengroupware WebUI is running! SO trying to start it a
second time fails.
BTW, most modern distributions use service scripts. You should have a
file like ogo-webui-1.1 in /etc/rc.d, /etc/init.d/rc.d, or /etc/init.d
(I have no experience with Fedore - but there is very rarely much at all
truly unique between distributions). A "/etc/rc.d/ogo-webui-1.1 stop"
or an "etc/rc.d/ogo-webui-1.1 start" (adjusting your path accordingly)
should start and stop the service properly.