On Sun, Jul 26, 2020 at 11:08:04PM +0000, Mikolaj Kucharski wrote:
> Hi,
>
> Not sure should I start new thread for this, but while experimenting
> with easy repro of this issue, I ended up reliably freezing kernel, but
> without even any ddb or panic output. Hard freeze.
>
>
> # hostname.ure0
> inet6 autoconf
> dhcp
>
> File hostname.wg1 generated with following script:
>
> --->8---
> #!/bin/sh
>
> echo 'debug'
>
> for n in 1 2 3 4 5 6 7 8 9
> do
> key1=`dd if=/dev/zero bs=32 count=1 status=none | sed "s/..\$/a$n/" |
> openssl enc -a -A`
> key2=`dd if=/dev/zero bs=32 count=1 status=none | sed "s/..\$/b$n/" |
> openssl enc -a -A`
>
> echo ""
> echo "inet 10.20$n.0.2/24"
> echo "wgkey $key1"
> echo "wgpeer $key2 wgendpoint 10.200.0.$n 51820 wgpka 25 wgaip
> 10.20$n.0.0/24"
> echo ""
> done
> ---8<---
>
> Xenodm enabled on bootup. Freeze happens in few seconds of X11 running.
> Upgraded to latest snapshot, same hard freeze happens:
>
> OpenBSD 6.7-current (GENERIC.MP) #20: Sun Jul 26 19:49:23 UTC 2020
>
> [email protected]:/home/mkucharski/openbsd/src/sys/arch/amd64/compile/GENERIC.MP
Sorry, above should be:
OpenBSD 6.7-current (GENERIC.MP) #375: Sun Jul 26 11:26:37 MDT 2020
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
>
> Can anyone else reproduce it with hostname.wg1 generated with above
> script?
>
--
Regards,
Mikolaj