Re: sysupgrade - Reading from socket: Undefined error: 0

2022-09-19 Thread Florian Obser
On 2022-09-19 22:27 +02, Hrvoje Popovski wrote: > Hi all, > > when doing sysupgrade few minutes ago on multiple machines i'm getting > error in subject > > smc24# sysupgrade -s > Fetching from https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64/ > SHA256.sig 100% |***

Re: sysupgrade - timezone

2022-09-19 Thread Hrvoje Popovski
On 19.9.2022. 23:22, Todd C. Miller wrote: > There was a bad diff in that snapshot that caused tzset() to ignore > /etc/localtime. > > - todd > Thank you ...

Re: sysupgrade - timezone

2022-09-19 Thread Todd C . Miller
There was a bad diff in that snapshot that caused tzset() to ignore /etc/localtime. - todd

Re: sysupgrade - timezone

2022-09-19 Thread Hrvoje Popovski
On 19.9.2022. 23:09, Todd C. Miller wrote: > On Mon, 19 Sep 2022 23:06:13 +0200, Hrvoje Popovski wrote: > >> after sysupgrade I'm having GMT >> >> OpenBSD 7.2 (GENERIC.MP) #736: Mon Sep 19 17:56:55 GMT 2022 >> r620-1# date >> Mon Sep 19 21:01:14 GMT 2022 >> >> r620-1# ls -apl /etc/localtime >> lrw

Re: sysupgrade - timezone

2022-09-19 Thread Todd C . Miller
On Mon, 19 Sep 2022 23:06:13 +0200, Hrvoje Popovski wrote: > after sysupgrade I'm having GMT > > OpenBSD 7.2 (GENERIC.MP) #736: Mon Sep 19 17:56:55 GMT 2022 > r620-1# date > Mon Sep 19 21:01:14 GMT 2022 > > r620-1# ls -apl /etc/localtime > lrwxr-xr-x 1 root wheel 33 Feb 10 2022 /etc/localtime

sysupgrade - timezone

2022-09-19 Thread Hrvoje Popovski
Hi all, before sysupgrade I had CEST timezone OpenBSD 7.2 (GENERIC.MP) #733: Sun Sep 18 06:39:56 MDT 2022 r420-1# date Mon Sep 19 22:59:37 CEST 2022 r420-1# ls -apl /etc/localtime lrwxr-xr-x 1 root wheel 33 Nov 12 2019 /etc/localtime -> /usr/share/zoneinfo/Europe/Zagreb after sysupgrade I

Re: sysupgrade - Reading from socket: Undefined error: 0

2022-09-19 Thread Hrvoje Popovski
On 19.9.2022. 22:27, Hrvoje Popovski wrote: > Hi all, > > when doing sysupgrade few minutes ago on multiple machines i'm getting > error in subject > > smc24# sysupgrade -s > Fetching from https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64/ > SHA256.sig 100% |**

sysupgrade - Reading from socket: Undefined error: 0

2022-09-19 Thread Hrvoje Popovski
Hi all, when doing sysupgrade few minutes ago on multiple machines i'm getting error in subject smc24# sysupgrade -s Fetching from https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64/ SHA256.sig 100% |*| 2144 00:00 Signature Verified INSTALL

bgpd speed up pathid_assign() for the common case

2022-09-19 Thread Claudio Jeker
When running on busy bgpd servers with many clients the function pathid_assign() consumes a lot of CPU time. The code does a lookup which often fails and then walks the list of prefixes. In the end this is results in two list walks. This complicated dance is only needed for peers that use add-path

ypldap client cert authentication

2022-09-19 Thread Jonathan Matthew
This adds client certificate authentication to ypldap(8). libtls makes the actual certificate part of this straightforward (I would still like it reviewed, though), but there are some LDAP complications. Depending on your LDAP server and how you connect to it (LDAPS on port 636 or LDAP+TLS on por

Re: wsmouse(4): Apple-like multi-touch buttons

2022-09-19 Thread Ulf Brosziewski
Is there enough interest in this feature among OpenBSD users? I haven't seen many requests for it, if any. Moreover, is it a good idea to configure different input methods on this or that hardware just because another OS has different defaults? Just in case the answer to these questions turns ou