public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] nfs behavior
@ 2005-09-02 17:31 John Dangler
  2005-09-02 17:35 ` John Dangler
  2005-09-02 17:41 ` Martin Eisenhardt
  0 siblings, 2 replies; 6+ messages in thread
From: John Dangler @ 2005-09-02 17:31 UTC (permalink / raw
  To: gentoo-user

I setup nfs on a file server and my laptop and the first couple of days
everything was running fine.
I had to reboot the file server, and now all commands on the laptop to the
/mnt directory lock up.
e.g. - me@Nebo: ls /mnt

just sits. 

I have to kill the terminal window, since there is no way to exit from it.

if I try umount /mnt/Mambo , I get 
Cannot MOUNTPROG RPC: RPC: Program not registered.
umount: /mnt/Mambo: device is busy.
Cannot MOUNTPROG RPC: RPC: Program not registered.
umount: /mnt/Mambo: device is busy.

Any suggestions on what's going on here ?

Any input is appreciated.

John 
 



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] nfs behavior
  2005-09-02 17:31 [gentoo-user] nfs behavior John Dangler
@ 2005-09-02 17:35 ` John Dangler
  2005-09-02 17:41 ` Martin Eisenhardt
  1 sibling, 0 replies; 6+ messages in thread
From: John Dangler @ 2005-09-02 17:35 UTC (permalink / raw
  To: gentoo-user

I was able to get it to unmount using umount -l (lazy), but trying to mount
it again produces:
mount 192.168.1.36:/usr2/public
mount: RPC: Program not registered

John D
 
-----Original Message-----
From: John Dangler [mailto:jdangler@atlantic.net] 
Sent: Friday, September 02, 2005 1:31 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] nfs behavior

I setup nfs on a file server and my laptop and the first couple of days
everything was running fine.
I had to reboot the file server, and now all commands on the laptop to the
/mnt directory lock up.
e.g. - me@Nebo: ls /mnt

just sits. 

I have to kill the terminal window, since there is no way to exit from it.

if I try umount /mnt/Mambo , I get 
Cannot MOUNTPROG RPC: RPC: Program not registered.
umount: /mnt/Mambo: device is busy.
Cannot MOUNTPROG RPC: RPC: Program not registered.
umount: /mnt/Mambo: device is busy.

Any suggestions on what's going on here ?

Any input is appreciated.

John 
 



-- 
gentoo-user@gentoo.org mailing list




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nfs behavior
  2005-09-02 17:31 [gentoo-user] nfs behavior John Dangler
  2005-09-02 17:35 ` John Dangler
@ 2005-09-02 17:41 ` Martin Eisenhardt
  2005-09-02 17:55   ` Martin Eisenhardt
  2005-09-02 17:59   ` John Dangler
  1 sibling, 2 replies; 6+ messages in thread
From: Martin Eisenhardt @ 2005-09-02 17:41 UTC (permalink / raw
  To: gentoo-user

Hello John,

On Friday 02 September 2005 19:31, John Dangler wrote:
> I setup nfs on a file server and my laptop and the first couple of days
> everything was running fine.
> I had to reboot the file server, and now all commands on the laptop to the
> /mnt directory lock up.
> e.g. - me@Nebo: ls /mnt
>
> just sits.
>
> I have to kill the terminal window, since there is no way to exit from it.
>
> if I try umount /mnt/Mambo , I get
> Cannot MOUNTPROG RPC: RPC: Program not registered.
> umount: /mnt/Mambo: device is busy.
> Cannot MOUNTPROG RPC: RPC: Program not registered.
> umount: /mnt/Mambo: device is busy.
>
> Any suggestions on what's going on here ?

Are you sure that the portmapper service is running on both the server and the 
laptop? Check

	/etc/init.d/portmap status

and start the portmapper if it is not already running.

Regards
Martin
> Any input is appreciated.
>
> John

-- 
Dipl. Wirtsch.Inf. (Univ.) Martin Eisenhardt

Otto-Friedrich-University Bamberg
Department Business Informatics and Applied Computer Science
Media Informatics Group

D - 96045 Bamberg

fon: +49 (951) 863 2856
fax: +49 (951) 863 2852

www: http://www.mneisen.org

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nfs behavior
  2005-09-02 17:41 ` Martin Eisenhardt
@ 2005-09-02 17:55   ` Martin Eisenhardt
  2005-09-02 18:09     ` RESOLVED " John Dangler
  2005-09-02 17:59   ` John Dangler
  1 sibling, 1 reply; 6+ messages in thread
From: Martin Eisenhardt @ 2005-09-02 17:55 UTC (permalink / raw
  To: gentoo-user

On Friday 02 September 2005 19:41, Martin Eisenhardt wrote:
>
> Are you sure that the portmapper service is running on both the server and
> the laptop? Check
>
> 	/etc/init.d/portmap status
>
> and start the portmapper if it is not already running.

That reminds me: Check

	/etc/init.d/nfs status

and start NFS on the server if it is not running. After seeing your second 
posting, it occurs to me that the portmapper might be running while NFS 
itself is not.

Regards
Martin
-- 
Dipl. Wirtsch.Inf. (Univ.) Martin Eisenhardt

Otto-Friedrich-University Bamberg
Department Business Informatics and Applied Computer Science
Media Informatics Group

D - 96045 Bamberg

fon: +49 (951) 863 2856
fax: +49 (951) 863 2852

www: http://www.mneisen.org

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] nfs behavior
  2005-09-02 17:41 ` Martin Eisenhardt
  2005-09-02 17:55   ` Martin Eisenhardt
@ 2005-09-02 17:59   ` John Dangler
  1 sibling, 0 replies; 6+ messages in thread
From: John Dangler @ 2005-09-02 17:59 UTC (permalink / raw
  To: gentoo-user

Martin~
Yes. Portmap shows status: started on both machines

John D


-----Original Message-----
From: Martin Eisenhardt [mailto:martin.eisenhardt@wiai.uni-bamberg.de] 
Sent: Friday, September 02, 2005 1:41 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] nfs behavior

Hello John,

On Friday 02 September 2005 19:31, John Dangler wrote:
> I setup nfs on a file server and my laptop and the first couple of days
> everything was running fine.
> I had to reboot the file server, and now all commands on the laptop to the
> /mnt directory lock up.
> e.g. - me@Nebo: ls /mnt
>
> just sits.
>
> I have to kill the terminal window, since there is no way to exit from it.
>
> if I try umount /mnt/Mambo , I get
> Cannot MOUNTPROG RPC: RPC: Program not registered.
> umount: /mnt/Mambo: device is busy.
> Cannot MOUNTPROG RPC: RPC: Program not registered.
> umount: /mnt/Mambo: device is busy.
>
> Any suggestions on what's going on here ?

Are you sure that the portmapper service is running on both the server and
the 
laptop? Check

	/etc/init.d/portmap status

and start the portmapper if it is not already running.

Regards
Martin
> Any input is appreciated.
>
> John

-- 
Dipl. Wirtsch.Inf. (Univ.) Martin Eisenhardt

Otto-Friedrich-University Bamberg
Department Business Informatics and Applied Computer Science
Media Informatics Group

D - 96045 Bamberg

fon: +49 (951) 863 2856
fax: +49 (951) 863 2852

www: http://www.mneisen.org

-- 
gentoo-user@gentoo.org mailing list





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RESOLVED RE: [gentoo-user] nfs behavior
  2005-09-02 17:55   ` Martin Eisenhardt
@ 2005-09-02 18:09     ` John Dangler
  0 siblings, 0 replies; 6+ messages in thread
From: John Dangler @ 2005-09-02 18:09 UTC (permalink / raw
  To: gentoo-user

That was it.  Portmap was running, nfs was not.  I had a note to myself to
uncomment the auto start of nfs, but didn't uncomment it out... DOH!
(I also had the fstab line ready to go in the laptop and uncommented that as
well)

Thanks for the help, Martin

John

-----Original Message-----
From: Martin Eisenhardt [mailto:martin.eisenhardt@wiai.uni-bamberg.de] 
Sent: Friday, September 02, 2005 1:56 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] nfs behavior

On Friday 02 September 2005 19:41, Martin Eisenhardt wrote:
>
> Are you sure that the portmapper service is running on both the server and
> the laptop? Check
>
> 	/etc/init.d/portmap status
>
> and start the portmapper if it is not already running.

That reminds me: Check

	/etc/init.d/nfs status

and start NFS on the server if it is not running. After seeing your second 
posting, it occurs to me that the portmapper might be running while NFS 
itself is not.

Regards
Martin
-- 
Dipl. Wirtsch.Inf. (Univ.) Martin Eisenhardt

Otto-Friedrich-University Bamberg
Department Business Informatics and Applied Computer Science
Media Informatics Group

D - 96045 Bamberg

fon: +49 (951) 863 2856
fax: +49 (951) 863 2852

www: http://www.mneisen.org

-- 
gentoo-user@gentoo.org mailing list





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-02 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 17:31 [gentoo-user] nfs behavior John Dangler
2005-09-02 17:35 ` John Dangler
2005-09-02 17:41 ` Martin Eisenhardt
2005-09-02 17:55   ` Martin Eisenhardt
2005-09-02 18:09     ` RESOLVED " John Dangler
2005-09-02 17:59   ` John Dangler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox