Re: aarch64 and kqueue timer events

2021-07-27 Thread Mike Karels
On 7/27/21 8:43 PM, Matthew Grooms wrote: On 7/24/2021 8:18 PM, Matthew Grooms wrote: Hi all, I'm seeing some strange behavior with kqueue timers on my aarch64 host. Here is a simple test program that I've compiled on both amd64 and aarch64. It just sets up a simple kqueue timer with a loop

USB disk attaches late in 13.1-BETA1

2022-03-12 Thread Mike Karels
I have a USB SSD drive attached to a Raspberry Pi 4 that has been running 13.0 and 14-CURRENT. The drive is not the root, and is mounted from /etc/fstab. I just booted 13.1-BETA1 on it and set it up as I usually do. Now the system fails to check the filesystem from the USB disk during the fsck, s

Re: Kernel is using a lot of CPU (was: Re: test)

2023-01-30 Thread Mike Karels
On 30 Jan 2023, at 5:03, Nikos Vassiliadis wrote: >> Hi, >> >> I just rebooted a system of mine and it seems that the kernel is constantly >> doing something. How could I debug this? >> I am thinking of rebooting it tonight >> >> root@aurora:~ # top -S -b >> last pid: 2196; load averages: 1.00

Re: Raptor Lake / Alder lake on RELENG_13 ?

2023-02-07 Thread Mike Karels
On 6 Feb 2023, at 16:04, mike tancsa wrote: > Hi All, > >     I have seen a couple of commits around these CPUs, but wondering if > anyone is running 13 on these newer hybrid CPUs ? Do the slower cores just > get disabled or are they made use of somehow ? > >     ---Mike I have been testing the

Re: Raptor Lake / Alder lake on RELENG_13 ?

2023-02-07 Thread Mike Karels
On 7 Feb 2023, at 7:41, mike tancsa wrote: > On 2/7/2023 8:29 AM, Mike Karels wrote: >> On 6 Feb 2023, at 16:04, mike tancsa wrote: >> >>> Hi All, >>> >>>     I have seen a couple of commits around these CPUs, but wondering if >>> anyone is ru

Re: Looks like the kyua zfs tests likely are not used on aarch64 or other contexts with unsigned char

2023-09-10 Thread Mike Karels
On 10 Sep 2023, at 2:31, Mark Millard wrote: > kyua tests that use the: > > /usr/tests/sys/cddl/zfs/bin/mkfile > > program like so (for example): > > mkfile 500M /testpool.1861/bigfile.0 > > (which should be valid) end up with mkfile > instead reporting: > > Standard error: > Usage: mkfile [-nv] [

Re: Is 14.0 to released based on 0 for sysctl vfs.zfs.bclone_enabled ?

2023-11-04 Thread Mike Karels
On 4 Nov 2023, at 4:01, Ronald Klop wrote: > On 11/4/23 02:39, Mark Millard wrote: >> It looks to me like releng/14.0 (as of 14.0-RC4) still has: >> >> int zfs_bclone_enabled; >> SYSCTL_INT(_vfs_zfs, OID_AUTO, bclone_enabled, CTLFLAG_RWTUN, >> &zfs_bclone_enabled, 0, "Enable block cloning"); >> >>

Re: NFS exports of ZFS snapshots broken

2023-11-17 Thread Mike Karels
On 17 Nov 2023, at 15:04, Garrett Wollman wrote: > Hi, all, > > One other regression that we found after upgrading from 12.4 to 13.2 > on our NFS servers is that ZFS snapshots of exported filesystems are > no longer accessible to NFS clients. The .zfs/snapshot directory is > readable, and can sta

Re: NFS exports of ZFS snapshots broken

2023-11-17 Thread Mike Karels
On 17 Nov 2023, at 16:35, Garrett Wollman wrote: > < said: > >> I have not run into this, so I tried it just now. I had no problem. >> The server is 13.2, fully patched, the client is up-to-date -current, >> and the mount is v4. > > On my 13.2 client and 13-stable server, I see: I set up ZFS on

Re: NFS exports of ZFS snapshots broken

2023-11-17 Thread Mike Karels
On 17 Nov 2023, at 17:22, Mike Karels wrote: > On 17 Nov 2023, at 16:35, Garrett Wollman wrote: > >> < said: >> >>> I have not run into this, so I tried it just now. I had no problem. >>> The server is 13.2, fully patched, the client is up-to-date -curren

Re: git log - how to find out latest stable/14 breakage

2024-01-20 Thread Mike Karels
On 20 Jan 2024, at 6:47, Harry Schmalzbauer wrote: > Hello, > > suddenly, there are > lib/libifconfig/libifconfig_sfp_tables.tpl.c >  create mode 100644 lib/libifconfig/libifconfig_sfp_tables.tpl.h >  create mode 100644 lib/libifconfig/libifconfig_sfp_tables_internal.tpl.h > > while lib/libifconfi

Re: FreeBSD 14.1-BETA2 Now Available

2024-05-13 Thread Mike Karels
Yes, thanks! Mike On 12 May 2024, at 23:53, Peter Libassi wrote: In the release notes https://www.freebsd.org/releases/14.1R/relnotes/ , Section "Userland Configuration Changes” talks about periodic(8) and mentions rc.conf(5). Should it mention ”periodic.conf(5)” instead?

Re: FreeBSD 14.1-BETA2 Now Available

2024-05-13 Thread Mike Karels
Thanks, I'm fixing it. If there are additional comments about the release notes (please!), they can be sent directly to me or to re@. Mike On 13 May 2024, at 8:40, Sebastian Oswald wrote: > Hello, > >> A list of changes since 14.0 is available in the releng/14.1 >> release notes

Re: bsdinstall not creating /home. /home/user, or copying skel files

2024-05-15 Thread Mike Karels
On 15 May 2024, at 9:19, Steven Friedrich wrote: > I performed a fresh install using may 15 snapshot of disc1 amd64. The May 9 snapshot of stable/14? That's the most recent. The adduser problem was fixed last week, but probably just missed the snapshot. I believe it was fixed in 14.1-BETA2 thou

Re: bsdinstall not creating /home. /home/user, or copying skel files

2024-05-15 Thread Mike Karels
On 15 May 2024, at 9:43, Steven Friedrich wrote: > On 5/15/24 10:36, Mike Karels wrote: >> On 15 May 2024, at 9:19, Steven Friedrich wrote: >> >>> I performed a fresh install using may 15 snapshot of disc1 amd64. >> The May 9 snapshot of stable/14? That's the m

Re: bsdinstall not creating /home. /home/user, or copying skel files

2024-05-15 Thread Mike Karels
On 15 May 2024, at 15:18, Steven Friedrich wrote: > On 5/15/24 14:56, Dag-Erling Smørgrav wrote: >> Steven Friedrich writes: >>> I can confirm beta2 bsdinstall creates the user's home directory, but >>> it doesn't chown the user's directory to the user. This leads to many >>> errors when startin