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/
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
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
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
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
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
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
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
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
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
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
:
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
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:
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:
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:
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
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
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
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
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
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
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
* 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
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
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
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
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
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.
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
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
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]
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
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
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,
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
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
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,
--
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]
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
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
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
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
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:
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
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
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
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
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?
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
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
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
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
> 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]
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.
> >
> >
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
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
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
> 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".
>>> 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
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
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
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
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
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
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
>
>
&
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
-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
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
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
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
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
;
> 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
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
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
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.
>
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]
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
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]
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]
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
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
> 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
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
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
"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
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
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 - 100 of 113 matches
Mail list logo