[Bug 236480] [zfs] [panic] solaris assert: dn->dn_type != DMU_OT_NONE

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236480 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|f...@freebsd.org -- You are receiv

[Bug 236480] [zfs] [panic] solaris assert: dn->dn_type != DMU_OT_NONE

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236480 --- Comment #1 from ncrog...@gmail.com --- I meant to reference bug #236220 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list htt

[Bug 236480] [zfs] [panic] solaris assert: dn->dn_type != DMU_OT_NONE

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236480 Bug ID: 236480 Summary: [zfs] [panic] solaris assert: dn->dn_type != DMU_OT_NONE Product: Base System Version: 12.0-RELEASE Hardware: amd64 OS: Any

[Bug 236475] [ZFS] Invalid VOP_FSYNC options in vdev_file_io_start

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236475 Bug ID: 236475 Summary: [ZFS] Invalid VOP_FSYNC options in vdev_file_io_start Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 236312] blacklist issues, related to base sshd

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236312 Kurt Lidl changed: What|Removed |Added Assignee|b...@freebsd.org|l...@freebsd.org --- Comment #1 from K

[Bug 236474] [FUSE] fsync returns asynchronously on fuse(4)

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236474 Alan Somers changed: What|Removed |Added CC||c...@freebsd.org Assignee|

[Bug 236474] [FUSE] fsync returns asynchronously on fuse(4)

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236474 Bug ID: 236474 Summary: [FUSE] fsync returns asynchronously on fuse(4) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Sever

[Bug 236473] [FUSE] fsync never syncs metadata on fuse(4)

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236473 Alan Somers changed: What|Removed |Added CC||c...@freebsd.org Assignee|

[Bug 236473] [FUSE] fsync never syncs metadata on fuse(4)

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236473 Bug ID: 236473 Summary: [FUSE] fsync never syncs metadata on fuse(4) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severit

[Bug 229346] freebsd-update install return code changed

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229346 --- Comment #8 from Andres Montalban --- This is a PITA when you have to upgrade multiple jails hosts, I had to apply the patch in order to continue with our upgrades. This should be prioritized as it's affecting multiple users. -- You a

[Bug 229208] `install -l rs` (relative symlink to source) into directory creates invalid symlink

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229208 Kyle Evans changed: What|Removed |Added CC||b...@freebsd.org, |

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #4 from Conrad Meyer --- You could probably also reproduce fairly easily with a small test case involving md(4) and gnop(4). -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #3 from Alan Somers --- Steps to reproduce on HEAD: 1) sudo pkg install googletest googlemock 2) svn checkout https://svn.freebsd.org/base/projects/fuse2 3) cd /path/to/base/projects/fuse2/tests/sys/fs/fuse 4) sudo mkdir -p /usr

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: asomers Date: Mon Mar 11 18:28:22 UTC 2019 New revision: 345017 URL: https://svnweb.freebsd.org/changeset/base/345017 Log: fuse(4): add tests for FUSE_

[Bug 236472] [FUSE] fuse(4) ignores the max_readahead parameter

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236472 Alan Somers changed: What|Removed |Added Assignee|b...@freebsd.org|asom...@freebsd.org

[Bug 236472] [FUSE] fuse(4) ignores the max_readahead parameter

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236472 Bug ID: 236472 Summary: [FUSE] fuse(4) ignores the max_readahead parameter Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New S

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #1 from Conrad Meyer --- Interestingly, only one other location in tree asserts VM_PAGER_OK, and that's when we're swapping a *kernel* stack back into memory (vm_thread_swapin). Panic probably makes sense for that case — and pu

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 Bug ID: 236466 Summary: [sendfile]: panic when VOP_READ returns an error Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Sev

[Bug 256] nasty gdb bug back in 031595 system

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256 kIRITO changed: What|Removed |Added CC||contac...@sateon.biz --- Comment #2 from kIR

[Bug 658] ifconfig alias has to be separately given

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=658 kIRITO changed: What|Removed |Added CC||contac...@sateon.biz --- Comment #5 from kIR

[Bug 207086] unable to change LCD brightness on Lenovo Thinkpad Edge E145

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207086 Kubilay Kocak changed: What|Removed |Added Assignee|b...@freebsd.org|a...@freebsd.org Keyword