Re: Please test knfsd-980915

H.J. Lu (hjl@lucon.org)
Thu, 17 Sep 1998 07:42:10 -0700 (PDT)


>
>
> > > In knfsd-980915, it looks like support/export/export.c is missing a
> > > #include <sys/param.h>. Without it. a undeclared MAXPATHLEN kills
> > > compilation. Libc-5.4.46, pgcc-2.91.57
> >
> > Thanks. Fixed for the next one.
> >
> > --
> > H.J. Lu (hjl@gnu.org)
> Hi,
>
> well, me-too, but I've got another issue:
>
> I'm trying to use linux-2.1.122 (and before pre2/pre3) with the
> patches applied from knfsd-980915
>
> if I'm using a /etc/exports like
>
> #
> /usr/bin client(rw)
> /usr/lib client(rw)
>
>
> then I can mount both filesystems on that client only if
> /usr/bin and /usr/lib come from different partitions.
>
> If they are on the same partition, then the first attempt to
> mount any of these two mountpoints will succeed, the second one
> will fail (with the usual message on the client) and the server will
> put in it's log:
>
> mountd: getfh failed: Operation not permitted
>
> I'll start looking into the sources now, but I'll be happy for anyone to
> come up with a clue :-)
>

As I stated in another post, it works just fine for me. You have
to apply all patches on server and client, and install knfsd-980915
on both of them.

-- 
H.J. Lu (hjl@gnu.org)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/