[Bug 243683] Need to add quirk for Micron 5300 series of ssd drives

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243683

Vitalij Satanivskij  changed:

   What|Removed |Added

 Resolution|--- |Not Accepted
 Status|New |Closed

--- Comment #4 from Vitalij Satanivskij  ---
Oh. I'm perfectly understand you logic. It's ok. setting quirks on loader.conf
it's good for some corner case but not for bad implemented hardware features. 
It's my logic ^).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243925] [FUSEFS] Read operation on a write only file

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243925

Bug ID: 243925
   Summary: [FUSEFS] Read operation on a write only file
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: chog...@gmail.com

FreeBSD 12.1 introduced a bug that was not present in previous versions.

When using a FUSE-based file system, user tries to append data to a file that
is not cached. File is opened WRITE ONLY, but the first call after open is
read, not write. This is not an allowed behaviour and some file systems will
return EACCESS error.

If the file is cached, then there is no read, only write.

This bug is still present in 13.0 CURRENT (20200130).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 205178] virtio-blk not working correctly in powerpc

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205178

Alfredo Dal'Ava Junior  changed:

   What|Removed |Added

 CC||alfr...@freebsd.org
 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243929] fstyp: Sync HAMMER1/2 detection support with DragonFly BSD

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243929

Bug ID: 243929
   Summary: fstyp: Sync HAMMER1/2 detection support with DragonFly
BSD
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: kusumi.tomoh...@gmail.com

The FreeBSD fstyp supports HAMMER1/2 based on somewhat old DragonFly source.

Below diff is to make them uptodate with the current DragonFly's fstyp
HAMMER1/2 code base without making changes to other fstyp files (note that
DragonFly does this in their fstyp).

This makes easier to sync up with DragonFly's HAMMER1/2 detection support in
the future.

Git format diff
https://www.dragonflybsd.org/~tkusumi/diff/freebsd/0001-fstyp-Sync-HAMMER1-2-support-with-DragonFly.patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 238380] zgrep: Allow multiple options '-e'

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238380

Ganael LAPLANCHE  changed:

   What|Removed |Added

 Status|New |Open

--- Comment #1 from Ganael LAPLANCHE  ---
Hello,

Any volunteer to review that PR ?

Thanks :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 238380] zgrep: Allow multiple options '-e'

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238380

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #2 from Mark Johnston  ---
(In reply to Ganael LAPLANCHE from comment #1)
Could you please create a phabricator review and tag me?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243929] fstyp: Sync HAMMER1/2 detection support with DragonFly BSD

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243929

Pedro F. Giffuni  changed:

   What|Removed |Added

 CC|p...@freebsd.org |
   Assignee|b...@freebsd.org|p...@freebsd.org
 Status|New |In Progress

--- Comment #1 from Pedro F. Giffuni  ---
Looks good to me, thank you!
FWIW, I am considering dropping the headers and using only the required
structures directly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243946] mdconfig -d causes iostat glitch

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243946

Bug ID: 243946
   Summary: mdconfig -d causes iostat glitch
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: j...@mit.edu

iostat glitched when I used mdconfig -d:

   ttynvd0  da0  da1 cpu
 tin  tout  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
   0 0 116.07  99 11.22  95.51 379 35.32  95.36 381 35.47   0  0  5  0 95
   225 114.79  91 10.23  110.73 395 42.69  111.10 390 42.28   0  0  1  0 99
   1 6 117.03 125 14.27   0.00 1841192139503780665 3460.45   0.00
1841192139503796095 14.38   0  0  1  0 99
   2 7 119.17  96 11.21   0.00   0  0.00   0.00   0  0.00   0  0  0  0 100

I was copying files off an ISO image using mdconfig to create a special device
to mount as a cd9660 filesystem.  The extremely high tps in the above iostat
output happened during the interval when the device was destroyed.

This particular iostat was invoked as "iostat nvd0 da0 da1 10".  da0 and da1
are mirrored drives in a ZFS pool so the true I/O counts should be very
similar.

Based on another iostat invocation without an explicit device list, md0 comes
before da0 in whatever order iostat uses.  My guess is destroying md0 changed
indices into the device statistics table.  Iostat tried to subtract "this
tick's count for index 1 = da0" from "last tick's count for index 1 = md0" or
something along those lines.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243947] Missing ldd32 on CURRENT

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243947

Bug ID: 243947
   Summary: Missing ldd32 on CURRENT
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: salvad...@freebsd.org
CC: d...@freebsd.org, ger...@freebsd.org

/usr/bin/ldd32 is missing on CURRENT, at least for r356856 and r357262.

This breaks things such as emulator/i386-wine{-devel}: the ports gives many
error messages regarding missing /usr/bin/ldd32 when building and attempts to
run wine or winecfg results in the following error message:

ELF interpreter /libexec/ld-elf.so.1 not found, error 8
Abort trap

I CC wine's maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 238380] zgrep: Allow multiple options '-e'

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238380

--- Comment #3 from Ganael LAPLANCHE  ---
Hello Mark,

Here is the link to the review :

https://reviews.freebsd.org/D23549

Thanks a lot!

Ganael.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243925] [FUSEFS] Read operation on a write only file

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243925

Conrad Meyer  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|f...@freebsd.org
 CC||asom...@freebsd.org
Version|12.1-RELEASE|CURRENT

--- Comment #1 from Conrad Meyer  ---
Can you share a specific ordering of IPCs, including exact open flags used and
FUSE procedures seen on the server side?

For cached IO (bio) without O_DIRECT, we probably attempt to read the last
page/sector of a file we are appending to.  Any local filesystem would do
something similar (read a block from the backing volume when a write-only
append handle is open for an uncached, cacheable file), if the file is not a
perfect multiple of the page size.

I think we mostly try to open separate read handles for this, but it's we
missed a case.  Any specific details you can share would be helpful.  Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243946] mdconfig -d causes iostat glitch

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243946

Conrad Meyer  changed:

   What|Removed |Added

Version|12.1-RELEASE|CURRENT
 CC||c...@freebsd.org

--- Comment #1 from Conrad Meyer  ---
Yep.  The iostat interface is sort of inherecently racy, but we might be able
to do a better job in this specific case.

(Even the stats collection in the kernel is racier than it has to be.  If you
have a fast enough device, some starts and stop counts can be lost and you end
up with similar overflow numbers.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243807] CURRENT libedit breaks emacs tramp-mode

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807

--- Comment #2 from John F. Carr  ---
I reported this as an emacs bug too and a workaround will be in a future
version of the Emacs tramp package: install a temporary .editrc to suppress
line editing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 243947] Missing ldd32 on CURRENT

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243947

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|toolch...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"