From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 15:17:32 2004 Return-Path: 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 2946316A4CE; Fri, 20 Aug 2004 15:17:32 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1287543D1D; Fri, 20 Aug 2004 15:17:29 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i7KFHRX227242; Fri, 20 Aug 2004 17:17:27 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i7KFHRI72960; Fri, 20 Aug 2004 17:17:27 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i7KFHQe12882; Fri, 20 Aug 2004 17:17:26 +0200 (MET DST) Date: Fri, 20 Aug 2004 17:17:25 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: jmg@freebsd.org Message-ID: <20040820171417.E517@beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: current@freebsd.org Subject: NFS broken by uipc_socket.c:1.209 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 15:17:32 -0000 Hi, this commit broke NFS. When I try to mount an NFS file system the very first response from the server gets rejected with a 'port not available' ICMP message from the FreeBSD client. Backing out 1.209 helps. harti