compiling FreeBSD on macOS

2025-06-29 Thread Wolfram Schneider
Hi, I wrote a little script which makes it easy to compile FreeBSD/arm64 from source on MacOS for MacOS 14.x and later out of the box. https://reviews.freebsd.org/D51087 -Wolfram -- Wolfram Schneider https://wolfram.schneider.org

Re: removing GELI from a zfs-on-root system

2025-06-29 Thread Xin Li
Technically, if the user can find a space (can even be a md device if they feel lucky but I don't really recommend doing it that way) as large as the root pool's device, they could accomplish the goal by attaching the new device as a mirror to the old root device's mirror, remove old device and

time logging for build targets is live

2025-06-29 Thread Wolfram Schneider
As described in Bug 287274 we are now logging real/user/system time for most build targets in src/Makefile You can see it in our CI system: curl -sSf https://ci.freebsd.org/job/FreeBSD-main-armv7-build/lastBuild/consoleText | grep '^>>> Time spent' >>> Time spent on target buildworld: real 1969.

Re: Illegal instruction (core dumped)

2025-06-29 Thread Bjoern A. Zeeb
On Mon, 30 Jun 2025, Konstantin Belousov wrote: It might be for sure, did it persist between reboots? I just destroyed the VM and rebooted the old disk image and more just works now. You might try to read the instruction as data using p or x gdb command. I believe disassemble reads the text

make -DPKGBASE dvd1.iso: Building /usr/obj/usr/src/amd64.amd64/release/src.txz: ln: dist/usr/src/..: Operation not permitted

2025-06-29 Thread Graham Perrin
… a usr/ports/french/aspell/pkg-descr Building /usr/obj/usr/src/amd64.amd64/release/src.txz ln: dist/usr/src/..: Operation not permitted *** Error code 1 Stop. make: stopped making "dvd1.iso" in /usr/src/release .ERROR_TARGET='src.txz' .ERROR_META_FILE='/usr/obj/usr/src/amd64.amd64/release/src.t

Re: Illegal instruction (core dumped)

2025-06-29 Thread Konstantin Belousov
On Sun, Jun 29, 2025 at 03:33:20PM +, Bjoern A. Zeeb wrote: > On Sun, 29 Jun 2025, Konstantin Belousov wrote: > > > On Sat, Jun 28, 2025 at 11:23:01PM +, Bjoern A. Zeeb wrote: > > > On Sun, 29 Jun 2025, Konstantin Belousov wrote: > > > > > > > On Sat, Jun 28, 2025 at 05:32:17PM +, Bjo

Re: buildkernel failure [kern/kern_descrip.c]

2025-06-29 Thread Ian FREISLICH
On 2025-06-29 13:13, Mark Johnston wrote: On Sun, Jun 29, 2025 at 11:49:55AM -0400, Ian FREISLICH wrote: Hi I've tried with fresh source and /usr/obj cleared. /usr/src/sys/kern/kern_descrip.c:2967:53: error: too many arguments to function call, expected 4, have 5 2967 | error = fget_

Re: buildkernel failure [kern/kern_descrip.c]

2025-06-29 Thread Mark Johnston
On Sun, Jun 29, 2025 at 11:49:55AM -0400, Ian FREISLICH wrote: > Hi > > I've tried with fresh source and /usr/obj cleared. > > /usr/src/sys/kern/kern_descrip.c:2967:53: error: too many arguments to > function call, expected 4, have 5 > 2967 | error = fget_unlocked(td, fd, needrightsp, fl

Re: Illegal instruction (core dumped)

2025-06-29 Thread Bjoern A. Zeeb
On Sun, 29 Jun 2025, Konstantin Belousov wrote: On Sat, Jun 28, 2025 at 11:23:01PM +, Bjoern A. Zeeb wrote: On Sun, 29 Jun 2025, Konstantin Belousov wrote: On Sat, Jun 28, 2025 at 05:32:17PM +, Bjoern A. Zeeb wrote: Hi, happened in one of my dev VMs: # more /etc/wpa_supplicant.conf

Re: removing GELI from a zfs-on-root system

2025-06-29 Thread void
On Sun, Jun 29, 2025 at 08:26:59AM -0600, Alan Somers wrote: On Sun, Jun 29, 2025 at 8:13 AM void wrote: Hi, I'd like to remove the GELI prompt/functionality from a root-on-zfs system. How can I do this without re-initialising the whole system? It's not a redundant array - it's just one disk.

Re: removing GELI from a zfs-on-root system

2025-06-29 Thread Alan Somers
On Sun, Jun 29, 2025 at 8:13 AM void wrote: > Hi, > > I'd like to remove the GELI prompt/functionality from > a root-on-zfs system. How can I do this without re-initialising > the whole system? It's not a redundant array - it's just one disk. > > There are some methods turning up in a search, but

Re: Hi! Available to help

2025-06-29 Thread Daniel Anderson
>> I’ve set up a pair of FreeBSD VMs and got them up and running, one of >> which is compiled off of main. >> >> I’d like to offer to help if there’s anything anyone needs help with. >> > > The real question is, which area would you like to work on. In addition > to creating VMs, (out of curio

Re: Illegal instruction (core dumped)

2025-06-29 Thread Paul Floyd
On 6/28/25 19:32, Bjoern A. Zeeb wrote: Hi, happened in one of my dev VMs: [snip - SIGILL] What command exactly did you execute? A+ Paul