[Bug 217149] seq(1) inconsistently omits 'last' when using float increment

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217149

Conrad Meyer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
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 226252] Unable to set jumbo frames on Broadcom 57800 NIC

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226252

Bug ID: 226252
   Summary: Unable to set jumbo frames on Broadcom 57800 NIC
   Product: Base System
   Version: 11.1-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: gagand...@nrggos.com.au

I am unable to set the mtu to 9000 on the broadcom NetXtreme II BCM57800 1/10
Gigabit Ethernet nics. I was running centos-7.4 on this machine before and I
was able to set mtu 9000 on the same NICs. It looks like free BSD driver is not
setting the mtu to 9000.

-- 
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 225993] [PATCH] mfiutil: show progress command could be more user-friendly/consistent

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225993

--- Comment #1 from John Baldwin  ---
Looks good in general.  I would keep the "finished in" text though.  ETA
implies a walltime of when it would be complete ("Estimated Time of Arrival")
rather than a count of remaining time.  You'd have to add the computed delta to
the current time to get an ETA.

-- 
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 225182] devel/powerpc64-xtoolchain-gcc: SLOF Data Storage Exception on boot with kernel built with devel/powerpc64-xtoolchain-gcc

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225182

--- Comment #14 from Kenneth Salerno  ---
(In reply to Mark Millard from comment #13)
Hello,

I tried both stable/11 r329183 and applying all of the r328835 patches to
releng/11.1 and still see a data storage exception. I could not test HEAD
because it would not compile.

-- 
You are receiving this mail because:
You are on the CC list 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 130920] [msdosfs] cp(1) takes 100% CPU time while copying file from harddisk to pendrive

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130920

--- Comment #9 from Alex Kozlov  ---
It seems that I late to the party.
The original submitter, I completely understand your frustration, I myself have
a few decade-old bugs, however I think that closing this outdated bug was
proper course of action, unless this issue can be reproduced on supported OS
version. In my limited testing I was not able to do that.

-- 
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 226068] buildworld persistently fails due to how the keyword "auto" has been used in clang C++ code

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226068

Dimitry Andric  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|d...@freebsd.org
 Status|New |Open

--- Comment #1 from Dimitry Andric  ---
Yeah, this is obviously an issue if the system compiler is still gcc 4.2.1,
sorry about that.  I did a bunch of buildworlds before committing, but not a
full universe.  I will have a look.

-- 
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 217149] seq(1) inconsistently omits 'last' when using float increment

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217149

--- Comment #18 from fernando.apesteg...@gmail.com ---
(In reply to Conrad Meyer from comment #17)
Yes, that's where I got the idea from after playing (unsuccessfully) with the
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 130920] [msdosfs] cp(1) takes 100% CPU time while copying file from harddisk to pendrive

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130920

--- Comment #8 from Joseph Mingrone  ---
Your frustration is understandable.  This bug report did not progress as it
should have.  My tests indicate that this is no longer a problem?  Could you
confirm?

What do you feel should be done to make things right here?

-- 
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 130920] [msdosfs] cp(1) takes 100% CPU time while copying file from harddisk to pendrive

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130920

--- Comment #7 from verma...@interia.pl ---
Maybe FreeBSD Foundation could help here with $$$?

-- 
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 130920] [msdosfs] cp(1) takes 100% CPU time while copying file from harddisk to pendrive

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130920

Joseph Mingrone  changed:

   What|Removed |Added

 CC||j...@freebsd.org

--- Comment #6 from Joseph Mingrone  ---
The key question is whether the problem still exists on currently-supported
versions.  If it does, then this bug should be re-opened.  Given the usb stack
and ata stack were replaced, I am going to guess the answer is 'no'.

-- 
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 226217] if_qlxgb (QLogic cLOM8214) not working for me when configured via netif

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226217

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@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"


[Bug 226064] Observing panic at ctl_free_beio+0x80 while running traffic on 100 iSCSI LUNs

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226064

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-s...@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"


[Bug 226068] buildworld persistently fails due to how the keyword "auto" has been used in clang C++ code

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226068

Mark Linimon  changed:

   What|Removed |Added

   Keywords||patch
 CC||d...@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"


[Bug 226096] [zfs] zpool add attach internal error: out of memory, pool with many vdevs, since r324255

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226096

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org
   Keywords||patch, regression
 CC||a...@freebsd.org

--- Comment #1 from Mark Linimon  ---
Notify committer of r324255.

-- 
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 226110] Observing ASSERT at cfiscsi_session_delete+0x49 while running traffic on 100 iSCSI LUNs

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226110

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-s...@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"


[Bug 226218] "r"eading into an empty ed(1) buffer doesn't set modified status

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226218

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 224529] The talk protocol depends on struct osockaddr which should be kernel-only

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224529

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 226170] gstat does not detect new devices (/dev/gpt/* & /dev/label/*)

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226170

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-g...@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"


[Bug 226169] freebsd installer hangs in a loop while creating mirror

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226169

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-sysinstall@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"


[Bug 226144] lagg(4): Upping a lagg interrface should automatically up its children

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226144

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
   Keywords||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 226141] "zpool remove" causes panic: solaris assert: zio->io_type == ZIO_TYPE_WRITE (0x3 == 0x2)

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226141

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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"


[Bug 226142] [bhyve] [panic] mtx_lock_spin: recursed on non-recursive mutex vcpu lock @ /usr/src/sys/amd64/vmm/vmm.c:2246

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226142

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free
   ||BSD.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"


[Bug 130920] [msdosfs] cp(1) takes 100% CPU time while copying file from harddisk to pendrive

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130920

--- Comment #5 from Mark Linimon  ---
(In reply to vermaden from comment #4)

You're correct that taking years to respond to PRs is unproductive.

However, you're criticizing one of the people who is trying to fix the problem
by going through old PRs to see if they are still relevant.  I have tried to do
that before, and after a while, had to go do other things, due to the comments.

The underlying problem is that we get far too many PRs (100+/day) than we have
volunteers to go through them.  I take some responsibility for having tried to
fix this problem, but failed.

tl:dr; we have a personnel problem and no easy way to fix it.

-- 
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 218166] kernel xref (linker.hints) does not work on BeagleBone Black snapshot image: /boot/kernel/linker.hints is missing

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218166

Mark Linimon  changed:

   What|Removed |Added

   Hardware|Any |arm
 CC|n...@freebsd.org|
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|kernel xref (linker.hints)  |kernel xref (linker.hints)
   |does not work on BeagleBone |does not work on BeagleBone
   |Black snapshot image|Black snapshot image:
   ||/boot/kernel/linker.hints
   ||is missing

-- 
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 130920] [msdosfs] cp(1) takes 100% CPU time while copying file from harddisk to pendrive

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130920

--- Comment #4 from verma...@interia.pl ---
Seriously? :)

You have 9 years to ask me for ANY feedback.

What is/was the purpose of creating a bug when no one takes it for 9 years and
then it closed because that FreeBSD version is no longer supported? :)

-- 
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 207910] [uart] [patch] fix for Intel Atom Cherryview SOC HSUART not recognized

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207910

DrWho  changed:

   What|Removed |Added

 CC||it.ad...@ukr.net

--- Comment #5 from DrWho  ---
Hello!
Please tell me how to apply this 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 218166] kernel xref (linker.hints) does not work on BeagleBone Black snapshot image

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218166

--- Comment #9 from Edward Tomasz Napierala  ---
I took another look at this - it also happens with 12.0 RPI-B image - and it
seems the /boot/kernel/linker.hints is simply missing:

% ls /media/rootfs/boot/kernel/*hints*
zsh: no matches found: /media/rootfs/boot/kernel/*hints*

The same seems to be the case for the BEAGLEBONE images.

-- 
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"