Problem reports for n...@freebsd.org that need special attention

2024-06-23 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

ixl: taskqgroup_attach_cpu failed 22

2024-06-23 Thread tuexen
Dear all, dmesg shows on an epyc system with FReeBSD head of today: ixl0: mem 0xea80-0xeaff,0xeb008000-0xeb00 irq 56 at device 0.0 numa-domain 0 on pci9 ixl0: fw 6.0.48442 api 1.7 nvm 6.01 etid 800035cf oem 1.262.0 ixl0: PF-ID[0]: VFs 64, MSI-X 129, VF MSI-X 5, QPs 768, I2C ixl0: U

Modifying snaplen for pflogd

2024-06-23 Thread Carlos Lopez
Hi all, I am trying to modify snaplen for pflogd under FreeBSD 14.1 but it doesn't seem to work. I have tried the following options in rc.conf: pflog_flags="-s 256" and pflogd_flags="-s 256" .. but nothing, snaplen is 116 (default value) always. Do I need to reconfigure something? Best reg