From owner-freebsd-bugs Fri Jun 9 12:05:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA28060 for bugs-outgoing; Fri, 9 Jun 1995 12:05:21 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA28054 for ; Fri, 9 Jun 1995 12:05:18 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id MAA09053; Fri, 9 Jun 1995 12:08:32 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id MAA09587; Fri, 9 Jun 1995 12:05:26 -0700 Message-Id: <199506091905.MAA09587@corbin.Root.COM> To: terry@cs.weber.edu (Terry Lambert) cc: dillon@best.com (Matt Dillon), bugs@FreeBSD.org Subject: Re: connect() bug found and fixed (uninitialized pointer) In-reply-to: Your message of "Fri, 09 Jun 95 12:15:05 MDT." <9506091815.AA23006@cs.weber.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 09 Jun 1995 12:05:25 -0700 Sender: bugs-owner@FreeBSD.org Precedence: bulk >> * our BSDI shell machine has NFS mounts to the FreeBSD >> FTP/WWW machine so users can access their FTP/WWW partition >> from their shell account. If the FTP/WWW machine is >> rebooted, the shell will 'loose' the mounts... get >> 'nfs server not responding' errors until the shell >> is rebooted. however, new mounting new partitions >> during this condition still works. Weird... > >Sounds like your mounts are using TCP instead of UDP. Changing them >to UDP should do the trick. No, TCP NFS connections are automatically re-established. -DG