From owner-freebsd-questions@freebsd.org Fri Nov 6 13:28:55 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01830A26B87 for ; Fri, 6 Nov 2015 13:28:55 +0000 (UTC) (envelope-from ml@netfence.it) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E05301F4B for ; Fri, 6 Nov 2015 13:28:54 +0000 (UTC) (envelope-from ml@netfence.it) Received: by mailman.ysv.freebsd.org (Postfix) id DCFF3A26B86; Fri, 6 Nov 2015 13:28:54 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC96DA26B85 for ; Fri, 6 Nov 2015 13:28:54 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id A0CA81F4A for ; Fri, 6 Nov 2015 13:28:54 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (79.32.6.132) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 562CAA6901F5C023; Fri, 6 Nov 2015 14:28:45 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.2/8.14.9) with ESMTP id tA6DSmZW034661; Fri, 6 Nov 2015 14:28:49 +0100 (CET) (envelope-from ml@netfence.it) Subject: Re: named and jail startup race condition To: Arthur Chance , questions@freebsd.org References: <563C837D.1020608@netfence.it> <563CA494.7030101@qeng-ho.org> From: Andrea Venturoli Message-ID: <563CAB10.8000906@netfence.it> Date: Fri, 6 Nov 2015 14:28:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <563CA494.7030101@qeng-ho.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 13:28:55 -0000 On 11/06/15 14:01, Arthur Chance wrote: >> 127.0.0.1 is lo1's address, which is the interface/IP of the jail. > > I presume that should have been 127.0.1.1 Sure, sorry for the typo. >> _ preconfigure lo1 in rc.conf? > > That's what I do I'll try this way. otherwise if you have more than one jail which one > creates the interface? I thought I'd use one jail per interface, altough I didn't try this yet. bye & Thanks av.