Estoy intentando configurar mi Raspberry Pi con Wheezy Raspbian 2013-02-09 como servidor NFS (el cliente será Ubuntu 12.10). He seguido estas instrucciones .
No puedo iniciar el servicio y recibo el siguiente mensaje:
$ sudo service nfs-kernel-server restart
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Exporting directories for NFS kernel daemon....
[....] Starting NFS kernel daemon: nfsd
[warn] Not starting: portmapper is not running ... (warning).
$ rpcinfo -p
<br>rpcinfo: can't contact portmapper: RPC: Remote system error - No such file or directory
¿No estás seguro de lo que falta?
sudo systemctl enable rpcbind && sudo systemctl enable nfs-common
puesta en el comando equivalente a systemd (aunque parece que ambos servicios aún usan el inicio de estilo init.d).