Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Jori on November 09, 2001, 03:47:09 PM

Title: Services to shut down
Post by: Jori on November 09, 2001, 03:47:09 PM
Hi, I'm using E-smith for personal adsl routing (3 pcs) and Bitchx-logging for irc stats. I dont use the samba server, public http server, and email server.

How do I turn them off? Not just samba stop etc at the end of the rc.local file but just no loading at startup.

Thanks in advance.
Jori
Title: Re: Services to shut down
Post by: Jori on November 09, 2001, 03:47:31 PM
Oh btw, im using 4.1.2
Title: Re: Services to shut down
Post by: Al Chruch on November 09, 2001, 11:42:39 PM
What you will wnat to do is go to
http://www.e-smith.org/contrib/rpm-index/RPM-e-smith-service-control-1.1.0-01.src.html
and install this RPM. It puts a panel in the server manager for turning off services that you do not need. Works great.

al
Title: Re: Services to shut down
Post by: Luckydog on November 10, 2001, 06:13:03 AM
All the services that start are listed in the /etc/init.d directory.   So using their names, issue the following command:

/sbin/e-smith/config setprop status disabled

A simple example would be

/sbin/e-smith/config setprop atalk status disabled

They will never start again.
Watch the screen after a reboot, you should see a disabled against every
service you disabled.

The service-manager is also great, but DOESN'T work properly under E-Smith v5.0
Title: Re: Services to shut down
Post by: Jori on November 10, 2001, 02:16:22 PM
thanks alot!