I made a small init script in order to see if there are any unusual processess with open filehandles blocking the remount, however I couldn't spot anything on first sight.
I used the following script: ----lsof---- #!/bin/sh lsof | tee /root/lsof.out sync; sync ----lsof---- and made it run just before umountfs and umountroot on shutdown/reboot (via "update-rc.d lsof start 35 0 6 ."). The output is attached. ** Attachment added: "lsof.out" http://launchpadlibrarian.net/11752660/lsof.out -- Upgrade of glibc causes root filesystem not to be mounted ro on shutdown https://bugs.launchpad.net/bugs/188925 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
