[Bug 284749] certctl: add support for generating cert.pem CAfiles

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284749 --- Comment #11 from Michael Osipov --- Looking through the latest patch, we should discuss the manpage when the code does not require any more changes. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 284749] certctl: add support for generating cert.pem CAfiles

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284749 --- Comment #12 from Michael Osipov --- > * NOOP is not obeyed Point taken. Resolved. > * Delete is, again, inconsistent Resolved. > * cat arg should be quoted Agreed. I do not understand why -B is necessary at all, I mean: Aren't "if [

[Bug 284864] sort does case-independent sort even without -f or --ignore-case

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284864 Bug ID: 284864 Summary: sort does case-independent sort even without -f or --ignore-case Product: Base System Version: 14.2-RELEASE Hardware: Any OS:

[Bug 284865] IPFW syntax errors in /etc/rc.firewall

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284865 Bug ID: 284865 Summary: IPFW syntax errors in /etc/rc.firewall Product: Base System Version: 13.4-RELEASE Hardware: Any OS: Any Status: New Severity

[Bug 282713] Process enters in STOP state and doesn't respond to any signal.

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282713 Kyle Evans changed: What|Removed |Added CC||b...@freebsd.org, |

[Bug 282713] Process enters in STOP state and doesn't respond to any signal.

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282713 --- Comment #16 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=df436036e82b895a6233d803bc8bf14d2cfe90d7 commit df436036e82b895a6233d803bc8bf14d2cfe90d7 Author:

[Bug 284863] ntpd throws "Address already in use" error with shared IP on multiple interfaces after upgrade from 14.1 to 14.2

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284863 Bug ID: 284863 Summary: ntpd throws "Address already in use" error with shared IP on multiple interfaces after upgrade from 14.1 to 14.2 Product: Base System

[Bug 284864] sort does case-independent sort even without -f or --ignore-case

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284864 --- Comment #1 from w...@psr.com --- /usr/bin/sort, with no options, is doing a case-independent sort. Example: file foo containing: 1 Abcd 2 1 abcd 1 2 Abcd 1 2 abcd 2 with environment variables: LANG=C LC_CTYPE=iso_8859_1 MM_CHARSET=UTF-

[Bug 284872] [carp] Missing byte order correction causing certain unicast announcements to have invalid destination MAC address

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284872 Bug ID: 284872 Summary: [carp] Missing byte order correction causing certain unicast announcements to have invalid destination MAC address Product: Base System

[Bug 258414] libblacklist: BLACKLIST_BAD_USER does nothing

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258414 Jose Luis Duran changed: What|Removed |Added CC||jldu...@freebsd.org --- Comment

[Bug 284865] IPFW syntax errors in /etc/rc.firewall

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284865 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|r...@freebsd.org -- You are receiv

[Bug 254300] loader prompt echoes one of [/|\] instead of typed character on serial console

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254300 Jose Luis Duran changed: What|Removed |Added CC||jldu...@freebsd.org --- Comment

[Bug 284872] [carp] Missing byte order correction causing certain unicast announcements to have invalid destination MAC address

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284872 --- Comment #1 from Franco Fichtner --- Nice find. There appear to be two instances of this problem: % git grep -n IN_MULTICAST sys/netinet/ip_carp.c | grep -v ntohl sys/netinet/ip_carp.c:858: multicast = IN_MULTICAST(sc->sc_c

[Bug 284863] ntpd throws "Address already in use" error with shared IP on multiple interfaces after upgrade from 14.1 to 14.2

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284863 Mark Linimon changed: What|Removed |Added Keywords||regression -- You are receiving th

[Bug 284551] [wlan] [run] packet loss on ralink in ap mode

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284551 Mark Linimon changed: What|Removed |Added Component|kern|wireless Assignee|b...@fr

[Bug 284749] certctl: add support for generating cert.pem CAfiles

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284749 --- Comment #13 from Jordan Morningstar --- (In reply to Michael Osipov from comment #12) * I do not understand why -B is necessary at all "Aren't "if [ $WANTCERTDESTFILE -a -e "$CERTDESTFILE" ]" + "if [ $WANTCERTDESTFILE ]" later enough?

[Bug 284866] pf: state-policy if-bound breaks ICMPv6 error delivery

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284866 Lexi Winter changed: What|Removed |Added Assignee|b...@freebsd.org|p...@freebsd.org -- You are receivi

[Bug 284866] pf: state-policy if-bound breaks ICMPv6 error delivery

2025-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284866 Bug ID: 284866 Summary: pf: state-policy if-bound breaks ICMPv6 error delivery Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New