Why would you need physical access if you can log in as root and do remote administration?
All you need to make sure is
* the installed "bind" package ("named" is part of it) is a compatible one, query it with "rpm --query bind", verify it with "rpm -V bind"
* the named service is configured correctly, i.e. /etc/named.conf and any zone files referenced within it
Then your should be able to start it. Take a look at the log files in /var/log for any error messages named stores there.
Quote:
/etc/init.d/named: named.restart: command not found
|
This looks wrong. Type mistake?
Quote:
I tried to do service named stop and i get
doneting down named: [FAILED]
|
Maybe an updated bind package fixes this corrupted status message. It's a mixture between "done" and "shutting down named". Don't worry about it. The important bit is "FAILED". Not all service scripts can be smart enough to bail out if you try to stop a service which is stopped already because it failed and terminated unexpectedly.