Comment 32 for bug 1438612

Revision history for this message
stormhike (stormhike) wrote :

I have found a workaround on my 16.04.1 system (whether dbus problem that was already fixed or not).
I removed the .sh from the umount files in rc0.d, rc6.d and init.d ...
su
cd /etc/init.d/
mv umountnfs.sh umountnfs
cd /etc/rc0.d
rm K05umountnfs
ln -s ../init.d/umountnfs K05umountnfs
cd /etc/rc6.d
rm K05umountnfs
ln -s ../init.d/umountnfs K05umountnfs