ndc

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Tue Sep 19 05:55:58 UTC 2000


> 
> "Patrick" <patai.sangbutsarakum at cwasia.net> wrote in message
> news:000a01c021ee$6de919e0$5d92a8c0 at patrick... wrote
> >
> > Hi
> > why I can't not use command  ./ndc restart . I found messages ndc: cannot
> execute. Someone ever found it before please suggest.
> >
> > Thanks in adv.
> > Patrick
> >
> I don't think that restart is a valid command.
> If you run ndc
> then enter /h  or help
> you will see a list of commands. restart is not one of them on my system
> anyway.

	restart is valid.

	I would be trying to workout which error code matches 
	"cannot execute" as it does not match the usual descriptions.

	Mark

#include <stdio.h>

extern const char * const sys_errlist[];
extern const int sys_nerr;

main () {
	int i;
	for (i = 0 ; i < sys_nerr ; i++)
		printf("%d: %s\n", i, sys_errlist[i]);
}
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list