[Bug 278043] Diskless nfs root BOOTP/DHCP Broken

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278043 --- Comment #6 from Mark Johnston --- The basic reason is that we cannot easily use raw sockets to receive UDP packets - they belong to udp_input(). dhclient actually uses the BPF interface to send/recv UDP packets for DHCP, but I think

[Bug 194489] Fatal trap 12: page fault while in kernel mode, when accessing rocketraid 1740/hptrr

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194489 Xin LI changed: What|Removed |Added Status|New |Closed CC|

[Bug 194022] Cannot do continue boot with defaults/do a cpu reset from boot2

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194022 Xin LI changed: What|Removed |Added CC||delp...@freebsd.org

[Bug 193649] ring->nr_buf_size will be calculated wrongly on PPC machine

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193649 Xin LI changed: What|Removed |Added Assignee|b...@freebsd.org|vmaffi...@freebsd.org

[Bug 193578] Trusted Platform Module driver fails to initialize

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193578 Xin LI changed: What|Removed |Added Resolution|--- |Overcome By Events CC|

[Bug 193124] GELI data integrity verification should consider sparse zero pass-through

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193124 Xin LI changed: What|Removed |Added CC||delp...@freebsd.org

[Bug 192315] high load average while idle, slow keyboard reaction

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192315 Xin LI changed: What|Removed |Added Resolution|--- |Feedback Timeout CC|

[Bug 192529] Kernel panic fatal trap 9 general protection fault with Highpoing RocketRAID 2720SGL

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192529 Xin LI changed: What|Removed |Added Resolution|--- |Not Enough Information

[Bug 191810] some SSDs should use UNMAP instead of ATA_TRIM

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191810 --- Comment #2 from Alexander Motin --- All this story with using ATA_TRIM instead of UNMAP goes to very early days of the technology, when it was faster to bypass HBA firmware translation rather than use it. I have no idea whether it is

[Bug 192321] Issuing ctladm getsync for non existing lun caused crash and reboot

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192321 Xin LI changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 191810] some SSDs should use UNMAP instead of ATA_TRIM

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191810 Xin LI changed: What|Removed |Added Status|New |Closed CC|

[Bug 143455] gstripe(8) in RELENG_8 (31st Jan 2010) broken

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143455 Xin LI changed: What|Removed |Added CC||delp...@freebsd.org

[Bug 233764] [amdtemp] does not know correct offset for AMD Family 15h (A8-7600, FX-8300, etc) Tctl

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233764 Xin LI changed: What|Removed |Added CC||delp...@freebsd.org

[Bug 244083] amdtemp(4) says CPU/cores temp is near freezing on releng/12

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244083 Xin LI changed: What|Removed |Added Status|New |Open CC|

[Bug 278383] libsysdecode: sysdecode_syscallnames should be sysdecode_syscallname

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278383 Bug ID: 278383 Summary: libsysdecode: sysdecode_syscallnames should be sysdecode_syscallname Product: Documentation Version: Latest Hardware: Any OS:

[Bug 253759] sendmail does not quote GECOS information for From header

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253759 --- Comment #2 from Michael Osipov --- As it turns out to: $ grep -ri -e MustQuoteChars -e MUST_QUOTE_CHARS . /KNOWNBUGS: If a full name phrase includes characters from MustQuoteChars, sendmail /KNOWNBUGS: will quote the entire full name

[Bug 278379] aibs: Unable to set device class

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278379 Bug ID: 278379 Summary: aibs: Unable to set device class Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Severity:

[Bug 278043] Diskless nfs root BOOTP/DHCP Broken

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278043 --- Comment #5 from Mark Johnston --- (In reply to Gleb Smirnoff from comment #4) I was wondering the same thing. I will try to reimplement the data path using a raw socket this afternoon. -- You are receiving this mail because: You are

[Bug 278043] Diskless nfs root BOOTP/DHCP Broken

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278043 --- Comment #4 from Gleb Smirnoff --- I haven't yet look deep into the problem, but my first thought about it was the following. Why do we create a UDP socket from the kernel, while a userland dhclient would use a raw socket? In kernel

[Bug 253759] sendmail does not quote GECOS information for From header

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253759 Michael Osipov changed: What|Removed |Added CC||micha...@freebsd.org --- Comment

[Bug 277538] panic: vm_page_assert_unbusied: busy_lock owned by me

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277538 --- Comment #6 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5128c8948b4e56d20dfd623aeb030fb39c8f95b0 commit 5128c8948b4e56d20dfd623aeb030fb39c8f95b0

[Bug 278348] Sudden kernel panic Fatal double fault

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278348 --- Comment #10 from Mark Johnston --- > It is not reproduceable fast Is it reproducible at all? I am asking if you saw it more than once. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 272001] Manual pages online: if manpath=freebsd-ports, then cross-references fail for non-ports pages

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272001 Wolfram Schneider changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 273665] strlen.3 HISTORY section is truncated

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273665 Wolfram Schneider changed: What|Removed |Added Assignee|b...@freebsd.org|obr...@freebsd.org ---

[Bug 250332] zfs(8) manpage subcommand lines missing

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250332 Wolfram Schneider changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 223516] man(1) ignores the exit status of groff

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223516 Wolfram Schneider changed: What|Removed |Added Status|Open|In Progress

[Bug 223516] man(1) ignores the exit status of groff

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223516 Wolfram Schneider changed: What|Removed |Added Blocks||278378 Referenced Bugs:

[Bug 278378] man(1) ignores corrupt gzip'd manual pages

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278378 Wolfram Schneider changed: What|Removed |Added Depends on||223516

[Bug 278378] man(1) ignores corrupt gzip'd manual pages

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278378 Bug ID: 278378 Summary: man(1) ignores corrupt gzip'd manual pages Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New

[Bug 278376] pf: support NAT64

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278376 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|p...@freebsd.org

[Bug 278376] pf: support NAT64

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278376 Bug ID: 278376 Summary: pf: support NAT64 Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me

[Bug 276763] stop prepending "uname -v" output dynamically

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276763 Michael Osipov changed: What|Removed |Added URL|https://github.com/Bastille |

[Bug 235136] cron email header has bogus date value

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235136 Michael Osipov changed: What|Removed |Added See Also||https://github.com/rspamd/r

[Bug 235136] cron email header has bogus date value

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235136 --- Comment #5 from Michael Osipov --- If you happen to run Postfix like me then it is broken there as well: https://github.com/vdukhovni/postfix/blob/a6993c3a48ebc3ac6cefd9913dab4b8c23b66ab8/postfix/src/global/mail_date.c#L125-L130 --

[Bug 235136] cron email header has bogus date value

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235136 --- Comment #4 from Michael Osipov --- Here is the faulty value coming from: https://github.com/freebsd/freebsd-src/blob/bed0b2146faa2e9a445d9f9196c7b46f50034631/contrib/sendmail/src/arpadate.c#L191-L198 -- You are receiving this mail

[Bug 235136] cron email header has bogus date value

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235136 --- Comment #3 from Michael Osipov --- Here is the updated spec: https://datatracker.ietf.org/doc/html/rfc5322#section-3.3 You are right, but I think that the issue with the format isn't in cron itself regardless of th invalid time value.

[Bug 278375] EN: High CPU usage by kernel threads related to ZFS

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278375 Olivier Certner changed: What|Removed |Added Assignee|b...@freebsd.org|r...@freebsd.org -- You are

[Bug 278375] EN: High CPU usage by kernel threads related to ZFS

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278375 Bug ID: 278375 Summary: EN: High CPU usage by kernel threads related to ZFS Product: Base System Version: 13.3-RELEASE Hardware: Any OS: Any Status: New

[Bug 260257] CAM_IO_STATS does not track MEDIUM ERRORs

2024-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260257 Marry Joy changed: What|Removed |Added CC||marryjoy6...@gmail.com --- Comment