nisd[122] Domain not supported ...



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@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



Relevant Pages

  • Help setting up NIS
    ... I've decided to rip NIS away from a Solaris 7 box and use a FreeBSD ... server to serve NIS. ... NIS master)? ... ypxfr: failed to find master of master.passwd.byuid in domain cms: No ...
    (comp.unix.bsd.freebsd.misc)
  • Re: NIS+ related question
    ... I have few Solaris 8 machines with NIS+ service (master, replica, ... it's old;) on master server, but when I enter all data needed system ...
    (comp.unix.solaris)
  • Re: Queston re Norton Internet Security 2003
    ... First, in the NIS Console, set Security to HIGH; ... about the more esoteric Trojans (due to your Internet habits), ... well worth your time to install one of the dedicated anti-Trojan software ... What's an 'unprotected server application'? ...
    (comp.security.firewalls)
  • Re: One login for multiple machines
    ... get authenticated from remote server (thus not need to create ... network) a centrally-stored login on a Linux server for Windows PCs ... I've excerpted some relevant info from two web pages on NIS and LDAP... ... It is for this reason that LDAP ...
    (Ubuntu)
  • SUMMARY: centralizing account mgmt? is it worth doing?
    ... LDAP-accessible directory server ... NIS is simple, still widely used, and probably exactly what ... one developer has 15 different UNIX accounts. ...
    (SunManagers)