Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 18:51:19 -0700
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        freebsd-current Current <freebsd-current@freebsd.org>, freebsd-arch <freebsd-arch@freebsd.org>
Subject:   Re: [CFT] Autofs.
Message-ID:  <CAG=rPVdAq=m2f1x3o-Sp2SSjEYG2c91w_jXZXePOY=Vs8Fi=xw@mail.gmail.com>
In-Reply-To: <20140730071933.GA20122@pc5.home>
References:  <20140730071933.GA20122@pc5.home>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 30, 2014 at 12:19 AM, Edward Tomasz Napiera=C5=82a <trasz@freeb=
sd.org
> wrote:

> At the link below you will find a patch that adds the new automounter.
> The patch is against yesterdays 11.0-CURRENT.
>
> http://people.freebsd.org/~trasz/autofs-head-20140729.diff
>
>
Hi,

Nice stuff!  I updated a current system, and tried the patch.
I put autofs_enable=3D"YES" in /etc/rc.conf

In my network, I have a system, testhost with some NFS exports.

 /dir1/export1
 /dir1/export2
 /dir1/export3

I did:

 cd /net/testhost

This operation seemed to timeout.
In dmesg, I saw these errors:

  WARNING: autofs_callout: request 0 for /net/ timed out after 30 seconds
  WARNING: autofs_trigger_one: request for /net/ completed with error 60
  autofs_trigger: trigger failed with error 60; will retry in 1 seconds, 2
attempts left
  WARNING: autofs_callout: request 1 for /net/ timed out after 30 seconds
  WARNING: autofs_trigger_one: request for /net/ completed with error 60
  autofs_trigger: trigger failed with error 60; will retry in 1 seconds, 1
attempts left
  WARNING: autofs_callout: request 2 for /net/ timed out after 30 seconds
  WARNING: autofs_trigger_one: request for /net/ completed with error 60
  autofs_trigger: trigger failed 3 times; returning error 60

I used my Mac laptop in the same network, and did:

 cd /net/testhost

and the command did not timeout, and I could do an ls and see that
/net/testhost/dir1/ was visible.

Any ideas?

This is cool stuff, and I hope you can get it into the 10.1 RELEASE.

--
Craig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVdAq=m2f1x3o-Sp2SSjEYG2c91w_jXZXePOY=Vs8Fi=xw>