Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: scott on October 16, 2000, 09:40:23 PM
-
Hello all,
I was wondering how one removes undesired services from the e-smith setup. For instance I'm not in need of lpd, smb, nmb, appletalk and others. Where do I remove these safley from starting automatically? I realize they reside normally in /etc/rc.d/init.d or in the rc.d runlevels. Can I just remove them from there?
-
scott wrote:
> Hello all, I was wondering how one removes undesired services
> from the e-smith setup. For instance I'm not in need of lpd,
> smb, nmb, appletalk and others. Where do I remove these safley
> from starting automatically? I realize they reside normally in
> /etc/rc.d/init.d or in the rc.d runlevels. Can I just remove
> them from there?
The best way to do this currently is to remove the actual server software for each of those services. The e-smith manager will still configure the services, but they won't start or run. Log in as root (see FAQ) and run:
rpm -e samba
rpm -e LPRng
rpm -e netatalk
Some future version of the e-smith software will allow you to enable or disable each service.
regards
Charlie
-
Excellent, I look forward to seeing these revisions to a great product.
Thank you Charlie for your assistance.
Scott
-
Hello Charlie,
When I tried the rpm statement above I got:
[root@scullyserv scottt]# rpm -e LPRng
error: removing these packages would break dependencies:
LPRng is needed by e-smith-LPRng-0.1-6
Is it safe or necessary to remove this package as well?
Regards,
Scott
-
scottt wrote:
> Hello Charlie,
>
> When I tried the rpm statement above I got:
>
> [root@scullyserv scottt]# rpm -e LPRng error: removing these
> packages would break dependencies: LPRng is needed by
> e-smith-LPRng-0.1-6
>
> Is it safe or necessary to remove this package as well?
It is not necessary to remove that package (you could just add "--nodeps" to the rpm command line), but it is safe to remove that package.
Charlie