[Bug 1721635] Re: "reload" action breaks further actions

2021-10-03 Thread gstrauss
lighttpd 1.4.59 is part of Ubuntu 21.04 (Hirsute Hippo) no reason to keep this open for years if the Ubuntu lighttpd package maintainers are never going to get around to backporting the changes ** Changed in: lighttpd (Ubuntu) Status: Fix Committed => Fix Released -- You received this

[Bug 1721635] Re: "reload" action breaks further actions

2020-09-23 Thread gstrauss
Yes, the fix is trivial. Someone needs to do it in those versions. ** Changed in: lighttpd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721635

[Bug 1721635] Re: "reload" action breaks further actions

2020-09-23 Thread Vasya Pupkin
The easiest fix for Ubuntu 16.04 (and probably 18.04 too) is: $ sudo mkdir -p /etc/systemd/system/lighttpd.service.d $ echo '[Service] KillMode=mixed KillSignal=SIGINT TimeoutStopSec=60' | sudo tee /etc/systemd/system/lighttpd.service.d/sigint.conf $ sudo systemctl daemon-reload Ubuntu 20.04

[Bug 1721635] Re: "reload" action breaks further actions

2020-09-23 Thread gstrauss
I am a lighttpd developer. Most of the issues I see here can, if needed, have patches backported by me in 5-10 mins. However, it would be useful if someone with Ubuntu packaging privileges helps shepherd changes. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1721635] Re: "reload" action breaks further actions

2020-09-23 Thread Vasya Pupkin
Fix discussed here never arrived into Ubuntu 16.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721635 Title: "reload" action breaks further actions To manage notifications about this bug go

[Bug 1721635] Re: "reload" action breaks further actions

2020-09-23 Thread gstrauss
lighttpd 1.4.46 was released in Oct 2017, almost 3 years ago. Is there any reason this is still open? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721635 Title: "reload" action breaks further

[Bug 1721635] Re: "reload" action breaks further actions

2019-04-10 Thread Bug Watch Updater
** Changed in: lighttpd (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721635 Title: "reload" action breaks further actions To manage notifications

[Bug 1721635] Re: "reload" action breaks further actions

2017-10-08 Thread Bug Watch Updater
** Changed in: lighttpd (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721635 Title: "reload" action breaks further actions To manage notifications about

[Bug 1721635] Re: "reload" action breaks further actions

2017-10-06 Thread Andreas Hasenack
Test packages are building here for xenial, zesty and artful: https://launchpad.net/~ahasenack/+archive/ubuntu/lighttpd- reload-1707312-1721635 What they do: a) remove the "reload" action from the SysV initscript b) apply the systemd service file changes suggested here Expected outcome: - slight

[Bug 1721635] Re: "reload" action breaks further actions

2017-10-06 Thread Andreas Hasenack
** Bug watch added: Debian Bug tracker #877870 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877870 ** Also affects: lighttpd (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877870 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1721635] Re: "reload" action breaks further actions

2017-10-06 Thread Andreas Hasenack
** Changed in: lighttpd (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: lighttpd (Ubuntu) Status: New => In Progress ** Changed in: lighttpd (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of

[Bug 1721635] Re: "reload" action breaks further actions

2017-10-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "lighttpd.service.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1721635] Re: "reload" action breaks further actions

2017-10-05 Thread Vasya Pupkin
Hello, This patch for lighttpd.service file changes default signal systemd sends to lighttpd when stopping service. It also sets a 60 seconds timeout after that SIGKILL will be sent to lighttpd and it's children if they survive first SIGINT. This makes `systemctl force-reload lighttpd.service` do