Comment 6 for bug 1504897

Revision history for this message
Martin Pitt (pitti) wrote : Re: package nfs-common 1:1.2.8-9ubuntu10 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 100

Tried again from trusty:

sudo apt install -y rpcbind nfs-common
sudo sed -i '/NEED_GSSD/ s/=/=yes/' /etc/default/nfs-common
sudo initctl start gssd
echo 'deb http://archive.ubuntu.com/ubuntu vivid main restricted universe' | sudo tee /etc/apt/sources.list
sudo apt update
sudo apt -y full-upgrade
sudo touch /etc/krb5.keytab # to enable gssd
sudo reboot
echo 'deb http://archive.ubuntu.com/ubuntu wily main restricted universe' | sudo tee /etc/apt/sources.list
sudo apt update
sudo apt -y full-upgrade

This still works fine, and I still don't get all these error messages.

@rich: Can you please copy&paste the output of these commands:

   md5sum `which invoke-rc.d`
   sudo sh -x /usr/sbin/invoke-rc.d gssd restart
   sudo apt-get install --reinstall nfs-common

Thanks!