Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-21 Thread O. Hartmann
7 rm->rm_col[c].rc_size); 278 } > 279 > 280 size = 0; > 281 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { > 282 abd_put(rm->rm_col[c].rc_abd); > 283 size += rm->rm_col[c].rc_size; > 284 } > 285 > (kgdb) list *(zio_vdev_io_assess+0x116) > 0xda646 is in zio_vdev_io_assess > (/usr/home/kenm/perforce4/kenm/FreeBSD-test/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:3315). > 3310if (vd == NULL && !(zio->io_flags & ZIO_FLAG_CONFIG_WRITER)) > 3311spa_config_exit(zio->io_spa, SCL_ZIO, zio); 3312 > 3313if (zio->io_vsd != NULL) { > 3314zio->io_vsd_ops->vsd_free(zio); > 3315zio->io_vsd = NULL; > 3316} > 3317 > 3318if (zio_injection_enabled && zio->io_error == 0) > 3319zio->io_error = zio_handle_fault_injection(zio, EIO); > (kgdb) > > So, I disabled trim by setting vfs.zfs.trim.enabled=0 in the loader, and I > can boot now. > > Ken -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpzXtjMXQmy7.pgp Description: OpenPGP digital signature

Re: svn commit: r320153 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-20 Thread O. Hartmann
Am Tue, 20 Jun 2017 20:55:02 +0200 "O. Hartmann" <ohartm...@walstatt.org> schrieb: > Am Tue, 20 Jun 2017 16:55:30 + (UTC) > Andriy Gapon <a...@freebsd.org> schrieb: > > > Author: avg > > Date: Tue Jun 20 16:55:30 2017 > > New Revision: 320

Re: svn commit: r320153 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-20 Thread O. Hartmann
o unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Running r320138, which is stable for me, My systems crash immediately when booting with r320158. Since I use ZFS compiled into the kernel and it seems to be the only change so far of importance involving the kernel, I suspect the ZFS changes to be the source of the crash. At the moment, I have no debugging kernel running, so this guess is more out of the blue. Kind regards, Oliver -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpUfPrkrWMvu.pgp Description: OpenPGP digital signature

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-17 Thread O. Hartmann
Am Thu, 15 Jun 2017 13:11:52 -0700 Jason Evans <jas...@canonware.com> schrieb: > On Thu, 15 Jun 2017 08:04:57 -0700 > Jason Evans <jas...@canonware.com> wrote: > > > On Thu, 15 Jun 2017 10:31:57 +0200 > > "O. Hartmann" <ohartm...@walstatt.org>

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-15 Thread O. Hartmann
On Thu, 15 Jun 2017 07:15:06 + (UTC) Jason Evans wrote: > Author: jasone > Date: Thu Jun 15 07:15:05 2017 > New Revision: 319971 > URL: https://svnweb.freebsd.org/changeset/base/319971 > > Log: > Update jemalloc to 5.0.0. > > Added: >

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 12:11:06 -0700 "Ngie Cooper (yaneurabeya)" <yaneurab...@gmail.com> schrieb: > > On May 24, 2017, at 11:10, O. Hartmann <ohartm...@walstatt.org> wrote: > > > > Am Wed, 24 May 2017 13:04:30 -0500 > > Larry Rosenman &l

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 13:04:30 -0500 Larry Rosenman <l...@lerctr.org> schrieb: > On 5/24/17, 1:01 PM, "O. Hartmann" <ohartm...@walstatt.org> wrote: > > Am Wed, 24 May 2017 19:40:46 +0200 > "O. Hartmann" <ohartm...@walstatt.org> schrieb:

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 19:40:46 +0200 "O. Hartmann" <ohartm...@walstatt.org> schrieb: > Am Wed, 24 May 2017 12:28:51 -0500 > Larry Rosenman <l...@lerctr.org> schrieb: > > > I fixed my issues by force-rebuilding perl and all installed p5-* ports. > > &g

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Util.c" might belong to? Rebuilding autotools (which I suspected first) also fails ... -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpPktTvGRFUj.pgp Description: OpenPGP digital signature

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
l5.24 can be rebuild, but almost every p5* port bails out with that error shown above. Rebuilding p5-* ports is impossible. Running FreeBSD 12.0-CURRENT #3 r318789: Wed May 24 18:03:48 CEST 2017 amd64 with WITH_LLD_IS_LD=yes. -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung

Re: svn commit: r318750 - in head/contrib: binutils/bfd binutils/ld binutils/ld/emulparams gcc gcc/config/s390

2017-05-23 Thread O. Hartmann
Am Tue, 23 May 2017 12:52:35 -0500 Pedro Giffuni <p...@freebsd.org> schrieb: > On 23/05/2017 12:12, O. Hartmann wrote: > > Am Tue, 23 May 2017 16:38:10 + (UTC) > > "Pedro F. Giffuni" <p...@freebsd.org> schrieb: > > > >> Author: pfg &

Re: svn commit: r318750 - in head/contrib: binutils/bfd binutils/ld binutils/ld/emulparams gcc gcc/config/s390

2017-05-23 Thread O. Hartmann
e the default comment-starter of "/APP" from unix.h. */ > +#undef ASM_APP_ON > +#define ASM_APP_ON "#APP\n" > +#undef ASM_APP_OFF > +#define ASM_APP_OFF "#NO_APP\n" > + > #endif > ___ > svn-src-h...@

Re: svn commit: r318008 - head/sys/modules

2017-05-08 Thread O. Hartmann
On Tue, 9 May 2017 04:59:05 + (UTC) Ngie Cooper wrote: > Author: ngie > Date: Tue May 9 04:59:05 2017 > New Revision: 318008 > URL: https://svnweb.freebsd.org/changeset/base/318008 > > Log: > Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined > > MFC

Re: svn commit: r316874 - head/sys/kern

2017-04-16 Thread O. Hartmann
as usual again - speedy and reliable. Regards, Oliver -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgp8v8lEYzBuu.pgp Description: OpenPGP digital signature

Re: svn commit: r316874 - head/sys/kern

2017-04-15 Thread O. Hartmann
D USERNAME THR PRI NICE SIZERES STATE C TIMEWCPU COMMAN 1352 asterisk19 520 105M 25284K uwrlck 3 17:40 67.94% asteri [...] This is weird :-( kill -9 1352 works. Finally. Regards, Oliver -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner D

Re: svn commit: r315948 - in head: bin/csh contrib/tcsh contrib/tcsh/config contrib/tcsh/nls contrib/tcsh/nls/C contrib/tcsh/nls/et contrib/tcsh/nls/finnish contrib/tcsh/nls/french contrib/tcsh/nls/ge

2017-03-26 Thread O. Hartmann
On Sun, 26 Mar 2017 16:07:57 -0700 Ngie Cooper wrote: > > On Mar 25, 2017, at 13:19, Chagin Dmitry wrote: > > > >> On Sat, Mar 25, 2017 at 10:45:30AM -0700, Ngie Cooper wrote: > >> > >>> On Mar 25, 2017, at 06:32, Dmitry Chagin

Re: svn commit: r315733 - in head: include lib/libc/gen libexec/getty

2017-03-22 Thread O. Hartmann
ling list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Breaks buildworld: [...] /usr/src/lib/libc/gen/getttyent.c:114:6: warning: implicit declaration of function 'stat' is invalid in C99 [-Wimplicit-function-declaration] if (stat(dev, ) == 0) ^ 1 warning and 1 error generated. *** [getttyent.pico] Error code 1 make[4]: stopped in /usr/src/lib/libc Regards, oh -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpODSx5rYylL.pgp Description: OpenPGP digital signature

Re: svn commit: r314961 - head/usr.bin/localedef

2017-03-09 Thread O. Hartmann
stems, Inc. All rights reserved. > + * Copyright 2017 Nexenta Systems, Inc. > * Copyright 2015 John Marino <dr...@marino.st> > * > * This source code is derived from the illumos localedef command, and > @@ -78,7 +78,7 @@ add_time_str(wchar_t *wcs) > break; > case T_DATE_FMT: > /* > - * This one is a Solaris extension, Too bad date just > + * This one is a Solaris extension. Too bad date just >* doesn't use %c, which would be simpler. >*/ > tm.date_fmt = str; > ___ > svn-src-h...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Something broke buildworld, I presume: /usr/src/share/colldef/af_ZA.UTF-8.src: 2421: error: Bad file descriptor *** [af_ZA.ISO8859-1.LC_COLLATE] Error code 4 make[4]: stopped in /usr/src/share/colldef .ERROR_TARGET='af_ZA.ISO8859-1.LC_COLLATE' -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpKerPZmZZ7j.pgp Description: OpenPGP digital signature

Re: svn commit: r313814 - head/sys/kern

2017-02-16 Thread O. Hartmann
dq_notify(tdn, td->td_priority); > TDQ_UNLOCK(tdn); > spinlock_exit(); > #endif > @@ -2429,7 +2446,7 @@ sched_add(struct thread *td, int flags) > tdq = sched_setcpu(td, cpu, flags); > tdq_add(tdq, td, flags); > if (cpu != PCPU_GET(cpuid)) { >

Re: svn commit: r313701 - in head: sbin/mdconfig sys/dev/md

2017-02-13 Thread O. Hartmann
Am Mon, 13 Feb 2017 17:44:07 + (UTC) "Stephen J. Kiernan" schrieb: > Author: stevek > Date: Mon Feb 13 17:44:07 2017 > New Revision: 313701 > URL: https://svnweb.freebsd.org/changeset/base/313701 > > Log: > For MD_PRELOAD type md(4) devices, if there is a file name in

Re: svn commit: r313529 - head/sys/netinet

2017-02-09 Thread O. Hartmann
On Fri, 10 Feb 2017 06:01:47 + (UTC) Ermal Luçi wrote: > Author: eri > Date: Fri Feb 10 06:01:47 2017 > New Revision: 313529 > URL: https://svnweb.freebsd.org/changeset/base/313529 > > Log: > Fix build after r313524 > > Reported-by: ohartm...@walstatt.org > >

Re: svn commit: r313524 - in head/sys: netinet netinet6

2017-02-09 Thread O. Hartmann
On Fri, 10 Feb 2017 05:16:14 + (UTC) Ermal Luçi wrote: > Author: eri > Date: Fri Feb 10 05:16:14 2017 > New Revision: 313524 > URL: https://svnweb.freebsd.org/changeset/base/313524 > > Log: > The patch provides the same socket option as Linux IP_ORIGDSTADDR. >

Re: svn commit: r312923 - in head/sys: dev/drm2 modules/drm2/drm2

2017-01-28 Thread O. Hartmann
} > > > Modified: head/sys/modules/drm2/drm2/Makefile > == > --- head/sys/modules/drm2/drm2/Makefile Sat Jan 28 13:25:06 2017 > (r312922) > +++ head/sys/modules/drm2/drm2/Makefile

<    1   2