Mac OS X Installation Procedure: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 16: Line 16:
     100000    2  tcp    111  portmapper
     100000    2  tcp    111  portmapper
     100000    2  udp    111  portmapper
     100000    2  udp    111  portmapper
Type following:
  sudo domainname CCCHP
  sudo ypbind
  ypwhich

Revision as of 13:36, 10 May 2007

To setup NIS service type following as root:

 rpcinfo -p

If the portmapper is not running, you'll get the message

 rpcinfo: can't contact portmapper: RPC: remote system error - Connection refused

To fix that type:

 sudo launchctl start com.apple.portmap

Repeat check, you should see something like:

 program vers proto   port
   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper

Type following:

 sudo domainname CCCHP
 sudo ypbind
 ypwhich