Tad Dolphay wrote:
> >
> > I installed the development version from cvs (checked out at 12:30
> > EDT) and exported an XFS filesystem to an SGI for testing. Attempting
> > to build perl, I discovered that /bin/pwd was returning the wrong
> > thing, although the bash built-in pwd worked right:
> >
> > $ pwd
> > /malachite/test/perl-5.6.1
> > $ /bin/pwd
> > /perl-5.6.1
> > $ uname -aR
> > IRIX64 daacl 6.5 6.5.11m 01101245 IP27
> >
> > What gives?
> >
> This is actually a known IRIX problem with handling variable size file handles
> that will be fixed in 6.5.13.
Refresh my memory I know this was causing directories to be lost but
I thought the pwd problem is something else ... like the problem we saw in
Slowaris?
>
>
> Tad
|