From owner-freebsd-rc@FreeBSD.ORG Thu Nov 8 19:31:13 2012 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5D79BB2 for ; Thu, 8 Nov 2012 19:31:13 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1AF948FC13 for ; Thu, 8 Nov 2012 19:31:12 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so3053102lag.13 for ; Thu, 08 Nov 2012 11:31:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=DEPcydrVY/B/sw/EJ86swbfr0iWk7eVEMgll3Q5SHOI=; b=ig95KyDXozuM5cAK2l2AYKb+7OGmOaG9zYpNoHwohz7fqlqcB521f/z7o+0IdcE+Ys FI9E+Khv2LKy7F1mYr99VIR/TyS0oPueiZsYdVPfcd/f3I/3p1AjTkLjmXvw0tg3BAhZ e73Yji3h+ujRoD+kNXCjyi5exKrNy9rPJt098= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=DEPcydrVY/B/sw/EJ86swbfr0iWk7eVEMgll3Q5SHOI=; b=iWZleSMsidXsdm8h7/ZpRJewxjCXduntYrX1r67MCSrT+WMcaOnS9F8XFyjyXg6Sav cdFGrntDwaQWDp6bppDXzyVEJukGpB+iOFS9fVw0SUtlrtCcApwzRFpfFLLC/Rgt3JSW YIXYq28hyKg6RC0WfXcCHKhFL23tXTBPFXnUWYj3c2mPIGd7PHmLlSbqJvawWGe70EF9 KLJxepxBujUXdn/8m7qP78ZqHxevm4dx6JYigwxk79Y/vO58pI30E2PfN5oZHhyY+NYn wYDVH83oOkG0MJJG16WOcTSWoQdYXUnwp2kAssrR/WcrWVY8bCXYBGKcUe83jRxFd+9Z bTXQ== Received: by 10.152.104.115 with SMTP id gd19mr8623868lab.13.1352402713169; Thu, 08 Nov 2012 11:25:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.25.166 with HTTP; Thu, 8 Nov 2012 11:24:42 -0800 (PST) In-Reply-To: <20121108012722.GA18649@dft-labs.eu> References: <1352320766.1820.9.camel@mjakubik.localdomain> <20121108012722.GA18649@dft-labs.eu> From: Eitan Adler Date: Thu, 8 Nov 2012 14:24:42 -0500 Message-ID: Subject: Fwd: jail: unknown parameter: ip6.addr To: freebsd-rc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnCw4TTG9eEJkNBh23Jx5UkvHNiO7qcWbi4ezX+ESjxhhIJC2QtX5Oq4AHrsdX2X/gx1q3K Cc: Mateusz Guzik , Mike Jakubik , freebsd-jail@freebsd.org X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 19:31:13 -0000 someone on this list may want to take a look On 7 November 2012 20:27, Mateusz Guzik wrote: > On Wed, Nov 07, 2012 at 03:39:26PM -0500, Mike Jakubik wrote: >> Hello, >> >> I just updated a server to latest stable and my jails no longer start, >> troubleshooting the startup script shows us that the parameter ip6.addr >> is unknown, this system is compiled without INET6. > [..] >> + tail +2 /tmp/jail.PJ5ji3QH/jail.8101 >> jail: unknown parameter: ip6.addr > > Try this (lightly tested): > http://people.freebsd.org/~mjg/patches/rc-jail-ip-arg.diff > > Basically the idea is to pass ip4.addr and ip6.addr only when respective > addresses are specified in configuration. > > -- > Mateusz Guzik > _______________________________________________ > freebsd-jail@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org" -- Eitan Adler