jakethecake
Technical User
Hi I'm trying to automount some folders om my server to users on clients using nis maps but I'm just getting the "failed to load map, exiting" in daemon.log. Here are my files:
/etc/exports on server:
added this to /var/yp/Makefile on server:
added this to /etc/auto.master on server:
added this to /etc/auto.home on server:
added this to /etc/nsswitch.conf on clients:
Anyone who knows what's wrong? Would really appreciate it.
/etc/exports on server:
Code:
/home1 130.236.189.216/29(rw,fsid=1)
/home2 130.236.189.216/29(rw,fsid=2)
added this to /var/yp/Makefile on server:
Code:
ALL += auto.master auto.home
added this to /etc/auto.master on server:
Code:
/home yp:auto.home
added this to /etc/auto.home on server:
Code:
usr1 server.c4.sysinst.ida.liu.se:/home1/&
usr2 server.c4.sysinst.ida.liu.se:/home2/&
added this to /etc/nsswitch.conf on clients:
Code:
automount: nis
Anyone who knows what's wrong? Would really appreciate it.