Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [~amd64] NFS server broken again :(
Date: Mon, 27 Oct 2014 19:38:43
Message-Id: m2m6v8$v8$1@ger.gmane.org
1 Last night when I powered off my machines NFS was working perfectly. Today
2 it's broken again for the nth time:
3
4 #systemctl status nfs-server
5 ● nfs-server.service - NFS server and services
6 Loaded: loaded (/usr/lib64/systemd/system/nfs-server.service; enabled)
7 Active: failed (Result: exit-code) since Mon 2014-10-27 11:50:38 PDT; 25min ago
8 Process: 896 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
9 Process: 893 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS)
10 Process: 939 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=1/FAILURE)
11 Process: 936 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
12 Main PID: 939 (code=exited, status=1/FAILURE)
13
14 Oct 27 11:50:38 a6 rpc.nfsd[939]: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
15 Oct 27 11:50:38 a6 rpc.nfsd[939]: rpc.nfsd: unable to set any sockets for nfsd
16 Oct 27 11:50:38 a6 systemd[1]: nfs-server.service: main process exited, code=exited, status=1/FAILURE
17 Oct 27 11:50:38 a6 systemd[1]: Failed to start NFS server and services.
18 Oct 27 11:50:38 a6 systemd[1]: Unit nfs-server.service entered failed state.
19
20 #rpc.nfsd -d
21 rpc.nfsd: Checking netconfig for visible protocols.
22 rpc.nfsd: Enabling inet udp.
23 rpc.nfsd: Enabling inet tcp.
24 rpc.nfsd: Enabling inet6 udp.
25 rpc.nfsd: Enabling inet6 tcp.
26 rpc.nfsd: knfsd is currently down
27 rpc.nfsd: Writing version string to kernel: -2 +3 +4
28 rpc.nfsd: Creating inet TCP socket.
29 rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
30 rpc.nfsd: Creating inet6 TCP socket.
31 rpc.nfsd: writing fd to kernel failed: errno 97 (Address family not supported by protocol)
32 rpc.nfsd: unable to set any sockets for nfsd
33
34 Same kernel (3.16.6-gentoo) and nfs-utils-1.3.0-r1 I've been using for weeks
35 with no trouble, so why today?
36
37 Packages updated yesterday have (I think) nothing to do with nfs:
38
39 #qlop -l |grep 'Oct 26'
40 Fri Oct 26 03:07:58 2012 >>> app-text/calibre-0.9.4
41 Fri Oct 26 03:08:13 2012 >>> app-mobilephone/obexd-0.46
42 Fri Oct 26 13:41:39 2012 >>> sys-fs/fuse-2.9.1-r1
43 Fri Oct 26 13:41:47 2012 >>> sys-fs/mtpfs-1.1
44 Sat Oct 26 15:34:57 2013 >>> media-video/avidemux-2.5.6-r2
45 Sun Oct 26 07:09:51 2014 >>> sys-libs/timezone-data-2014i-r1
46 Sun Oct 26 07:10:10 2014 >>> dev-python/py-1.4.26
47 Sun Oct 26 07:10:25 2014 >>> dev-python/pytest-2.6.4
48 Sun Oct 26 07:14:05 2014 >>> dev-lang/perl-5.20.1-r2
49 Sun Oct 26 07:14:28 2014 >>> dev-perl/DBI-1.631.0
50 Sun Oct 26 07:14:49 2014 >>> net-libs/polarssl-1.3.9
51 Sun Oct 26 07:15:25 2014 >>> dev-python/pillow-2.5.3-r1
52 Sun Oct 26 08:41:38 2014 >>> net-libs/webkit-gtk-2.4.7
53
54 Any ideas on how to debug this?
55
56 Thanks.

Replies

Subject Author
Re: [gentoo-user] [~amd64] NFS server broken again :( "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] [~amd64] NFS server broken again :( Tom H <tomh0665@×××××.com>