PDA

View Full Version : Uninstall bind rpm ? RH9


PauGasol
03-31-2004, 05:20 PM
Hi,

I have the box only with one ip shared, can i unistall de bind, bind-utils.. or is needed for Directadmin?

Thanks

existenz
03-31-2004, 10:32 PM
BIND can be technically be removed but it is probably best to just stop the service.

DirectAdmin Support
04-01-2004, 09:37 AM
Hello,

If you want to remove bind all together, you'd need to:

1) set named to OFF in /usr/local/directadmin/data/admin/services.status
2) create/edit the boot script with the following

#!/bin/sh

exit 0;
So that DA thinks all is well when it tries to reload named.

Boot scripts:
RedHat: /etc/init.d/named
FreeBSD: /usr/local/etc/rc.d/named

John

PauGasol
04-01-2004, 04:53 PM
Thanks Admin,

The concret file is

/usr/local/directadmin/data/admin/services.status

you put : /usr/local/directadmin/data/admin/services/status

little mistake , thanks again