Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 22:13:23 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        Tim Kientzle <kientzle@acm.org>
Cc:        current@freebsd.org
Subject:   Re: NFS over TCP doesn't umount
Message-ID:  <20030131220745.I22233@levais.imp.ch>

next in thread | raw e-mail | index | archive | help


Hi,

>   # umount /mnt
>   Bad MNT RPC: RPC: Timed out

This behaviour is the same since we support NFS over
TCP. The problem is, that the state of the nfs_mount
isn't stored.

That means that umount cannot look at the mountflags
and decide what protocol it likes to use.

Of course we can change this, but have to kill one existing
mountflag because they are all used currently. I propose to remove
"MNT_EXKERB", since all the kerberos nfs stuff has been
removed. Have a look at mount.h yourself.

If this is generally ok'd, I'll make a patch and commit
it.

Martin

Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org>
------------------------------------------------------------------
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP: <finger -l mbr@freebsd.org>
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
------------------------------------------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131220745.I22233>