11.1-RELEASE: magic hosed, file recognition fails

2017-08-07 Thread Peter
Just found that my scripts that would detect image types by means of the "file" command do not work anymore in RELEASE-11. :( Whats happening in R11.1 is this: $ scanimage > /tmp/SCAN $ file /tmp/SCAN /tmp/SCAN: data While on R10 in looked this way, which appears slightly more useful: $

Re: SLAAC not working

2017-08-07 Thread Andrey V. Elsukov
On 06.08.2017 06:35, Greg Rivers wrote: > The running interface looks like this: > lagg0: flags=8843 metric 0 mtu 1500 > > options=507bb > ether

[Bug 221050] emulators/virtualbox-ose: Bridged network doesn't work (11.1-RELEASE)

2017-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221050 verma...@interia.pl changed: What|Removed |Added CC||verma...@interia.pl ---

Re: SLAAC not working

2017-08-07 Thread Andrey V. Elsukov
On 07.08.2017 15:30, Andrey V. Elsukov wrote: > On 06.08.2017 06:35, Greg Rivers wrote: >> The running interface looks like this: >> lagg0: flags=8843 metric 0 mtu 1500 >> >>

[Bug 221050] emulators/virtualbox-ose: Bridged network doesn't work (11.1-RELEASE)

2017-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221050 Kubilay Kocak changed: What|Removed |Added CC|freebsd-stable@FreeBSD.org

11.1-RELEASE has issue with system headers in pedantic mode (type nullability specifier)

2017-08-07 Thread Maxim Sobolev
Hi, we noticed that some of our internal packages fail the build on 11.1 now with -pedantic: *00:31:09.178* Warning: Object directory not changed from original /tmp/mnt/dncd/work/dncd-20170627161415*00:31:09.178* cc -pipe -g3 -O0 -pipe -fstack-protector -fno-strict-aliasing -Wall -pedantic -O0

[USB] hang after upgrade from 10.0 to 10.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
Hi list, after upgrading kernel from 11.0 to 11.1 the boot process stopped, waiting forever for some USB stuff. I tried to skip waiting with hw.usb.no_boot_wait="1" in /boot/loader.conf but then I got a very strange ZFS 'mount error 5', which I had some time ago upgrading from 10.0 to 10.1.

Re: 11.1-RELEASE has issue with system headers in pedantic mode (type nullability specifier)

2017-08-07 Thread Maxim Sobolev
One way to defeat this would be to mark those headers with the #pragma clang system_header. As per: https://clang.llvm.org/docs/UsersManual.html#id27 -Max On Mon, Aug 7, 2017 at 6:20 AM, Maxim Sobolev wrote: > Hi, we noticed that some of our internal packages fail the

Re: 11.1-RELEASE has issue with system headers in pedantic mode (type nullability specifier)

2017-08-07 Thread David Chisnall
On 7 Aug 2017, at 16:20, Maxim Sobolev wrote: > > One way to defeat this would be to mark those headers with the #pragma > clang system_header. As per: > > https://clang.llvm.org/docs/UsersManual.html#id27 That won’t fix the issue, because base (as you can see from the

Re: [USB] hang after upgrade from 10.0 to 10.1, ZFS or callout() related?

2017-08-07 Thread Hans Petter Selasky
On 08/07/17 17:59, Michael Schmiedgen wrote: Hi list, after upgrading kernel from 11.0 to 11.1 the boot process stopped, waiting forever for some USB stuff. I tried to skip waiting with hw.usb.no_boot_wait="1" in /boot/loader.conf but then I got a very strange ZFS 'mount error 5', which I had

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
On 07.08.2017 18:10, Hans Petter Selasky wrote: Can you try getting the dmesg. You can also disable USB enumeration setting these: hw.usb.disable_enumeration: 0 dev.uhub.2.disable_enumeration: 0 dev.uhub.1.disable_enumeration: 0 dev.uhub.0.disable_enumeration: 0 Are you sure you loaded all

[Bug 221146] [LAGG] Problem with second laggport

2017-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146 Sean Bruno changed: What|Removed |Added Status|Open|In Progress

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
On 07.08.2017 19:09, Hans Petter Selasky wrote: Can you get dmesg without the USB debug enabled? But this is all for 11.0, on 11.1 it hangs and I cannot look it up: Copyright (c) 1992-2016 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994

Re: [USB] hang after upgrade from 10.0 to 10.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
On 07.08.2017 18:10, Hans Petter Selasky wrote: Are you sure you loaded all drivers, like XHCI, EHCI, OHCI, UHCI ? DOes the BIOS offer any USB options? https://imgur.com/a/YN428 It seems like some cheapo hardware. BTW, after the hang I requested KVM access at our hoster, so there is

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Hans Petter Selasky
On 08/07/17 18:28, Michael Schmiedgen wrote: dmesg: Aug 7 18:26:34 antares kernel: usbd_pipe_enter: enter Aug 7 18:26:34 antares kernel: usbd_pipe_enter: enter Aug 7 18:26:34 antares kernel: usbd_pipe_start: start Aug 7 18:26:34 antares kernel: usbd_pipe_start: start Aug 7 18:26:34 antares

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
On 07.08.2017 19:21, Mark Martinec wrote: But this is all for 11.0, on 11.1 it hangs and I cannot look it up: Does it also hang if you choose 'Safe mode" in the loader dialog? Mark It hangs even with 'Safe mode' (multiuser): https://imgur.com/a/fz3KB I tried setting cam boot delay, as

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
On 07.08.2017 18:10, Hans Petter Selasky wrote: Are you sure you loaded all drivers, like XHCI, EHCI, OHCI, UHCI ? DOes the BIOS offer any USB options? After enabling the 'USB hands off' in BIOS I got the strange 'error 5' with 11.1, disable_enumeration was not enabled BTW:

[Bug 221146] [LAGG] Problem with second laggport

2017-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146 --- Comment #14 from Cassiano Peixoto --- (In reply to Sean Bruno from comment #13) Dear Sean, I've just opened a PR 221317 regarding ixgbe driver update and netmap issue. Thanks. -- You are receiving this

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Mark Martinec
But this is all for 11.0, on 11.1 it hangs and I cannot look it up: Does it also hang if you choose 'Safe mode" in the loader dialog? Mark ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: [USB] hang after upgrade from 11.0 to 11.1, ZFS or callout() related?

2017-08-07 Thread Michael Schmiedgen
On 07.08.2017 19:21, Mark Martinec wrote: But this is all for 11.0, on 11.1 it hangs and I cannot look it up: Does it also hang if you choose 'Safe mode" in the loader dialog? It hangs even with 'Safe mode' (multiuser): https://imgur.com/a/fz3KB Thanks, Michael --