Jump to content

Linux VPS(Debian 32bit)


red_Fat1

Recommended Posts

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 Dragonwood

If it's natural to kill, how come men have to go into training to learn how? ~ Joan Baez

Rest in Peace 3xtermination

Tipitsignature.gif

Link to comment
Share on other sites

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 start

or

/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 Dragonwood

If it's natural to kill, how come men have to go into training to learn how? ~ Joan Baez

Rest in Peace 3xtermination

Tipitsignature.gif

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.