Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2009 07:36:00 -0600
From:      "David Patton" <david@farmington.k12.mo.us>
To:        "'Tim Judd'" <tajudd@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: issues with email migration
Message-ID:  <20091102133551.62B22986025@mail.farmington.k12.mo.us>
In-Reply-To: <ade45ae90910310850t924e284j47ba5de169fcb7ee@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This morning, I tried adding this to rc.conf and moved my link for /www from
local to the nfs .

rpc_lockd_enable="YES"
rpc_statd_enable="YES"

and I experienced the same issues I had before. It would seem that postfix
and other assorted mail programs have no issue with accessing /mail on an
nfs share but everything residing in /www don't seem to like it at all.

I have no choice but to leave this as it is and set up a similar arrangement
on my new server.

Thank you to everyone who responded.

-----Original Message-----
From: Tim Judd [mailto:tajudd@gmail.com] 
Sent: Saturday, October 31, 2009 10:51 AM
To: david@farmington.k12.mo.us
Cc: freebsd-questions@freebsd.org
Subject: Re: issues with email migration

On 10/31/09, david@farmington.k12.mo.us <david@farmington.k12.mo.us> wrote:
> only one issue with that. The server in question is an emc clereon(sorry
> not at work to look at the specifics) and at this point the only access I
> have to it is a web interface and am unable to access a command line.
>
> Also a stupid question my plan is to set up another server to access the
> nfs share to provide better email service.
>
> would this impact it in any way?


<snip replies>

Not if file locking and the daemons take care of everything like they
should.  Remember, file locking is mandatory for some things,
especially mbox files, password files, or anything else that requires
exclusive access to a file.

If two systems try to access the same locked file, the 2nd will be
told it won't be able to get an exclusive lock, because the 1st
already has it locked.

You're on the right track.  Keep it going.








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