[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2012-05-18 Thread Colin Watson
** Changed in: sysvinit (Ubuntu) Assignee: Colin Watson (cjwatson) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/151580 Title: Sendsigs should always skip fuse filesystems To m

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2011-09-21 Thread Colin Watson
** Changed in: sysvinit (Ubuntu) Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/151580 Title: Sendsigs should always skip fuse filesystems To manage notificatio

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2010-04-07 Thread Eric House
There's a better fix than sending SIGCONT to omitted processes. The information gathered by stat() is only used in the case where main_pidof() is the caller of readproc(). So add a boolean to readproc() telling it whether to call stat(), and pass false from main(). That way fuse processes don

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-12-20 Thread Colin Watson
I'll have a look at this, thanks. ** Changed in: sysvinit (Ubuntu) Assignee: Rudd-O (rudd-o) => Colin Watson (kamion) ** Tags added: qa-jaunty-foundations -- Sendsigs should always skip fuse filesystems https://bugs.launchpad.net/bugs/151580 You received this bug notification because you a

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-10-02 Thread Rudd-O
Matt, thanks for the cred, but I don't think there's much further to do -- I attached the killall5.c file because it fixes the issue by stopping processes before sigterm, except those who are excluded which are sigconted so the /proc walking algorithm doesn't fail. I'll attach a version that I sti

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-10-02 Thread Matt Zimmerman
Assigning to rudd-o since this is marked in progress and you seem to be the one working on it ** Changed in: sysvinit (Ubuntu) Assignee: (unassigned) => Rudd-O (rudd-o) -- Sendsigs should always skip fuse filesystems https://bugs.launchpad.net/bugs/151580 You received this bug notification

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-07-02 Thread Rudd-O
** Changed in: sysvinit (Ubuntu) Status: Confirmed => In Progress -- Sendsigs should always skip fuse filesystems https://bugs.launchpad.net/bugs/151580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-07-02 Thread Rudd-O
With the file I just submitted, sendsigs should just work okay and not kill FUSE filesystems, so umountfs or FUSE fs implementors' init.d files can do their job. Hey, Colin! Long time no talk. -- Sendsigs should always skip fuse filesystems https://bugs.launchpad.net/bugs/151580 You received th

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-07-02 Thread Rudd-O
Killall5 indeed is hanging. Here is what is going on: /etc/init.d/sendsigs invoked during Ubuntu shutdown spoils the fun. Using strace I have determined that the killall5 -TERM -o hangs the machine because it first kill()'s -STOP the -1 PID (that is, all PIDs), which obviously causes zfs-fuse t

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-06-24 Thread Rudd-O
I think it's killall5 itself that is hanging. If I do an exit 0 before it, everything "works normally" (lots of epic fails when unmounting my zfs filesystems, but at least it doesn't hang) -- Sendsigs should always skip fuse filesystems https://bugs.launchpad.net/bugs/151580 You received this bu

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2008-06-23 Thread Rudd-O
doubt it, because some fuse processes need to stay open till the end (think rootfs in fuse). at the moment I have a very nasty problem that manifests itself in the form of init hanging after "Terminating remaining processes" (while doing the killall5 -15, EVEN THOUGH I am adding my sendsigs omit.d

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2007-10-11 Thread Agostino Russo
The above should be added within sendsigs for each relevant filesystem (particularly ntfs/ntfs-3g). -- Sendsigs should always skip fuse filesystems https://bugs.launchpad.net/bugs/151580 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 151580] Re: Sendsigs should always skip fuse filesystems

2007-10-11 Thread Colin Watson
I don't think this is correct, at least without *very* significant care in umountfs. If FUSE processes aren't killed by sendsigs, then umountfs has to take extra care to umount filesystems in the right order. Its current code that sorts by decreasing length of mountpoint name will not be adequate f