New version of nfs-server for review

Robb, Sam sam.robb@timesys.com
Thu Oct 30 14:43:00 GMT 2003


A new version of nfs-server is available for testing.  This update
contains bug fixes and should conform to the latest Cygwin packaging
standards.

One important note: setting extended group information is disabled
because the calling pattern:

	setegid(...);
	setgroups(...);
       seteuid(...);

... seems to cause some sort of internal problems under Cygwin,
(provided the calling program has sufficient rights to make these
calls).  After this sequence of calls, stat() and related functions
either fail, or return unexpected values.  We've been able to
reproduce this on only one system, but haven't had any chance to
investigate the possible cause.

* nfs-server-2.2.47-2 (for use with Cygwin 1.5.x):
* Incorporated changes to deal w/64 bit inodes
* nfs-server-config : incorporate suggested improvements from Jari Aalto
* Disabled exports owner file checks under Cygwin
* Disabled setting exented group info under Cygwin

setup.hint  : <http://www.oneparticularharbor.net/cygwin/nfs-server/setup.hint>
src package : <http://www.oneparticularharbor.net/cygwin/nfs-server/nfs-server-2.2.47-2-src.tar.bz2>
bin package : <http://www.oneparticularharbor.net/cygwin/nfs-server/nfs-server-2.2.47-2.tar.bz2>

-Samrobb



More information about the Cygwin-apps mailing list