[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] DNS problem on RAQ2
- Subject: Re: [cobalt-users] DNS problem on RAQ2
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Apr 11 01:51:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Since I removed a virtual site including all the
dns-entries, the DNS
> (on the same machine) won't work anymore. If I try to
start "named" over
> telnet (/usr/sbin/named start) I got the following error:
"Illegal
> Instruction". What's wrong?
>
> Excuse my bad English. Nevertheless I hope you can
understand my
> question.
>
You can't start named that way,
log in to server,
su -
ndc status (check to see if running)
(if running) ndc restart
(else) ndc start
Gerald