Dear list members, i am setting a personal NIS server. At the momment; the output for the command line is the following:
# ypinit -m mojave Server Type: MASTER Domain: mojave Creating an YP server will require that you answer a few questions. Questions will all be asked at the beginning of the procedure. Do you want this procedure to quit on non-fatal errors? [y/n: n] y At this point, we have to construct a list of this domain's YP servers. etosha is already known as master server. Please continue to add any slave servers, one per line. When you are done with the list, type a <control D>. master server : etosha next host to add: ^D The current list of NIS servers looks like this: etosha Is this correct? [y/n: y] y Building /var/yp/mojave/ypservers... Running /var/yp/mojave/Makefile... updated passwd updated group updated hosts updated ethers updated networks updated rpc updated services updated protocols updated netid updated netgroup updated amd.home /var/yp/mojave/mojave-aliases: 40 aliases, longest 10 bytes, 568 bytes total updated aliases etosha has been setup as an YP master server without any errors. # make ===> mojave updated netid yppush: could not get ypservers map pushed netid # Ok, why the "yppush: could not get ypservers map" error message is being echoed ? Thanks for your help.