-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Look: Telcontar:~ # date;systemctl status fam.service Sun Jun 16 14:41:51 CEST 2013 fam.service - LSB: file access monitoring Loaded: loaded (/etc/init.d/fam) Active: failed (Result: exit-code) since Sun, 2013-06-16 14:41:44 CEST; 7s ago Process: 8738 ExecStart=/etc/init.d/fam start (code=exited, status=7) CGroup: name=systemd:/system/fam.service Jun 16 14:41:44 Telcontar.valinor systemd[1]: Starting LSB: file access monitoring... Jun 16 14:41:44 Telcontar.valinor fam[8738]: Starting File Access Monitoring Daemon..failed Jun 16 14:41:44 Telcontar.valinor systemd[1]: Failed to start LSB: file access monitoring. Jun 16 14:41:44 Telcontar.valinor systemd[1]: Unit fam.service entered failed state Telcontar:~ # journalctl -n Jun 16 14:43:23 Telcontar.valinor famd[8826]: can't register with portmapper. Please start a portmapper (for example rpcbind), then try again to start famd. Jun 16 14:43:23 Telcontar.valinor fam[8818]: Starting File Access Monitoring Daemon..failed Jun 16 14:43:23 Telcontar.valinor systemd[1]: fam.service: control process exited, code=exited status=7 Jun 16 14:43:23 Telcontar.valinor systemd[1]: Failed to start LSB: file access monitoring. Jun 16 14:43:23 Telcontar.valinor systemd[1]: Unit fam.service entered failed state lines 1-11/11 (END) Why does it want portmapper? Is it not needed for NFS? Ie, network filesystems? Surely, NFS is also failing. Telcontar:~ # date;systemctl status nfsserver.service Sun Jun 16 14:44:55 CEST 2013 nfsserver.service - LSB: Start the kernel based NFS daemon Loaded: loaded (/etc/init.d/nfsserver) Active: failed (Result: exit-code) since Sun, 2013-06-16 13:57:46 CEST; 47min ago CGroup: name=systemd:/system/nfsserver.service └ 3152 /usr/sbin/rpc.idmapd Jun 16 13:57:46 Telcontar.valinor systemd[1]: Starting LSB: Start the kernel based NFS daemon... Jun 16 13:57:46 Telcontar.valinor startproc[4700]: startproc: exit status of parent of /usr/sbin/rpc.mountd: 1 Jun 16 13:57:46 Telcontar.valinor nfsserver[4661]: Starting kernel based NFS server: idmapd mountd..failed Jun 16 13:57:46 Telcontar.valinor systemd[1]: Failed to start LSB: Start the kernel based NFS daemon. Jun 16 13:57:46 Telcontar.valinor systemd[1]: Unit nfsserver.service entered failed state Telcontar:~ # Telcontar:~ # date;systemctl status rpcbind.service Sun Jun 16 14:46:12 CEST 2013 rpcbind.service - RPC Bind Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; disabled) Active: inactive (dead) CGroup: name=systemd:/system/rpcbind.service Telcontar:~ # Starting and or enabling them: Telcontar:~ # date;systemctl enable rpcbind.service Sun Jun 16 14:46:34 CEST 2013 ln -s '/usr/lib/systemd/system/rpcbind.service' '/etc/systemd/system/multi-user.target.wants/rpcbind.service' ln -s '/usr/lib/systemd/system/rpcbind.socket' '/etc/systemd/system/sockets.target.wants/rpcbind.socket' Telcontar:~ # date;systemctl start rpcbind.service Sun Jun 16 14:46:40 CEST 2013 Telcontar:~ # date;systemctl status rpcbind.service Sun Jun 16 14:46:43 CEST 2013 rpcbind.service - RPC Bind Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled) Active: active (running) since Sun, 2013-06-16 14:46:40 CEST; 2s ago Main PID: 8968 (rpcbind) CGroup: name=systemd:/system/rpcbind.service └ 8968 /sbin/rpcbind -w -f Jun 16 14:46:40 Telcontar.valinor systemd[1]: Started RPC Bind. Telcontar:~ # Telcontar:~ # date;systemctl restart nfsserver.service Sun Jun 16 14:47:30 CEST 2013 Telcontar:~ # date;systemctl status nfsserver.service Sun Jun 16 14:47:36 CEST 2013 nfsserver.service - LSB: Start the kernel based NFS daemon Loaded: loaded (/etc/init.d/nfsserver) Active: active (running) since Sun, 2013-06-16 14:47:30 CEST; 5s ago Process: 8995 ExecStart=/etc/init.d/nfsserver start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/nfsserver.service ├ 3152 /usr/sbin/rpc.idmapd ├ 9016 /usr/sbin/rpc.mountd └ 9019 /usr/sbin/rpc.statd --no-notify Jun 16 14:47:30 Telcontar.valinor systemd[1]: Starting LSB: Start the kernel based NFS daemon... Jun 16 14:47:30 Telcontar.valinor rpc.mountd[9016]: Version 1.2.7 starting Jun 16 14:47:30 Telcontar.valinor rpc.statd[9019]: Version 1.2.7 starting Jun 16 14:47:30 Telcontar.valinor rpc.statd[9019]: Flags: TI-RPC Jun 16 14:47:30 Telcontar.valinor nfsserver[8995]: Starting kernel based NFS server: idmapd mountd statd nfsd sm-notify..done Jun 16 14:47:30 Telcontar.valinor systemd[1]: Started LSB: Start the kernel based NFS daemon. Telcontar:~ # Telcontar:~ # date;systemctl status fam.service Sun Jun 16 14:48:05 CEST 2013 fam.service - LSB: file access monitoring Loaded: loaded (/etc/init.d/fam) Active: failed (Result: exit-code) since Sun, 2013-06-16 14:43:23 CEST; 4min 41s ago CGroup: name=systemd:/system/fam.service Jun 16 14:43:23 Telcontar.valinor systemd[1]: Starting LSB: file access monitoring... Jun 16 14:43:23 Telcontar.valinor fam[8818]: Starting File Access Monitoring Daemon..failed Jun 16 14:43:23 Telcontar.valinor systemd[1]: Failed to start LSB: file access monitoring. Jun 16 14:43:23 Telcontar.valinor systemd[1]: Unit fam.service entered failed state Telcontar:~ # date;systemctl restart fam.service Sun Jun 16 14:48:11 CEST 2013 Telcontar:~ # date;systemctl status fam.service Sun Jun 16 14:48:13 CEST 2013 fam.service - LSB: file access monitoring Loaded: loaded (/etc/init.d/fam) Active: active (running) since Sun, 2013-06-16 14:48:11 CEST; 2s ago Process: 9059 ExecStart=/etc/init.d/fam start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/fam.service └ 9067 /usr/sbin/famd -t 4 -T 0 Jun 16 14:48:11 Telcontar.valinor systemd[1]: Starting LSB: file access monitoring... Jun 16 14:48:11 Telcontar.valinor fam[9059]: Starting File Access Monitoring Daemon..done Jun 16 14:48:11 Telcontar.valinor systemd[1]: Started LSB: file access monitoring. Telcontar:~ # - -- Cheers Carlos E. R. (from 12.3 x86_64 "Dartmouth" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlG9tX0ACgkQtTMYHG2NR9XPZQCfQaiWRG3b1B0rRSYhAWYtwR/x ASAAn0pC2GzVY6TpRsLyiWM59pc1igYO =xSsO -----END PGP SIGNATURE-----