I created a PR, kern/178238, on this but would like to know if anyone has
any ideas or patches?
Have updated the system where I see this to FreeBSD 9.1-STABLE #0 r250229
and still have the problem.
/glz
___
freebsd-stable@freebsd.org mailing list
ht
Andrew Romanenko wrote:
> On 05/02/2013 01:30 AM, Rick Macklem wrote:
> > Andrew Romanenko wrote:
> >> On 04/30/2013 02:51 AM, Jeremy Chadwick wrote:
> >>> On Mon, Apr 29, 2013 at 09:42:06PM +0300, Andrew Romanenko wrote:
> Hi everyone!
> /usr/src imported via NFS
> make buildworld i
Zaphrod Beeblebrox wrote:
> [about double background NFS mounts]
>
> I'm not sure on the fix to this, but I'm pretty sure it's because we
> retry
> the mount -a stuff twice at startup. If you watch your console, you'll
> see
> two places where it will "mount NFS filesystems" during boot.
>
> ...
On Mon, 2013-05-06 at 10:48 -0700, Navdeep Parhar wrote:
> I updated a FreeBSD 9-STABLE system to r250290 and noticed an NFS oddity
> -- fstab entries that specify a retrycnt are mounted multiple times.
>
> I have this in /etc/fstab:
> :/remote/ /local/ nfs rw,bg,retrycnt=0 0 0
>
> An
On Mon, May 06, 2013 at 03:46:51PM -0400, Zaphod Beeblebrox wrote:
> [about double background NFS mounts]
>
> I'm not sure on the fix to this, but I'm pretty sure it's because we retry
> the mount -a stuff twice at startup. If you watch your console, you'll see
> two places where it will "mount N
[about double background NFS mounts]
I'm not sure on the fix to this, but I'm pretty sure it's because we retry
the mount -a stuff twice at startup. If you watch your console, you'll see
two places where it will "mount NFS filesystems" during boot.
... well... a fix to this would be to _not_ do
Jason Hellenthal writes:
> I used to get username and IP address in the output but it seems that
> the logging format has changed. Instead of one line the log format now
> has two lines. One like the ones below and then another coinciding
> line that contains IP address and username.
It will be m
I updated a FreeBSD 9-STABLE system to r250290 and noticed an NFS oddity
-- fstab entries that specify a retrycnt are mounted multiple times.
I have this in /etc/fstab:
:/remote/ /local/ nfs rw,bg,retrycnt=0 0 0
And this in /etc/rc.conf:
rpcbind_enable="YES"
nfs_client_enable="YES"
nf