[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280487 --- Comment #4 from Andre Albsmeier --- Didn't know about -C being taken (as I am on 14-STABLE). Of course, any free letter will be fine. Any suggestions? ID <-> PID: The man page talks about ID for -P and -p. Now that you've mentioned it

[Bug 280651] [patch] nmdm: Allow module to be force-unloaded

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280651 Mark Johnston changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords

[Bug 280714] Kernel panic when unloading hms with hms disabled in device.hints

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280714 Mark Linimon changed: What|Removed |Added Keywords||crash -- You are receiving this ma

[Bug 280705] 0.0.0.0/32 is equivalent to 127.0.0.1/32, which may be considered a security flaw

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280705 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 280705] 0.0.0.0/32 is equivalent to 127.0.0.1/32, which may be considered a security flaw

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280705 --- Comment #2 from Eirik Oeverby --- Some rudimentary testing - on my own retro hardware and on copy.sh/v86/ - it seems that many OSes with IP stacks of BSD origin share this trait. Notable exceptions are OpenBSD and Windows 2000, but macO

[Bug 280518] etcupdate: cannot be run as non-root

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280518 Bjoern A. Zeeb changed: What|Removed |Added CC||b...@freebsd.org --- Comment #2 f

[Bug 280679] [termcap] [patch] bold colors broken in ncurses apps for xterm-256color

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280679 --- Comment #4 from Cullum Smith --- While I lack the inclination to grok all the arcane details of termcap/terminfo, after comparing the `infocmp` output for xterm-256color with a Linux system, I believe I understand the problem. Termcap

[Bug 280543] df -, isn't columnated if the thousands separator is multi-byte

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280543 --- Comment #7 from наб --- I think beside %'d, %lc (%ls) is the only real way to output wide characters through narrow printf(3) and in that case, that's pretty much exactly what you want? This is only an "issue" if you treat the return v

[Bug 280705] 0.0.0.0/32 is equivalent to 127.0.0.1/32, which may be considered a security flaw

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280705 John Baldwin changed: What|Removed |Added CC||j...@freebsd.org --- Comment #1 fro

[Bug 280543] df -, isn't columnated if the thousands separator is multi-byte

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280543 --- Comment #6 from Ed Maste --- (In reply to наб from comment #5) Yes, I guess this is what printf(3) must do, which makes it somewhat useless given the existence of multibyte characters. -- You are receiving this mail because: You are t

[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280487 --- Comment #3 from Juraj Lutter --- If I get it right, it's suitable for situations where the command to be run daemon()-izes itself, does not have any ability to run in foreground and a shell wrapper with $! output written into a file is

[Bug 280679] [termcap] [patch] bold colors broken in ncurses apps for xterm-256color

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280679 --- Comment #3 from Cullum Smith --- Actually, do *not* merge this patch. It fixes color9-color14 but breaks the display of 256 colors in ncurses. I'll keep looking. -- You are receiving this mail because: You are the assignee for the bu

[Bug 280676] grep default recursive behavior differs from manpage

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280676 John Baldwin changed: What|Removed |Added Assignee|b...@freebsd.org|j...@freebsd.org Status

[Bug 280651] [patch] nmdm: Allow module to be force-unloaded

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280651 --- Comment #3 from megaman...@gmail.com --- I was unsure of the preference of where patches are uploaded, since this site is probably easier for people to search in the future But let's keep discussion on GitHub if that's that's (and the p

[Bug 280676] grep default recursive behavior differs from manpage

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280676 --- Comment #3 from John Baldwin --- Looks like macOS uses BSD grep, and it fixed the code to match the manpage. BSD grep treats '-r' and '-R' as identical, whereas GNU grep uses '-r' to mean the equivalent of '-rO' in BSD grep and '-R' to

[Bug 280676] grep default recursive behavior differs from manpage

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280676 --- Comment #2 from Radosław Piliszek --- (In reply to Ed Maste from comment #1) Please note the bug report is not about GNU's grep but FreeBSD's grep where `-R` = `-r` (indeed, you could replace all `-R` with `-r` in my report and have it

[Bug 280558] Clean up remaining rtfree(9) from the base

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280558 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #1 from

[Bug 280543] df -, isn't columnated if the thousands separator is multi-byte

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280543 --- Comment #5 from наб --- I mean, idk, probably not? This looks like exactly correct behaviour from printf(3) (and thus printf(1) I'm pretty sure). printf(3)'s widths, precisions, and the return value are in bytes (and wprintf(3)'s would

[Bug 280676] grep default recursive behavior differs from manpage

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280676 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #1 from

[Bug 280516] blacklistd: Silence a bogus warning about the blacklistd anchor not being found

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280516 --- Comment #4 from Jose Luis Duran --- (In reply to Mark Johnston from comment #3) There are two issues: 1. The main issue: blacklistd-helper should discard stderr when invoking the flush action (it already does for the add action). This

[Bug 280671] Memory leak on FreeBSD 13.3 and 14.1

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280671 Mark Johnston changed: What|Removed |Added Status|New |Open --- Comment #3 from Mark John

[Bug 280671] Memory leak on FreeBSD 13.3 and 14.1

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280671 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #2 f

[Bug 280518] etcupdate: cannot be run as non-root

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280518 --- Comment #1 from John Baldwin --- Presumably in this case all the permissions of regular files are also kind of whacky for said NFS root? That is, binaries like /bin/ls are owned by a random user ID and not root:wheel when accessed remo

[Bug 280667] kernel panicked while using vscode

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280667 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

[Bug 280642] 13.4-BETA1: Panic while installing packages

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280642 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #1 f

[Bug 280651] [patch] nmdm: Allow module to be force-unloaded

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280651 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

[Bug 280599] net/aquantia-atlantic-kmod: No ethernet on common workstation targets using aquantia-atlantic-kmod

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280599 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

[Bug 280543] df -, isn't columnated if the thousands separator is multi-byte

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280543 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #4 from

[Bug 280597] bootloader does not load OS when screen resolution is 5k or higher

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280597 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Stat

[Bug 280516] blacklistd: Silence a bogus warning about the blacklistd anchor not being found

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280516 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280487 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

[Bug 280714] Kernel panic when unloading hms with hms disabled in device.hints

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280714 Bug ID: 280714 Summary: Kernel panic when unloading hms with hms disabled in device.hints Product: Base System Version: 13.3-RELEASE Hardware: Any OS:

[Bug 280705] 0.0.0.0/32 is equivalent to 127.0.0.1/32, which may be considered a security flaw

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280705 Bug ID: 280705 Summary: 0.0.0.0/32 is equivalent to 127.0.0.1/32, which may be considered a security flaw Product: Base System Version: CURRENT Hardware: Any

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 Dr. Uwe Meyer-Gruhl changed: What|Removed |Added CC||freebsd_em...@congenio.de --

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 --- Comment #6 from doktornotor --- Created attachment 252626 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252626&action=edit PCAP - working with SA-24:05 reverted (In reply to Kristof Provost from comment #4) Relevant captur

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 --- Comment #5 from doktornotor --- Created attachment 252625 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252625&action=edit PCAP - broken with SA-24:05 applied -- You are receiving this mail because: You are the assignee fo

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 --- Comment #4 from Kristof Provost --- Please include a network capture on the WAN side. `tcpdump -n -i $wan -s0 -w wan.pcap` -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 --- Comment #3 from doktornotor --- (In reply to Kristof Provost from comment #1) This bug is trivially reproducible. - Dead simple WAN (DHCP) and LAN (static /24). - The traffic is a simple traceroute from a LAN machine. - Ruleset attac

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 --- Comment #2 from doktornotor --- Created attachment 252624 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252624&action=edit pf ruleset -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org --- Comment #1

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 doktornotor changed: What|Removed |Added Summary|FreeBSD-SA-24:05 fix breaks |FreeBSD-SA-24:05 fix breaks

[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 (ping, tracertoute) states handling in pf firewall

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701 Bug ID: 280701 Summary: FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 (ping, tracertoute) states handling in pf firewall Product: Base System Version: 14.1-RELEASE Hardware:

[Bug 280667] kernel panicked while using vscode

2024-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280667 s_m...@os.rim.or.jp changed: What|Removed |Added Severity|Affects Only Me |Affects Some People -- You