Package: live-boot-initramfs-tools Severity: normal User: [email protected] Usertags: run-transition
Hi Daniel, live-boot-initramfs-tools uses the sendsigs.omit interface to prevent unionfs-fuse to be killed on shutdown prematurely. Unfortunately the fix in #621908 does not quite achieve that. As you can see in /etc/init.d/sendsigs, The sendsigs interface uses /run/sendsigs.omit respectively files in /run/sendsigs.omit.d/ Files from /run/initramfs/sendsigs.omit.d are *not* read. Please adjust scripts/live and use the correct paths there. Something like: mkdir -p /run/sendsigs.omit.d pidof unionfs-fuse >> /run/sendsigs.omit.d/unionfs-fuse (Similar to what you already do in ntfs-3g). Cheers, Michael -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.39-1-486 Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
