Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2013 12:50:29 +0100
From:      Karl Pielorz <kpielorz_lst@tdx.co.uk>
To:        Arthur Chance <freebsd@qeng-ho.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: jail.conf ignoring exec.fib?
Message-ID:  <D8E80BE524F446CFEC61712F@Mail-PC.tdx.co.uk>
In-Reply-To: <52131A55.2040400@qeng-ho.org>
References:  <98486B2D79D00F0898B7C9E6@Mail-PC.tdx.co.uk> <520B7F0F.7020006@a1poweruser.com> <1960A5B02323B4982B4C0320@Mail-PC.tdx.co.uk> <520FA592.7010305@qeng-ho.org> <CC37CC84B8445F8B72E58E1F@study64.tdx.co.uk> <52131A55.2040400@qeng-ho.org>

next in thread | previous in thread | raw e-mail | index | archive | help


--On 20 August 2013 08:27 +0100 Arthur Chance <freebsd@qeng-ho.org> wrote:

> In the source the exec.fib parameter is given as an integer, so the
> quotes probably shouldn't be there, but I'm not sure whether it matters.

I tried it just as 'exec.fib = 1;' originally, and it makes no difference :(

> There's definitely a setfib call in the source that's done if exec.fib
> exists. All I can think of right now is that you try firing up the jail
> using the -v verbose flag. This should show everything the jail command
> does as the jail is created.

Ok, I tried that and got:

"
root# jail -v -c jail
jail: run command: /sbin/mount -t devfs -oruleset=4 . /usr2/jails/jail/dev
jail: jail_set(JAIL_CREATE) persist name=jail devfs_ruleset=4 jid=100 
path=/usr2/jails/jail host.hostname=jail.somedomain.com 
ip4.addr=192.186.0.20 allow.raw_sockets
jail: created
jail: run command in jail: /bin/sh /etc/rc
Setting hostname: jail.somedomain.com
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
32-bit compatibility ldconfig path: /usr/lib32
Creating and/or trimming log files.
ln: /dev/log: Operation not permitted
Starting syslogd.
Clearing /tmp (X related).
Updating motd:.
Starting cron.

Tue Aug 20 11:39:20 UTC 2013
jail: jail_set(JAIL_UPDATE) jid=100 nopersist
"

Certainly more detail, but no mention of fib's :( - I tried it both with, 
and without quotes around the FIB value. You can also see I have raw 
sockets available for debugging.

-Karl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D8E80BE524F446CFEC61712F>