Has the update procedure changed?

2023-08-05 Thread Matthias Apitz
In the past I was used to use the following procedure to install a new kernel and world: # cd /usr/src # make installkernel # shutdown -r now boot -s from the loader prompt # adjkerntz -i # mount -a -t ufs # mergemaster -p # cd /usr/src # make installworld

I've shown the following 3 items via kyua testing with the latest snapshot of armv7 14 on a OrangePi+2Ed (Cortex-A7), a panic included

2023-08-05 Thread Mark Millard
I've set up armv7 boot media based on: http://ftp3.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/14.0/FreeBSD-14.0-CURRENT-arm-armv7-GENERICSD-20230803-8a5c836b51ce-264491.img.xz for the OrangePi+2Ed (it also handles the RPi2B v1.1). No builds by me. The ports installed are from the FreeBSD

service routing restart (was: Unreliability with DHCP)

2023-08-05 Thread Graham Perrin
On 05/08/2023 23:16, Graham Perrin wrote: On 05/08/2023 12:39, Oleksandr Kryvulia wrote: 04.08.23 19:07, Graham Perrin пише: … As dirty workaround I have in my /etc/rc.resume service netif restart service routing restart  … 'service routing restart' can be problematic. Please, see, for

Re: Fwd: Unreliability with DHCP

2023-08-05 Thread Graham Perrin
On 05/08/2023 12:39, Oleksandr Kryvulia wrote: 04.08.23 19:07, Graham Perrin пише: Can anyone from freebsd-net@ help? Forwarded Message Subject: Unreliability with DHCP Date: Sun, 30 Jul 2023 16:17:43 +0100 From: Graham Perrin Organisation: FreeBSD To:

Re: Fwd: Unreliability with DHCP

2023-08-05 Thread Oleksandr Kryvulia
04.08.23 19:07, Graham Perrin пише: Can anyone from freebsd-net@ help? Forwarded Message Subject:Unreliability with DHCP Date: Sun, 30 Jul 2023 16:17:43 +0100 From: Graham Perrin Organisation: FreeBSD To: FreeBSD CURRENT 1. Sleep (suspend) whilst

Re: poudriere && git

2023-08-05 Thread Kurt Jaeger
Hi! > In the past I created the jails based on svn, for example with > > # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 I have the src repo in /usr/src, build the host system from that tree and then use: poudriere jail -j head -u -m null -S /usr/src -- p...@opsec.eu

Re: poudriere && git

2023-08-05 Thread Michael Grimm
Matthias Apitz wrote: > In the past I created the jails based on svn, for example with > > # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 Use "-m src=/usr/src" instead. It is documented in man poudriere-jail: -m methodSpecify which method to use to create

poudriere && git

2023-08-05 Thread Matthias Apitz
Hello, I'm updating my poudriere build server, not used for some time. I've already fetched /usr/src and /usr/ports from git, compiled world and kernel... In the past I created the jails based on svn, for example with # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 How

Re: A native armv7 panic during kyua runs: sys/netinet6/exthdr:exthdr -> Fatal kernel mode data abort: 'Alignment Fault' on read

2023-08-05 Thread Mark Millard
On Aug 4, 2023, at 20:58, Warner Losh wrote: > It might make sense to work up a patch that skips this test on armv7 after > filing a bug (the usual way) > > Warner Actually, looking at the backtrace, it seems I've previously listed the same sort of backtrace structure in: