[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [HELP!] new NAMED patch problems?
- Subject: Re: [cobalt-users] [HELP!] new NAMED patch problems?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Nov 17 14:13:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> We also installed the named patch on our RaQ4R. The patched
> installed with no problems. But now after the lengthy reboot, we are
> having great troubles SSHing to the server and FTPing to it. HTTP and
> HTTPS work great and fast but the other protocols are extremely slow.
> I mean extreme. To SSH in it takes almost a minute to even get an
> answer from the server. We have done a traceroute and the problem
> seems to point directly to our server. We have checked the logs the
> best we can (extremely slow) and have found nothing unusual. Our
> connection is with Datapipe and the traceroute shows all is fine
> there.
>
Sounds like named is not running;
try ps ax | grep named
and netstat -tupan
To see if port 53 is listening
If necessary do a
ndc restart
Gerald