Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2020-02-10 Thread Diana Eichert
SIGKILL seems pretty harsh, have you tried SIGTERM instead? On Sun, Feb 9, 2020 at 12:48 PM aisha wrote: > > You need to use pkill -9 to kill rspamd, which i think should be added > to the stop part of the rspamd daemon. > > At least this is what I have been using, any other methods would be

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2020-02-09 Thread Stuart Henderson
On 2020-02-09, aisha wrote: > You need to use pkill -9 to kill rspamd, which i think should be added > to the stop part of the rspamd daemon. > > At least this is what I have been using, any other methods would be nice > to know. Something wedges in rspamd in the version in 6.6 when you signal

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2020-02-09 Thread Jordan Geoghegan
On 2020-02-09 11:46, aisha wrote: You need to use pkill -9 to kill rspamd, which i think should be added to the stop part of the rspamd daemon. At least this is what I have been using, any other methods would be nice to know. You dont need to restart rspamd if you're just modifying a

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2020-02-09 Thread aisha
You need to use pkill -9 to kill rspamd, which i think should be added to the stop part of the rspamd daemon. At least this is what I have been using, any other methods would be nice to know. --- Aisha blog.aisha.cc On 2020-02-09 14:38, Özgür Kazancci wrote: Hi Stephan, I got the same

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2020-02-09 Thread Özgür Kazancci
Hi Stephan, I got the same trouble. Fresh installation of OpenBSD 6.6 and redis+rspamd. Was google-ing regarding that issue and got your workaround. What you mean by "if you enable rspamd etc on boot by rcctl.."? Mine, is already enabled (I issued rcctl enable rspamd after the installation)

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2019-11-02 Thread Stuart Henderson
On 2019-10-29, List wrote: > I think what causes the problem is rspamd which uses JITs. These JITS > break W^X. If you enable rspamd etc on boot by (rcctl enable ...). And > reboot.. This is incorrect. rspamd uses luajit (on arches where it's available), but it is not a requirement that every

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2019-10-30 Thread prx
* List le [29-10-2019 21:44:43 +0100]: > On Sun, 27 Oct 2019 21:29:41 -0700 > Jordan Geoghegan wrote: > > > On 2019-10-27 17:29, Chris Narkiewicz wrote: > > > Rspamd stop rc script doesn't work in OpenBSD 6.6. > > > > > > 1. Fresh OpenBSD 6.6 installat

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2019-10-29 Thread List
On Sun, 27 Oct 2019 21:29:41 -0700 Jordan Geoghegan wrote: > On 2019-10-27 17:29, Chris Narkiewicz wrote: > > Rspamd stop rc script doesn't work in OpenBSD 6.6. > > > > 1. Fresh OpenBSD 6.6 installation > > 2. pkg_add rspamd > > 3. rcctl start rspamd > >

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2019-10-27 Thread Jordan Geoghegan
On 2019-10-27 17:29, Chris Narkiewicz wrote: Rspamd stop rc script doesn't work in OpenBSD 6.6. 1. Fresh OpenBSD 6.6 installation 2. pkg_add rspamd 3. rcctl start rspamd Works. 4. rcctl stop rspamd timeouts Looking at rspamd logs, it looks like it doesn not work well with SIGTERM. It waits