Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 19:43:41 +0400
From:      Oleg Dambaev <perl@ipchains.ru>
To:        rvenne@dental-on-line.fr
Cc:        freebsd-stable@freebsd.org
Subject:   Re: jail: socket unavaible
Message-ID:  <451161AD.5080309@ipchains.ru>
In-Reply-To: <45115E21.8060003@dental-on-line.fr>
References:  <44F3F2FE.8000407@sun-fish.com>	<20060829062640.A11793@eskimo.com>	<4510EFBE.1050000@sun-fish.com>	<20060920080011.B21905@eskimo.com> <45115E21.8060003@dental-on-line.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
rvenne@dental-on-line.fr wrote:
> hi list
>
> I'm tring to make apache work inside a jail (6.1)
> apachctl start gives following errors
>
> no listening sockets available, shutting down
>
> here's some sysctl values on my host
>
> security.jail.allow_raw_sockets: 1
> security.jail.enforce_statfs: 2
> security.jail.set_hostname_allowed: 1
> security.jail.socket_unixiproute_only: 1
> security.jail.sysvipc_allowed: 0
> security.jail.chflags_allowed: 0
>
> thanks for your helps
>
> regards
>
>
I have
# sysctl -a | grep 'security.jail'
security.jail.set_hostname_allowed: 1
security.jail.socket_unixiproute_only: 1
security.jail.sysvipc_allowed: 0
security.jail.enforce_statfs: 2
security.jail.allow_raw_sockets: 1
security.jail.chflags_allowed: 0
security.jail.jailed: 0


Works fine. Maybe there's another reason?
What netstat -an inside a jail says?



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