On Sun, 9 Jan 2000, Peter wrote:

> nfs-server IP). The computer then tries to mount the nfs drive, but it
> doesn't work.

Does it tell you why it doesn't work?

> Logging in on tty2 and running the command rpc.portmap
> -d i get the following error message:
> 
> portmap [588]: cannot bind udp: address already in use
> 
rpc.portmap is the portmapper daemon.  It is probably already running on
your box by this time.
The bind() function (roughly) registers that you want to know about all
connections on a certain port.  In the case of portmap, this is udp port
111.  Since the other copy of portmap has already bound to this, you can't
start another copy of portmap.

> pcmcia cards; 3c563D, 3c589D and a Xircom CEM56-100, but no luck.
> Anyone have any idea what I have overlooked?
> 
It isn't the network card...  Can you ping anywhere from the laptop?  If
you are relying on dns (rather than specifying everthing by IP address)
does it work properly.  Is the nfs server working?

-- 
Mike Ricketts <[EMAIL PROTECTED]>

Whenever I hear anyone arguing for slavery, I feel a strong impulse to
see it tried on him personally.
                -- Abraham Lincoln

Reply via email to