Comment 160 for bug 211631

Revision history for this message
c0l2e (ronartos) wrote :

found a better fix via /etc/init/dbus.conf

add the pre-stop script:

pre-stop script
    trap "TERM signal" TERM
     /bin/umount -a -t cifs -f -l
    trap - TERM
end script

It works for me and few tested notebooks and desktop PC.