[Bug 253175] 13.0-BETA4 hang issue after installer / issuing shutdown -r now on installed base

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253175 danskoya changed: What|Removed |Added Summary|13.0-BETA3 hang issue after |13.0-BETA4 hang issue after

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 --- Comment #7 from Kyle Evans --- (In reply to freebsd from comment #6) Yes, the message leaves a lot to be desired, unfortunately; I've not yet been able to study the impact of changing the message since this reused a preexisting "escape

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 --- Comment #6 from free...@schukraft.org --- (In reply to Kyle Evans from comment #5) Do you mean this is expected behaviour now? Because from a user's point of view, this error message is rather unhelpful: what trailing backslash? I can r

[Bug 253894] Missing man pages for recently added VOPs

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894 --- Comment #2 from Konstantin Belousov --- The whole VFS pages in section 9 are so out of date that I am not sure if it is worth the efforts. Anyway, I added https://reviews.freebsd.org/D28980 -- You are receiving this mail because: You

[Bug 253861] service power_profile should conform to standards: act on "describe" command

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253861 --- Comment #2 from Walter von Entferndt --- (In reply to Li-Wen Hsu from comment #1) I heartily agree. But in the spirit of my ongoing efforts to mitigate the Peter principle from spreading & creeping, IMHO that bug-catching test should b

[Bug 253901] nfsv4_server values in /etc/rc.conf appear to not be functioning as intended

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253901 --- Comment #2 from Daniel Ebdrup Jensen --- It looks like it was added with base r367423, and vfs.nfsd.server_min_nfsvers is indeed set to 4, but it doesn't seem like this is respected by nfsd? Hopefully rmacklem@ sees this bug report, ot

[Bug 253901] nfsv4_server values in /etc/rc.conf appear to not be functioning as intended

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253901 Juraj Lutter changed: What|Removed |Added CC||o...@freebsd.org --- Comment #1 fro

[Bug 203097] [libgeom] multiple geom_stats_open/close() leaks memory

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203097 Alan Somers changed: What|Removed |Added Status|New |In Progress CC|

[Bug 253901] nfsv4_server values in /etc/rc.conf appear to not be functioning as intended

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253901 Bug ID: 253901 Summary: nfsv4_server values in /etc/rc.conf appear to not be functioning as intended Product: Base System Version: CURRENT Hardware: Any

[Bug 253900] Lenovo X1 Carbon 7th Generation requires quirk for proper sound

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253900 Ed Maste changed: What|Removed |Added See Also||https://bugzilla.kernel.org

[Bug 253900] Lenovo X1 Carbon 7th Generation requires quirk for proper sound

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253900 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 253900] Lenovo X1 Carbon 7th Generation requires quirk for proper sound

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253900 Bug ID: 253900 Summary: Lenovo X1 Carbon 7th Generation requires quirk for proper sound Product: Base System Version: CURRENT Hardware: Any OS: Any

[Bug 253500] [fusefs]: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500 Alan Somers changed: What|Removed |Added Attachment #222425|0 |1 is obsolete|

[Bug 253736] backlight(8) arg parsing can be tricked in a small way

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253736 --- Comment #2 from David Schlachter --- Simple fix: diff --git a/usr.bin/backlight/backlight.c b/usr.bin/backlight/backlight.c index 1dae0cfe5c6..180b9114876 100644 --- a/usr.bin/backlight/backlight.c +++ b/usr.bin/backlight/backlight.c @

[Bug 253724] FreeBSD 13.0-BETA3: jail: cpuset: setaffinity: Resource deadlock avoided

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253724 --- Comment #2 from Kyle Evans --- You could workaround this initial problem by making your exec.poststart an exec.created, but you would need D28952 on top of that for jail creation to succeed as the next step won't be able to attach witho

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 --- Comment #5 from Kyle Evans --- (In reply to David Schlachter from comment #4) Indeed, the error is quite intentional and to catch unexpected behavior like this. -- You are receiving this mail because: You are the assignee for the bug

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 --- Comment #4 from David Schlachter --- I believe the error is raised in p_simp_re() in /usr/src/lib/libc/regex/regcomp.c. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 David Schlachter changed: What|Removed |Added CC||fbsd-bugzi...@schlachter.ca ---

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 Kyle Evans changed: What|Removed |Added CC||kev...@freebsd.org --- Comment #2 fro

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 Yuri Pankov changed: What|Removed |Added CC||yur...@freebsd.org --- Comment #1 fr

[Bug 253572] Live CD: fail to load kernel modules on FreeBSD 13.0-BETA2: KLD geom_mirror.ko: depends on kernel - not available or version mismatch

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253572 --- Comment #3 from ras...@superbox.pl --- Okay, I found where the problem is. The issue occurs when I have two flash drives with 12.1 and 13.0 connected to USB ports and I'm booting 13.0 using UEFI boot menu. -- You are receiving this mai

[Bug 253894] Missing man pages for recently added VOPs

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894 --- Comment #1 from Robert Watson --- I've now added one for VOP_SETLABEL(9) in 7bfd8e6f. The others are probably in someone else's jurisdiction. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 253175] 13.0-BETA3 hang issue after installer / issuing shutdown -r now on installed base

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253175 --- Comment #7 from Dennis Clarke --- Problem seems to be fixed in BETA4. I will do a few more tests but for the moment a shutdown -p 'now' does what it says it does. -- You are receiving this mail because: You are the assignee for the

[Bug 253500] [fusefs]: F_SETLKW fcntl gets corrupted by kern_fcntl()

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253500 Alan Somers changed: What|Removed |Added Summary|fusefs: F_SETLKW fcntl gets |[fusefs]: F_SETLKW fcntl

[Bug 253894] Missing man pages for recently added VOPs

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894 Bug ID: 253894 Summary: Missing man pages for recently added VOPs Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity:

[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893 Bug ID: 253893 Summary: sed "/^\s*$/d" complains about trailing backslash (\) Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New

[Bug 253890] [zfs] panic: Assertion lock == sq->sq_lock when sending ZFS snapshot

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253890 Bug ID: 253890 Summary: [zfs] panic: Assertion lock == sq->sq_lock when sending ZFS snapshot Product: Base System Version: CURRENT Hardware: Any OS: A

[Bug 253888] exclusive sleep mutex vtnet0-rx0 (vtnet0-rx0) r = 0 (0xfffff800035d4780) locked

2021-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253888 Bug ID: 253888 Summary: exclusive sleep mutex vtnet0-rx0 (vtnet0-rx0) r = 0 (0xf800035d4780) locked Product: Base System Version: CURRENT Hardware: amd64