Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2020 09:33:07 +1100
From:      Chris Johns <chrisj@rtems.org>
To:        freebsd-hackers@freebsd.org
Subject:   sys/fs/nfsclient on RTEMS gets a bad seqid error with open
Message-ID:  <447e4bfa-ebe3-62a3-26e4-c7f3108d5fa5@rtems.org>

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

I am porting the kernel's nfsclient file system to the RTEMS port of FreeBSD. I
have ported across the FreeBSD file descriptors, VFS and NFS code. I have a
custom pseudofs file system as my root file system and I can mount an NFSv4
mount exported from a FreeBSD 12 box.

When I open a file there are a some getattr RPC calls that are successful
however the open call (PUTFH, OPEN, GETATTR) results in the server returning the
bas seqid (10026) error code for the OPEN and I am not sure why this is
happening. I suspect I am missing a step in the nfsclient set up.

Any hints or help would be most welcome.

Thanks
Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447e4bfa-ebe3-62a3-26e4-c7f3108d5fa5>