[Bug 600739] Re: Union file system is killed when shutting down (SQUASHFS errors)
Brian Murray
brian at ubuntu.com
Fri Oct 21 22:13:41 UTC 2011
** Branch unlinked: lp:ubuntu/maverick/lirc
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to casper in Ubuntu.
https://bugs.launchpad.net/bugs/600739
Title:
Union file system is killed when shutting down (SQUASHFS errors)
Status in “casper” package in Ubuntu:
New
Bug description:
Binary package hint: casper
I was debugging a shutdown issue on a system where there was a ntfs
recovery partition on the disk. That is, a casper system and a
ubiquity install on, say, /dev/sda1.
One thing I noticed is that I was getting all sorts of crazy SQUASHFS
errors on shutdown, appearing shortly after Ubuntu turned swap off.
However, I believe it was because /etc/rc6.d/S20sendsigs was killing
the aufsd processes (as well as mount.ntfs). The following trivial
patch fixed it for me. It may not be the ideal fix, but it's a start.
diff -Nru casper-1.236/scripts/casper casper-1.236test1/scripts/casper
--- casper-1.236/scripts/casper 2010-04-12 23:36:20.000000000 +0100
+++ casper-1.236test1/scripts/casper 2010-07-01 02:01:23.000000000 +0100
@@ -487,6 +487,10 @@
fi
break
done
+
+ # Protect the union and any possible ntfs backing from shutdown
+ pgrep ${UNIONFS} >> /var/run/sendsigs.omit
+ pgrep mount.ntfs >> /var/run/sendsigs.omit
}
check_dev ()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/600739/+subscriptions
More information about the foundations-bugs
mailing list