[Bug 280946] Realtek RTS522A recognized at boot but not when plugging a card.

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280946 --- Comment #2 from Lorenzo Torres --- So, I tried putting my ThinkPad in the inverted_list in the sys/dev/rtsx/rtsx.c because apparently the boot option for it wasn't working and by inverting it works just the opposite way so this is not t

[Bug 280801] /bin/df -l reports remote (fuse) filesystems as local

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280801 --- Comment #5 from Alan Somers --- Curious about the OP's comment, I checked the source code for GNU df. It doesn't have a good way to tell if a file system is remote, either. Instead, it just guesses based on the file system's type name

[Bug 280801] /bin/df -l reports remote (fuse) filesystems as local

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280801 --- Comment #4 from Alan Somers --- There's nothing in the fuse protocol that indicates that. Furthermore, our VFS doesn't even track that on a per-mountpoint basis, only on a per-file system basis. So our choices are to consider all fuse

[Bug 280801] /bin/df -l reports remote (fuse) filesystems as local

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280801 --- Comment #3 from khw...@gmail.com --- (In reply to Ed Maste from comment #2) Linux does do it. so there should be a way to do so. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280910] [PATCH] Fix crash for "tail -F"

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280910 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch releng/13.4 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9b945635c147feb4ac6ebf84bd19e149e9a10227 commit 9b945635c147feb4ac6ebf84bd19e149e9a10227 Autho

[Bug 280817] With DMAR enabled, my laptop panics

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280817 --- Comment #23 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=45543d3424d46f84a5399879e190fc359dcefbd4 commit 45543d3424d46f84a5399879e190fc359dcefbd4 Author:

[Bug 280978] Kernel panics with vfs.nfsd.enable_locallocks=1 and nfs clients doing hdf5 file operations

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280978 Matthew L. Dailey changed: What|Removed |Added Attachment #252988|text/markdown |text/plain mime type|

[Bug 280978] Kernel panics with vfs.nfsd.enable_locallocks=1 and nfs clients doing hdf5 file operations

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280978 Bug ID: 280978 Summary: Kernel panics with vfs.nfsd.enable_locallocks=1 and nfs clients doing hdf5 file operations Product: Base System Version: 15.0-CURRENT Hardware

[Bug 280972] hms(4): Broken after 13d00a43cba4c35fcc9e0ab567baf530126a6348

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280972 --- Comment #3 from Mikael Urankar --- Created attachment 252986 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252986&action=edit good -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280972] hms(4): Broken after 13d00a43cba4c35fcc9e0ab567baf530126a6348

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280972 --- Comment #2 from Mikael Urankar --- Created attachment 252985 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252985&action=edit bad -- You are receiving this mail because: You are the assignee for the bug.

[Bug 280972] hms(4): Broken after 13d00a43cba4c35fcc9e0ab567baf530126a6348

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280972 Emmanuel Vadot changed: What|Removed |Added Status|New |Open --- Comment #1 from Emmanuel

[Bug 269523] net/samba413: libc error with samba

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269523 Mateusz Piotrowski <0...@freebsd.org> changed: What|Removed |Added Version|CURRENT |Latest

[Bug 280972] hms(4): Broken after 13d00a43cba4c35fcc9e0ab567baf530126a6348

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280972 Mikael Urankar changed: What|Removed |Added Keywords||regression -- You are receiving

[Bug 280972] hms(4): Broken after 13d00a43cba4c35fcc9e0ab567baf530126a6348

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280972 Mikael Urankar changed: What|Removed |Added Summary|hms(4): Broken fresh after |hms(4): Broken after

[Bug 280972] hms(4): Broken fresh after 13d00a43cba4c35fcc9e0ab567baf530126a6348

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280972 Bug ID: 280972 Summary: hms(4): Broken fresh after 13d00a43cba4c35fcc9e0ab567baf530126a6348 Product: Base System Version: 15.0-CURRENT Hardware: Any O

[Bug 264757] fetch: Show correct port number in -vv output

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264757 Dag-Erling Smørgrav changed: What|Removed |Added Resolution|--- |Works As Intended

[Bug 280910] [PATCH] Fix crash for "tail -F"

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280910 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8dfa4e5b6ce2e22ef92c0ec13aa001994774c23f commit 8dfa4e5b6ce2e22ef92c0ec13aa001994774c23f Author:

[Bug 280910] [PATCH] Fix crash for "tail -F"

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280910 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=cf4a34bbc7dfee43e9983a847ecf0fa0ed1d258d commit cf4a34bbc7dfee43e9983a847ecf0fa0ed1d258d Author:

[Bug 280965] Typo in comment

2024-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280965 Li-Wen Hsu changed: What|Removed |Added CC||lw...@freebsd.org Assignee|