Hi!
 
I installed the autofs 4.1.3 automounter which was described in BLFS 6.0 but I couldn't get it running with the ghost option so I decided to move to the latest version 4.1.4 (incl. all patches). But the ghost option doesn't seem to work here either. I also tried to use the 2.6.10 kernel and apply the autofs patches but here I also had no luck. Has anyone an idea how to fix this?
 
[EMAIL PROTECTED]:/# ps -ef | grep automount
root      1291     1  0 09:08 ?        00:00:00 /sbin/automount -p /var/run/autofs.media.pid --ghost --timeout 60 /media file /etc/auto.misc
root      1297     1  0 09:08 ?        00:00:00 /sbin/automount -p /var/run/autofs.net.pid --ghost --timeout 60 /net file /etc/auto.net
root      1303     1  0 09:08 ?        00:00:00 /sbin/automount -p /var/run/autofs.home.pid --ghost --timeout 60 /home file /etc/auto.home
[EMAIL PROTECTED]:/# cat /etc/sysconfig/autofs.conf
#!/bin/bash
#
# Autofs configuration file
#
# Filename:     /etc/sysconfig/autofs.conf
#
# Author:       Bryan Mason
#
# Edit History:
#
# Date          Author          Action
# ----------------------------------------------------------------------
# 19 Jan 2004   B. Mason        Created
# 18 Oct 2004   L. Lawrence     Assume /usr is not mounted, add timeout
 
automount=/sbin/automount
localoptions=''
daemonoptions='--ghost --timeout 60'
piddir=/var/run
pidroot=autofs
 
# END
 
[EMAIL PROTECTED]:/# ls /media /net /home
/home:
 
/media:
 
/net:
[EMAIL PROTECTED]:/# ls -d /home/anz/.
/home/anz/.
[EMAIL PROTECTED]:/# ls /media /net /home
/home:
anz
 
/media:
 
-Andreas
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to