From owner-freebsd-questions@FreeBSD.ORG Sat May 3 10:08:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3DA37B401 for ; Sat, 3 May 2003 10:08:06 -0700 (PDT) Received: from ridge.aps.org (ridge.aps.org [149.28.1.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C8843F3F for ; Sat, 3 May 2003 10:08:05 -0700 (PDT) (envelope-from paul@aps.org) Received: from kirk.aps.org (kirk.aps.org [149.28.9.5]) by ridge.aps.org (8.9.3+Sun/8.9.3) with ESMTP id NAA20882 for ; Sat, 3 May 2003 13:08:04 -0400 (EDT) Received: from aps.org (kirk [149.28.9.5]) by kirk.aps.org (8.9.3/8.9.3) with ESMTP id NAA03395 for ; Sat, 3 May 2003 13:08:04 -0400 (EDT) Date: Sat, 3 May 2003 13:08:16 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Paul Dlug To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) Subject: NFS problems with bge driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 17:08:06 -0000 I recently installed 3Com Gigabit NIC's using the bge driver in 5 Dell 1550's running FreeBSD 4.8-STABLE (cvsup'ed and built as of weds this past week). Each one of the exhibits the same behavior, the following error messages come up on boot, it seems that the bge driver is coming up after the NFS mounts begin. Once I get a login prompt and look the filesystems are unmounted, a 'mount -a' successfully mounts everything so it's just during the boot process that it fails. Error messages are below, any suggestions would be greatly appreciated. Mounting NFS file systems:bge0: gigabit link up bge0: gigabit link up 192.168.2.3:/vol/vol0/freebsd/ports: nfsd: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to send nfs: Cannot immediately mount 192.168.2.3:/vol/vol0/freebsd/ports, backgrounding 192.168.2.3:/vol/vol0/freebsd/src: nfsd: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to send Additional daemons: syslogd. Doing additional network setup: ntpd. Starting final network daemons: nfsiod NFS access cache time=2rpc.umntall: 192.1 68.2.3: RPCPROG_MNT: RPC: Port mapper failure - RPC: Unable to send rpc.umntall: 192.168.2.3: RPCPROG_MNT: RPC: Port mapper failure - RPC: Unable to send My other hosts are Dell 1650's using embedded Intel gigabit NIC's which don't seem to have the same problem. Thanks, Paul