From owner-freebsd-current@freebsd.org Mon Mar 21 22:33:14 2016 Return-Path: Delivered-To: freebsd-current@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 09162AD8372 for ; Mon, 21 Mar 2016 22:33:14 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-pf0-x230.google.com (mail-pf0-x230.google.com [IPv6:2607:f8b0:400e:c00::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D31B477C for ; Mon, 21 Mar 2016 22:33:13 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: by mail-pf0-x230.google.com with SMTP id x3so281369952pfb.1 for ; Mon, 21 Mar 2016 15:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=OhugpAjeXDXdMZoWWTJXQ+iTX+MZUQOOE6y6ujlkd9U=; b=Xa58x7hRaopxwkb/jZuktUWnbCk97EaJUNFQe4jOgTFPfh/pYy1wB5dr92sqa4J7Ae hxfKc9OqNxkjhJXr9FRun0QXmc9/GqVQhZXms6cjaHjAVuiEya0XDiT/XKqaG+V8zl59 FiAzaaFHMTeLVbGiYKloXAwsgDsm6KMePcshSfWpYnh4O2/yGjPuGYh7L+VxwjGgS0eI Aj+IWH4fPLvJjk8YTvCuZo9UJalgZlCLTJClyPosvAY5qSFozZHH8T1RN5VhhhaWl/fZ XXW+hSHQ+7su0W4+mekFsByxiozBr+G3G5vKQjCH48NnZaWMYAWrlj+6w1ef0qZR3KzT JDdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=OhugpAjeXDXdMZoWWTJXQ+iTX+MZUQOOE6y6ujlkd9U=; b=AFjQTFqVNFq8HoUz2VF/uuKVnWLWlW7EDeAg6Txck0AF3CwmAhFq9aL25u0Nb1coDc e4xADB969wAu/5g1APGu5a2UY4HARQpBZR1p+ShUBHZoLw+IvLrRcjnww4ZdYuxIxvDF QCnqqXNuuvR04KDzocojBbylIcymLVAM5sZWi+Z3ysjhH7QIFY34EkDJhuyzQnP/Py0P GsLo0DzJmKuZ/7KgtnHsWwwjhyEiU2HzkV5sXm2/pStgaeWGcqZeXJP4fKYqAkKPnQaI WDX3fUOLU6otL4X3lJrDcorT/VZXnu7DfURhpXsEakwEMfcl8jJWRz7Tk4rpOyIUDj0M JZ5A== X-Gm-Message-State: AD7BkJKOdn5f66DurIdH5jFt7BicpochHs675t+iM41imLCTLx2hbM4WeqlcwI/u944yvcUfMyeW2VDPXa5k4w== X-Received: by 10.98.67.67 with SMTP id q64mr49308738pfa.44.1458599593410; Mon, 21 Mar 2016 15:33:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.89.6 with HTTP; Mon, 21 Mar 2016 15:32:53 -0700 (PDT) From: Arseny Nasokin Date: Tue, 22 Mar 2016 01:32:53 +0300 Message-ID: Subject: sysctl: OID number(131) is already in use for 'me' To: freebsd-current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Mon, 21 Mar 2016 22:33:14 -0000 I've recently upgrade my machine to FreeBSD-Current revision 297059 and got strange result on first boot lines: sysctl: OID number(131) is already in use for 'me' I build system in two stages: first with 'native'/crosstools clang, second in bhyve. This message appears in both times. I've tried to boot latest FreeBSD-10 and I've seen no such message. My kernel config is here: https://bitbucket.org/eirnym/bsd/src/7f7e4a234b5bba4b346fd76e5f8b35d58d2bec29/eroese/EirZen.amd64 -- Eir Nym