Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2015 09:38:41 -0600
From:      CyberLeo Kitsana <cyberleo@cyberleo.net>
To:        Mike Tancsa <mike@sentex.net>,  freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: nfs mounted /tmp vs disk mounted /tmp
Message-ID:  <54F72701.3030704@cyberleo.net>
In-Reply-To: <54F62D81.4060407@sentex.net>
References:  <54F62D81.4060407@sentex.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/03/2015 03:54 PM, Mike Tancsa wrote:
> 
> While trying to test in the lab a migration of disks from an old pci-x
> arcmrs array to a pcie card, I ran into an odd problem with the cli and
> raid management daemon.  I would start up the programs and they would
> immediately exit
> 
> Looking at the truss output, it seemed to bork soon after it tried to
> create a file in /tmp. Testing all the same hardware, but then booting
> from a disk, it worked.  Back to netboot, but this time with /tmp
> mounted via tmpfs, it also worked.  So it seems there is something about
> having tmp mounted via nfs that causes the program to die.  The issue
> seems to be the setting of locks. I am curious, is this something that
> can be worked around in nfs, or due to the nature of nfs, this is not
> possible ?  I think I saw this same issue with virtual box in a netboot
> environment
> (https://lists.freebsd.org/pipermail/freebsd-emulation/2014-July/011693.html)
<snip>
> fcntl(4,F_SETLKW,0x7ffffffcde10)                 ERR#45 'Operation not
> supported'

The fcntl(2) manpage says that F_SETLKW is for advisory locking. Does
your NFS infrastructure support advisory locks? Is lockd(8) running?

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
<CyberLeo@CyberLeo.Net>

Furry Peace! - http://www.fur.com/peace/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54F72701.3030704>