Bug 1300842 - missing packages prevented the daemon from starting
Summary: missing packages prevented the daemon from starting
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: nfs-ganesha
Classification: Retired
Component: Support
Version: 2.3
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Kaleb KEITHLEY
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-21 22:04 UTC by Ben Werthmann
Modified: 2016-01-22 02:22 UTC (History)
1 user (show)

Fixed In Version: nfs-ganesha - 2.3.0-ubuntu1~trusty3
Clone Of:
Environment:
Last Closed: 2016-01-21 23:56:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Ben Werthmann 2016-01-21 22:04:50 UTC
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
--

Comment 1 Kaleb KEITHLEY 2016-01-21 23:07:44 UTC
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

Comment 2 Ben Werthmann 2016-01-21 23:56:38 UTC
This issue appears to be resolved. Thanks!

(I can't mark as 'verified'. I'll close as 'worksforme' instead.)


Note You need to log in before you can comment on or make changes to this bug.