From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9CB0D1389ED for ; Tue, 28 Oct 2014 00:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75396E0943; Tue, 28 Oct 2014 00:56:48 +0000 (UTC) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40D39E0913 for ; Tue, 28 Oct 2014 00:56:46 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id u10so6599512lbd.20 for ; Mon, 27 Oct 2014 17:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=OcloeQz4EVhtZYHIe4+9dVdOJDllE2gFRsz80HjaOGk=; b=Ubzn4h9cOHjYIQs3+uGzJaU1Lr9LxLMZTaabsioSisJQmSoLnHQbmWCBTbtcGQNzyK a8GZaHvfXnbX+tYUjjk0mq83rMQ3lMWplIjue01YYX0qIVMHd+9JcUod+8IwdwXsko08 RZBbRyIpgI1D/sCcfuVoN3Tt/0gTFt4cLNnRU+LryIfZO/RPFfzjt5T1o/A5qot60PJh jb2++PPyYBCOiCAiOuBWUy/P3ftWEDZkz0rs1FNhGkBAgHRhRSKrKW6KMb1Eoyjrus8s RbRkjTnkRcWrq3FFR8jCX+n2DrFnF7PpqTgSXzSIETyI05Pz+5CsbJXI+r4UgKr7HgMq ZQYg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.27.38 with SMTP id q6mr28349lag.92.1414457805630; Mon, 27 Oct 2014 17:56:45 -0700 (PDT) Received: by 10.152.22.168 with HTTP; Mon, 27 Oct 2014 17:56:45 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Oct 2014 20:56:45 -0400 Message-ID: Subject: Re: [gentoo-user] [~amd64] NFS server broken again :( From: Tom H To: Gentoo User Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f3f8a19d-e0c7-48a3-8cb0-aafa01cc48f0 X-Archives-Hash: 08a33eefec492b048c0c6e9311e0c967 On Mon, Oct 27, 2014 at 3:38 PM, walt wrote: > > Last night when I powered off my machines NFS was working perfectly. Tod= ay > it's broken again for the nth time: > > #systemctl status nfs-server > =E2=97=8F nfs-server.service - NFS server and services > Loaded: loaded (/usr/lib64/systemd/system/nfs-server.service; enabled) > Active: failed (Result: exit-code) since Mon 2014-10-27 11:50:38 PDT; = 25min ago > Process: 896 ExecStopPost=3D/usr/sbin/exportfs -f (code=3Dexited, statu= s=3D0/SUCCESS) > Process: 893 ExecStopPost=3D/usr/sbin/exportfs -au (code=3Dexited, stat= us=3D0/SUCCESS) > Process: 939 ExecStart=3D/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=3Dexited= , status=3D1/FAILURE) > Process: 936 ExecStartPre=3D/usr/sbin/exportfs -r (code=3Dexited, statu= s=3D0/SUCCESS) > Main PID: 939 (code=3Dexited, status=3D1/FAILURE) > > Oct 27 11:50:38 a6 rpc.nfsd[939]: rpc.nfsd: writing fd to kernel failed: = errno 111 (Connection refused) > Oct 27 11:50:38 a6 rpc.nfsd[939]: rpc.nfsd: unable to set any sockets for= nfsd > Oct 27 11:50:38 a6 systemd[1]: nfs-server.service: main process exited, c= ode=3Dexited, status=3D1/FAILURE > Oct 27 11:50:38 a6 systemd[1]: Failed to start NFS server and services. > Oct 27 11:50:38 a6 systemd[1]: Unit nfs-server.service entered failed sta= te. > > #rpc.nfsd -d > rpc.nfsd: Checking netconfig for visible protocols. > rpc.nfsd: Enabling inet udp. > rpc.nfsd: Enabling inet tcp. > rpc.nfsd: Enabling inet6 udp. > rpc.nfsd: Enabling inet6 tcp. > rpc.nfsd: knfsd is currently down > rpc.nfsd: Writing version string to kernel: -2 +3 +4 > rpc.nfsd: Creating inet TCP socket. > rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused) > rpc.nfsd: Creating inet6 TCP socket. > rpc.nfsd: writing fd to kernel failed: errno 97 (Address family not suppo= rted by protocol) > rpc.nfsd: unable to set any sockets for nfsd Is rpcbind.service running? Does "rpcbind -p" output the usual programs/ports/...? Are the nfs-api-filesystems mounted? ("/var/lib/nfs/rpc_pipefs" and "/proc/fs/nfsd")