Got a huge problem with autofs , nfs and NIS
I am exporting a users home directory to the local nw via nfs and having some major issues . If I mount the directory via a traditional nfs style mount
mount 192.168.0.10:/network/kevin /network/kevin as root everything works fine
but when autofs mounts it it , the user gets the following error when logged in
setfont:Error Reading INPUT font_bash:/network/kinitrc/.bash_profile is a Directory
The weird thing is when I do an ls I get this (all of them classfied as directories)
.bash_history
.bash_profile
.dircolors
.dir_color.linux
.dir_colors.linux
.hushlogin
.i18n
.iputrc
latarcyheb-sun16
When I look at mount each and every file is treated as a mount aka
192.168.0.10:/network/kevin/.bash_history /network/kevin/.bash_history
When I ls into any one of them I can get access to his directory contents , as well as be able to read / and write files into this dir .
Both Computers are Running CentOS4.1 at present.
/network/kevin 192.168.0.0/24(rw)
Kevin's entry when outputting ypcat passwd says this
kevin:hashvalue:800:800:/network/kevin:/bin/bash
Kevin's Computer /etc/auto.master
/network/kevin /etc/auto.misc
Kevin's Computer /etc/auto.misc
* -rw,sync,intr 192.168.0.10:/network/kevin
Anyone have an idea what id could be ?
I've googled around and got nothing
I am exporting a users home directory to the local nw via nfs and having some major issues . If I mount the directory via a traditional nfs style mount
mount 192.168.0.10:/network/kevin /network/kevin as root everything works fine
but when autofs mounts it it , the user gets the following error when logged in
setfont:Error Reading INPUT font_bash:/network/kinitrc/.bash_profile is a Directory
The weird thing is when I do an ls I get this (all of them classfied as directories)
.bash_history
.bash_profile
.dircolors
.dir_color.linux
.dir_colors.linux
.hushlogin
.i18n
.iputrc
latarcyheb-sun16
When I look at mount each and every file is treated as a mount aka
192.168.0.10:/network/kevin/.bash_history /network/kevin/.bash_history
When I ls into any one of them I can get access to his directory contents , as well as be able to read / and write files into this dir .
Both Computers are Running CentOS4.1 at present.
/network/kevin 192.168.0.0/24(rw)
Kevin's entry when outputting ypcat passwd says this
kevin:hashvalue:800:800:/network/kevin:/bin/bash
Kevin's Computer /etc/auto.master
/network/kevin /etc/auto.misc
Kevin's Computer /etc/auto.misc
* -rw,sync,intr 192.168.0.10:/network/kevin
Anyone have an idea what id could be ?
I've googled around and got nothing
