On Mon, 17 Mar 2003 10:01:29 +0700 "Budi Febrianto" <[EMAIL PROTECTED]> wrote:
> I'm playing around with MRTG, installed it, setup and run it. And it doesn't
> works :)). So, I decided to disabled it. And try it again later.
> 
> I run ps -A, and I can't find any MRTG in the list.
> Check the services, can't find one.

Find the service name:
# rpm -ql mrtg | grep /etc/rc.d/init.d

Stop the service:
# service <service> stop

Disable the service:
# chkconfig <service> off

I don't know the specifics of MRTG, but hopefully these commands will help.

-- 
Michael Wardle
Adacel Technologies



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to