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;

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 8:26 PM, Alfred Perlstein 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

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 cod

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

Re: RFC: sysctl -f filename

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

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 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 filed kern/173932 fo

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 3:37 PM, Konstantin Belousov wrote: > On Sun, Dec 02, 2012 at 08:21:50AM +0900, Hiroki Sato wrote: >> Garrett Cooper wrote >> in : >> >> ya> On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper >> wrote: >> ya> > Why change the tool when we can change the rc script to do

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 > proc

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 wrote > in : > > ya> On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper 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 working on to resolve this

Re: RFC: sysctl -f filename

2012-12-01 Thread Hiroki Sato
Garrett Cooper wrote in : ya> On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper 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 working on to resolve this (you hit an ya> > itch I've been meaning to scratch for a little while).

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 2:10 PM, Garrett Cooper wrote: > On Sat, Dec 1, 2012 at 8:50 AM, 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 proba

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 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 FreeBSD Foun

Re: RFC: sysctl -f filename

2012-12-01 Thread Garrett Cooper
On Sat, Dec 1, 2012 at 8:50 AM, 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 > processe

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" > 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 D

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 h

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" 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 FreeBSD

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 > a

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; /usr/obj/usr/src/make

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 > /media/geom_ba

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 probl

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.

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 serve

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

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 > -Wmis

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 e

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 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 -I/usr/src/sys/boot/zfs/..

[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 --- 2012-

[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 --- 2012-

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 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\"

[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 --- 2012-

[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 --- 2012-

[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 --- 2012-

[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 --- 2012-