daily CVS update output

2023-03-25 Thread NetBSD source update
Updating src tree: P src/sbin/ifconfig/carp.c P src/sbin/ifconfig/ifconfig.8 P src/sys/arch/amiga/stand/bootblock/boot/console.c P src/sys/arch/amiga/stand/bootblock/boot/libstubs.h P src/sys/arch/amiga/stand/bootblock/boot/libstubs.s P src/sys/arch/amiga/stand/bootblock/boot/version P

CARP misbehaving on RPi2+ / RPI3

2023-03-25 Thread Greywolf
Greetings; I have a couple RPi that I will refer to here as 'thing1' and 'thing2'. Both are running evbarm-earmv7h, NetBSD 10-BETA. thing1: rpi2+ /etc/ifconfig.carp0: create vhid 1 advbase 21 advskew 2 carpdev usmsc0 pass aPassword 172.21.12.2/23 up thing2: rpi3 /etc/ifconfig.carp0: create vhid

IntelliJ IDEA for java development on NetBSD

2023-03-25 Thread David Brownlee
Just a quick note that if anyone else is using IntelliJ IDEA to develop Java or other related languages on NetBSD, it might a good idea to download the EAP version from - https://www.jetbrains.com/idea/nextversion/ have a play with it, and then complete the feedback form -

Re: Panic on today's -current aarch64 on Qemu (Oracle OCI VM)

2023-03-25 Thread Chavdar Ivanov
With the last few updates by yamaguchi@ and mlelstv@ it again works. Thanks for the quick response, Chavdar On Sat, 25 Mar 2023 at 08:15, Shoichi Yamaguchi wrote: > > Sorry, it is my mistake and thank you for your report. > I think the problem has been fixed because I added a change. > > > On

Re: Panic on today's -current aarch64 on Qemu (Oracle OCI VM)

2023-03-25 Thread Shoichi Yamaguchi
Sorry, it is my mistake and thank you for your report. I think the problem has been fixed because I added a change. On Sat, Mar 25, 2023 at 7:54 AM Chavdar Ivanov wrote: > > kern/57292: GENERIC64 virtio panic on aarch64 > > - in case somebody is interested. > > I'll try to reproduce it locally