From owner-freebsd-stable@freebsd.org Mon Oct 31 08:49:45 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63297C2873C for ; Mon, 31 Oct 2016 08:49:45 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A3321C48 for ; Mon, 31 Oct 2016 08:49:45 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by mail-oi0-x229.google.com with SMTP id v84so56479702oie.3 for ; Mon, 31 Oct 2016 01:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=qiYugK8oVNICRByEKNmNv/2OZDLb/6iTwRilaM3cZjA=; b=YHJgfE9ZMySSSdNaBToufe1gUBFx91i+aKzslugqtQkn1GNPAw5DRaVDCnCYs/YT/R +QVakYFgFw+4ztb53VhEV1Fa4y2viT+jIFH3GS9wGIKM2PgyILTetSK2L8dR+PpkdI5T xYaZ0pAKZTTYREv/IIR58xxXn/ZeKa3Hr779ooJ7zQBo/XYEe595Mfq6bQMN3EnTTWhk /YXCF09HQaR1mblNDoceR74EzCtLEA+q3oFeQply+ypRy9rmKC5+Bq0ohww35wGPcySF spJN9BQNhI42PgHvriCz3FWQpL1vyeAduZXy65sc3svDJkkydMysRgaC4WG14NVDGauC hYxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qiYugK8oVNICRByEKNmNv/2OZDLb/6iTwRilaM3cZjA=; b=brz6Qj+LKKICjn+fGB0hVWiI521SXMnGRAmrqXHIDaN9IYtOfoIFkhj2ETGW+7mYk9 Ch+ks0VyUoeFmNMuSaZEtcPr1PuBFGLrX4oYMIFEw+IhsHpp2B4DXmMhLMS4NhndoJjd XJ5UcCuhXdJJMXiAvimQPaCeutYPwFcxUzVKWfx5fzvijA66XAtXSzFoRiUHXds0E2jY MS8Ve23W+gszdFyco1koWgbRrPzehu1+6z/nFiLU8+h4SLrMmeiKagtZvpwQ2UYAjvNp MpdWjHzFi+KtczT8YMxPwqlyNUE6DdXCqv2m+UC7NwHsY74TfWzdM0e+UlCu77Qn6Aj9 Hicg== X-Gm-Message-State: ABUngvenHLHr/i/om4Z3WZ2wxwgy6w/P6jcEuwGbFpzkQdD+A198qNXY+JPFSkWjxPK159YnLK51EOCIDcgK1A== X-Received: by 10.36.211.207 with SMTP id n198mr7734817itg.28.1477903784313; Mon, 31 Oct 2016 01:49:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.127.88 with HTTP; Mon, 31 Oct 2016 01:49:43 -0700 (PDT) From: Aryeh Friedman Date: Mon, 31 Oct 2016 04:49:43 -0400 Message-ID: Subject: NFS Client can't reconnect (RPC timeout) after reboot To: FreeBSD Stable List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 08:49:45 -0000 I get a RPC time out when I attempt to reboot a 11-STABLE (1st uname) NFS client attempting to connect to a 11-STABLE NFS server (2nd uname): (Note: NIS continues to work w/ "server" being the NIS server also note rebooting the server clears it but restarting rpcbind/nfsd/mountd does not) FreeBSD lilith 11.0-STABLE FreeBSD 11.0-STABLE #7 r308121: Mon Oct 31 02:58:37 EDT 2016 root@lilith:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD server 11.0-STABLE FreeBSD 11.0-STABLE #0 r308000: Thu Oct 27 09:47:19 EDT 2016 aryeh@server2:/data/usr.obj/data/usr.src/sys/GENERIC amd64 Server /etc/rc.conf: hostname="server" ifconfig_vtnet0="inet 10.0.10.254 netmask 255.255.255.0" defaultrouter="10.0.10.1" sshd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" named_enable="YES" rpcbind_enable="YES" nfs_server_enable="YES" mountd_flags="-r" nisdomainname="office" nis_server_enable="YES" nis_yppasswdd_enable="YES" lockd_enable="YES" statd_enable="YES" Server /etc/exports: /usr/local/com -maproot=root -network 10.0.10/24 /data/home /data/usr.src /data/ports -maproot=root -network 10.0.10/24 Client /etc/rc.conf: hostname="lilith" ifconfig_re0="inet 10.0.10.20 netmask 255.255.255.0" defaultrouter="10.0.10.1" sshd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" nisdomainname="office" nis_client_enable="YES" tomcat7_enable="YES" cupsd_enable="YES" autofs_enable="YES" lockd_enable="YES" statd_enable="YES" -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org