[Bug 198648] resolvconf does not modify pdnsd.conf correctly

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198648

Henry Hu  changed:

   What|Removed |Added

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

--- Comment #1 from Henry Hu  ---
New openresolv has been imported. The bug is 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 209275] Cannot utilize both serial and efi console with UEFI booting

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209275

Ben Woods  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2134
   ||67

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


SM bus ioctls incorrect in FreeBSD 11

2016-10-13 Thread Lewis Donzis
After upgrading to FreeBSD 11.0 and changing source code to use the new version 
of “struct smbcmd”, some commands are not working as documented, specifically 
those that read data.

As an example, SMB_READW is documented as returning the word read from the 
device in rdata.word.  However, this doesn’t happen, I think because the ioctl 
request value is defined using _IOW(), so the kernel doesn’t copy the data it 
read back out.

In prior versions, the structure had only a pointer to the data, and the smb.c 
code used copyout() to transfer the data back to userland.

As a temporary work-around, we added code to set rbuf to point to rdata.word 
and rcount to two.

Thanks,
lew

___
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 207811] service -e doesn't show all enabled services

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207811

Miroslav Lachman <000.f...@quip.cz> changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2134
   ||63

-- 
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 213462] Retry_count in minidump code delaying ENOSPC by around 30 minutes for live cores.

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213462

Bug ID: 213462
   Summary: Retry_count in minidump code delaying ENOSPC by around
30 minutes for live cores.
   Product: Base System
   Version: 10.3-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: raviprakash.dar...@gmail.com

I notice that when, the system runs out of space and we are trying to get a
live core dump there is delay of around 30 minutes to return ENOSPC to the
upper layers. This is on AMD64. As I go through the code , I see a change to
the amd64 not present in other platforms in sys/amd64/amd64/minidump_machdep.c
. Its the retry count set to 5 ( Not sure where that number comes from ).
Because of this, the live core generation in our platform is delayed and the
memory map keeps increasing( lots of other stuff running ) it makes things
worse. I want to make this retry count a tunable so that it can be changed at
runtime accordingly.

-- 
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 212875] [patch] add -d (domain) flag to hostname

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212875

Kurt Jaeger  changed:

   What|Removed |Added

 CC||p...@freebsd.org

--- Comment #1 from Kurt Jaeger  ---
testbuild is OK.

I'm wondering if the command should warn/error if one uses any combination
of flags on the command line and what should take precedence ?

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #8 from Andriy Gapon  ---
Also, it's not 'bt tid ' on one line.  Those are 3 separate commands: 'bt',
'tid ', 'bt'. You hit enter after typing each.

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #7 from Andriy Gapon  ---
Apologies for my conventions, but please do not enter '[*]', it should be just
'tid '.  I used '[*]' only to draw your attention to a fact that
'10186' should not be entered verbatim. Sorry.
Could you please get the stack traces again?

-- 
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 213447] Installation problem with 11.0

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213447

Mark Linimon  changed:

   What|Removed |Added

   Assignee|sect...@freebsd.org |freebsd-bugs@FreeBSD.org
  Component|FreeBSD Update  |misc
Version|unspecified |11.0-RC1
 CC|freebsd-am...@freebsd.org   |
Product|Services|Base System
   Keywords||regression

-- 
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 213450] [nfs] mountd flag -n operates on wrong sysctl

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213450

Mark Linimon  changed:

   What|Removed |Added

   Keywords||patch
   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org
 CC|freebsd-am...@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 213448] The /etc/rc.d/ntpd script cannot fetch NTPD leap-seconds file if ca_root_nss package not installed

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213448

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org
 CC|freebsd-am...@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 213452] [patch] [ipfw] add support for ipfw ngtee/netgraph actions at layer-2

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213452

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-i...@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 213454] mips64 BERI boot components fail to build with CROSS_TOOLCHAIN=mips64-gcc

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213454

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-m...@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 213453] ath0 driver complains on Asus EEE PC 1005PE

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213453

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-wirel...@freebsd.or
   ||g
 CC|freebsd-i...@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 213454] mips64 BERI boot components fail to build with CROSS_TOOLCHAIN=mips64-gcc

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213454

Bug ID: 213454
   Summary: mips64 BERI boot components fail to build with
CROSS_TOOLCHAIN=mips64-gcc
   Product: Base System
   Version: CURRENT
  Hardware: mips
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: ema...@freebsd.org

buildworld fails with:

===> sys/boot/mips/beri/boot2 (all)
/usr/local/mips64-freebsd/bin/ld -nostdlib -static -N -G0
-L/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2 -nostdlib -T
/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/flashboot.ldscript -o
flashboot.elf relocate.o start.o boot2.o altera_jtag_uart.o cfi.o
sdcard.o
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a
/usr/local/mips64-freebsd/bin/ld: relocate.o: ABI is incompatible with that of
the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
relocate.o
/usr/local/mips64-freebsd/bin/ld: start.o: ABI is incompatible with that of the
selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
start.o
/usr/local/mips64-freebsd/bin/ld: boot2.o: ABI is incompatible with that of the
selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
boot2.o
/usr/local/mips64-freebsd/bin/ld: altera_jtag_uart.o: ABI is incompatible with
that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
altera_jtag_uart.o
/usr/local/mips64-freebsd/bin/ld: cfi.o: ABI is incompatible with that of the
selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
cfi.o
/usr/local/mips64-freebsd/bin/ld: sdcard.o: ABI is incompatible with that of
the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
sdcard.o
/usr/local/mips64-freebsd/bin/ld:
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(strsep.o):
ABI is incompatible with that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(strsep.o)
/usr/local/mips64-freebsd/bin/ld:
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(memcpy.o):
ABI is incompatible with that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(memcpy.o)
/usr/local/mips64-freebsd/bin/ld:
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(strcmp.o):
ABI is incompatible with that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(strcmp.o)
/usr/local/mips64-freebsd/bin/ld:
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(printf.o):
ABI is incompatible with that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(printf.o)
/usr/local/mips64-freebsd/bin/ld:
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(strlen.o):
ABI is incompatible with that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(strlen.o)
/usr/local/mips64-freebsd/bin/ld:
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(bcd.o):
ABI is incompatible with that of the selected emulation
/usr/local/mips64-freebsd/bin/ld: failed to merge target specific data of file
/tank/emaste/obj/mips.mips64/tank/emaste/src/freebsd/sys/boot/mips/beri/boot2/../../../../../lib/libstand/libstand.a(bcd.o)
*** Error code 1 (ignored)
/usr/local/mips64-freebsd/bin/objcopy -S -O binary flashboot.elf flashboot
/usr/local/mips64-freebsd/bin/objcopy: 'flashboot.elf': No such file
*** Error code 1 (ignored)

(jtagboot and beri/loader fail with the same errors)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 213453] ath0 driver complain on Asus EEE PC 1005PE

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213453

Bug ID: 213453
   Summary: ath0 driver complain on Asus EEE PC 1005PE
   Product: Base System
   Version: 11.0-STABLE
  Hardware: i386
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: mor...@schmi.tt
CC: freebsd-i...@freebsd.org
CC: freebsd-i...@freebsd.org

Created attachment 175713
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175713=edit
dmesg output

I am using FreeBSD 11.0 on my Asus EEE PC 1005PE. It uses as a wireless chip
the Atheros AR9285 BGN. It seems to work in general, but every ten minutes or
so I get the error message

kernel: ath0: bb hang detected (0x4), resetting

This seems to be a bug. I attached the dmesg output as a file.

-- 
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 213453] ath0 driver complains on Asus EEE PC 1005PE

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213453

Moritz Schmitt  changed:

   What|Removed |Added

Summary|ath0 driver complain on |ath0 driver complains on
   |Asus EEE PC 1005PE  |Asus EEE PC 1005PE

-- 
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 213452] [patch] [ipfw] add support for ipfw ngtee/netgraph actions at layer-2

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213452

Bug ID: 213452
   Summary: [patch] [ipfw] add support for ipfw ngtee/netgraph
actions at layer-2
   Product: Base System
   Version: 11.0-STABLE
  Hardware: Any
OS: Any
Status: New
  Keywords: patch
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: po...@grosbein.net
  Keywords: patch

Created attachment 175712
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175712=edit
add support for ngtee/netgraph ipfw actions for layer-2 frames

Currently, kernel part of ipfw for layer-2 (ethernet frames) does not support
and ignores ipfw rules other than "pass", "deny" and dummynet-related.
Any other rule acts like "pass" for layer-2 packets. That prevents us from
selective copying of Ethernet frames for remote traffic analyzing/mirroring 
purposes.

Assume, we have ethernet-like interface (NIC, vlan, tap etc.) and we need
to selectively mirror some frames there. In case of vlan900 and assuming
ng_ipfw(4) netgraph node has a hook named "900" attached to "lower" hook
of vlan900's ng_ether(4) node, that would be as simple as:

ipfw add ngtee 900 ip from any to 8.8.8.8 layer2 out xmit igb0

Attached patch makes it work.

-- 
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 213450] [nfs] mountd flag -n operates on wrong sysctl

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213450

Robert Schulze  changed:

   What|Removed |Added

   Hardware|amd64   |Any

-- 
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 213450] [nfs] mountd flag -n operates on wrong sysctl

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213450

Bug ID: 213450
   Summary: [nfs] mountd flag -n operates on wrong sysctl
   Product: Base System
   Version: 10.3-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: r...@bytecamp.net
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

Created attachment 175710
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175710=edit
change sysctl in mountd.{c,8}

When using the flag -n to mountd, it tries to change the (old) sysctl
"vfs.nfsrv.nfs_privport". This should be vfs.nfsd.nfs_privport instead.

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #6 from Wojciech Giel  ---
Created attachment 175709
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175709=edit
bt tid 2

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #5 from Wojciech Giel  ---
Created attachment 175708
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175708=edit
bt tid 1

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #4 from Andriy Gapon  ---
(In reply to Wojciech Giel from comment #3)
Could you please reproduce this again?  And once you are at the 'db>' prompt
please execute the following commands:
db> bt
db> tid 10186 [*]
db> bt
where '10186' is a place holder for the id reported in the "too long" message.
Please capture the output.
Thank you.

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #3 from Wojciech Giel  ---
I have tried install 12-CUREENT got the same kernel panic see attachment.
replaced H310 controller with H710 but behaviour is the same.

-- 
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 213371] panic: spin lock held too long

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213371

--- Comment #2 from Wojciech Giel  ---
Created attachment 175706
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175706=edit
panic with 12.0-CURRENT

-- 
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 207138] /etc/ntp.conf claims /var/db/ntpd.leap-seconds.list is updated weekly

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207138

--- Comment #2 from Vick Khera  ---
Actually, to correct myself, it will check the file expire date daily, and if
it is within 30 days (as configured) of that date it will fetch a new one. So
in practice this happens once every few months.

-- 
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 213083] after zpool import ahcich3: Timeout on slot 15 port 0

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213083

--- Comment #2 from hakotani...@gmail.com ---
I change SSD from silicon power SP120GBSS3S55S25 to kingston SUV400S37120G.
zpool can work no error.

Thank you.

-- 
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 213448] The /etc/rc.d/ntpd script cannot fetch NTPD leap-seconds file if ca_root_nss package not installed

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213448

--- Comment #1 from Vick Khera  ---
I suspect the workaround here is to add --no-verify-peer to
ntp_leapfile_fetch_opts in the /etc/defaults/rc.conf file, but that seems wrong
and is just asking for a hack to happen.

-- 
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 207138] /etc/ntp.conf claims /var/db/ntpd.leap-seconds.list is updated weekly

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207138

Vick Khera  changed:

   What|Removed |Added

 CC||vi...@khera.org

--- Comment #1 from Vick Khera  ---
The default rc.conf variable ntp_leapfile_expiry_days is set to 30, so it is
only fetched once every 30 days even though it is checked daily. Still, the
comment is incorrect about it being weekly.

-- 
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 213448] The /etc/rc.d/ntpd script cannot fetch NTPD leap-seconds file if ca_root_nss package not installed

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213448

Bug ID: 213448
   Summary: The /etc/rc.d/ntpd script cannot fetch NTPD
leap-seconds file if ca_root_nss package not installed
   Product: Base System
   Version: 10.3-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: vi...@khera.org
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

I booted up a test VM I have that hasn't been started for a while. The console
logged this:

Oct 13 08:36:25 devbox kernel: Certificate verification failed for
/C=US/ST=Arizona/L=Scottsdale/O=Starfield Technologies, Inc./CN=Starfield Root
Certificate Authority - G2
Oct 13 08:36:25 devbox kernel: 34380992136:error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed:/u/yertle1/sources/usr10/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1191:
Oct 13 08:36:25 devbox kernel: fetch:
https://www.ietf.org/timezones/data/leap-seconds.list: Authentication error

I traced it down to the lack of a proper certificate chain:

[root@devbox]# fetch https://www.ietf.org/timezones/data/leap-seconds.list
Certificate verification failed for /C=US/ST=Arizona/L=Scottsdale/O=Starfield
Technologies, Inc./CN=Starfield Root Certificate Authority - G2
34380992136:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify
failed:/u/yertle1/sources/usr10/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1191:
fetch: https://www.ietf.org/timezones/data/leap-seconds.list: Authentication
error
[root@devbox]# pkg install ca_root_nss
 [[ pkg install details elided as irrelevent ]]
[root@devbox]# fetch https://www.ietf.org/timezones/data/leap-seconds.list
fetch: https://www.ietf.org/timezones/data/leap-seconds.list: size of remote
file is not known
leap-seconds.list   10 kB 8155 kBps 00m00s
[root@devbox]#

So it appears that the base system ntpd requires the package to properly
function: The "fetch" feature of /etc/rc.d/ntpd fails as shown 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 213439] ifOutOctets are always zero for Xen xn interfaces

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213439

Mark Linimon  changed:

   What|Removed |Added

 CC|freebsd-am...@freebsd.org   |
   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 213439] ifOutOctets are always zero for Xen xn interfaces

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213439

Andrey V. Elsukov  changed:

   What|Removed |Added

 CC||a...@freebsd.org

--- Comment #1 from Andrey V. Elsukov  ---
Created attachment 175694
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175694=edit
Proposed patch (untested)

Hi,

can you test 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 213438] [typo] Fix typo in nandfs_vnops.c

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213438

Ganael LAPLANCHE  changed:

   What|Removed |Added

   Keywords||patch
 CC||marty...@freebsd.org
   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 213439] ifOutOctets are always zero for Xen xn interfaces

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213439

Bug ID: 213439
   Summary: ifOutOctets are always zero for Xen xn interfaces
   Product: Base System
   Version: 11.0-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: trond.endres...@ximalas.info
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

Virtualization platform is XenServer 7.0.0.

The XenServer guest is:
root@[WITHHELD]:~ # uname -a
FreeBSD [WITHHELD].fig.ol.no 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #1
r306639: Mon Oct  3 17:36:35 CEST 2016
root@[WITHHELD]:/usr/obj/usr/src/sys/XENGUEST  amd64

The kernel configuration file is available at
http://ximalas.info/~trond/create-zfs/canmount/XENGUEST-amd64-stable-11

Just for comparison, here's lo0:
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.2.1
IF-MIB::ifDescr.1 = STRING: lo0
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.10.1
IF-MIB::ifInOctets.1 = Counter32: 190342
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.16.1
IF-MIB::ifOutOctets.1 = Counter32: 190491

This is for xn0:
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.2.2
IF-MIB::ifDescr.2 = STRING: xn0
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.10.2
IF-MIB::ifInOctets.2 = Counter32: 1799356094
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.16.2
IF-MIB::ifOutOctets.2 = Counter32: 0

This is for xn1:
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.2.3
IF-MIB::ifDescr.3 = STRING: xn1
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.10.3
IF-MIB::ifInOctets.3 = Counter32: 2647317261
root@[WITHHELD]:~ # snmpget -v 2c -c public localhost 1.3.6.1.2.1.2.2.1.16.3
IF-MIB::ifOutOctets.3 = Counter32: 0

In the latter two cases ifOutOctets are always zero, but not for the lo0 case.

Is this a bug in the xn driver?

-- 
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 213438] [typo] Fix typo in nandfs_vnops.c

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213438

Bug ID: 213438
   Summary: [typo] Fix typo in nandfs_vnops.c
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: ganael.laplan...@corp.ovh.com

Created attachment 175690
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175690=edit
Fix ufs instead of nandfs

Hi,

A panic message incorrectly evokes ufs instead of nandfs in nandfs_vnops.c.
Find attached a patch that fixes that mistake.

Regards,
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 213434] vfwscanf compilation fails

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213434

Bug ID: 213434
   Summary: vfwscanf compilation fails
   Product: Base System
   Version: 11.0-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: mario.g.pav...@gmail.com
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

Created attachment 175688
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175688=edit
Preprocessed source and associated run script.

I installed FreeBSD 11 RELEASE amd64 on my skylake machine, checked out
stable/11 and tried to buildworld.


===
# cat /etc/make.conf
CPUTYPE?=skylake

# for both C and C++
CFLAGS= -O2 -pipe

# kernel building flags
COPTFLAGS= -O -pipe

KERNCONF=STABLE11
===


===
# svnlite info
Path: .
Working Copy Root Path: /usr/src
URL: https://svn.freebsd.org/base/stable/11
Relative URL: ^/stable/11
Repository Root: https://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 307180
Node Kind: directory
Schedule: normal
Last Changed Author: lidl
Last Changed Rev: 307173
Last Changed Date: 2016-10-13 06:10:04 +0300 (Thu, 13 Oct 2016)
===


And I got this:


===
cc   -O2 -pipe -march=skylake  -I/usr/src/lib/libc/include
-I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS 
-D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa
-I/usr/src/lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/usr/src/lib/libc
-I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE
-I/usr/src/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include
-I/usr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime
-I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN
-I/usr/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -MD 
-MF.depend.vfwscanf.o -MTvfwscanf.o -std=gnu99 -fstack-protector-strong
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
-Wno-unused-local-typedef -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter  -Qunused-arguments  -I/usr/src/lib/libutil
-I/usr/src/lib/msun/amd64 -I/usr/src/lib/msun/x86 -I/usr/src/lib/msun/src -c
/usr/src/lib/libc/stdio/vfwscanf.c -o vfwscanf.o
fatal error: error in backend: Cannot select: 0x80343ce40: i32 = X86ISD::CMP
0x8031d4ab0, 0x80343e130
  0x8031d4ab0: i1 = truncate 0x8031d45f0
0x8031d45f0: i8 = and 0x80305f4c0, 0x80343eab0
  0x80305f4c0: i8 = X86ISD::SETCC Constant:i8<4>, 0x8033da850
0x8031d4be0: i8 = Constant<4>
0x8033da850: i32 = X86ISD::CMP 0x8033d95f0, Constant:i8<0>
  0x8033d95f0: i8 = AssertZext 0x8031d4720, ValueType:ch:i1
0x8031d4720: i8,ch = CopyFromReg 0x802e3f430, Register:i8 %vreg375
  0x80343e850: i8 = Register %vreg375
  0x8033da4c0: i8 = Constant<0>
  0x80343eab0: i8 = X86ISD::SETCC Constant:i8<4>, 0x80343ed10:1
0x8031d4be0: i8 = Constant<4>
0x80343ed10: i32,i32 = X86ISD::SUB 0x80305f980, Constant:i32<101>
  0x80305f980: i32,ch = CopyFromReg 0x802e3f430, Register:i32 %vreg378
0x80305f5f0: i32 = Register %vreg378
  0x8033d9e40: i32 = Constant<101>
  0x80343e130: i1 = truncate 0x80343c130
0x80343c130: i8 = or 0x80305f4c0, 0x8033beab0
  0x80305f4c0: i8 = X86ISD::SETCC Constant:i8<4>, 0x8033da850
0x8031d4be0: i8 = Constant<4>
0x8033da850: i32 = X86ISD::CMP 0x8033d95f0, Constant:i8<0>
  0x8033d95f0: i8 = AssertZext 0x8031d4720, ValueType:ch:i1
0x8031d4720: i8,ch = CopyFromReg 0x802e3f430, Register:i8 %vreg375
  0x80343e850: i8 = Register %vreg375
  0x8033da4c0: i8 = Constant<0>
  0x8033beab0: i8 = X86ISD::SETCC Constant:i8<9>, 0x80343c720:1
0x80343e260: i8 = Constant<9>
0x80343c720: i32,i32 = X86ISD::SUB 0x80305f980, Constant:i32<112>
  0x80305f980: i32,ch = CopyFromReg 0x802e3f430, Register:i32 %vreg378
0x80305f5f0: i32 = Register %vreg378
  0x8033be5f0: i32 = Constant<112>
In function: __vfwscanf
cc: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM
3.8.0)
Target: x86_64-unknown-freebsd11.0
Thread model: posix
InstalledDir: 

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

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213430

Bug ID: 213430
   Summary: intel video driver not working with Iris 5100 video
card
   Product: Base System
   Version: 11.0-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: m...@idnet.ee
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

The machine (Asus UX301, Iris 5100 video card) runs Xorg only with "vesa" and
all graphics are really slow.

When adding configuration to change the driver to "intel" then X doesn't start
anymore -- the error message: "no screens found".

More details about the problem:
https://forums.freebsd.org/threads/57839/#post-331537

And possible solution: https://forums.freebsd.org/threads/57839/#post-331528

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