[Adi Kriegisch] > I am currently running into this exact situation with /etc/init.d/ocfs2: > The script takes care of (un)mounting all ocfs2 volumes. > In my case I have 11 volumes to be unmounted which takes some time, > sendsigs tries to kill "umount -a -t ocfs2" which leads to an open > heartbeat on exactly one volume (the one unmounted in parallel with > "sendsigs" trying to kill umount).
Is it enough to make sure the script run before sendsigs? If not, why do you need to run it alone? > In case you think that this is an issue with ocfs2-tools (the > package providing /etc/init.d/ocfs2), please tell me what a > good/working LSB header would look like. From what I've read I'd > rather think that a script that needs to run in an exclusive fashion > should indicate that (which means that this bug needs to be > reasigned to initscripts which provides /etc/init.d/sendsigs). I would suspect changing the header to make sure the script is running before sendsigs would be enough, but I do not really understand the problem. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org