Re: NetBSD 10.0 RC_3 GENERIC amd64 home built kernel doesn't boot

2024-02-04 Thread Fekete Zoltán
2024-02-04 19:54 időpontban Martin Husemann ezt írta: On Sun, Feb 04, 2024 at 07:18:57PM +0100, Fekete Zoltán wrote: ... boot device: wd0 ... root on wd0c dumps on wd0b ... vfs_mountroot: can't open root device ... cannot mount root, error = 6 ... root device (default wd0c): wd0c sounds

Re: NetBSD 10.0 RC_3 GENERIC amd64 home built kernel doesn't boot

2024-02-04 Thread Fekete Zoltán
2024-02-04 20:02 időpontban mlel...@serpens.de ezt írta: fekete.zol...@minux.hu (=?UTF-8?Q?Fekete_Zolt=C3=A1n?=) writes: Hi There, Hi, maybe you can provide more information. I have a laptop from 2013, and I'm playing around with it. I've just compiled a kernel with the command:

Re: Xorg garbage mouse pointer in window edges and corners (NetBSD 10.0_RC3)

2024-02-04 Thread Rhialto
On Thu 01 Feb 2024 at 11:50:43 +0100, Ramiro Aceves wrote: > # X -configure I noticed that with 10.0, this generates a different config file than what's actually used! There is a difference in the mouse configuration. The actual mouse protocol that is used by default is Driver "ws"

Re: NetBSD 10.0 RC_3 GENERIC amd64 home built kernel doesn't boot

2024-02-04 Thread Michael van Elst
fekete.zol...@minux.hu (=?UTF-8?Q?Fekete_Zolt=C3=A1n?=) writes: >Hi There, Hi, maybe you can provide more information. >I have a laptop from 2013, and I'm playing around with it. >I've just compiled a kernel with the command: >./build.sh -T ../tools -O ../obj -U -N1 -j2 kernel=GENERIC is

Re: NetBSD 10.0 RC_3 GENERIC amd64 home built kernel doesn't boot

2024-02-04 Thread Martin Husemann
On Sun, Feb 04, 2024 at 07:18:57PM +0100, Fekete Zoltán wrote: > ... boot device: wd0 > ... root on wd0c dumps on wd0b > ... vfs_mountroot: can't open root device > ... cannot mount root, error = 6 > ... root device (default wd0c): wd0c sounds unlikely for / - can you try answering wd0a at the

NetBSD 10.0 RC_3 GENERIC amd64 home built kernel doesn't boot

2024-02-04 Thread Fekete Zoltán
Hi There, I have a laptop from 2013, and I'm playing around with it. I've just compiled a kernel with the command: ./build.sh -T ../tools -O ../obj -U -N1 -j2 kernel=GENERIC Then copied to / and rebooted. Unfortunately the boot stops with this error: ... boot device: wd0 ... root on wd0c

Re: Bug in the guide, npf exaple of gateway

2024-02-04 Thread adr
On Sun, 4 Feb 2024, Chavdar Ivanov wrote: AFAIK, /24 means “don’t look at the last octet”, so it shouldn’t matter. No, this is a host address (interface) in CIDR notation. You want a network address there. It matters. adr

Re: Bug in the guide, npf exaple of gateway

2024-02-04 Thread Chavdar Ivanov
AFAIK, /24 means “don’t look at the last octet”, so it shouldn’t matter. On Sun, 4 Feb 2024 at 10:32, adr wrote: > Hi, in the example 24.8, $localnet is set to 192.168.0.1/24, the > host identifier should be 0. > > Should I send a bug report, or could someone quickly make this >

Bug in the guide, npf exaple of gateway

2024-02-04 Thread adr
Hi, in the example 24.8, $localnet is set to 192.168.0.1/24, the host identifier should be 0. Should I send a bug report, or could someone quickly make this no-brainer fix? adr