From owner-freebsd-current Fri Jan 31 13:13:40 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C01637B401 for ; Fri, 31 Jan 2003 13:13:39 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B0143F75 for ; Fri, 31 Jan 2003 13:13:37 -0800 (PST) (envelope-from mb@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h0VLDSmS035875; Fri, 31 Jan 2003 22:13:28 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 31 Jan 2003 22:13:23 +0100 (CET) From: Martin Blapp To: Tim Kientzle Cc: current@freebsd.org Subject: Re: NFS over TCP doesn't umount Message-ID: <20030131220745.I22233@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: 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