[Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837)

2017-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213903 muxx@gmail.com changed: What|Removed |Added CC||muxx@gmail.com --- Comment

Re: zfs listing and CPU

2017-08-12 Thread Paul Kraus
> On Aug 11, 2017, at 2:28 AM, Eugene M. Zheganin wrote: > > Why does the zfs listing eat so much of the CPU ? > 47114 root 1 200 40432K 3840K db->db 4 0:05 26.84% zfs > 47099 root 1 200 40432K 3840K zio->i 17 0:05 26.83% zfs > 47106 root 1 20

Error in /usr/src/release/release.sh

2017-08-12 Thread Bryce Edwards
When trying to build a set of RELENG/11.1 release files, I'm getting the following error (tail end of output) in the release.sh run: -- >>> Kernel build for ALLWINNER completed on Fri Aug 11 22:24:02 UTC 2017 --

errors from port make (analyzed: bug in pkg)

2017-08-12 Thread Peter
For a long time already, I get these strange messages whenever building a port: pkg: Bad argument on pkg_set 2143284626 Today I looked into it, and found it is easily reproducible: # pkg audit whatever pkg: Bad argument on pkg_set 2143284618 0 problem(s) in the installed packages found. # Loo

[Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837)

2017-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213903 Mark Millard changed: What|Removed |Added CC||mar...@dsl-only.net --- Comment #55

error compiling sys/netinet/tcp_syncache.c on i386

2017-08-12 Thread Mikhail T.
Just my luck -- deciding to update to the latest 10.x today... sys/netinet/tcp_syncache.c:280:50: error: implicit conversion from 'long long' to 'time_t' (aka 'int') changes value from -9223372036854775808 to 0 [-Werror,-Wconstant-conversion] V_tcp_syncache.hashbase[i].sch_last_overflow = INT6

Re: error compiling sys/netinet/tcp_syncache.c on i386

2017-08-12 Thread Michael Tuexen
> On 13. Aug 2017, at 01:08, Mikhail T. wrote: > > Just my luck -- deciding to update to the latest 10.x today... > sys/netinet/tcp_syncache.c:280:50: error: implicit conversion from 'long > long' to 'time_t' (aka 'int') changes value from -9223372036854775808 to 0 > [-Werror,-Wconstant-convers

Re: error compiling sys/netinet/tcp_syncache.c on i386

2017-08-12 Thread Mikhail T.
On 12.08.2017 19:16, Michael Tuexen wrote: Just my luck -- deciding to update to the latest 10.x today... sys/netinet/tcp_syncache.c:280:50: error: implicit conversion from 'long long' to 'time_t' (aka 'int') changes value from -9223372036854775808 to 0 [-Werror,-Wconstant-conversion]