Re: smtpd filters: prettify proc-exec

2019-08-23 Thread Gilles Chehade
On Fri, Aug 23, 2019 at 07:33:29PM +0200, Martijn van Duren wrote: > On 8/23/19 7:06 PM, Gilles Chehade wrote: > > On Fri, Aug 23, 2019 at 09:03:51AM +0200, Martijn van Duren wrote: > >> Hello, > >> > > > > Hello, > > > > > >> When running processes with proc-exec any logging send over stderr is

Re: smtpd filters: prettify proc-exec

2019-08-23 Thread Martijn van Duren
On 8/23/19 7:06 PM, Gilles Chehade wrote: > On Fri, Aug 23, 2019 at 09:03:51AM +0200, Martijn van Duren wrote: >> Hello, >> > > Hello, > > >> When running processes with proc-exec any logging send over stderr is >> not very intelligible since the process name is automatically generated >> and

Re: smtpd filters: prettify proc-exec

2019-08-23 Thread Gilles Chehade
On Fri, Aug 23, 2019 at 09:03:51AM +0200, Martijn van Duren wrote: > Hello, > Hello, > When running processes with proc-exec any logging send over stderr is > not very intelligible since the process name is automatically generated > and results in , which make them hard to read. > Agreed

acpi GPE storm on X1 Carbon 6th

2019-08-23 Thread Otto Moerbeek
Hi, My X1 still endures an ACPI storm if I use an external displayport display. Previously I posted a workaround that just made acpi_gpe() a no-op for GPE 111. That solved it for me, but is not the right way of course. I was looking at acpi_ev_gpe_dispatch() in Linux and noticed it does a condit

Re: typo in man page of sysupgrade option -s

2019-08-23 Thread Florian Obser
On Fri, Aug 23, 2019 at 02:57:04PM +0200, Ingo Schwarze wrote: > Hi Florian, > > Florian Obser wrote on Fri, Aug 23, 2019 at 02:43:22PM +0200: > > > This is not a typo as such, it describes the default. It is a bit > > awkward since it uses the same text for -r and -s. I think we can just > > rem

Re: typo in man page of sysupgrade option -s

2019-08-23 Thread Ingo Schwarze
Hi Florian, Florian Obser wrote on Fri, Aug 23, 2019 at 02:43:22PM +0200: > This is not a typo as such, it describes the default. It is a bit > awkward since it uses the same text for -r and -s. I think we can just > remove it from -s: The following seems more straightforward. I don't feel stro

Re: typo in man page of sysupgrade option -s

2019-08-23 Thread Jason McIntyre
On Fri, Aug 23, 2019 at 02:43:22PM +0200, Florian Obser wrote: > On Thu, Aug 22, 2019 at 10:27:38AM +, Rashad Kanavath wrote: > > update description of -s option in sysupgrade man page. > > > > Index: usr.sbin/sysupgrade/sysupgrade.8 > >

Re: typo in man page of sysupgrade option -s

2019-08-23 Thread Florian Obser
On Thu, Aug 22, 2019 at 10:27:38AM +, Rashad Kanavath wrote: > update description of -s option in sysupgrade man page. > > Index: usr.sbin/sysupgrade/sysupgrade.8 > === > RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade.8,v > ret

Re: fix rpki client regression tests

2019-08-23 Thread Claudio Jeker
On Thu, Aug 22, 2019 at 09:45:36PM +0200, Moritz Buhl wrote: > Hi, > > some experts forgot to run the rpki-client regression tests after some > changes. The tests are relinking parts of the source and this is not great > but after all I still prefer some running tests. Patch attached. OK claudi

smtpd filters: prettify proc-exec

2019-08-23 Thread Martijn van Duren
Hello, When running processes with proc-exec any logging send over stderr is not very intelligible since the process name is automatically generated and results in , which make them hard to read. To clean this up I reckon we can do three things: 1) Add an extra optional proc parameter that sets