Re: relayd patch for websocket upgrade

2021-03-07 Thread Jonathon Fletcher
On Sun, Mar 07, 2021 at 06:46:33PM +0100, Marcus MERIGHI wrote: > Hello Jonathon! > > welcome to the party: > > https://marc.info/?t=15833439123 > > especially the two comments by sthen@: > > https://marc.info/?m=161349608614743 > https://marc.info/?m=16135019371

A curious case of disappearing iwx

2021-03-07 Thread Greg Steuck
I had an iwx working fine (modulo known issues) for a bit on amd64 current: iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX201" rev 0x00, msix iwx0: hw rev 0x350, fw ver 48.1335886879.0, address xxx Then for no discernible reason the kernel started saying: "Intel Wi-Fi 6 AX201" rev 0x00 at pci0

Re: Elaborate on dhcpleased(8) requirement to interface state

2021-03-07 Thread Paul Kelly
Hi Theo, On 3/7/21 5:45 PM, Theo de Raadt wrote: > Paul Kelly wrote: > >> So...here is a proposal for updating various man pages to try help >> others who make a similar migration to dhcpleased. It's a bit of a >> scattershot approach and the wording can probably be improved, but it is >> hopefu

Re: sendsyslog kernel buffer

2021-03-07 Thread Vitaliy Makkoveev
> On 7 Mar 2021, at 02:17, Alexander Bluhm wrote: > > Hi > > Early daemons like dhcpleased, slaacd, unwind, resolvd are started > before syslogd. This results in ugly sendsyslog: dropped 1 message > logs and the real message is lost. > > Changing the start order of syslogd and and network d

Re: smtpd: use mx name for sni

2021-03-07 Thread Todd C . Miller
On Sun, 07 Mar 2021 21:47:45 +0100, Eric Faurot wrote: > As spotted by krw@, the mta should use the mx hostname for sni, not > the reverse dns for the peer address. Yes, this matches the previous behavior with ssl_check_name(). OK millert@ - todd

Re: smtpd: use mx name for sni

2021-03-07 Thread Theo Buehler
On Sun, Mar 07, 2021 at 09:47:45PM +0100, Eric Faurot wrote: > As spotted by krw@, the mta should use the mx hostname for sni, not > the reverse dns for the peer address. ok tb > > Eric. > > > Index: mta_session.c > === > RCS file

smtpd: use mx name for sni

2021-03-07 Thread Eric Faurot
As spotted by krw@, the mta should use the mx hostname for sni, not the reverse dns for the peer address. Eric. Index: mta_session.c === RCS file: /cvs/src/usr.sbin/smtpd/mta_session.c,v retrieving revision 1.139 diff -u -p -r1.139

Re: relayd patch for websocket upgrade

2021-03-07 Thread Marcus MERIGHI
Hello Jonathon! welcome to the party: https://marc.info/?t=15833439123 especially the two comments by sthen@: https://marc.info/?m=161349608614743 https://marc.info/?m=16135019371 reyk@ removed from CC: on purpose: https://twitter.com/reykfloeter/status

Re: [PATCH] [src] games/hack/help - fix ordinal directions

2021-03-07 Thread Theo Buehler
On Sun, Mar 07, 2021 at 04:58:02PM +, Raf Czlonka wrote: > Hello, > > Ordinal (intercardinal) directions are swapped in hack(6)'s help. > > For a second there, I though that no one else noticed since the 80s ;^) > ...not the case[0] :^P > > While there, I'm tempted to capitalise both cardina

[PATCH] [src] games/hack/help - fix ordinal directions

2021-03-07 Thread Raf Czlonka
Hello, Ordinal (intercardinal) directions are swapped in hack(6)'s help. For a second there, I though that no one else noticed since the 80s ;^) ...not the case[0] :^P While there, I'm tempted to capitalise both cardinal and ordinal directions as they traditionally are - patch for each option be

Re: Elaborate on dhcpleased(8) requirement to interface state

2021-03-07 Thread Theo de Raadt
Paul Kelly wrote: > So...here is a proposal for updating various man pages to try help > others who make a similar migration to dhcpleased. It's a bit of a > scattershot approach and the wording can probably be improved, but it is > hopefully consistent with the existing pattern for describing au

Elaborate on dhcpleased(8) requirement to interface state

2021-03-07 Thread Paul Kelly
Hi tech, I've been playing with dhcpleased on my laptop, where I run with a failover trunk, consisting of iwn and em interfaces as trunkports. This configuration has worked well for a few years with dhclient. When testing dhcpleased I found a subtle difference in behaviour that took me a little wh

Re: 2 diffs for dev/acpi/dsdt.c

2021-03-07 Thread Mark Kettenis
> Date: Sat, 27 Feb 2021 19:43:31 +0900 (JST) > From: YASUOKA Masahiko > Content-Type: Text/Plain; charset=us-ascii > > Hi, > > Let me update "diff #2". > > On Fri, 26 Feb 2021 13:42:32 +0900 (JST) > YASUOKA Masahiko wrote: > > My vaio repeatedly crashed by "Data modified on freelist"(*1) or o

Re: 2 diffs for dev/acpi/dsdt.c

2021-03-07 Thread Mark Kettenis
> Date: Fri, 26 Feb 2021 13:42:32 +0900 (JST) > From: YASUOKA Masahiko > > Hi, > > My vaio repeatedly crashed by "Data modified on freelist"(*1) or other > memory corruptions. After my long time debug, I found the route cause > is a handling of references of LocalX, like the following: > >

Re: sendsyslog kernel buffer

2021-03-07 Thread Florian Obser
Nice, does what it says on the lid: Mar 7 11:42:10 openbsd-build dhcpleased[65929]: adding 10.2.1.48 to vio1 (lease from 10.2.1.11) Mar 7 11:42:10 openbsd-build dhcpleased[65929]: adding nameservers 10.2.1.1 9.9.9.9 8.8.8.8 (lease from 10.2.1.11 on vio1) On Sun, Mar 07, 2021 at 12:17:18AM +0