So

*rpm -q autofs : *autofs-4.1.4-6
*uname -r :* 2.6.13-15.18-smp

*auto.master on clients : *
     /serveurpst /etc/auto.pst --timeout 60

*auto.pst on clients :*
    prods1  -soft,intr,rsize=8192,wsize=8192,timeo=15,rw
192.168.0.48:/media/disk1_prods1

*nsswitch.conf on clients :*

#####################
#
# /etc/nsswitch.conf
#
# An example Name Service Switch config file. This file should be
# sorted with the most-used services at the beginning.
#
# The entry '[NOTFOUND=return]' means that the search for an
# entry should stop if the search in the previous entry turned
# up nothing. Note that if the search failed due to some other reason
# (like no NIS server responding) then the search continues with the
# next entry.
#
# Legal entries are:
#
#       compat                  Use compatibility setup
#       nisplus                 Use NIS+ (NIS version 3)
#       nis                     Use NIS (NIS version 2), also called YP
#       dns                     Use DNS (Domain Name Service)
#       files                   Use the local files
#       [NOTFOUND=return]       Stop searching if not found so far
#
# For more information, please read the nsswitch.conf.5 manual page.
#

# passwd: files nis
# shadow: files nis
# group:  files nis

passwd: compat
group:  compat

hosts:          files dns
networks:       files dns

services:       files
protocols:      files
rpc:            files
ethers:         files
netmasks:       files
netgroup:       files
publickey:      files

bootparams:     files
automount:      files nis
aliases:        files


#####################

*
sysconfig/autofs on clients :*

#######################
## Path:           System/File systems/Autofs
## Description:    Additional options for the autofs daemon.
## Type:           string
## Default:        ""
## ServiceReload:  autofs
#
# autofs daemon options (e.g. --timeout 60)
#
AUTOFS_OPTIONS=""
#######################


I will do the debug output, do you see some problems here ?


On Feb 11, 2008 9:11 AM, Ian Kent <[EMAIL PROTECTED]> wrote:

>
> On Fri, 2008-02-08 at 10:22 +0100, Vincent LEFORT wrote:
> > Hello, it's my first message so be nice with me :)
> >
> > I'm about 20 computers in a network with suse 10.0 x86_64. I had
> > install nfs with autofs on all my computer and this works almost fine.
> >
> > In fact when start, first time my computer, its well, i can connect on
> > my folder and this one automount. Now if a reboot, when i try to
> > access to my folder it's very slow to connect to him...
> >
> > When i read /var/log/messages i can read sometimes : rpc error 5 or
> > cant read superblock.
> >
> > For me i think when i reboot and i'm already connected, when i reboot
> > the computer, he want connect to server but server said "ho baby, i'm
> > you are already connected... don't understand..."
> >
> > Can you have some solutions because its very boring for user (and if
> > the user put a link on their desktop the desktop will not be
> > displayed...)
>
> How about providing the information described at
> http://people.redhat.com/jmoyer.
>
> Ian
>
>
>


-- 
LEFORT Vincent
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to