[Bug 254474] mlx4 causes kernel panic at boot if compiled into the kernel

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254474 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org

[Bug 254478] Panic when using ipfw and divert sockets

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254478 Bug ID: 254478 Summary: Panic when using ipfw and divert sockets Product: Base System Version: 12.2-RELEASE Hardware: amd64 OS: Any Status: New Seve

[Bug 254419] Fatal trap 12: page fault while in kernel mode, nginx + sendfile on

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254419 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #1 from

[Bug 254419] Fatal trap 12: page fault while in kernel mode, nginx + sendfile on

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254419 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

[Bug 254483] DTrace scripts fail: line 106: failed to copy type of 'inp': Conflicting type is already defined

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254483 Bug ID: 254483 Summary: DTrace scripts fail: line 106: failed to copy type of 'inp': Conflicting type is already defined Product: Base System Version: 12.2-STABLE Har

[Bug 250580] VMware UEFI guests crash in virtual hardware after r366691

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250580 ru...@verweg.com changed: What|Removed |Added CC||ru...@verweg.com --- Comment #22

[Bug 254395] bsdinstall: fail script install after BETA3

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254395 --- Comment #12 from Nathan Whitehorn --- Related things: https://reviews.freebsd.org/D29380 <- patch in review here https://github.com/libarchive/libarchive/issues/1516 <- libarchive issue here -- You are receiving this mail because: Yo

[Bug 254489] Command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 Bug ID: 254489 Summary: Command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails Product: Base System Version: 12.2-STABLE Hardware: Any

[Bug 254489] Command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 chris...@christosmarg.xyz changed: What|Removed |Added CC||chris...@christosmarg.xy

[Bug 244729] Buildworld fails when installed world is built WITHOUT_LEGACY_CONSOLE

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244729 --- Comment #1 from j...@jschneider.com --- I just wasted more than a day of my life trying to upgrade from 12.2 to 13.0-RC3 because of this issue. I broke and unbroke my system many times and built world like 10 times before I figured out

[Bug 254489] Command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 --- Comment #2 from Yuri Victorovich --- > The -F option checks if your last argument is a directory and if it is, it > removes it only if it's empty (see code below). But this isn't what ln(1) says: > -F If the target file already e

[Bug 254489] Command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 --- Comment #3 from Yuri Victorovich --- There is an ambiguity here: target_file vs. target of the link. When the user specifies "-F" he means "target of the link" (the object being created). IMO a correct fix here is to fix ln(1) to apply

[Bug 254489] ln(1) should apply -F to the file being created, not target_file (was command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails)

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 Yuri Victorovich changed: What|Removed |Added Summary|Command 'ln -sfF' behaves |ln(1) should apply -F to

[Bug 254419] Fatal trap 12: page fault while in kernel mode, nginx + sendfile on

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254419 --- Comment #3 from Igor A. Valkov --- (In reply to Mark Johnston from comment #2) I have applied this patch D29378.id86147.diff nginx + sendfile=on now is working fine without fatal trap 12 some hours. Thanks! -- You are receiving thi

[Bug 254489] ln(1) should apply -F to the file being created, not target_file (was command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails)

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 --- Comment #4 from Christos Margiolis --- > The target of the link in this case is a file .x/ls and it doesn't exist. It seems that the -F option interprets `.x/` literally, so it tries to create a file named `.x/` which obviously doesn't

[Bug 254490] REGRESSION: Hybrid disc1.iso fails to boot from USB on BIOS/Legacy ThinkPads and other systems

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254490 Bug ID: 254490 Summary: REGRESSION: Hybrid disc1.iso fails to boot from USB on BIOS/Legacy ThinkPads and other systems Product: Base System Version: 13.0-STABLE Hardw

[Bug 254489] ln(1) should apply -F to the file being created, not target_file (was command 'ln -sfF' behaves unreasonably: it deletes the target directory and then fails)

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254489 --- Comment #5 from Yuri Victorovich --- > [...] to prevent commands such as `ln -sfF foo .` which would mean that the > current working directory has to be deleted if it's empty ln(1) can make exceptions for corner cases like this. --

[Bug 232748] inconsistent handling of zfs filesystem native property xattr

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232748 Dennis Clarke changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 254478] Panic when using ipfw and divert sockets

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254478 Kubilay Kocak changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keyword

[Bug 159356] [zfs] [patch] ZFS NAME_ERR_DISKLIKE check is Solaris-specific

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159356 Dennis Clarke changed: What|Removed |Added CC||dcla...@blastwave.org --- Comment

[Bug 159356] [zfs] [patch] ZFS NAME_ERR_DISKLIKE check is Solaris-specific

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159356 --- Comment #4 from Dennis Clarke --- I filed an "issue" upstream : https://github.com/openzfs/zfs/issues/11781 Perhaps for now we could comment out this old historical error condition. -- You are receiving this mail because: You a

[Bug 254490] REGRESSION: Hybrid disc1.iso fails to boot from USB on BIOS/Legacy ThinkPads and other systems

2021-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254490 Toomas Soome changed: What|Removed |Added CC||tso...@freebsd.org --- Comment #1 f