rdomain related interface configuration via hostname.if(5) broken in current

2018-02-28 Thread Andreas Bartelt
configuration of IP addresses via hostname.if(5) is currently broken for lo(4) in case it's an auto-created interface in the context of rdomain usage (i.e., putting em0 in rdomain 1 auto-creates lo1). The problem persists at least since Feb, 23rd and can be worked around by simply configuring a

Re: rdomain related interface configuration via hostname.if(5) broken in current

2018-03-01 Thread Andreas Bartelt
On 03/01/18 09:07, Jiri B wrote: On Thu, Mar 01, 2018 at 08:37:38AM +0100, Andreas Bartelt wrote: Please let me know if you need further infos on my specific config. I use this (OpenBSD 6.2-current (GENERIC.MP) #6: Tue Feb 13 20:16:11 MST 2018): /etc/hostname.vether20 rdomain 20 inet

Re: rdomain related interface configuration via hostname.if(5) broken in current

2018-03-03 Thread Andreas Bartelt
On 03/03/18 13:59, Claudio Jeker wrote: On Fri, Mar 02, 2018 at 07:22:05AM +0100, Claudio Jeker wrote: On Thu, Mar 01, 2018 at 07:18:29PM +0100, Andreas Bartelt wrote: On 03/01/18 09:07, Jiri B wrote: On Thu, Mar 01, 2018 at 08:37:38AM +0100, Andreas Bartelt wrote: Please let me know if you

nginx on current implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-12-01 Thread Andreas Bartelt
Hi, I think I've found a bug in current (snapshot from today) with regard to nginx from ports, LibreSSL and TLS 1.3 which is implicitly enabled even if configured otherwise. From nginx.conf: ssl_protocols TLSv1.2; Expected behavior: only enables TLS 1.2 Observed behavior on current: e

Re: nginx on current implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-12-01 Thread Andreas Bartelt
On 12/1/20 2:03 PM, Theo Buehler wrote: On Tue, Dec 01, 2020 at 12:31:19PM +0100, Andreas Bartelt wrote: Hi, I think I've found a bug in current (snapshot from today) with regard to nginx from ports, LibreSSL and TLS 1.3 which is implicitly enabled even if configured otherwise.

kernel panic during shutdown on armv7

2016-08-19 Thread Andreas Bartelt
I've just encountered this panic on an armv7 sabre lite board while playing around with a CURRENT snapshot from Aug, 17th. The panic occurred for a single time at system shutdown via ``halt''. I couldn't reproduce it yet. login: boot: howto=0008 curproc=0xca2c99c8 syncing disks... panic: u

openssl s_client -reconnect falls back to session tickets of session resumption is disable

2016-08-28 Thread Andreas Bartelt
Hello, according to the man page, I would expect that the -reconnect argument is intended for specifically testing the session resumption mechanism. However, in case session resumption is disabled, it may also fall back to the use of session tickets since they are also transmitted. Possible

very slow ssh / sshd performance on current

2016-09-02 Thread Andreas Bartelt
I'm observing very slow ssh / sshd performance on current (tested on amd64). Throughput is less than 1/50th of what I'm typically seeing on my boxes. This drop in performance seems to be independent of the used ciphers (tested with aes-gcm-128 & chacha20-poly1305). All tested interfaces are em

Re: very slow ssh / sshd performance on current

2016-09-02 Thread Andreas Bartelt
On 09/02/16 10:24, Alexander Bluhm wrote: On Fri, Sep 02, 2016 at 09:43:13AM +0200, Andreas Bartelt wrote: I'm observing very slow ssh / sshd performance on current (tested on amd64). Throughput is less than 1/50th of what I'm typically seeing on my boxes. This drop in performance s

rdomain-related breakage on current

2016-10-28 Thread Andreas Bartelt
Hi, I've stumbled over this problem since unbound <-> nsd interaction is broken for me on current [in rdomains with exception of rdomain 0]. The problem persists since at least October 23rd and maximally since somewhere after October 9th. The following test seems to reproduce it independentl

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-01 Thread Andreas Bartelt
On 11/01/16 10:25, Nils Frohberg wrote: On Tue, Nov 01, 2016 at 09:36:07AM +0100, Sebastien Marie wrote: I experiment problem with local connection on specific rdomain. You're probably running into the same problem as described here: http://marc.info/?l=openbsd-tech&m=147766567226714&w=2

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-03 Thread Andreas Bartelt
On 11/02/16 17:41, Martin Pieuchot wrote: Hello Sebastien, On 01/11/16(Tue) 09:36, Sebastien Marie wrote: Hi, I experiment problem with local connection on specific rdomain. I tried to make a simple and reproductible environment. Thanks for the nice report, could you confirm the diff below

Problem with boot block / softraid on current

2017-01-02 Thread Andreas Bartelt
One of my amd64 machines does not boot anymore after updating to current (attached dmesg was obtained after booting a build of current from today but with a boot block from December, 22nd). Interestingly, the same disk (with a boot block from today's build) still boots fine with another amd64 m

Re: Problem with boot block / softraid on current

2017-01-05 Thread Andreas Bartelt
On 01/04/17 20:03, Stefan Sperling wrote: On Wed, Jan 04, 2017 at 07:16:55PM +0100, Stefan Sperling wrote: The diff below fixes the problem for me. As far as I can tell this should work on both 512 and 4k disks. But I cannot test with a 4k disk. And let's check for alloc() failure. Suggested b

Re: httpd incorrectly handles OCSP stapling

2017-08-13 Thread Andreas Bartelt
On 08/13/17 08:50, Joel Sing wrote: On Friday 11 August 2017 03:31:27 lists+b...@ggp2.com wrote: ... This should already be fixed in -current. I've just tested OCSP stapling via httpd with multiple domains on current (all domains also resolve to the same IP address in this setup). I'm obs

Change regarding ssh's SSHFP-related warnings

2017-09-01 Thread Andreas Bartelt
A change in ssh's SSHFP-related behavior on current confuses me somewhat. I've set VerifyHostKeyDNS to 'ask' in /etc/ssh/ssh_config (before and after the observed change in behavior). Previously, ssh client always kept quiet in case the ssh host key is already known (from known_hosts). Now,

Re: Change regarding ssh's SSHFP-related warnings

2017-09-07 Thread Andreas Bartelt
sorry for the noise -- I should have studied the man page. Setting CanonicalizeHostname and CanonicalDomains in ssh_config(5) resolved the problems. On 09/01/17 14:18, Andreas Bartelt wrote: A change in ssh's SSHFP-related behavior on current confuses me somewhat. I've set Verify

kernel relinking depends on checked out src tree

2017-06-25 Thread Andreas Bartelt
Hi, reorder_kernel()'s 'make newbsd' step in /etc/rc currently relies on the availability of the file /usr/src/sys/conf/makegap.sh which only works on systems with the /usr/src tree checked out. Best regards Andreas

System hangs during boot with Intel w5-2465x (Sapphire Rapids) on ASUS Pro WS W790-ACE motherboard

2024-05-10 Thread Andreas Bartelt
Hi, I've got my hands on a sapphire rapids based workstation and tried to boot a recent snapshot of OpenBSD current. The system hangs during boot after the "efifb at mainbus0 not configured" line. I've made use of the COM port for serial console and used a preinstalled disk in order to obtain

lo1 loopback interface doesn't get created anymore from /etc/hostname.lo1

2022-12-18 Thread Andreas Bartelt
Hi, after upgrading to a recent snapshot from today, I've noticed that an (additionally configured) loopback interface (i.e., lo1) doesn't get created anymore from my preexisting (and previously working) /etc/hostname.lo1 configuration. I've verified that the problem persists and affects cur

audio(4) output doesn't work yet on ASUS ProArt X670E-CREATOR WIFI mainboard (ALC1220 CODEC)

2023-02-25 Thread Andreas Bartelt
Hi, I've tested a recent OpenBSD snapshot of CURRENT on an ASUS ProArt X670E-CREATOR WIFI mainboard. According to the information provided by ASUS, this mainboard features a "Realtek S1220A CODEC" which attaches as Realtek ALC1220 on OpenBSD -- however, audio output (tested with headphones on

Re: audio(4) output doesn't work yet on ASUS ProArt X670E-CREATOR WIFI mainboard (ALC1220 CODEC)

2023-02-27 Thread Andreas Bartelt
On 2/27/23 2:40 PM, Alexandre Ratchov wrote: On Sat, Feb 25, 2023 at 05:20:53PM +0100, Andreas Bartelt wrote: Hi, I've tested a recent OpenBSD snapshot of CURRENT on an ASUS ProArt X670E-CREATOR WIFI mainboard. According to the information provided by ASUS, this mainboard features a &qu

Re: audio(4) output doesn't work yet on ASUS ProArt X670E-CREATOR WIFI mainboard (ALC1220 CODEC)

2023-03-04 Thread Andreas Bartelt
On 2/27/23 6:41 PM, Andreas Bartelt wrote: On 2/27/23 2:40 PM, Alexandre Ratchov wrote: On Sat, Feb 25, 2023 at 05:20:53PM +0100, Andreas Bartelt wrote: Hi, I've tested a recent OpenBSD snapshot of CURRENT on an ASUS ProArt X670E-CREATOR WIFI mainboard. According to the information pro

Re: audio(4) output doesn't work yet on ASUS ProArt X670E-CREATOR WIFI mainboard (ALC1220 CODEC)

2023-03-06 Thread Andreas Bartelt
On 3/5/23 13:36, Peter Hessler wrote: On 2023 Mar 05 (Sun) at 09:03:01 +0100 (+0100), Alexandre Ratchov wrote: :On Sat, Mar 04, 2023 at 04:12:22PM +0100, Andreas Bartelt wrote: :> On 2/27/23 6:41 PM, Andreas Bartelt wrote: :> > On 2/27/23 2:40 PM, Alexandre Ratchov wrote: :> > &

Re: audio(4) output doesn't work yet on ASUS ProArt X670E-CREATOR WIFI mainboard (ALC1220 CODEC)

2023-03-21 Thread Andreas Bartelt
On 3/21/23 09:53, Paul de Weerd wrote: On Mon, Mar 06, 2023 at 06:46:51PM +0100, Alexandre Ratchov wrote: | On Mon, Mar 06, 2023 at 06:29:11PM +0100, Andreas Bartelt wrote: | > > : | > > :IIRC MSI was disabled to fix lock ups. Please run with your diff for | > > :few days an

dhclient dumps core

2013-02-14 Thread Andreas Bartelt
Hi, I've noticed that dhclient "reproducably" dumps core after running for less than 24 hours. The problem persists for at least the last two i386 snapshots. The lease time from the dhcp server in this setup is one hour. # cat /var/log/messages | grep dhclient ... Feb 14 13:31:13 host dhclie

rc.conf: disable inetd by default

2013-04-23 Thread Andreas Bartelt
Hi, revision 1.177 doesn't disable inetd. Fix is attached. I suppose the new behavior should also be documented in http://www.openbsd.org/faq/current.html Best Regards Andreas Index: rc.conf === RCS file: /cvs/src/etc/rc.conf,v ret

HDDs become unresponsive after wake up from stand-by via apm -S

2013-06-02 Thread Andreas Bartelt
Hi, some HDDs don't wake up after stand-by via `apm -S` on CURRENT. The problem is reproducible on my PC and always affects sd1 and sd2 -- both are spinning HDDs from Western Digital (WD20EARX). sd0 (SSD) and sd3 (softraid) work as expected. console output after wake-up from `apm -S`: ahci0: d

multiple installation problems via miniroot-imx-55.fs on armv7 SABRE Lite

2014-04-07 Thread Andreas Bartelt
Hello, I have a couple of problems installing an OpenBSD snapshot (from 03/08/2014) via miniroot-imx-55.fs on a i.MX6 SABRE Lite board. The default u-boot boot loader in SPI flash seems to expect "6q_bootscript" instead of "6x_bootscript" which is on miniroot-imx-55.fs. Simply renaming the

Re: kernel/6524: vge(4) goes dead under load on recent snapshots

2010-12-16 Thread Andreas Bartelt
Hello Mark, On 12/16/10 11:54, Mark Kettenis wrote: Does this diff fix the issue? I've tested the patch. It doesn't fix the problem. Best regards Andreas

Re: kernel/6524: vge(4) goes dead under load on recent snapshots

2010-12-16 Thread Andreas Bartelt
The following reply was made to PR kernel/6524; it has been noted by GNATS. From: Andreas Bartelt To: Mark Kettenis Cc: gn...@openbsd.org, b...@cvs.openbsd.org Subject: Re: kernel/6524: vge(4) goes dead under load on recent snapshots Date: Thu, 16 Dec 2010 13:18:41 +0100 Hello Mark, On 12

netstat(1) open socket listings and rdomains

2011-10-30 Thread Andreas Bartelt
Hello, while playing with rdomains I've noticed that netstat(1) only respects the -T flag for route listings (i.e. netstat -T 1 -rn), but not for open socket listings (i.e. netstat -T 1 -anf inet). There are no listening services in a freshly created rdomain (i.e. after "ifconfig em0 rdomain

Re: netstat(1) open socket listings and rdomains

2011-10-30 Thread Andreas Bartelt
On 10/30/11 19:04, Mike Belopuhov wrote: ... fair enough, we should properly support -T flag. this diff achieves that and works well in my setup. ok? thanks, your patch supports the -T flag for socket listings. I think there's still an inconsistency there. According to the netstat(1) man pa

Re: netstat(1) open socket listings and rdomains

2011-11-01 Thread Andreas Bartelt
On 10/31/11 06:18, Andreas Bartelt wrote: ... > I think there's still an inconsistency there. According to the > netstat(1) man page, Table 0 is the default table. This is the behavior > of "netstat -anf inet" with your patch applied. > > However, when a user/pro

Re: Slow aes-128-gcm performance with scp on amd64

2025-04-24 Thread Andreas Bartelt
On 4/23/25 18:24, Theo Buehler wrote: On Wed, Apr 23, 2025 at 05:11:18PM +0200, Theo Buehler wrote: On Wed, Apr 23, 2025 at 12:35:51PM +0200, Andreas Bartelt wrote: ... Another bit that will hurt is that ssh switched from aes-128-ctr to aes-128-gcm by default last December: https

Slow aes-128-gcm performance with scp on amd64

2025-04-23 Thread Andreas Bartelt
Hi, I've noticed that aes-128-gcm performance with scp(1) on amd64 based CPUs is much slower than expected on OpenBSD (i.e., I remember throughput being significantly better some time ago -- I think I saw much better throughput around the time when LRO and TSO were initially enabled for ix(4)