nisd[122] Domain not supported ...

From: Wilkinson, Alex (alex.wilkinson@dsto.defence.gov.au)
Date: Tue Jan 24 2006 - 21:52:12 EST


Hi all,

Only very recently I have started seeing the following error messages on our
NIS+ master:

     nisd[122]: [ID 525935 daemon.error] ypserv: Domain unix.dsto not supported
     nisd[122]: [ID 525935 daemon.error] ypserv: Domain unix.dsto not supported
     nisd[122]: [ID 525935 daemon.error] ypserv: Domain unix.dsto not supported

We are are running a NIS+ server in YP compatability mode.

Code that produces this error:

[http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/rpcsvc/nis/rpc.nisd/yp_ns_proc.c]

    160 /*
    161 * This determines whether or not the domain passed is served by this server,
    162 * and returns a boolean.
    163 */
    164 int *
    165 ypproc_domain_svc(dname, rqstp)
    166 string_t *dname;
    167 struct svc_req *rqstp;
    168 {
    169 char *domain;
    170 #define isserved (__nis_get_tsd()->ypproc_domain_svc_isserved)
    171
    172 if ((domain = check_domain(*dname)) == 0)
    173 return (&isserved);
    174
    175 if (verbose)
    176 syslog(LOG_INFO, "ypserv: bind request from %s",
    177 getcaller_inet(rqstp));
    178 isserved = ypcheck_nisdir(domain);
    179 if (!isserved)
    180 syslog(LOG_ERR, "ypserv: Domain %s not supported", *dname);
    181 return (&isserved);
    182 }

Can anyone suggest why I am seeing these errors.

Regards

 - aW
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:38:42 EDT