Re: portmap dies

Thomas Pornin (bip@orion.ens.fr)
Wed, 14 Jan 1998 10:05:23 +0100


In article <u91zycb3f0.fsf@spock.ctd.comsat.com> you write:
>I'm running 2.1.78 with kernel nfs enabled. I don't have the latest
>nfs-linux installed, because it still won't build on glibc2.
>
>When a remote client attempts to mount my linux server, portmap dies.
>
>No useful debugging info is produced (anywhere I can find it).

Try running portmap in debug mode: kill it, and let root run it in a tty
with the flags -d -v. It should be a bit more verbose about what is happening.

Alternatively, considering the source code of the portmap used in the RedHat
distribution (and I suppose it is used elsewhere also), it is not surprising
that it crashes... on my alpha box, it produced some segmentation faults...
so I began to write my own portmap. It is not finished yet, but already
functionnal enough to handle nfs.

Send me a mail if you want the source code.

--Thomas Pornin