Re: How to stop some system services?

2001-07-29 Thread Karsten M. Self
on Sun, Jul 29, 2001 at 12:52:46PM +0800, Tao Liu ([EMAIL PROTECTED]) wrote:
> How can I stop the system services I dont want them to run?
> Forexample, I don't want zope to run, but is starts when I turn on my 
> cumputer.
> In redhat, I use "ntsysv" .
> How can I do in debian?

To stop a service:

$ /etc/init.d/

Re: How to stop some system services?

2001-07-29 Thread Jimmy Richards
Hi Tao,

You can shut it down with '/etc/init.d/zope stop' and to keep it
from starting again during bootup you can use the update-rc.d command
like so 'update-rc.d -f zope remove'. You might want to check out the
man page for that command.

Hope that helps,

Jim Richards



On Sun, Jul 29, 2001 at 12:52:46PM +0800, Tao Liu wrote:
> How can I stop the system services I dont want them to run?
> Forexample, I don't want zope to run, but is starts when I turn on my 
> cumputer.
> In redhat, I use "ntsysv" .
> How can I do in debian?
> -- 
> Regards,
> 
> Tao Liu
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to stop some system services?

2001-07-29 Thread ktb
On Sun, Jul 29, 2001 at 12:52:46PM +0800, Tao Liu wrote:
> How can I stop the system services I dont want them to run?
> Forexample, I don't want zope to run, but is starts when I turn on my 
> cumputer.
> In redhat, I use "ntsysv" .
> How can I do in debian?

Some possibilities:

1. Remove the service if not needed.
   # apt-get remove service_name

2. # /etc/init.d/service_name stop
   To stop the service.

3. See "man update-rc.d"
   To remove the start scripts.

4. Comment out services in /etc/inetd.conf
   and
   # /etc/init.d/inetd restart
 
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




How to stop some system services?

2001-07-28 Thread Tao Liu
How can I stop the system services I dont want them to run?
Forexample, I don't want zope to run, but is starts when I turn on my 
cumputer.
In redhat, I use "ntsysv" .
How can I do in debian?
-- 
Regards,

Tao Liu

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com