"Christopher W. Curtis" wrote:
> 
> llama:~# /etc/init.d/autofs status
> Configured Mount Points:
> ------------------------
> /usr/sbin/automount /home yp /etc/auto.home
> /usr/sbin/automount /net yp /etc/auto.net
> /usr/sbin/automount /misc yp /etc/auto.misc
> 
> Active Mount Points:
> --------------------
> /usr/sbin/automount /home yp /etc/auto.home
> /usr/sbin/automount /net yp /etc/auto.net
> /usr/sbin/automount /misc yp /etc/auto.misc
> 
> llama:~# ls -la /home/ccurtis
> ls: /home/ccurtis: No such file or directory
> 
> llama:~# tail -30 /var/log/syslog
> [...]
> May  2 15:53:18 llama automount[1503]: starting automounter version
> 3.1.4, path = /home, maptype = yp, mapname = /etc/auto.home
> May  2 15:53:18 llama automount[1503]: Map argc = 1
> May  2 15:53:18 llama automount[1503]: Map argv[0] = /etc/auto.home
> May  2 15:53:18 llama automount[1503]: using kernel protocol version 3
> May  2 15:53:19 llama automount[1526]: starting automounter version
> 3.1.4, path = /net, maptype = yp, mapname = /etc/auto.net
> May  2 15:53:19 llama automount[1526]: Map argc = 1
> May  2 15:53:19 llama automount[1526]: Map argv[0] = /etc/auto.net
> May  2 15:53:19 llama automount[1526]: using kernel protocol version 3
> May  2 15:53:19 llama automount[1546]: starting automounter version
> 3.1.4, path = /misc, maptype = yp, mapname = /etc/auto.misc
> May  2 15:53:19 llama automount[1546]: Map argc = 1
> May  2 15:53:19 llama automount[1546]: Map argv[0] = /etc/auto.misc
> May  2 15:53:19 llama automount[1546]: using kernel protocol version 3
> May  2 15:53:55 llama automount[1503]: attempting to mount entry
> /home/ccurtis
> May  2 15:53:55 llama automount[1604]: lookup(yp): looking up ccurtis
> May  2 15:53:55 llama automount[1604]: lookup(yp): lookup for ccurtis
> failed: No such map in server's domain
> 

Hint: it claims you're trying to use a yp map, but the name is
/etc/auto.home.  I think it's safe to say you don't have a yp map of
that name (including the /etc/ part!)  It seems your automount start
script is broken; you can either fix that by fixing the script to use
those as "file" maps, or change your auto.master file to have names such
as auto.home rather than /etc/auto.home and use the yp maps.

Reply via email to