Re: [RFC] Patch to improve TSO limitation formula in general

2014-09-07 Thread Hans Petter Selasky
On 09/06/14 00:09, Rick Macklem wrote: Hans Petter Selesky wrote: On 09/05/14 23:19, Eric Joyner wrote: There are some concerns if we use this with devices that ixl supports: - The maximum fragment size is 16KB-1, which isn't a power of 2. Hi Eric, Multiplying by powers of two are more fas

Jenkins build is back to normal : FreeBSD_HEAD #1406

2014-09-07 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: NO INET6 warning

2014-09-07 Thread Adrian Chadd
No, because I may end up building a kernel that has no INET6 for a cut down platform that has no src.conf option set. -a On 7 September 2014 19:34, Glen Barber wrote: > On Sun, Sep 07, 2014 at 03:34:35PM -0700, yaneurab...@gmail.com wrote: >> On Sep 7, 2014, at 14:08, Glen Barber wrote: >> >>

Re: NO INET6 warning

2014-09-07 Thread Glen Barber
On Sun, Sep 07, 2014 at 03:34:35PM -0700, yaneurab...@gmail.com wrote: > On Sep 7, 2014, at 14:08, Glen Barber wrote: > > > On Sun, Sep 07, 2014 at 02:03:35PM -0700, Sean Bruno wrote: > >> make[4]: "/home/sbruno/bsd/fbsd_head/sys/modules/if_gif/Makefile" line > >> 12: warning: Couldn't read shell

Build failed in Jenkins: FreeBSD_HEAD #1405

2014-09-07 Thread jenkins-admin
See Changes: [alc] Make two functions static and eliminate an unused #define. [ngie] Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to /lib , not /usr/lib MFC after: 3 days Approved by: rpaulo (mento

make -DNO_ROOT to create chroot, problem installing into chroot with pkg

2014-09-07 Thread Craig Rodrigues
Hi, I am using pkg 1.3.7. I did the following as a regular user, not root: rm -fr /tmp/package cd /usr/src make buildworld make buildkernel make -DNO_ROOT -DDB_FROM_SRC installworld DESTDIR=/tmp/package make -DNO_ROOT -DDB_FROM_SRC installkernel DESTDIR=/tmp/package make -DNO_ROOT -DDB_FROM

Re: NO INET6 warning

2014-09-07 Thread yaneurabeya
On Sep 7, 2014, at 14:08, Glen Barber wrote: > On Sun, Sep 07, 2014 at 02:03:35PM -0700, Sean Bruno wrote: >> make[4]: "/home/sbruno/bsd/fbsd_head/sys/modules/if_gif/Makefile" line >> 12: warning: Couldn't read shell's output for >> "cat >> /home/sbruno/bsd/obj/mips/mips.mips/home/sbruno/bsd/fbs

Re: NO INET6 warning

2014-09-07 Thread Sean Bruno
On Sun, 2014-09-07 at 17:08 -0400, Glen Barber wrote: > On Sun, Sep 07, 2014 at 02:03:35PM -0700, Sean Bruno wrote: > > make[4]: "/home/sbruno/bsd/fbsd_head/sys/modules/if_gif/Makefile" line > > 12: warning: Couldn't read shell's output for > > "cat > > /home/sbruno/bsd/obj/mips/mips.mips/home/sbr

Re: NO INET6 warning

2014-09-07 Thread Glen Barber
On Sun, Sep 07, 2014 at 02:03:35PM -0700, Sean Bruno wrote: > make[4]: "/home/sbruno/bsd/fbsd_head/sys/modules/if_gif/Makefile" line > 12: warning: Couldn't read shell's output for > "cat > /home/sbruno/bsd/obj/mips/mips.mips/home/sbruno/bsd/fbsd_head/sys/WZR-300HP/opt_inet6.h" > > > Shouldn't t

NO INET6 warning

2014-09-07 Thread Sean Bruno
make[4]: "/home/sbruno/bsd/fbsd_head/sys/modules/if_gif/Makefile" line 12: warning: Couldn't read shell's output for "cat /home/sbruno/bsd/obj/mips/mips.mips/home/sbruno/bsd/fbsd_head/sys/WZR-300HP/opt_inet6.h" Shouldn't this cat be done in a saner way? sean _

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
Am Sun, 7 Sep 2014 11:16:37 -0500 Scot Hetzel schrieb: > On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel wrote: > > I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a > > few minor changes. > > This script (untested) should do what the scripts/refdb.in and > > scripts/refdbctl.i

Re: ZFS-related panic: "possible" spa->spa_errlog_lock deadlock

2014-09-07 Thread Fabian Keil
Xin Li wrote: > On 9/7/14 11:23 PM, Fabian Keil wrote: > > Xin Li wrote: > > > >> On 9/7/14 9:02 PM, Fabian Keil wrote: > >>> Using a kernel built from FreeBSD 11.0-CURRENT r271182 I got > >>> the following panic yesterday: > >>> > >>> [...] Unread portion of the kernel message buffer: [6880]

Re: ZFS-related panic: "possible" spa->spa_errlog_lock deadlock

2014-09-07 Thread Steven Hartland
- Original Message - From: "Xin Li" To: "Fabian Keil" ; Cc: "Alexander Motin" Sent: Sunday, September 07, 2014 4:56 PM Subject: Re: ZFS-related panic: "possible" spa->spa_errlog_lock deadlock -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/7/14 11:23 PM, Fabian Keil wrote:

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 10:44 AM, Scot Hetzel wrote: > I created the rc.d/refdbd script by copying /etc/rc.d/inetd and make a > few minor changes. > This script (untested) should do what the scripts/refdb.in and > scripts/refdbctl.in were doing: > > #!/bin/sh > # > # $FreeBSD$ > # > > # PROVIDE: re

Re: ZFS-related panic: "possible" spa->spa_errlog_lock deadlock

2014-09-07 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/7/14 11:23 PM, Fabian Keil wrote: > Xin Li wrote: > >> On 9/7/14 9:02 PM, Fabian Keil wrote: >>> Using a kernel built from FreeBSD 11.0-CURRENT r271182 I got >>> the following panic yesterday: >>> >>> [...] Unread portion of the kernel messag

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 4:28 AM, O. Hartmann wrote: > Am Sun, 7 Sep 2014 04:03:25 -0500 > Scot Hetzel schrieb: > >> On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote: >> > I had a look at scripts/refdb.in, it is not a proper rc script for >> > FreeBSD, as it is missing several keywords: >> > >> >

Re: ZFS-related panic: "possible" spa->spa_errlog_lock deadlock

2014-09-07 Thread Fabian Keil
Xin Li wrote: > On 9/7/14 9:02 PM, Fabian Keil wrote: > > Using a kernel built from FreeBSD 11.0-CURRENT r271182 I got the > > following panic yesterday: > > > > [...] Unread portion of the kernel message buffer: [6880] panic: > > deadlkres: possible deadlock detected for 0xf80015289490, > >

Re: ZFS-related panic: "possible" spa->spa_errlog_lock deadlock

2014-09-07 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/7/14 9:02 PM, Fabian Keil wrote: > Using a kernel built from FreeBSD 11.0-CURRENT r271182 I got the > following panic yesterday: > > [...] Unread portion of the kernel message buffer: [6880] panic: > deadlkres: possible deadlock detected for 0x

ZFS-related panic: "possible" spa->spa_errlog_lock deadlock

2014-09-07 Thread Fabian Keil
Using a kernel built from FreeBSD 11.0-CURRENT r271182 I got the following panic yesterday: [...] Unread portion of the kernel message buffer: [6880] panic: deadlkres: possible deadlock detected for 0xf80015289490, blocked for 1800503 ticks [6880] [6880] cpuid = 1 [6880] KDB: stack backtrace

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
Am Sun, 7 Sep 2014 04:03:25 -0500 Scot Hetzel schrieb: > On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote: > > I had a look at scripts/refdb.in, it is not a proper rc script for > > FreeBSD, as it is missing several keywords: > > > > # PROVIDE: <- all scripts need this > > # REQUIRE: > > # BEFO

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 3:39 AM, Scot Hetzel wrote: > I had a look at scripts/refdb.in, it is not a proper rc script for > FreeBSD, as it is missing several keywords: > > # PROVIDE: <- all scripts need this > # REQUIRE: > # BEFORE: > # KEYWORD: <- optional > > Which tells rcorder where to put refdb

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Scot Hetzel
On Sun, Sep 7, 2014 at 2:43 AM, O. Hartmann wrote: > Am Sun, 7 Sep 2014 15:33:42 +0800 > Erich Dollansky schrieb: > >> Hi, >> >> On Sun, 7 Sep 2014 09:03:21 +0200 >> "O. Hartmann" wrote: >> >> > >> > I use a service (textprox/refdb from ports, refdb_enable="YES" >> > in /etc/rc.conf.local) that

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
Am Sun, 7 Sep 2014 15:33:42 +0800 Erich Dollansky schrieb: > Hi, > > On Sun, 7 Sep 2014 09:03:21 +0200 > "O. Hartmann" wrote: > > > > > I use a service (textprox/refdb from ports, refdb_enable="YES" > > in /etc/rc.conf.local) that is supposed to startup at boottime. On > > one CURRENT system,

service doen't get started at boottime, but can start manually

2014-09-07 Thread O. Hartmann
I use a service (textprox/refdb from ports, refdb_enable="YES" in /etc/rc.conf.local) that is supposed to startup at boottime. On one CURRENT system, running FreeBSD 11.0-CURRENT #3 r271210: Sat Sep 6 22:39:59 CEST 2014 amd64 the service is not started at boottime, but I can start the service