October 17, 201015 yr ts:/etc/init.d# apt-get install nfs-kernel-server nfs-common portmap Reading package lists... Done Building dependency tree Reading state information... Done nfs-kernel-server is already the newest version. nfs-common is already the newest version. portmap is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up nfs-common (1:1.1.2-6lenny2) ... Starting NFS common utilities: statd failed! invoke-rc.d: initscript nfs-common, action "start" failed. dpkg: error processing nfs-common (--configure): subprocess post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of nfs-kernel-server: nfs-kernel-server depends on nfs-common (>= 1:1.0.8-1); however: Package nfs-common is not configured yet. dpkg: error processing nfs-kernel-server (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: Any ideas? Proud Warlord of DragonwoodIf it's natural to kill, how come men have to go into training to learn how? ~ Joan Baez Rest in Peace 3xtermination
October 17, 201015 yr No idea, to be honest. Asking the question here may be more helpful: http://forums.debian.net/ "It's not a rest for me, it's a rest for the weights." - Dom Mazzetti
October 17, 201015 yr Author Cheers Proud Warlord of DragonwoodIf it's natural to kill, how come men have to go into training to learn how? ~ Joan Baez Rest in Peace 3xtermination
October 19, 201015 yr Author nfs-common's configuration script called "invoke-rc.d nfs-common start", which failed when rpc.statd failed to start.You can check its status with the following:/etc/init.d/nfs-common status If "all daemons running" is returned, then you're clear to finish configuring the packages with:dpkg --configure -a Otherwise, you can attempt to start it with the following:/etc/init.d/nfs-common startor/etc/init.d/nfs-common restart If this returns "Starting NFS common utilities: statd failed!", having a look at the relevant logs or starting statd manually (su -l statd -c /sbin/rpc.statd) might shed some light on why statd isn't playing nicely.Thanks. Proud Warlord of DragonwoodIf it's natural to kill, how come men have to go into training to learn how? ~ Joan Baez Rest in Peace 3xtermination
Create an account or sign in to comment