[head tinderbox] failure on powerpc/powerpc

2012-12-01 Thread FreeBSD Tinderbox
TB --- 2012-12-01 03:42:52 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-01 03:42:52 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on sparc64/sparc64

2012-12-01 Thread FreeBSD Tinderbox
TB --- 2012-12-01 05:42:02 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-01 05:42:02 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on i386/i386

2012-12-01 Thread FreeBSD Tinderbox
TB --- 2012-12-01 07:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-01 07:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on i386/pc98

2012-12-01 Thread FreeBSD Tinderbox
TB --- 2012-12-01 07:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-01 07:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: A suspicious warning in sys/boot/zfs/zfsimpl.c

2012-12-01 Thread Andriy Gapon
on 01/12/2012 12:59 Garrett Cooper said the following: On Mon, Jul 2, 2012 at 6:21 PM, Taku YAMAMOTO t...@tackymt.homeip.net wrote: When I built the world as of r237813, clang reported a warning which caught my attention. === sys/boot/zfs (all) clang -O2 -pipe -march=pentium4

[head tinderbox] failure on amd64/amd64

2012-12-01 Thread FreeBSD Tinderbox
TB --- 2012-12-01 07:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-01 07:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on ia64/ia64

2012-12-01 Thread FreeBSD Tinderbox
TB --- 2012-12-01 08:50:33 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-01 08:50:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: A suspicious warning in sys/boot/zfs/zfsimpl.c

2012-12-01 Thread Garrett Cooper
On Mon, Jul 2, 2012 at 6:21 PM, Taku YAMAMOTO t...@tackymt.homeip.net wrote: When I built the world as of r237813, clang reported a warning which caught my attention. === sys/boot/zfs (all) clang -O2 -pipe -march=pentium4 -DBOOTPROG=\zfsloader\ -I/usr/src/sys/boot/zfs/../common

gcc46: .././../gcc-4.6-20121123/gcc/rtl.h:2105:31: error: use of undeclared identifier 'FIRST_PSEUDO_REGISTER', rtx x_initial_regno_reg_rtx[FIRST_PSEUDO_REGISTER];

2012-12-01 Thread O. Hartmann
On exactly ONE FreeBSD 10.0-CURRENT box, out of a couple, all the same OS version (most recent sources/buildworld with CLANG and ports tree always up to date) I get this nasty error shown below. I can not reproduce this problem on other machines of the very same architecture (neither Core2Duo or

Re: [head tinderbox] failure on ia64/ia64

2012-12-01 Thread Pawel Jakub Dawidek
On Sat, Dec 01, 2012 at 03:17:57AM +, FreeBSD Tinderbox wrote: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions

Re: [HEADSUP] zfs root pool mounting

2012-12-01 Thread Pawel Jakub Dawidek
On Fri, Nov 30, 2012 at 08:51:48AM +0200, Daniel Braniss wrote: Recently some changes were made to how a root pool is opened for root filesystem mounting. Previously the root pool had to be present in zpool.cache. Now it is automatically discovered by probing available GEOM

Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd))

2012-12-01 Thread Robert Watson
Dear all: I've now committed the build glue required to install the recently merged Audit Distribution Daemon (auditdistd) contributed by the Pawel Dawidek, and sponsored by the FreeBSD Foundation. This allows individual hosts generating audit trails to submit trails to a central audit

Re: [HEADSUP] zfs root pool mounting

2012-12-01 Thread Andriy Gapon
on 01/12/2012 15:36 Pawel Jakub Dawidek said the following: On Fri, Nov 30, 2012 at 08:51:48AM +0200, Daniel Braniss wrote: GREATE in a diskless environment, /boot is read only, and the zpool.cache issue has been bothering me ever since, there was no way (and I tried) to re route it. I

RFC: sysctl -f filename

2012-12-01 Thread Hiroki Sato
Hi, I would like comments about the attached patch for sysctl(8) to add a new option -f filename. It supports reading of a file with key=value lines. As you probably know, we already have /etc/sysctl.conf and it is processed by rc.d/sysctl shell script in a line-by-line basis. The

gtpzfsboot: error 66

2012-12-01 Thread Boris Talovikov
please help I migrate from ufs to zfs I executed a script #!/bin/sh -v # $Id: zfs_install,v 1.3 2012/12/01 14:57:30 root Exp root $ GEOM=ada0 POOL=zroot POOL_CACHE=/tmp/zpool.cache MNT=/mnt BACKUP_FBSD=/media/hummingbird.tar.gz gpart backup $GEOM

Revision: 243756: mtree: line 22: unknown user auditdistd

2012-12-01 Thread O. Hartmann
Neither make kernel nor mergemaster works for me: make kernel [...] Bc6K4/locale rm -rf /tmp/install.TagBc6K4 -- Making hierarchy -- cd /usr/src;

Re: Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd))

2012-12-01 Thread Andreas Tobler
On 01.12.12 16:15, Robert Watson wrote: Dear all: I've now committed the build glue required to install the recently merged Audit Distribution Daemon (auditdistd) contributed by the Pawel Dawidek, and sponsored by the FreeBSD Foundation. This allows individual hosts generating audit

Re: Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd))

2012-12-01 Thread Chris Rees
On 1 Dec 2012 21:51, Andreas Tobler andreast-l...@fgznet.ch wrote: On 01.12.12 16:15, Robert Watson wrote: Dear all: I've now committed the build glue required to install the recently merged Audit Distribution Daemon (auditdistd) contributed by the Pawel Dawidek, and sponsored by the

Re: Revision: 243756: mtree: line 22: unknown user auditdistd

2012-12-01 Thread Dimitry Andric
On 2012-12-01 18:45, O. Hartmann wrote: Neither make kernel nor mergemaster works for me: ... mtree: line 22: unknown user auditdistd Run mergemaster -p, as you should always do before installworld. ___ freebsd-current@freebsd.org mailing list

Re: Distributed audit daemon committed

2012-12-01 Thread Andreas Tobler
On 01.12.12 22:53, Chris Rees wrote: On 1 Dec 2012 21:51, Andreas Tobler andreast-l...@fgznet.ch mailto:andreast-l...@fgznet.ch wrote: On 01.12.12 16:15, Robert Watson wrote: Dear all: I've now committed the build glue required to install the recently merged Audit Distribution

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 8:50 AM, Hiroki Sato h...@freebsd.org wrote: Hi, I would like comments about the attached patch for sysctl(8) to add a new option -f filename. It supports reading of a file with key=value lines. As you probably know, we already have /etc/sysctl.conf and it is

Re: Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd))

2012-12-01 Thread Simon L. B. Nielsen
On 1 December 2012 21:06, Andreas Tobler andreast-l...@fgznet.ch wrote: On 01.12.12 16:15, Robert Watson wrote: Dear all: I've now committed the build glue required to install the recently merged Audit Distribution Daemon (auditdistd) contributed by the Pawel Dawidek, and sponsored by the

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sat, Dec 1, 2012 at 8:50 AM, Hiroki Sato h...@freebsd.org wrote: Hi, I would like comments about the attached patch for sysctl(8) to add a new option -f filename. It supports reading of a file with key=value

Re: RFC: sysctl -f filename

2012-12-01 Thread Hiroki Sato
Garrett Cooper yaneg...@gmail.com wrote in CAGH67wShpcmOKhc09+MP5c-AOm7EAPG+Gqv=j0prq0sgutz...@mail.gmail.com: ya On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper yaneg...@gmail.com wrote: ya Why change the tool when we can change the rc script to do the ya right thing? I have a patch I'm

Re: RFC: sysctl -f filename

2012-12-01 Thread Konstantin Belousov
On Sun, Dec 02, 2012 at 08:21:50AM +0900, Hiroki Sato wrote: Garrett Cooper yaneg...@gmail.com wrote in CAGH67wShpcmOKhc09+MP5c-AOm7EAPG+Gqv=j0prq0sgutz...@mail.gmail.com: ya On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper yaneg...@gmail.com wrote: ya Why change the tool when we can

Re: RFC: sysctl -f filename

2012-12-01 Thread Ian Lepore
On Sun, 2012-12-02 at 01:50 +0900, Hiroki Sato wrote: Hi, I would like comments about the attached patch for sysctl(8) to add a new option -f filename. It supports reading of a file with key=value lines. As you probably know, we already have /etc/sysctl.conf and it is processed by

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 3:37 PM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Dec 02, 2012 at 08:21:50AM +0900, Hiroki Sato wrote: Garrett Cooper yaneg...@gmail.com wrote in CAGH67wShpcmOKhc09+MP5c-AOm7EAPG+Gqv=j0prq0sgutz...@mail.gmail.com: ya On Sat, Dec 1, 2012 at 2:10 PM,

Re: A suspicious warning in sys/boot/zfs/zfsimpl.c

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 3:05 AM, Andriy Gapon a...@freebsd.org wrote: I believe that there is no actual problem there. It's probably bugs with clang dealing with alignment problems. These warnings (and others) go largely unnoticed because of the fact that -Werror isn't on on sys/boot. I

Re: RFC: sysctl -f filename

2012-12-01 Thread Constantine A. Murenin
On 1 December 2012 16:30, Garrett Cooper yaneg...@gmail.com wrote: On Sat, Dec 1, 2012 at 3:37 PM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Dec 02, 2012 at 08:21:50AM +0900, Hiroki Sato wrote: Garrett Cooper yaneg...@gmail.com wrote in

Re: RFC: sysctl -f filename

2012-12-01 Thread Alfred Perlstein
Does sysctl(8) really need to learn to parse files? Can't rc.d/sysctl be modified to do the fixup? This regex seems to work: val=`echo $val | sed -e s@ *\\(.*\)\ *@\1@ -e s@ *'\(.*\)' *@\1@` -Alfred On 12/1/12 8:50 AM, Hiroki Sato wrote: Hi, I would like comments about the attached patch

Re: RFC: sysctl -f filename

2012-12-01 Thread Alfred Perlstein
On 12/1/12 8:22 PM, Alfred Perlstein wrote: Does sysctl(8) really need to learn to parse files? Can't rc.d/sysctl be modified to do the fixup? This regex seems to work: val=`echo $val | sed -e s@ *\\(.*\)\ *@\1@ -e s@ *'\(.*\)' *@\1@` Upon catching up with emails and seeing netbsd's code, I

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 8:26 PM, Alfred Perlstein bri...@mu.org wrote: On 12/1/12 8:22 PM, Alfred Perlstein wrote: Does sysctl(8) really need to learn to parse files? Can't rc.d/sysctl be modified to do the fixup? This regex seems to work: val=`echo $val | sed -e s@ *\\(.*\)\ *@\1@ -e s@

New jail does not understand nullfs

2012-12-01 Thread Matt Donovan
When attempting to start the jail in question the following happens server# jail -c poudriere jail: poudriere: unknown parameter: allow.mount.nullfs Below is my jail.conf poudriere { name=poudriere; host.hostname=poudriere; ip4.addr=192.168.1.30; persist;