[Bug 245870] panic during startup of squid inside jail

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245870 --- Comment #1 from Thomas von Dein --- After disabling the following kernel options: # Statically Link in accept filters options ACCEPT_FILTER_DATA options ACCEPT_FILTER_DNS options ACCEPT_FILTER_HTTP The system w

[Bug 225934] FIFOs lack kevent EVFILT_VNODE support

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225934 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #1 f

[Bug 225934] FIFOs lack kevent EVFILT_VNODE support

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225934 --- Comment #2 from Jan Kokemüller --- I've seen some places in sys_pipe.c where operations are delegated to vnode operations (in the fifo case). Could something like the following work? --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c

[Bug 225934] FIFOs lack kevent EVFILT_VNODE support

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225934 --- Comment #3 from Mark Johnston --- (In reply to Jan Kokemüller from comment #2) I think that would work, and is better than what I had in mind. I think we should at least remove the VOP_KQFILTER implementations for fifos across the vari

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 Bug ID: 246000 Summary: grep range bracket expression bug Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Aff

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 Yuri Pankov changed: What|Removed |Added CC||ypan...@fastmail.com --- Comment #1

[Bug 209821] UEFI - installation media hangs when booting on ASUS P6P67 DELUXE

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209821 --- Comment #25 from Conrad Meyer --- Re: EFI_STAGING_SIZE, IIRC loader assumes it can get 512 MB of contiguous memory, and/or doesn't consult the memory map to check for conflicts, or something like that. With a slightly older 11.x versio

[Bug 244640] [Patch][Lua loader] Implement missing "read-conf" 4th command

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244640 --- Comment #4 from Olivier Certner --- Hey Kyle, thanks. Long delay yes, but I didn't take the time either (busy with lots of other things). After reviewing the latest commits (3604{20..23,25,27}), I think that some corner case may not be

[Bug 244640] [Patch][Lua loader] Implement missing "read-conf" 4th command

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244640 --- Comment #5 from Kyle Evans --- (In reply to Olivier Certner from comment #4) Sure thing- iteration is good. =-) -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 246003] em(4) Intel I219-V6 on NUC8i5BEH randomly loses carrier or fails over to 100Mbit

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246003 Bug ID: 246003 Summary: em(4) Intel I219-V6 on NUC8i5BEH randomly loses carrier or fails over to 100Mbit Product: Base System Version: 12.1-RELEASE Hardware: amd64

[Bug 245973] [12.1R] Unbuildable on -current

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245973 --- Comment #7 from Sean Bruno --- Is there anything further required to be done here? I don't have a strong opinion one way or the other here. Which should we proceed with: - add a hack of MK_CLANG to portmgr's builds to resume building

[Bug 246004] Kernel Panic after moderate amount of activity

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246004 Bug ID: 246004 Summary: Kernel Panic after moderate amount of activity Product: Base System Version: CURRENT Hardware: arm64 OS: Any Status: New Sev

[Bug 246005] Jail(1) -r does not run configured exec.poststop scripts as jail(1) -r

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246005 Bug ID: 246005 Summary: Jail(1) -r does not run configured exec.poststop scripts as jail(1) -r Product: Base System Version: 12.1-RELEASE Hardware: amd64

[Bug 246008] Kernel Panic: vchan_trigger

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246008 Bug ID: 246008 Summary: Kernel Panic: vchan_trigger Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 --- Comment #2 from Paul --- # grep -V grep (GNU grep) 2.5.1-FreeBSD `bsdgrep "[A-C]"` works fine `grep "[ABC]"` and `grep "[[:upper:]]"` work as expected `setenv LC_ALL C; grep "[A-C]"` helps. -- You are receiving this mail because: Y

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 --- Comment #3 from Paul --- checked it on freebsd 9.1. the same gnu grep 2.5.1 works fine with the same locale settings, as I showed in original message. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 Yuri Pankov changed: What|Removed |Added CC||kev...@freebsd.org --- Comment #4 fr

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 Kyle Evans changed: What|Removed |Added Status|New |Open --- Comment #5 from Kyle Evans

[Bug 246000] grep range bracket expression bug

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000 Kyle Evans changed: What|Removed |Added Assignee|b...@freebsd.org|kev...@freebsd.org CC

[Bug 244470] /sbin/dump crashes on larger filesystem

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244470 --- Comment #3 from Hampton Finger --- Created attachment 213898 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213898&action=edit Core Dump of /sbin/dump from FreeBSD 12.1-RELEASE-p4 r360175 The file system is UFS, it is /usr,

[Bug 246015] readelf -S truncates section names

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246015 Bug ID: 246015 Summary: readelf -S truncates section names Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects

[Bug 246015] readelf -S truncates section names

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246015 Conrad Meyer changed: What|Removed |Added Assignee|b...@freebsd.org|toolch...@freebsd.org

[Bug 246004] Kernel Panic after moderate amount of activity

2020-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246004 Mark Millard changed: What|Removed |Added CC||marklmi26-f...@yahoo.com --- Commen