|
From: Kai S. <Kai...@ka...> - 2001-06-24 10:55:26
|
----- Original Message ----- From: "Kurt" <klh...@pc...> To: <lts...@li...> Sent: Sunday, June 24, 2001 12:35 AM Subject: [Ltsp-discuss] NFS v3 Hi Kurt, > I am trying to set up a few terminals, but I keep getting errors when they > boot. It is able to get a kernel and boot, but when it tries to mount the > nfs file systems I get : > > NFS: NFSv3 not supported > NFS: cannot create RPC transport > > The server is SuSE 7.1 2.2.18 > > How can you force NFSv2 to be used. NFS V3 works fine, and you should use it. I have your setup running. You might have to install NFSv3. With options for the mount command you could disable locking and also (only as last chance) enable NFSv2 mount -v -n -o nolock,nfsvers=2 $Server:/dir /dir Kai BTW: I now have SuSE 7.2, Kernel 2.4.3, and XFree 4.03 running on my LTSP-Clients. I had less Problems with the German Character Set. Even the Euro-Symbol works, with some fonts. |