Jail compile error on CURRENT?

2023-08-06 Thread Yoshihiro Ota
Hi, Am I the only one seeing this error? I'm on 12.4-RELEASE amd64 and building CURRENT as of now. jaillex.c:2228:43: error: unused parameter 'yyscanner' [-Werror,-Wunused-parameter] void *yyalloc (yy_size_t size , yyscan_t yyscanner) ^

Re: Has the update procedure changed?

2023-08-06 Thread Tim Kellers
On Aug 6, 2023, at 11:05 AM, Kevin Oberman wrote:On Sat, Aug 5, 2023 at 10:51 PM Matthias Apitz wrote: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

service routing restart, service dhclient restart (was: Unreliability with DHCP)

2023-08-06 Thread Graham Perrin
Thanks, On 06/08/2023 08:36, Oleksandr Kryvulia wrote: … In my case default route is assigned by dhclient, so 'service routing restart' must be run quickly after 'service netif restart' - before we receive dhcp offer. Is this documented and explained somewhere, or did you learn through

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Michael Gmelin
On 6. Aug 2023, at 18:12, Warner Losh wrote:On Sun, Aug 6, 2023 at 10:05 AM Matthias Apitz wrote:El día domingo, agosto 06, 2023 a las 09:58:32a. m. -0600, Warner Losh escribió: > On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > > > > I did, based

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 10:12:03a. m. -0600, Warner Losh escribió: > So what's the vintage of the host you are building with? And what sources > are > you building... The vintage was (now updated): 13.0-CURRENT 1300130 r368164 and /usr/src was git cloned from yesterday's head.

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 10:05 AM Matthias Apitz wrote: > El día domingo, agosto 06, 2023 a las 09:58:32a. m. -0600, Warner Losh > escribió: > > > On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > > > > > > > I did, based of a git clone of head, a clean compile of world and > kernel > > >

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 10:03:48a. m. -0600, Warner Losh escribió: > Unless there's a way to reproduce the problem from a clean build, I doubt > it will ever be addressed. It works for me, so I need the exact steps to do > from a clean state to get to failure. I just did a

Re: Fwd: Unreliability with DHCP

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 12:38 AM Kevin Oberman wrote: > On Sat, Aug 5, 2023 at 3:16 PM Graham Perrin > wrote: > >> On 05/08/2023 12:39, Oleksandr Kryvulia wrote: >> > 04.08.23 19:07, Graham Perrin пише: >> >> >> >> Can anyone from freebsd-net@ help? >> >> >> >> >> >> Forwarded Message

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 09:58:32a. m. -0600, Warner Losh escribió: > On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > > > > I did, based of a git clone of head, a clean compile of world and kernel > > with > > > > # cd /usr > > # rm -rf obj > > # mkdir obj > > # cd src > >

Re: poudriere && git

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 10:01 AM Matthias Apitz wrote: > El día domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias Apitz > escribió: > > > -- > > --- installworld --- > > mkdir -p /tmp/install.j76anzU56j > > > > ... > >

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias Apitz escribió: > -- > --- installworld --- > mkdir -p /tmp/install.j76anzU56j > > ... > Required library libdialog.so.8 not found. > *** [installworld] Error code 1 >

Re: make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Warner Losh
On Sun, Aug 6, 2023 at 7:58 AM Matthias Apitz wrote: > > I did, based of a git clone of head, a clean compile of world and kernel > with > > # cd /usr > # rm -rf obj > # mkdir obj > # cd src > # make -j8 buildworld > # make -j8 buildkernel > ... > I installed the result and the system runs fine.

Re: Has the update procedure changed?

2023-08-06 Thread Kevin Oberman
On Sat, Aug 5, 2023 at 10:51 PM Matthias Apitz wrote: > 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

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 03:50:15p. m. +0200, Michael Grimm escribió: > Matthias Apitz wrote > > Creation: > poudriere jail -c -j stable -m src=/usr/src > Thanks. I tested this as well some hours ago and it failed for the reason I detailed some minutes ago in the other mail with

make buildworld puts legacy tools into the /usr/obj/... tree

2023-08-06 Thread Matthias Apitz
I did, based of a git clone of head, a clean compile of world and kernel with # cd /usr # rm -rf obj # mkdir obj # cd src # make -j8 buildworld # make -j8 buildkernel ... I installed the result and the system runs fine. For some test I wanted to do another installation to some DESTDIR with #

Re: poudriere && git

2023-08-06 Thread Michael Grimm
Matthias Apitz wrote > poudriere jail -c -j head -m null -S /usr/src > > which gives an error: > > [00:00:00] Error: Must set -M to path of jail to use > > I don't know what to set for the path to -M. The host system is in > /usr/src and /usr/obj. My old existing jail is: > > poudriere jail

Re: poudriere && git

2023-08-06 Thread Matthias Apitz
El día sábado, agosto 05, 2023 a las 10:08:11a. m. +0200, Kurt Jaeger escribió: > 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 >

Re: unsubscribe

2023-08-06 Thread The Doctor
On Sun, Aug 06, 2023 at 09:01:42AM +0200, Damon Unric wrote: > unsubscribe > please do this via the mailman web interface. -- Member - Liberal International This is doc...@nk.ca Ici doc...@nk.ca Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14

Re: [Intel AlderLake] Read files to FAT32 or UFS partition cause data corrupt due to P-Core-Core

2023-08-06 Thread Konstantin Belousov
On Sun, Aug 06, 2023 at 06:12:38PM +0900, Tomoaki AOKI wrote: > On Wed, 23 Feb 2022 01:30:28 +0200 > Konstantin Belousov wrote: > > > On Tue, Feb 22, 2022 at 06:23:17PM -0500, Alexander Motin wrote: > > > On 22.02.2022 17:46, Konstantin Belousov wrote: > > > > Ok, the next step is to get the CPU

Re: [Intel AlderLake] Read files to FAT32 or UFS partition cause data corrupt due to P-Core-Core

2023-08-06 Thread Tomoaki AOKI
On Wed, 23 Feb 2022 01:30:28 +0200 Konstantin Belousov wrote: > On Tue, Feb 22, 2022 at 06:23:17PM -0500, Alexander Motin wrote: > > On 22.02.2022 17:46, Konstantin Belousov wrote: > > > Ok, the next step is to get the CPU feature reports from P- vs. E- cores. > > > Patch below should work, with

Re: Has the update procedure changed?

2023-08-06 Thread Matthias Apitz
El día domingo, agosto 06, 2023 a las 01:20:54a. m. -0700, Mark Millard escribió: > The material in 26.6.5 does not repeat all that, it is > more of a summary that is presented. > > There are also instructions in UPDATING (near the end) > and yet other instructions in Makefile (leading >

See bugzilla's 272965 and 272966 for cortex-A7 armv7 example kyua test case panics for main [so: 14], split by backtrace structure

2023-08-06 Thread Mark Millard
See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272965 and: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272966 All involve 'Alignment Fault' on read at some point but the 272966 ones first involve: Kernel page fault with the following non-sleepable locks held during

RE: Has the update procedure changed?

2023-08-06 Thread Mark Millard
Matthias Apitz wrote on Date: Sun, 06 Aug 2023 05:50:36 UTC : > 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 > #

Re: service routing restart (was: Unreliability with DHCP)

2023-08-06 Thread Oleksandr Kryvulia
06.08.23 01:35, 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'

unsubscribe

2023-08-06 Thread Damon Unric
unsubscribe

Re: Fwd: Unreliability with DHCP

2023-08-06 Thread Kevin Oberman
On Sat, Aug 5, 2023 at 3:16 PM Graham Perrin wrote: > 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: