[Bug 211361] suggested boot partition size is too small, bsdinstall creates unaligned partitions

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211361 --- Comment #5 from Allan Jude --- zfsboot does the right thing by specifying -a 4k to gpart. The issue (as discussed in another email thread) is that the stripesize is sometimes incorrectly reported by the kernel/device driver -- You ar

[Bug 211617] `bsdinstall` looping on Subnet Mask

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211617 --- Comment #1 from kellytk+freebsdbugzi...@kelly.tk --- Alternatively to stripping and using the mask from a network block in CIDR notation provided incorrectly to the Subnet Mask field, an error message could be presented. -- You are rec

[Bug 211617] `bsdinstall` looping on Subnet Mask

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211617 Bug ID: 211617 Summary: `bsdinstall` looping on Subnet Mask Product: Base System Version: 10.3-RELEASE Hardware: amd64 OS: Any Status: New Severity:

[Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607 --- Comment #7 from John Baldwin --- My view isn't the only one, but I'm just very hesitant to change the existing format. bdrewery@ prefers the newer format at least, so he might push this in if you prod him enough. -- You are receiving

[Bug 211579] Remove socket support in cat(1)

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211579 Sevan Janiyan changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 208529] Error setting up SSL_CTX client key and cert and control-enable: no

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208529 jonas.bu...@gmail.com changed: What|Removed |Added CC||jonas.bu...@gmail.com --- C

[Bug 211361] suggested boot partition size is too small, bsdinstall creates unaligned partitions

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211361 Nathan Whitehorn changed: What|Removed |Added CC||nwhiteh...@freebsd.org --- Comm

[Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607 --- Comment #6 from Sevan Janiyan --- (In reply to John Baldwin from comment #5) > The problem is that I think arguments can be made for both interpretations, > so I would err on the side of not changing things since you risk breaking > e

[Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607 --- Comment #5 from John Baldwin --- Pipe your non "-e" results through hd to see what I mean about -b not adding a prefix. Right now, this will omit blank lines: cat -b < foo | grep -v '^$' because "plain" 'cat -b' doesn't modify the co

[Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607 --- Comment #4 from Sevan Janiyan --- (In reply to John Baldwin from comment #3) > 1) The 'BSD' output from CSRG is the current one, not NetBSD's recent change. > The other output has been in place for 35 years. That made me smile, <3 o

[Bug 211361] suggested boot partition size is too small, bsdinstall creates unaligned partitions

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211361 Allan Jude changed: What|Removed |Added CC||allanj...@freebsd.org --- Comment #3

[Bug 211535] ZFS crash zap_leaf_array_create() in zap_leaf.c

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211535 --- Comment #3 from dgilb...@eicat.ca --- I got another crash with a slightly different signature. Still ending in the same stuff: (kgdb) bt #0 doadump (textdump=1) at ../../../kern/kern_shutdown.c:298 #1 0x80df6d9a in kern_reboo

[Bug 211602] route change command for ipv6 route with bad gateway leads to deadlock/panic

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211602 Bug ID: 211602 Summary: route change command for ipv6 route with bad gateway leads to deadlock/panic Product: Base System Version: 11.0-BETA3 Hardware: Any

[Bug 211361] suggested boot partition size is too small, bsdinstall creates unaligned partitions

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211361 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: des Date: Fri Aug 5 15:30:05 UTC 2016 New revision: 303769 URL: https://svnweb.freebsd.org/changeset/base/303769 Log: MFH (r303289): update example se

[Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607 --- Comment #3 from John Baldwin --- (In reply to Sevan Janiyan from comment #2) 1) The 'BSD' output from CSRG is the current one, not NetBSD's recent change. The other output has been in place for 35 years. There has to be a compelling r

[Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995 --- Comment #8 from Andrey Chernov --- It must be foreach i ( `( echo obase=8 ; jot 178 178 255 1) | bc` ) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-

[Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995 --- Comment #7 from Andrey Chernov --- BTW, this is wrong: foreach i ( `jot 178 178 356` ) echo a | tr 'a' "\$i" | cat -v tr suppose to take \octal numbers only, but they are decimal. -- You are receiving this mail because: You are the a

[Bug 211599] Once installed, 11.0-Beta3 won't boot on PPC64 Power8 under IBM KVM

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211599 Bug ID: 211599 Summary: Once installed, 11.0-Beta3 won't boot on PPC64 Power8 under IBM KVM Product: Base System Version: 11.0-BETA3 Hardware: ppc OS:

[Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995 Andrey Chernov changed: What|Removed |Added Attachment #173316|0 |1 is obsolete|

[Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607 --- Comment #2 from Sevan Janiyan --- (In reply to John Baldwin from comment #1) > Note that GNU cat follows the current behavior: These extensions to cat were introduced in BSD so the GNU implementation is an imitation of ours https://sv

[Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995 Andrey Chernov changed: What|Removed |Added Attachment #173315|0 |1 is obsolete|

[Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995 --- Comment #4 from Andrey Chernov --- Created attachment 173315 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173315&action=edit use wide chars with fallback to plain ones More testing required, I test a little. -- You are r

[Bug 211528] [request] Mellanox ConnectX-3 drivers compiled into the base system

2016-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211528 --- Comment #1 from Ben RUBSON --- As a test-case, I tried to do it myself, following this guideline : https://community.mellanox.com/message/3506#comment-3506 I then added to my configuration : options OFED device mlxen But kernel compil