From owner-freebsd-current@freebsd.org Wed Aug 22 20:38:28 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8D0E10956B0 for ; Wed, 22 Aug 2018 20:38:27 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9368B038 for ; Wed, 22 Aug 2018 20:38:27 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4A22217363 for ; Wed, 22 Aug 2018 20:38:27 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-pf1-f172.google.com with SMTP id x17-v6so1521429pfh.5 for ; Wed, 22 Aug 2018 13:38:27 -0700 (PDT) X-Gm-Message-State: AOUpUlG0cYvWArn1WYyj+ULEYGvbqFn4qQ3sYPx7VnZfDD+Y4hNLEt5H xkA7y1IuAtuv+j8DV1CQiIKbb5gYiauV3WOn9lc= X-Google-Smtp-Source: AA+uWPwnS2gko34Vf89XeKLskLVjIIe8fO1NbtRuzqwAehuX3bSd0XSRDiM/98H2wA51iZf0opo/yqcgGuU2nQB8IrE= X-Received: by 2002:a62:89d8:: with SMTP id n85-v6mr59089395pfk.83.1534970306197; Wed, 22 Aug 2018 13:38:26 -0700 (PDT) MIME-Version: 1.0 References: <20180821113051.7d35bc39@x23> In-Reply-To: From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Wed, 22 Aug 2018 22:38:13 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Loading carp module crash i386 (12-ALPHA2), seems VNET related To: "Bjoern A. Zeeb" Cc: Marko Zec , freebsd-current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 20:38:28 -0000 On Tue, Aug 21, 2018 at 3:15 PM Bjoern A. Zeeb < bzeeb-lists@lists.zabbadoz.net> wrote: > On 21 Aug 2018, at 12:31, Olivier Cochard-Labb=C3=A9 wrote: > > > Do you have a last-good revision? > > > Hi, Since VIMAGE was enabled by default on GENERIC (r327969). So perhaps VIMAGE+carp never works on i386 ?