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

2023-09-10 Thread Dag-Erling Smørgrav
Mark Millard writes: > I'm not aware of there being other documentation for what > is appropriate for setting up such for kyua runs. https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test_image-head.sh#L69-L84 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: tcpdump and timezone mismatch (STABLE 14 vs STABLE 13)

2023-09-14 Thread Dag-Erling Smørgrav
fstatat(AT_FDCWD,0x1c377723d38e,0x1c3773430cd0,0) 745 tcpdump 0.070550458 NAMI "/etc/localtime" 745 tcpdump 0.070593003 RET fstatat -1 errno 94 Not permitted in capability mode The simplest workaround is to call tzset(3) before entering capability mode. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: tcpdump and timezone mismatch (STABLE 14 vs STABLE 13)

2023-09-14 Thread Dag-Erling Smørgrav
mike tancsa writes: > Should open a PR about this ? Feel free to open a PR, I already cc:ed the maintainer (jrm@). DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: local-unbound stopped working after upgrade to 13.2

2023-09-19 Thread Dag-Erling Smørgrav
diagnose the issue and commit a patch that fixes it and then remotely hack into your computers and apply the patch, but both my mind-reading hat and my hacker hoodie are at the dry cleaners right now, so perhaps you could do me a favor and describe the problem(s) you're experiencing? DES --

Re: local-unbound stopped working after upgrade to 13.2

2023-09-19 Thread Dag-Erling Smørgrav
use this to allow local-unbound on my desktop computer to also serve NATed bhyve VMs: % cat /var/unbound/conf.d/access-control.conf server: interface: 127.0.0.1 access-control: 127.0.0.0/24 allow interface: 192.168.144.1 access-control: 192.168.144.0/24 allow DES --

Re: local-unbound stopped working after upgrade to 13.2

2023-09-26 Thread Dag-Erling Smørgrav
se of a hyphen. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Failed compiling releng/13.2, commit missing?

2024-03-04 Thread Dag-Erling Smørgrav
Johannes Totz writes: > Releng/13.2 has "import tzdata 2023d" and "...2024a", but no > "...2023c". Is that commit simply missing on that branch? No, releng/13.2 does not have 2023d or 2024a. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Failed compiling releng/13.2, commit missing?

2024-03-04 Thread Dag-Erling Smørgrav
on the 14th Feb. You're confusing tzdata and tzcode. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: xz 5.6.0/5.6.1 backdoored, possibly in src/contrib as well

2024-04-01 Thread Dag-Erling Smørgrav
osedly compromised xz from ports, there are > probably > no ill consequences. We don't have an xz or liblzma port. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: patch from PR253251 (Hardware Revision Realtek 8117) to releng/13.2?

2024-04-06 Thread Dag-Erling Smørgrav
Torfinn Ingolfsen writes: > It would be helpful if the patch from PR253251[1] could be merged into > the releng/13.2 branch as well. 13.3 has the patch and has been out for a month already. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: possible regression handling packet fragmentation in 14.0 with tftp/pxe

2024-04-19 Thread Dag-Erling Smørgrav
pefully reassembled somewhere else. Meanwhile you can also set the net.inet.udp.maxdgram sysctl to 1425 on the NFS server, as tftpd will cap the blocksize to that value. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: possible regression handling packet fragmentation in 14.0 with tftp/pxe

2024-04-22 Thread Dag-Erling Smørgrav
dy be sufficient to ring a bell for someone here reading > this (like "oh, yes, there were changes in pf that cause different > handling of fragmented udp packets"). There were changes in tftpd, but I don't know if that's relevant. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: block size: 512B configured, 4096B native all of a sudden

2024-04-22 Thread Dag-Erling Smørgrav
ize for compatibility reasons, the real sector size is unlikely to be less than 4 kB and may actually be significantly larger. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: block size: 512B configured, 4096B native all of a sudden

2024-04-22 Thread Dag-Erling Smørgrav
mike tancsa writes: > Where what would be picking up the "true" size and why the change from > a March 4th system to one today ? https://cgit.freebsd.org/src/commit/?id=b7dce5b8e988f47784c55aa096541deda7b1aaeb DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: block size: 512B configured, 4096B native all of a sudden

2024-04-22 Thread Dag-Erling Smørgrav
fix it? No, the ashift is a vdev property. You'll have to remove one disk from the pool, create a new pool, send | recv across, then destroy the old pool and add the remaining disk to the new pool. Make sure you have a backup before you start. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: block size: 512B configured, 4096B native all of a sudden

2024-04-22 Thread Dag-Erling Smørgrav
ght be able to simply detach and then re-attach both drives, afaik a draid can function without its special vdev. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: possible regression handling packet fragmentation in 14.0 with tftp/pxe

2024-04-24 Thread Dag-Erling Smørgrav
Gerrit Kühn writes: > Is there an easy way to find out where this commit ends up, i.e., whether > it is merged into 14.0, 14.1 or so? I will make sure it gets into 14.1. DES -- Dag-Erling Smørgrav - d...@freebsd.org

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

2024-05-15 Thread Dag-Erling Smørgrav
h=releng/14.1&id=01872b366578d071e9fb981a2fda216379915ce3 There is an additional issue which has not yet been merged but should not affect the bsdinstall case: https://cgit.freebsd.org/src/commit/?id=46a619c6d4cfc662069950baca16ec2a3b18b8a5 DES -- Dag-Erling Smørgrav - d...@freebsd.org

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

2024-05-15 Thread Dag-Erling Smørgrav
this sounds like what happens when you don't have 01872b366578, which is strange since BETA2 should definitely include it. Can you paste the output of `sha256 /usr/sbin/adduser`? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: FreeBSD 14-0 file swapping broken.

2024-06-09 Thread Dag-Erling Smørgrav
Artem Hevorhian writes: > After that, I updated fstab by adding the following line to the end. > > md42 none swap sw,file=/root/swap.8G.bin 0 0 Change “md42” to just “md”. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-04 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > Installed devices: > pcm0: on hdaa0 (1p:1v/1r:1v) > [...] > pcm1: on hdaa0 (1p:1v/1r:1v) > [...] > pcm2: on hdaa1 (1p:1v/0r:0v) default > [...] add hw.snd.default_unit=2 to /etc/sysctl.conf and reboot. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-05 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > I already have that sir: In that case, I have nothing else to offer than “it works for me”. > I've been trying to get freebsd to fix this for years. That is a very odd statement. Perhaps you should think it over. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-08 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > FreeBSD is missing some magic that Linux has. Perhaps FreeBSD could > find the magic bits. OK, I'll look around, maybe they're in my other coat. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Upgrade from 12.4-STABLE to 13.3-STABLE fails

2024-07-22 Thread Dag-Erling Smørgrav
r mode. > Is this because zfs.ko isn't loaded? Yes. > Am I supposed to load (all) modules at the loader prompt too? You won't need to if you use the boot menu to select your kernel instead of doing it manually. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: uaudio device re-attach and persisting dev.pcm.$pcm.bitperfect sysctl

2024-10-06 Thread Dag-Erling Smørgrav
you can just put everything in a shell script which devd invokes, right? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: uaudio device re-attach and persisting dev.pcm.$pcm.bitperfect sysctl

2024-10-02 Thread Dag-Erling Smørgrav
ctl commands (with the correct device unit numbers, don't assume your DSP is always pcm2!) when your DSP is attached. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Error report on FreeBSD-14.2-BETA2 - kernel modul problem

2024-11-14 Thread Dag-Erling Smørgrav
and gpiobus depend on gpiospi. If you change those two lines to the following, the module will load: MODULE_DEPEND(gpiospi, spibus, 1, 1, 1); MODULE_DEPEND(gpiospi, gpiobus, 1, 1, 1); I have no idea if it will work, though. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Should kernel modules be executable?

2025-01-02 Thread Dag-Erling Smørgrav
hange is the opposite. Looking at a 14.2 kernel tarball, the modules are not executable, but on a 14.2 system updated from an earlier release using freebsd-update, they are. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: /etc/localtime

2025-05-18 Thread Dag-Erling Smørgrav
but never merged because stable/14 allegedly did not have the same issue. If that turns out to be incorrect, we should definitely fix it before 14.3. DES -- Dag-Erling Smørgrav - d...@freebsd.org