[Bug 221350] Unable to boot/install on HPE Proliant MicroServer Gen10 (AMD Opteron X3000): Hangs/Panics

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221350 Kubilay Kocak changed: What|Removed |Added Keywords||crash, needs-qa Flags

[Bug 221408] "zpool online -e zroot mirror-2" - zpool tool crashes, core dumped

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221408 Bug ID: 221408 Summary: "zpool online -e zroot mirror-2" - zpool tool crashes, core dumped Product: Base System Version: 11.0-RELEASE Hardware: Any OS

[Bug 221408] "zpool online -e zroot mirror-2" - zpool tool crashes, core dumped

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221408 Boyko Yordanov changed: What|Removed |Added CC||b.yordan...@gmail.com --- Comment

[Bug 221416] pw useradd accepts invalid user names

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221416 Bug ID: 221416 Summary: pw useradd accepts invalid user names Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patc

[Bug 221417] pw usermod silently ignores -G ""

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221417 Bug ID: 221417 Summary: pw usermod silently ignores -G "" Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch, r

[Bug 221418] FreeBSD 10.4-PRERELEASE fails to build on systems using 32 bit time_t since r322315.

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221418 Bug ID: 221418 Summary: FreeBSD 10.4-PRERELEASE fails to build on systems using 32 bit time_t since r322315. Product: Base System Version: 10.3-STABLE Hardware: Any

[Bug 221420] [patch] Allow sysctl debug.ncores to be greater than 10

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221420 Bug ID: 221420 Summary: [patch] Allow sysctl debug.ncores to be greater than 10 Product: Base System Version: 10.3-RELEASE Hardware: Any OS: Any

[Bug 221420] [patch] Allow sysctl debug.ncores to be greater than 10

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221420 --- Comment #1 from Gautier DI FOLCO --- Created attachment 185291 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185291&action=edit Test scenario -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 221418] FreeBSD 10.4-PRERELEASE fails to build on systems using 32 bit time_t since r322315.

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221418 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #1 fro

[Bug 221317] Netmap issue after ixgbe driver update

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317 --- Comment #1 from Eric Joyner --- (In reply to Cassiano Peixoto from comment #0) "When ixgbe interface is opened many times" Could you clarify what that means? Does it mean just running pkt-gen repeatedly, without manipulating the state

[Bug 221317] Netmap issue after ixgbe driver update

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317 --- Comment #2 from Cassiano Peixoto --- (In reply to Eric Joyner from comment #1) Hi Eric, You need to use two servers like this: serverA ServerB On serverA run: pkt-gen -i ix0 -f rx -p4 -c4 On serverB run: pkt-gen -i ix0 -f rx R

[Bug 221317] Netmap issue after ixgbe driver update

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317 --- Comment #3 from Cassiano Peixoto --- (In reply to Cassiano Peixoto from comment #2) Sorry my typo, i had this behavior only with 3.2.12-k driver. -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 209876] [patch] units(1) The man page and source disagree on the long version of '-H'

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209876 Sevan Janiyan changed: What|Removed |Added CC||se...@freebsd.org Assign

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #9 from Mikhail T. --- (In reply to Eugene Grosbein from comment #8) > Cron jobs are not supposed to spit binary data to standard output. One can just as well argue, cron-jobs aren't supposed to spit /anything/ to standard outpu

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #10 from Eugene Grosbein --- (In reply to Mikhail T. from comment #9) > cron-jobs aren't supposed to spit /anything/ to standard output They are, as any other shell command. > why should the logic be any different, if I switc

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #11 from Mikhail T. --- > They are, as any other shell command. A shell command can output data of any type... > Because SMTP does not support unencoded arbitrary binary data. ? Could you cite the RFC? At any rate, this PR is

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #12 from Eugene Grosbein --- (In reply to Mikhail T. from comment #11) >> Because SMTP does not support unencoded arbitrary binary data. > Could you cite the RFC? It is not possible to cite non-existent requirement for a MTA t

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #13 from Mikhail T. --- (In reply to Eugene Grosbein from comment #12) > It is not possible to cite non-existent requirement for a MTA to > accept unencoded binary data. In comment #10 you said: "SMTP does not support unencoded

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #14 from Eugene Grosbein --- (In reply to Mikhail T. from comment #13) No MTA is obliged to support such extensions. And in most cases local MTA (sendmail or not) would relay locally generated mail to some external MTA that it

[Bug 211852] Unsafe shutdowns on Intel 750 SSD

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

[Bug 220971] Freebsd 11.0p11 - system freeze on intensive I/O

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220971 --- Comment #2 from exe...@gmail.com --- ​One update on this one. I installed a custom stable/11 kernel and world (sched = 4BSD was the only change), and the problem is no longer seen. From my untrained eyes, it looks like some kind of swap

[Bug 221426] TP LINK WN823N Not detected, urtwn driver doesn't load

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221426 Bug ID: 221426 Summary: TP LINK WN823N Not detected, urtwn driver doesn't load Product: Base System Version: 11.1-STABLE Hardware: amd64 OS: Any Status: New

[Bug 211852] Unsafe shutdowns on Intel 750 SSD

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211852 --- Comment #5 from Nathan Whitehorn --- Created attachment 185303 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185303&action=edit Patch to resolve issue This patch changes the ordering of the shutdown command to run through n

[Bug 213430] intel video driver not working with Iris 5100 video card

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213430 Amith changed: What|Removed |Added CC||cray.mitt...@gmail.com --- Comment #2 from