Description of problem: Running ubuntu 14.04. Installed Gluster3.7, libntirpc, and nfs-ganesha from the PPA located here: https://launchpad.net/~gluster/+archive/ubuntu/nfs-ganesha https://launchpad.net/~gluster/+archive/ubuntu/libntirpc Additional info: patch: From 7680e806435a144d632908f4e650c84a56724720 Mon Sep 17 00:00:00 2001 From: Ben Werthmann <ben> Date: Thu, 21 Jan 2016 14:09:41 -0500 Subject: [PATCH 1/2] Missing packages prevented daemon from starting These packages were missing: * libwbclient0 * libntirpc1 * libtirpc1 (provides /etc/netconfig) * deamon - init scripts use daemon package. --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a096a63..c17ee95 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,11 @@ Package: nfs-ganesha Architecture: any Depends: dbus, nfs-common, rpcbind, ${perl:Depends}, - ${misc:Depends} + ${misc:Depends}, + libwbclient0, + libntirpc1, + libtirpc1, + daemon Description: nfs-ganesha is a NFS server in User Space NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems --
New packages are on Launchpad for trusty and wily. Please change the Status to Verified or Closed if the new packages resolve your issues. Thanks
This issue appears to be resolved. Thanks! (I can't mark as 'verified'. I'll close as 'worksforme' instead.)