Re: [OpenWrt-Devel] [PATCH] dropbear: close all active clients on shutdown

2018-07-12 Thread John Crispin
On 12/07/18 18:18, Luis Araneda wrote: Hi John, On Thu, Jul 12, 2018 at 2:49 AM John Crispin wrote: does this break sysupgrade when run via ssh ? No, it works as expected, as sysupgrade is done in stages now. I just tested with an Asus RT-AC58U connected with a serial console and an SSH co

Re: [OpenWrt-Devel] [PATCH] dropbear: close all active clients on shutdown

2018-07-12 Thread Luis Araneda
Hi John, On Thu, Jul 12, 2018 at 2:49 AM John Crispin wrote: > does this break sysupgrade when run via ssh ? No, it works as expected, as sysupgrade is done in stages now. I just tested with an Asus RT-AC58U connected with a serial console and an SSH connection. The sysupgrade was done though

Re: [OpenWrt-Devel] [PATCH] dropbear: close all active clients on shutdown

2018-07-11 Thread John Crispin
On 12/07/18 04:36, Luis Araneda wrote: From: Christian Schoenebeck Override the default shutdown action (stop) and close all processes of dropbear Since commit 498fe85, the stop action only closes the process that's listening for new connections, maintaining the ones with existing clients. T

[OpenWrt-Devel] [PATCH] dropbear: close all active clients on shutdown

2018-07-11 Thread Luis Araneda
From: Christian Schoenebeck Override the default shutdown action (stop) and close all processes of dropbear Since commit 498fe85, the stop action only closes the process that's listening for new connections, maintaining the ones with existing clients. This poses a problem when restarting or shut