daily CVS update output

2023-04-05 Thread NetBSD source update
Updating src tree: P src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_mutex.h P src/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c P src/sys/dev/ic/aic6360.c P src/sys/dev/ic/scmdreg.h P src/sys/net/if_wg.c P src/sys/netinet/sctp_indata.c P

Re: How to recover a root partition with damaged boot blocks

2023-04-05 Thread Lloyd Parkes
On 5/04/23 18:00, matthew green wrote: ps see "man 7 entropy" for how to fix the problem you observed. FWIW I have PR 57254 in Gnats that provides a patch to /etc/rc.d/entropy so that whenever the system boots with insufficient entropy appropriate messages are logged. It doesn't change

Re: Raspberry Pi 3 aarch64 -current fails to find root fs label and boot.

2023-04-05 Thread Michael van Elst
On Wed, Apr 05, 2023 at 05:16:17PM +0200, Bartek Krawczyk wrote: > I see both get root=NAME=netbsd-root and -current also detects this dk1 > wedge with the same "netbsd-root" name. > I got the same issue 2-3 weeks ago but disregarded it thinking "oh well, > -current" but seems something is not

Re: Raspberry Pi 3 aarch64 -current fails to find root fs label and boot.

2023-04-05 Thread Bartek Krawczyk
On 05/04/2023 15:14, Michael van Elst wrote: bbartlomiej.m...@gmail.com (Bartek Krawczyk) writes: My /boot/cmdline.txt has only: root=NAME=netbsd-root You can use'ofctl /chosen' to find out what bootargs are passed to the kernel. 10.0_BETA: [Caching 124 nodes and 786 properties]

Re: Raspberry Pi 3 aarch64 -current fails to find root fs label and boot.

2023-04-05 Thread Michael van Elst
bbartlomiej.m...@gmail.com (Bartek Krawczyk) writes: >My /boot/cmdline.txt has only: >root=NAME=netbsd-root You can use'ofctl /chosen' to find out what bootargs are passed to the kernel.

Re: Raspberry Pi 3 aarch64 -current fails to find root fs label and boot.

2023-04-05 Thread Bartek Krawczyk
On 05/04/2023 14:09, Michael van Elst wrote: bbartlomiej.m...@gmail.com (Bartek Krawczyk) writes: [ 1.4967611] ld0: 117 GB, 15371 cyl, 255 head, 63 sec, 512 bytes/sect x 246947840 sectors [ 1.5157040] dk0 at ld0: "EFI", 163840 blocks at 32768, type: msdos [ 1.5157040] dk1 at ld0:

Re: Raspberry Pi 3 aarch64 -current fails to find root fs label and boot.

2023-04-05 Thread Michael van Elst
bbartlomiej.m...@gmail.com (Bartek Krawczyk) writes: >[ 1.4967611] ld0: 117 GB, 15371 cyl, 255 head, 63 sec, 512 bytes/sect >x 246947840 sectors >[ 1.5157040] dk0 at ld0: "EFI", 163840 blocks at 32768, type: msdos >[ 1.5157040] dk1 at ld0: "netbsd-root", 246743040 blocks at 196608, >[

Raspberry Pi 3 aarch64 -current fails to find root fs label and boot.

2023-04-05 Thread Bartek Krawczyk
Hi, I'm crossposting from netbsd-users since nobody knows there. I have PR port-evbarm/57308 opened regarding problems with WiFi on RPI3 using 10.0_BETA and I figured I'll have a look at -current. Earlier I tried it and it couldn't find the root filesystem (I only dropped in a new kernel into

re: How to recover a root partition with damaged boot blocks

2023-04-05 Thread matthew green
things to do: - reinstall bootxx_ffsvN -- make sure you're installing the right ffsvN. you can use "dumpfs | head -2", and it should say FFSv1 or FFSv2 here. that's "installboot" that you may have already done, but perhaps used the wrong one? - re-copy /boot. cp /usr/mdec/boot / -