Re: Debian 12 kernel NFS server doesn't listen on port 2049 UDP

2023-07-29 Thread Matthias Scheler
On Sat, Jul 29, 2023 at 05:44:59PM +0100, piorunz wrote: > Edit /etc/nfs.conf file: > [nfsd] > udp=y > > then: > sudo systemctl restart nfs-server Yes, that fixed my NFS problem. Thank you very much -- Matthias Scheler http://zhadum.org.uk/

Re: Debian 12 kernel NFS server doesn't listen on port 2049 UDP

2023-07-29 Thread piorunz
On 29/07/2023 16:00, Matthias Scheler wrote: Hello, after upgrading one of my systems from Debian 11 to 12 the kernel NFS server doesn't seem to accept NFS requests over UDP on port 2049 anymore: >rpcinfo -p | grep nfs 133 tcp 2

Debian 12 kernel NFS server doesn't listen on port 2049 UDP

2023-07-29 Thread Matthias Scheler
Hello, after upgrading one of my systems from Debian 11 to 12 the kernel NFS server doesn't seem to accept NFS requests over UDP on port 2049 anymore: >rpcinfo -p | grep nfs 133 tcp 2049 nfs 134 tcp 2049 nfs

Re: open on nfs server -> resource temporarily unavailable

2017-11-30 Thread Salvatore Bonaccorso
Hi, On Wed, Nov 29, 2017 at 07:19:42AM +0100, Salvatore Bonaccorso wrote: [...] > > my system on the server and the client computes is the same Debian 8.5 > > Were you ever able to narrow down the issue? I'm able to reproduce the issue > easily as well just on localhost doing the following on a D

Re: open on nfs server -> resource temporarily unavailable

2017-11-28 Thread Salvatore Bonaccorso
Hi Andrey > Hello *, > creating a file in the directory exported by the NFS server > sometimes returns an error - "resource temporarily unavailable", > when a client on importing computer is keeping reading that file. > > serv:~# cat /etc/exports > /h

Stretch : nfs-common service on nfs server

2017-06-26 Thread Prunk Dump
Hello Debian Team ! I have three NFSv4 server on my network, all Debian Jessie recently upgraded to Stretch. Usually on Jessie, two services are running on NFS servers : -> nfs-common that is used for both nfs clients and server -> nfs-kernel-server that is used only by the server But since the

Re: open on nfs server -> resource temporarily unavailable

2016-08-06 Thread Mike Kupfer
Andrey wrote: > me@cli:~$ mount > ... > serv:/home/me/data-t on /home/me/dt type nfs4 > (ro,nosuid,nodev,noexec,relatime,sync,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,hard,noac,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.209.1

open on nfs server -> resource temporarily unavailable

2016-08-01 Thread Andrey
Hello *, creating a file in the directory exported by the NFS server sometimes returns an error - "resource temporarily unavailable", when a client on importing computer is keeping reading that file. serv:~# cat /etc/exports /home/me/data-t cli(ro,sync,no_subtree_ch

Re: NFS server write issues using netgroup

2015-02-01 Thread deloptes
Peter Viskup wrote: > root@media:~# grep netgroup /etc/nsswitch.conf > netgroup:       files on the server here it is also disabled #netgroup: nis I assume your file is also the server side one. The server here was configured years ago, so I am not sure why it is commented out, bu

NFS server write issues using netgroup

2015-02-01 Thread Peter Viskup
Would like to discuss the issue I am facing before opening bug report. NFS System: latest Debian Jessie NFS: nfs-kernel-server 1:1.2.8-9 Export config: /data/folder @clients(rw,no_subtree_check,root_squash) Netgroup config: root@media:~# cat /etc/netgroup clients (dm800,-,), (laptop,-,) root@me

Re: Q: nfs server fails to mount own exported resource, but other client able to mount

2014-04-24 Thread Tom H
On Thu, Apr 24, 2014 at 2:06 PM, Snow Leopard wrote: > > the mystery has been resolved -- question how did I not catch it right away? > > I found that my old Red Hat system and Debian Wheezy/Squeezy resolve > computer name into ip address in different ways. > > Red Hat mount maps computer name to

Re: Q: nfs server fails to mount own exported resource, but other client able to mount

2014-04-24 Thread Snow Leopard
: Hi, I came across strange "mount" problem on nfs server -- it refuses to mount it's own directory while other nfs clients able mount nfs server exported directoryjust fine 1. nfs server name: install.myclub.com OS: wheeze (Debian) ip: 192.168.0.62 /etc/exports: /export/ho

Re: Q: nfs server fails to mount own exported resource, but other client able to mount

2014-04-24 Thread Tom H
On Thu, Apr 24, 2014 at 4:49 AM, Snow Leopard wrote: > > I came across strange "mount" problem on nfs server -- it refuses to mount > it's own directory while other nfs clients able mount nfs server exported > directory just fine > > 1. nfs server > name:

Re: Q: nfs server fails to mount own exported resource, but other client able to mount

2014-04-24 Thread Ron Leach
Escaped from list (: On 24/04/2014 09:49, Snow Leopard wrote: Hi, I came across strange "mount" problem on nfs server -- it refuses to mount it's own directory while other nfs clients able mount nfs server exported directoryjust fine 1. nfs server name: install.myclub.com OS:

Q: nfs server fails to mount own exported resource, but other client able to mount

2014-04-24 Thread Snow Leopard
Hi, I came across strange "mount" problem on nfs server -- it refuses to mount it's own directory while other nfs clients able mount nfs server exported directoryjust fine 1. nfs server name: install.myclub.com OS: wheeze (Debian) ip: 192.168.0.62 /etc/exports:

Re: if no NFS server clients are waiting..

2009-05-21 Thread Matus UHLAR - fantomas
On 13.05.09 23:23, Michael Casey wrote: > What can I do, If the NFS server is rebooting/offline? > I mean the clients just wait and wait and wait... mount with options "soft" and "intr". Be aware of rpoblems it may create. > I tried to set > > timeo=5,retrans

Re: if no NFS server clients are waiting..

2009-05-14 Thread Michael Casey
the fstab entry is this vim /etc/fstab 192.168.1.1:/mnt/share/ /home/user/Desktop/Share/ nfs defaults,ro,nfsvers=3,nolock 0 0

Re: if no NFS server clients are waiting..

2009-05-14 Thread Michael Casey
I tried "ls --color=never" https://bugzilla.redhat.com/show_bug.cgi?id=468049 it still waits I tried on the client side with other mount options: intr, soft it still waits update :D : I turn the NFS server down Clients hang reboot client client cant see the NFS share, but at least

if no NFS server clients are waiting..

2009-05-13 Thread Michael Casey
What can I do, If the NFS server is rebooting/offline? I mean the clients just wait and wait and wait... I tried to set timeo=5,retrans=2 mount options when mounting nfs in fstab on client side Thank you for any tips

Re: if no NFS server clients are waiting..

2009-05-13 Thread Michael Casey
still no luck, clients are just waiting... Can I set a timeout somewhere? On Wed, May 13, 2009 at 11:23 PM, Michael Casey wrote: > What can I do, If the NFS server is rebooting/offline? > I mean the clients just wait and wait and wait... > > I tried to set > > timeo=5,retrans=2

Re: NFS server still fails after upgrade to lenny

2009-04-07 Thread Hendrik Boom
ASYNCMOUNTNFS=no > > sorry for the incomplet answer. You must write this on the client in > /etc/default/rcS > > Michael Finally had time to try that. It doesn't work. On mounting /farhome from the client I still get # mount /farhome mount.nfs: mount to NFS server '172.2

Re: NFS server fails after upgrade to lenny

2009-03-10 Thread Hendrik Boom
when I run lennty on the server, an NFS mount from a client machine >> fails with the message (hand-transcribed from screen; there may be >> typos) >> >> lovesong:~# mount /farhome >> mount.nfs: mount to NFS server '172.25.1.11' failed: RPC Error: Progr

Re: NFS server fails after upgrade to lenny

2009-03-10 Thread Michael Wagner
* Michael Wagner 10.03.2009 > I have had the same problem here with sid on the workstation and lenny > on the server. I found on the net the solution to write in > /etc/default/rcS. > > ASYNCMOUNTNFS=no sorry for the incomplet answer. You must write this on the client in /etc/default/rcS M

Re: NFS server fails after upgrade to lenny

2009-03-10 Thread Michael Wagner
the message (hand-transcribed from screen; there may be typos) > > lovesong:~# mount /farhome > mount.nfs: mount to NFS server '172.25.1.11' failed: RPC Error: Program not > registeres > lovesong:~# > > So the upgrade seems to have damaged something. Where sh

NFS server fails after upgrade to lenny

2009-03-09 Thread Hendrik Boom
typos) lovesong:~# mount /farhome mount.nfs: mount to NFS server '172.25.1.11' failed: RPC Error: Program not registeres lovesong:~# But when I reboot the server to etch using the etch I saved in the backup partitions: lovesong:~# #mount /ferhome [514.141911] RPC: Registered udp transp

Re: Any suggest on NFS server in product environment?

2008-10-10 Thread Andrew Reid
On Thursday 09 October 2008 06:53, Alex Samad wrote: > > When we run into performance problems, we are usually disk-bound, > > and sometimes network-bound, when (for instance) someone decides to do > > multiple sequential "grep" operations on a multi-gigabyte file > > over NFS. > > what options

Re: Any suggest on NFS server in product environment?

2008-10-10 Thread Paulo Silva
Qua, 2008-10-08 às 22:01 +0800, Ding Honghui escreveu: > hi list, > > Any suggest on NFS server in product environment? > nfs-user-server or nfs-kernel-server? > We need stable nfs server. > > Regards, > Ding Honghui I would recommend nfs-kernel-server (I don't k

Re: Any suggest on NFS server in product environment?

2008-10-09 Thread Alex Samad
On Wed, Oct 08, 2008 at 08:33:55PM -0400, Andrew Reid wrote: > On Wednesday 08 October 2008 10:01, Ding Honghui wrote: > > hi list, > > > > Any suggest on NFS server in product environment? > > nfs-user-server or nfs-kernel-server? > > We need stable nfs server.

Re: Any suggest on NFS server in product environment?

2008-10-08 Thread Andrew Reid
On Wednesday 08 October 2008 10:01, Ding Honghui wrote: > hi list, > > Any suggest on NFS server in product environment? > nfs-user-server or nfs-kernel-server? > We need stable nfs server. I use nfs-kernel-server, I use it to run an 8 TB primary server and a 4-ish TB secondar

Re: Any suggest on NFS server in product environment?

2008-10-08 Thread Andrei Popescu
On Wed,08.Oct.08, 22:01:36, Ding Honghui wrote: > hi list, > > Any suggest on NFS server in product environment? > nfs-user-server or nfs-kernel-server? > We need stable nfs server. Hi, I have absolutely zero experience with NFS, but reading the description for both I would never

Any suggest on NFS server in product environment?

2008-10-08 Thread Ding Honghui
hi list, Any suggest on NFS server in product environment? nfs-user-server or nfs-kernel-server? We need stable nfs server. Regards, Ding Honghui -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: NFS server problem

2007-08-21 Thread Alex Samad
ipping ! nope have seen any hardware faults, but I have just upgraded to a new nfs package 1:1.1.1~git-20070709-3 > > > On 8/21/07, Alex Samad <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > I have 2 boxes, 1 is my nfs server - which hold all my home dire

Re: NFS server problem

2007-08-21 Thread Alex Samad
On Tue, Aug 21, 2007 at 11:04:51AM -0400, Neil Watson wrote: > Do there server logs reveal anything of interest? Does your network > gear report any problems? nope no errors, that I have seen. I have just upgrade nfs packages to 1:1.1.1~git-20070709-3 - there is some talk of fixing a bug of hav

Re: NFS server problem

2007-08-21 Thread Bhasker C V
I have 2 boxes, 1 is my nfs server - which hold all my home directories, > the > other is a processing machine, which loads the users home directories via > nfs > > my mount in the fstab > > hufpuf.hme1.samad.com.au:/home/alex /home/alex > nfs > rw,auto,

Re: NFS server problem

2007-08-21 Thread Neil Watson
Do there server logs reveal anything of interest? Does your network gear report any problems? -- Neil Watson | Debian Linux System Administrator| Uptime 3 days http://watson-wilson.ca -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

NFS server problem

2007-08-21 Thread Alex Samad
Hi I have 2 boxes, 1 is my nfs server - which hold all my home directories, the other is a processing machine, which loads the users home directories via nfs my mount in the fstab hufpuf.hme1.samad.com.au:/home/alex /home/alex nfs rw,auto,noatime

Re: Problems with nfs server

2005-12-20 Thread Andrew Sackville-West
Matt Jerdonek wrote: << snipping >>> debian:/home/matt# mount 192.168.0.201:/opt/eldk/ppc_8xx /mnt/home mount: mount point /mnt/home does not exist Anyone have an idea what I'm doing wrong? mkdir /mnt/home you need to have the mount point in place before the mount command. A Thanks, --

Re: Problems with nfs server

2005-12-20 Thread Richard Lyons
On Monday, 19 December 2005 at 19:38:35 -0800, Matt Jerdonek wrote: > Hi Everyone, > > I'm struggling getting the NFS server to work [...] You have put all the relevant daemons in host.allow? See the NFS-Howto if not. -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Problems with nfs server

2005-12-20 Thread Gary Leaf
Matt Jerdonek wrote: >Hi Everyone, > >I'm struggling getting the NFS server to work >properly. I've tried it with the nfs-kernel-server >package as well as the nfs-user-server package. I'm >using the Sarge release. > >I'm trying to boot an embedded

Problems with nfs server

2005-12-19 Thread Matt Jerdonek
Hi Everyone, I'm struggling getting the NFS server to work properly. I've tried it with the nfs-kernel-server package as well as the nfs-user-server package. I'm using the Sarge release. I'm trying to boot an embedded linux box from NFS. However, the embedded box rep

nfs: server odin not responding, still trying

2004-03-23 Thread Toby Batch
I've just moved to the 2.6.3 kernel and now my nfs has stopped working. I mount my home space from a 2.4.25 nfs server and as soon as i make any large reads (start an app) i get the following: Mar 23 08:52:17 [kernel] nfs: server odin not responding, still trying Mar 23 08:52:18 [kernel

Re: nfs server error (SOLVED)

2004-01-27 Thread Monique Y. Herman
On 2004-01-27, Monique Y. Herman penned: > > home:~# invoke-rc.d nfs-kernel-server start Exporting directories for > NFS kernel daemon...done. Starting NFS kernel daemon: > nfsdinvoke-rc.d: initscript nfs-kernel-server, action "start" failed. > Oops. I needed "NF

nfs server error

2004-01-27 Thread Monique Y. Herman
I'd like to play around with using one home directory for various machines, so I thought I'd install an nfs server. This is on unstable. Here's what I see: home:~# invoke-rc.d nfs-kernel-server start Exporting directories for NFS kernel daemon...done. Starting NFS kernel daemon:

Kernel 2.6.0 nfs-server

2004-01-04 Thread Elimar Riesebieter
Hi list, I am running a 2.6.0 nfs-kernel-server tcp enabled. Clients are mounting with following options: rw,tcp,rsize=8192,wsize=8192,timeo=14,intr After a while a client has mounted the exports the kernel tells: kernel: RPC request 0 but used 112 This is done in linux/net/sunrpc/svcsock.c /* R

Re: NFS server setup -> 'nfs-kernel-server' or 'nfs-user-server' !

2003-10-28 Thread Bob Proulx
Emil wrote: > someone please guide me in setup of NFS server. apt-get install nfs-kernel-server cat >> /etc/exports < pgp0.pgp Description: PGP signature

Re: NFS server setup -> 'nfs-kernel-server' or 'nfs-user-server' ! [SOLVED]

2003-10-27 Thread Mark Ferlatte
you're using your own custom one, then you will need to include NFS Server support in your kernel. M pgp0.pgp Description: PGP signature

Re: NFS server setup -> 'nfs-kernel-server' or 'nfs-user-server' ! [SOLVED]

2003-10-27 Thread Emil Hägerlund
Thanks, is 'apt-get install nfs-kernel-server' enough or do I need to compile anything? Emil -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze -- T

Re: NFS server setup -> 'nfs-kernel-server' or 'nfs-user-server' !

2003-10-27 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Emil Hägerlund <[EMAIL PROTECTED]> wrote: >someone please guide me in setup of NFS server. > >What is the difference between packages >'nfs-kernel-server' and 'nfs-user-server' >reagarding performance and config?

Re: NFS server setup -> 'nfs-kernel-server' or 'nfs-user-server' !

2003-10-27 Thread Ron Johnson
On Mon, 2003-10-27 at 01:59, =?iso-8859-1?B?RW1pbCBI5Gdlcmx1bmQ= ?= wrote: > Hi, > > someone please guide me in setup of NFS server. > > What is the difference between packages > 'nfs-kernel-server' and 'nfs-user-server' > reagarding performance and con

NFS server setup -> 'nfs-kernel-server' or 'nfs-user-server' !

2003-10-27 Thread Emil Hägerlund
Hi, someone please guide me in setup of NFS server. What is the difference between packages 'nfs-kernel-server' and 'nfs-user-server' reagarding performance and config? The server is running sarge and 2.4.22-1-k7. All tips hel

nfs server problem

2003-10-01 Thread jacek lempicki
Hi, I try to configure a NFS server on debian 30r1 and have some problems: 1° At client connection it says in /var/log/messages "rpc.mountd:getfh failed: Function not implemented" 2° The same if I try "exportfs -a" 3° pmap_dump says : 102 tcp111 portma

ltsp - nfs-server stalls

2003-09-25 Thread Titty Jacob
interfaces. My problem is after a few minutes of startup, the clients can't boot or load from the ltsp machine. The problem was analysed as too much network activity. If at all the client boots, it stalls at the point " Mounting roots filesystem from 192.168.1.200/ltsp...". At thi

Re: New Sarge NFS Server Unexporting after certain interval?

2003-08-01 Thread Ian Melnick
> So I then did this: > > # dpkg --install /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb Worked like a charm! Thanks so much! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-31 Thread Ron Johnson
On Thu, 2003-07-31 at 10:33, Ron Johnson wrote: > On Thu, 2003-07-31 at 09:38, Bill Benedetto wrote: > > Bill> I went through the same steps and mindset but after reading > > Bill> other posts about "nfs problem", I back-reved my > > Bill> nfs-kernel-server and my problems went away. > > > >

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-31 Thread Ron Johnson
On Thu, 2003-07-31 at 09:38, Bill Benedetto wrote: > Bill> I went through the same steps and mindset but after reading > Bill> other posts about "nfs problem", I back-reved my > Bill> nfs-kernel-server and my problems went away. > > Ian> Thanks. Is there a straightforward way for doing tha

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-31 Thread Bill Benedetto
Bill> I went through the same steps and mindset but after reading Bill> other posts about "nfs problem", I back-reved my Bill> nfs-kernel-server and my problems went away. Ian> Thanks. Is there a straightforward way for doing that? There probably is. Someone else suggested going to snap

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-30 Thread Dave Carrigan
On Wed, Jul 30, 2003 at 03:51:49PM -0500, Ian Melnick wrote: > > I went through the same steps and mindset but after reading > > other posts about "nfs problem", I back-reved my > > nfs-kernel-server and my problems went away. > > Thanks. Is there a straightforward way for doing that? Go to snaps

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-30 Thread Ian Melnick
> I went through the same steps and mindset but after reading > other posts about "nfs problem", I back-reved my > nfs-kernel-server and my problems went away. Thanks. Is there a straightforward way for doing that? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-30 Thread Bill Benedetto
>>> Ian Melnick writes: Ian> Just dist-upgrade'd and now have a new problem. I have a typical setup Ian> where one computer is the nis/nfs server, and the other workstations use Ian> autofs to mount the home dirs on login. Seems like after a certain Ian> pe

New Sarge NFS Server Unexporting after certain interval?

2003-07-30 Thread Ian Melnick
Hi all, Just dist-upgrade'd and now have a new problem. I have a typical setup where one computer is the nis/nfs server, and the other workstations use autofs to mount the home dirs on login. Seems like after a certain period, the home directories become unexported, or something. I ha

NFS-Server is hidding some partitions

2002-12-13 Thread Marcel Fehr
hello, the NFS-Client isn't seeing any mounted partition on the servers-disk, even if I got the 'nohide' option set in /etc/exports. I'm only able to access the root-partition (rw) and the created mount-points. All the mounted content is invisible to my NFS-Client and if I'm creating a directory

Re: nfs server newbie question

2002-10-27 Thread Tom Cook
or this to work? Or is 'nfs-common' sufficient? > > If I 'ps -ef|more' and look through the entries, I can see portmap but > no nfsd. But if I look in /etc/rc2.d I can see an entry of > 'S21nfs-common' although nowhere do I see an entry of 'S??nfsd

nfs server newbie question

2002-10-27 Thread Kevin Coyner
Within a small SOHO LAN I'd like to serve up my /home directory from one particular box with basic install of Debian 3.0 on it. Aside from my making the following entry into a /etc/exports file ... /home/myhomedirectory 192.168.1.0/24(rw) what else needs to be done? lsmod shows that 'nf

Re: NFS server slow when more clients access it

2002-10-09 Thread nate
Lukas Kubin said: > Yes -- point #4 above. When I use the kernel server then the client can't > see directories into that was mounted something on the server. Let's say > I've mounted /dev/sdb1 as /home on the server. Then I can see the content > of /home on the server but not on the client. so

Re: NFS server slow when more clients access it

2002-10-09 Thread Lukas Kubin
2.4.18 on server and 2.4.19 to boot the client. > I use nfs-kernel-server so it may not apply but how many nfs processes > are you running? my /etc/init.d/nfs-kernel-server has this > line in it: > > RPCNFSDCOUNT=16 > # Number of servers to be started up by default > > &

Re: NFS server slow when more clients access it

2002-10-09 Thread nate
vers to be started up by default (I think I changed it from the default) I have noticed in my recent casual tests that the nfs server on redhat 7.3 is much more solid then the one on debian 2.2. I don't know if its the kernel(since the kernel runs the nfs server) or if its the userspace s

NFS server slow when more clients access it

2002-10-08 Thread Lukas Kubin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having troubles with the speed of nfs-user-server, when the number of computers booting root system from it exceeds the approximate number of 5--7. The lower number is quite fast. The boot procedure of Debian "base" then takes about 15 to 20 minut

Re: Plip problems: do I need NFS server?

2002-01-13 Thread Anthony Campbell
On 25 Dec 2001, Michael Heldebrant wrote: > > > That's troubling. What are the error messages when you try and install > the packages on the laptop? > [snip] Thank you. During the setting up of nfs-kernel-server, the process gets as far as Starting NFS kernel daemon: nfsd and the

Re: Plip problems: do I need NFS server? -SOLVED

2001-12-26 Thread Anthony Campbell
On 25 Dec 2001, Michael Heldebrant wrote: > On Tue, 2001-12-25 at 05:24, Anthony Campbell wrote: > > > > Got that on my desktop; neither will install properly on my laptop, for > > some reason, but the desktop can presumably act as server and allow > > transfer in both directions? > > > That's t

Re: Plip problems: do I need NFS server?

2001-12-25 Thread Michael Heldebrant
to continue. > > > > > > I'm working through the NFS Howto, with moderate success only. Anything > > > else I should be reading? > > > > > > Question: is it essential to have a NFS server running on both machines > > > or is portmap enough? If

Re: Plip problems: do I need NFS server?

2001-12-25 Thread Anthony Campbell
moderate success only. Anything > > else I should be reading? > > > > Question: is it essential to have a NFS server running on both machines > > or is portmap enough? If it is essential, I have a problem, because both > > nfs-kernel-server and nfs-user-server f

Re: Plip problems: do I need NFS server?

2001-12-24 Thread Michael Heldebrant
; > Question: is it essential to have a NFS server running on both machines > or is portmap enough? If it is essential, I have a problem, because both > nfs-kernel-server and nfs-user-server fail to install properly on my > laptop. Describe moderate success? In lieu of that informa

Plip problems: do I need NFS server?

2001-12-24 Thread Anthony Campbell
I'm trying to set up plip on my desktop and laptop. Plip now runs, but I'm not sure how to continue. I'm working through the NFS Howto, with moderate success only. Anything else I should be reading? Question: is it essential to have a NFS server running on both machines or is por

Re: What packages do I need to be a NFS server?

2001-10-16 Thread Stan Brown
On Tue Oct 16 10:32:15 2001 Dave Sherohman wrote... > >On Tue, Oct 16, 2001 at 08:38:03AM -0400, Stan Brown wrote: >> I'm trying to use a potato machien as an NFS server. I have installed: >> >> nfs-common >> nfs-server >> >> And I have no /e

Re: What packages do I need to be a NFS server?

2001-10-16 Thread Dave Sherohman
On Tue, Oct 16, 2001 at 08:38:03AM -0400, Stan Brown wrote: > I'm trying to use a potato machien as an NFS server. I have installed: > > nfs-common > nfs-server > > And I have no /etc/exports file, nor nfsd, at least "which nfsd" doesn't > find it. >

What packages do I need to be a NFS server?

2001-10-16 Thread Stan Brown
I'm trying to use a potato machien as an NFS server. I have installed: nfs-common nfs-server And I have no /etc/exports file, nor nfsd, at least "which nfsd" doesn't find it. Do I need some other package? -- Stan Brown [EMAIL PROTECTED]

Re: slow nfs server

2001-08-03 Thread Dimitri Maziuk
FS has > become incredibly sluggish. It's almost impossible to edit files on > the imported filesystems because the writes hang for several seconds > every so often interrupting my typing. FWIW it happens here with SPARC Solaris 8 NFS server. I wouldn't call it "incredibly

slow nfs server

2001-08-03 Thread Christopher S. Swingley
Hi! I have a couple raid arrays (software raid, 2.4 kernel) that I've been exporting to a variety of other boxen where I work. Now that more than a few machines have these mounted (> 10, < 25), NFS has become incredibly sluggish. It's almost impossible to edit files on the imported filesystems b

nfs server -- please help

2001-08-02 Thread Suresh Kumar R
Hi, We in our university, have a linux network with the nfs server on debian potato machine connected to around 30 machines. The file server runs a samba server also. All the machines are connected via utp cables using a 10mbps hub. The setup works fine when all clients runs windows nt and the

kernel mode nfs server on debian, mounting on solaris gives errors

2001-03-26 Thread Dean A. Roman
Hello all, I am running an nfs server from a debian(potato) machine. It is running 2.2.18 kernel and the kernel mode nfs server with both kernel mode nfs-server v.3 and v2 configured. The solaris box is a sun sparc ultra60 dual processor running solaris 7. ==> On Debian machine (

Re: netbase & nfs server

2000-11-18 Thread Johannes Zellner
On Sat, Nov 18, 2000 at 06:50:28PM +0200, Tommi Komulainen wrote: [...] > Sounds like a problem indeed. You have the same version as I do, so my > guess is that your installation or dpkg database is corrupt. > Reinstalling net-tools should help. yeah. That helped. Thanks! -- Johannes

Re: netbase & nfs server

2000-11-18 Thread Tommi Komulainen
On Sat, Nov 18, 2000 at 04:42:10PM +0100, Johannes Zellner wrote: > I've installed netkit-ping, I didn't find iptools-ping and a search > on the debian site for iptools returned nothing. Maybe iputils-ping ? > Ahh. Yes. iputils-ping seems to provide ping. oops, my mistake, I was thinking about one

Re: netbase & nfs server

2000-11-18 Thread Johannes Zellner
hy nfs(-kernel)-server is not dependant on portmapper, I > don't know, maybe it's worth filing a bug report. Ok. portmap was indeed missing. Thanks. > > > Is someone running netbase > 4 successfully (working > > nfs server for example ?) > > netbase 4.05, p

Re: netbase & nfs server

2000-11-18 Thread Tommi Komulainen
not dependant on portmapper, I don't know, maybe it's worth filing a bug report. > Is someone running netbase > 4 successfully (working > nfs server for example ?) netbase 4.05, portmap 5 and nfs-kernel-server 0.2.1 and works just fine. -- Tommi Komulainen

Re: netbase & nfs server

2000-11-18 Thread Johannes Zellner
On Fri, Nov 17, 2000 at 11:36:59PM +0200, Tommi Komulainen wrote: > On Fri, Nov 17, 2000 at 10:33:11PM +0100, Johannes Zellner wrote: > > After upgrading netbase, the nfs-server doesn't work any more: > > Starting NFS servers:Cannot register service: RPC: Unable to receive; err

Re: netbase & nfs server

2000-11-17 Thread Tommi Komulainen
On Fri, Nov 17, 2000 at 10:33:11PM +0100, Johannes Zellner wrote: > After upgrading netbase, the nfs-server doesn't work any more: > Starting NFS servers:Cannot register service: RPC: Unable to receive; errno = > Connection refused > > what's the problem ? Portmapper an

netbase & nfs server

2000-11-17 Thread Johannes Zellner
After upgrading netbase, the nfs-server doesn't work any more: Starting NFS servers:Cannot register service: RPC: Unable to receive; errno = Connection refused what's the problem ? -- Johannes

nfs server will not start

2000-11-01 Thread Pascal Hos
When starting my nfs-kernel-server, I get the following response: Starting NFS kernel daemon: nfsdnfssvc: Address already in use I did check that portmapd is running. It seems that the previous instance of the server didn't release the port when it was stopped. Is there a way to free up the port w

Re: NFS server setup problems...

2000-05-22 Thread Kelly Corbin
My mistake. I reinstalled nfs-server instead of nfs-kernel-server, and everything worked fine. Kelly > > No idea, if you really compiled NFS server support (CONFIG_NFSD) in the > kernel, and not > only the filesystem (CONFIG_NFS_FS) it should work. > > After getting

Re: NFS server setup problems...

2000-05-22 Thread Kelly Corbin
Daniel Faller wrote: I have compiled NFS into the kernel (not as a module). And I have the nfs-kernel-package installed. Any other ideas? Thanks. Kelly > You have to compile a custom kernel including kernel-nfs, or use the user > space nfs daemon > (Package nfs-server instead of n

Re: NFS server setup problems...

2000-05-22 Thread Kelly Corbin
Yes, NFS is compiled into the kernel not as a module. > > Do you have NFS support compiled into your kernel? > > Mike Janssen - Jamuraa > [EMAIL PROTECTED] - [EMAIL PROTECTED]

NFS server setup problems...

2000-05-19 Thread Kelly Corbin
At boot, Debian tells me: Starting NFS kernel daemon: export 'blah':/'blah': Function not implemented nfsd nfssvc: Function not implemented. What am I missing? Any help would be appreciated. Thanks! Kelly [EMAIL PROTECTED]

Re: confused about NFS-server in kernel versus nfsd package

1999-09-08 Thread Nathan E Norman
On Wed, 8 Sep 1999, James D. Freels wrote: : I would like to take advantage of the apparent better performance of : NFS-server capability of the new kernel. I have built my kernel : 2.2.12 with nfs-server capability. I cannot find any documentation on : this capability (howto, etc.) The

confused about NFS-server in kernel versus nfsd package

1999-09-08 Thread James D. Freels
I would like to take advantage of the apparent better performance of NFS-server capability of the new kernel. I have built my kernel 2.2.12 with nfs-server capability. I cannot find any documentation on this capability (howto, etc.) The help message from the kernel configuration is attached

Re: NFS server

1999-06-23 Thread Will Lowe
> Please choose the NFS server and the mount path of the NFS filesystem > that contains the Debian archive. > Enter them in this way: server:/ftp/debian > > What I don't understand is: > (1) does Debian have a standard NFS from which I can access the > archive

NFS server

1999-06-23 Thread Pete Vanderburgh
Hey all. Much thanks for the references for installation procedures. I'm in danger of actually making progress. ;-) I am completely stuck in part of the system installation, however. I have the prompt: --- Please choose the NFS server and the mount path of the NFS filesystem that contain

Problems to set up a NFS-server

1999-03-23 Thread Joachim Trinkwitz
Hi all, I have problems to install a NFS-server in a Linux-only local intranet: kernel 2.2.1 w. NFS compiled; nfs-server_2.2beta37-1.deb installed, looks ok; /etc/exports file edited. When I say 'rpcinfo -p',the mountd, nfsd and portmapper look up as usual, but when I say 'rp

Re: German NFS-Server

1999-03-16 Thread Jens Ritter
"Florian 'Papa Flo' Streck" <[EMAIL PROTECTED]> writes: > Hallo! > > Does anybody know a debian-mirror in Germany that I can access via NFS? > I already tried the ftp-mirrors but always got a time-out message. > Could it be that I just tried the wrong Paths? Or do those servers > (ftp.de.debian.o

Re: German NFS-Server

1999-03-10 Thread Ralf G. R. Bergs
On Wed, 10 Mar 1999 14:54:11 +0100 (CET), Florian 'Papa Flo' Streck wrote: >Does anybody know a debian-mirror in Germany that I can access via NFS? >I already tried the ftp-mirrors but always got a time-out message. >Could it be that I just tried the wrong Paths? Or do those servers >(ftp.de.debia

German NFS-Server

1999-03-10 Thread Florian 'Papa Flo' Streck
Hallo! Does anybody know a debian-mirror in Germany that I can access via NFS? I already tried the ftp-mirrors but always got a time-out message. Could it be that I just tried the wrong Paths? Or do those servers (ftp.de.debian.org ftp.tu-clausthal.de os.inf.tu-dresden.de) not support NFS? I don't

  1   2   >