LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   rndc problem (https://www.linuxquestions.org/questions/linux-newbie-8/rndc-problem-208374/)

w_w 07-22-2004 01:13 PM

rndc problem
 
I try to restart my named, but after i type # service named restart
it said
stopping named: rndc: connect failed:time out

but it seems the named had restart though rndc is time out, after I chck the /var/log/message

what does "rndc time out" mean? Is that mean any config errors generated when I changed my named file?

When I type # ps -C named
it said

PID TIY TIME CMD
2619 ? 00.00.00 named

what does this mean?

Technoslave 07-22-2004 02:29 PM

Well, PID is the process ID. THe TIY thing I believe is the terminal it was started from, but I'm too lazy to look at man ps to be sure. TIME is the amount of CPU time ( I believe ) it's taken up so far, and then finally named is the actual command.

As for the time out issue, beats me.


All times are GMT -5. The time now is 03:52 PM.