Bug#861923:

2022-12-24 Thread Fabio Pedretti
The entry in the changelog tells a different bug (_9_61923), please correct it in the next upload. Thanks

Bug#861923: openvpn: arbitrary process limit

2022-12-23 Thread Bernhard Schmidt
On 10/10/17 04:02 PM, Bernhard Schmidt wrote: > I think what we actually want is > >TasksMax=N >Specify the maximum number of tasks that may be created in the >unit. This ensures that the number of tasks accounted for the >unit (see above) stays below

Bug#861923: openvpn: arbitrary process limit

2017-10-10 Thread Simon Deziel
On 2017-10-10 09:31 AM, David Sommerseth wrote: > On Mon, 9 Oct 2017 23:31:40 +0200 Bernhard Schmidt wrote: > [...snip...] >> >> for i in `seq 1 20`; do echo -e "dev tun\nifconfig 10.0.$i.1 >> 10.0.$i.2\nsecret static.key\nport 200$i\nscript-security 2\nup >>

Bug#861923: openvpn: arbitrary process limit

2017-10-10 Thread Bernhard Schmidt
Am 10.10.2017 um 15:31 schrieb David Sommerseth: Hi David, > I did introduce LimitNPROC=10 to avoid a scenario where a faulty plug-in > or script hook would spawn too many processes and overload the system in > various ways. There are many reasons why this could happen, it could be > a local

Bug#861923: openvpn: arbitrary process limit

2017-10-10 Thread David Sommerseth
On Mon, 9 Oct 2017 23:31:40 +0200 Bernhard Schmidt wrote: [...snip...] > > for i in `seq 1 20`; do echo -e "dev tun\nifconfig 10.0.$i.1 > 10.0.$i.2\nsecret static.key\nport 200$i\nscript-security 2\nup > '/usr/local/bin/sleep-5.sh'\n" > server$i.conf; systemctl

Bug#861923: openvpn: arbitrary process limit

2017-10-09 Thread Bernhard Schmidt
Control: tags -1 - unreproducible On 09.10.2017 22:45, Michael Stone wrote: Hi Michael, > On Mon, Oct 09, 2017 at 09:47:49PM +0200, Bernhard Schmidt wrote: >> I'm not exactly sure why it was chosen this low, but I cannot reproduce >> your issue. I think LimitNPROC=10 is _per_ _instance_. I

Bug#861923: openvpn: arbitrary process limit

2017-10-09 Thread Michael Stone
On Mon, Oct 09, 2017 at 09:47:49PM +0200, Bernhard Schmidt wrote: I'm not exactly sure why it was chosen this low, but I cannot reproduce your issue. I think LimitNPROC=10 is _per_ _instance_. I could start 20 server instances just fine Could you run scripts? IIRC, it's not the startup that's

Bug#861923: openvpn: arbitrary process limit

2017-10-09 Thread Bernhard Schmidt
On Fri, May 05, 2017 at 05:39:24PM -0400, Michael Stone wrote: Control: tags -1 unreproducible > Package: openvpn > Version: 2.4.0-4 > Severity: normal > > The systemd unit files for openvpn set LimitNPROC=10. This process limit > applies to all processes started by a particular unit, so (for

Bug#861923: openvpn: arbitrary process limit

2017-05-05 Thread Michael Stone
Package: openvpn Version: 2.4.0-4 Severity: normal The systemd unit files for openvpn set LimitNPROC=10. This process limit applies to all processes started by a particular unit, so (for example) if there are 11 server .conf files the last one won't run. Or, with a smaller number of .conf files,