Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2018 11:51:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 230752] panic: excl->share in newnfs_request
Message-ID:  <bug-230752-3630-Ob4utYrikB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230752-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230752-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230752

--- Comment #5 from Rick Macklem <rmacklem@FreeBSD.org> ---
Hmm. I notice you do have the "V4: / =E2=80=A6" line in your /etc/exports.
Do you know if there are clients doing an NFSv4 mount from "/"?
Something like:
  mount -t nfs -o nfsv4 nfs-client:/ /mnt

I think I will end up reverting the "use AF_LOCAL" socket patch,
since that is what is causing the soconnect() on the socket and
should definitely make the panic()s go away.
(It did fix a problem with using UDP when jails were enabled, but
 that can be fixed less elegantly with a patch that adds a command
 line argument for an alternate IP# instead of 127.0.0.1.)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230752-3630-Ob4utYrikB>