/lib/init/bootclean.sh must remove /var/run/network/mountnfs , it is an exception to the rule and it has to be done. I switched to tmpfs for /var/lock and /var/run and I don't have this problem anymore... but since that's optional users without tmpfs must be supported. A simple rm -rf /var/run/network/mountnfs after find . ! -type d - delete || { report_err ; return 1 ; } should be enough. A simple change with good impact, please someone do it. Thanks a lot!
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org