You are not logged in.
I am installing beryllium on a 32-bit nfs-server and having trouble because I cannot start the server.
The PC comes up as expected, but when I try to attach a client PC through NFS, I get the message:
mount.nfs: requested NFS version or transport protocol is not supported.
I then log into the new server and run:
systemctl restart nfs-kernel-server
and receive the error message:
Job for nfs-server.service canceled.
I then run:
systemctl start nfs-kernel-server
and get the same error message.
When I check /var/log/messages, there is nothing in the log related to nfs.
Any suggestions on what I can try next?
Thanks in advance for any ideas!
Jim A.
Offline
I don't use nfs myself, but a quick web search on 'requested NFS version or transport protocol is not supported' brought up some content which looked possibly helpful:
https://metager.org/meta/meta.ger3?eing … 0supported
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
@john, thanks for the search engine.
Offline
I am installing beryllium on a 32-bit nfs-server and having trouble because I cannot start the server.
No, you can install NFS-service on an Beryllium system.
The PC comes up as expected, but when I try to attach a client PC through NFS, I get the message:
mount.nfs: requested NFS version or transport protocol is not supported.
I then log into the new server and run:
systemctl restart nfs-kernel-server
You have had the problem with NFS server configuration before. Then it was bad configuration, with duplicate lines in /etc/exports. That response, do you get if you have an incorrectly configured /etc/exports.
First of all, do you have duplicate lines in the servers /etc/exports?
If not, post your configuration.
And, what is the response from command:
$ sudo systemctl status nfs-server.service
$ showmount -e
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline