Re: www/chromium will not build on a host w/ 8 CPU and 16G mem

2023-08-17 Thread Matthias Apitz
El día miércoles, agosto 16, 2023 a las 03:34:03p. m. +0200, Matthias Apitz escribió: > Thanks for all the hints I got so far. I started already the build with > MAKE_JOBS_UNSAFE=yes. It's running now for some 8 hours and has built > 32% (as the log says). So it will need some 16 hours more...

Re: ZFS deadlock in 14

2023-08-17 Thread Dag-Erling Smørgrav
Alexander Motin writes: > I don't have a FreeBSD branch, but these two patches apply clean and > build on top of today's FreeBSD main branch: > > https://github.com/openzfs/zfs/pull/15107 > https://github.com/openzfs/zfs/pull/15122 A kernel built from c47116e909 plus these two patches has so far

Re: ZFS deadlock in 14

2023-08-17 Thread Alexander Motin
On 17.08.2023 15:41, Dag-Erling Smørgrav wrote: Alexander Motin writes: Trying to run your test (so far without reproduction) I see it producing a substantial amount of ZIL writes. The range of commits you reduced the scope to so far includes my ZIL locking refactoring, where I know for sure a

Re: building with llvm16 pkg fails in tests

2023-08-17 Thread Brooks Davis
On Thu, Aug 17, 2023 at 07:33:33PM +, Brooks Davis wrote: > On Thu, Aug 17, 2023 at 12:45:06PM +0200, Ronald Klop wrote: > > Hi, > > > > To save time on my Raspberry Pi I would like to build FreeBSD using a llvm > > pkg instead of llvm in the tree. > > > > My /etc/make.conf: > > WITHOUT_TOOL

Re: building with llvm16 pkg fails in tests

2023-08-17 Thread Mark Millard
Ronald Klop wrote on Date: Thu, 17 Aug 2023 10:45:06 UTC : > To save time on my Raspberry Pi I would like to build FreeBSD using a llvm > pkg instead of llvm in the tree. > > My /etc/make.conf: > WITHOUT_TOOLCHAIN=yes > LD=/usr/local/llvm16/bin/ld.lld > CC=/usr/local/llvm16/bin/clang > CXX=/usr

Re: ZFS deadlock in 14

2023-08-17 Thread Dag-Erling Smørgrav
Alexander Motin writes: > Dag, That's not my name, Al. > Trying to run your test (so far without reproduction) I see it > producing a substantial amount of ZIL writes. The range of commits > you reduced the scope to so far includes my ZIL locking refactoring, > where I know for sure are some de

Re: ZFS deadlock in 14

2023-08-17 Thread Alexander Motin
On 17.08.2023 14:57, Alexander Motin wrote: On 15.08.2023 12:28, Dag-Erling Smørgrav wrote: Mateusz Guzik writes: Going through the list may or may not reveal other threads doing something in the area and it very well may be they are deadlocked, which then results in other processes hanging on

Re: building with llvm16 pkg fails in tests

2023-08-17 Thread Brooks Davis
On Thu, Aug 17, 2023 at 12:45:06PM +0200, Ronald Klop wrote: > Hi, > > To save time on my Raspberry Pi I would like to build FreeBSD using a llvm > pkg instead of llvm in the tree. > > My /etc/make.conf: > WITHOUT_TOOLCHAIN=yes > LD=/usr/local/llvm16/bin/ld.lld > CC=/usr/local/llvm16/bin/clang >

Re: etcupdate -B, /.cshrc and /.profile

2023-08-17 Thread Steve Rikli
On Thu, Aug 17, 2023 at 07:17:20PM +0100, Graham Perrin wrote: > If I recall correctly, a few hours ago etcupdate -B resulted in removal of > two files: > > /.cshrc > /.profile > > Is this degree of checking/removal a novelty? > > (I can't recall the files' contents, or when I created them. I gu

Re: ZFS deadlock in 14

2023-08-17 Thread Alexander Motin
On 15.08.2023 12:28, Dag-Erling Smørgrav wrote: Mateusz Guzik writes: Going through the list may or may not reveal other threads doing something in the area and it very well may be they are deadlocked, which then results in other processes hanging on them. Just like in your case the process re

etcupdate -B, /.cshrc and /.profile

2023-08-17 Thread Graham Perrin
If I recall correctly, a few hours ago etcupdate -B resulted in removal of two files: /.cshrc /.profile Is this degree of checking/removal a novelty? (I can't recall the files' contents, or when I created them. I guess that I carelessly created them as dot files months ago without realising

Re: Fwd: Unreliability with DHCP

2023-08-17 Thread Graham Perrin
On 06/08/2023 17:05, Warner Losh wrote: 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: > … > > As dirty workaround I have in my /etc/rc.resume

Re: Defaulting serial communication to 115200 bps for FreeBSD 14

2023-08-17 Thread Dennis Clarke
On 8/17/23 00:40, Warner Losh wrote: On Wed, Aug 16, 2023, 9:38 PM Dennis Clarke wrote: On 8/16/23 22:28, Alexander Motin wrote: On 16.08.2023 18:14, Dennis Clarke wrote: The default serial communications config on most telecom equipment that I have seen ( in the last forty years ) defaults

building with llvm16 pkg fails in tests

2023-08-17 Thread Ronald Klop
Hi, To save time on my Raspberry Pi I would like to build FreeBSD using a llvm pkg instead of llvm in the tree. My /etc/make.conf: WITHOUT_TOOLCHAIN=yes LD=/usr/local/llvm16/bin/ld.lld CC=/usr/local/llvm16/bin/clang CXX=/usr/local/llvm16/bin/clang++ CPP=/usr/local/llvm16/bin/clang-cpp OBJCOPY=/