Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 1997 11:04:28 GMT
From:      Simon Marlow <simonm@dcs.gla.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/4875: NFS v3 from FreeBSD to Alpha/OSF3.2 has weird problems
Message-ID:  <199710281104.LAA01848@solander.dcs.gla.ac.uk>
Resent-Message-ID: <199710281110.DAA15155@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4875
>Category:       kern
>Synopsis:       NFS v3 from FreeBSD to Alpha/OSF3.2 has weird problems
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 28 03:10:00 PST 1997
>Last-Modified:
>Originator:     Simon Marlow
>Organization:
University of Glasgow
>Release:        FreeBSD 2.2-STABLE i386 (about 10/16/97)
>Environment:

solander is a FreeBSD NFS server, using NFS v3.  macauley is a DEC
Alpha running OSF3.2, accessing the FreeBSD disks.

>Description:

The Alpha doesn't see all the files.  Listing directories on the NFS
mounted partition will typically only list about two thirds of the
files.  Switching to NFS v2 cures the problem.

NFS v3 mounts from Linux and Sparc boxes appear to work fine on the
Alpha.

>How-To-Repeat:

Here's a transcript of a session on macauley (the OSF3.2 box), where ~
is my home directory NFS mounted from solander (the FreeBSD box).

~/tmp > mkdir a
~/tmp > cd a
~/tmp/a > for i in a b c d e f g h i j k l m n o p q r s t u v w x y z; do echo >$i; done
~/tmp/a > ls
a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z
~/tmp/a > for i in a b c d e f g h i j k l m n o p q r s t u v w x y z; do echo
>Fix:

	Unknown.
>Audit-Trail:
>Unformatted:
>a$i; done
~/tmp/a > ls
a   ac  af  ai  al  ao  c   f   i   l   o   r   u   x
aa  ad  ag  aj  am  ap  d   g   j   m   p   s   v   y
ab  ae  ah  ak  an  b   e   h   k   n   q   t   w   z
~/tmp/a > ls | wc
     42      42     100
~/tmp/a > for i in a b c d e f g h i j k l m n o p q r s t u v w x y z; do echo >b$i; done
~/tmp/a > ls | wc
     42      42     100
~/tmp/a > ls
a   ac  af  ai  al  ao  c   f   i   l   o   r   u   x
aa  ad  ag  aj  am  ap  d   g   j   m   p   s   v   y
ab  ae  ah  ak  an  b   e   h   k   n   q   t   w   z
~/tmp/a > cat ba

~/tmp/a >			# !!!!!!




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