Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 20:03:35 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Eir Nym <eirnym@gmail.com>
Cc:        FreeBSD Mail Lists <freebsd-current@freebsd.org>
Subject:   Re: sysctl: OID number(131) is already in use for 'me'
Message-ID:  <56F2E887.30801@selasky.org>
In-Reply-To: <DD5872CC-AE4B-4006-87D0-C4A25E42A65E@gmail.com>
References:  <CAO8GK0qiRp5KXn04SbUfiTR3FerEp=HQ_V%2BCE6NR=cKPJdzZCA@mail.gmail.com> <56F172E2.8040302@selasky.org> <DD5872CC-AE4B-4006-87D0-C4A25E42A65E@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/23/16 11:55, Eir Nym wrote:
> Hi,
>
> Is there method to check this with compiled binaries?
>

Hi,

You might try:

strings /boot/modules/*.ko | grep me

But you need to analyze the output. Possibly you could add a 
kdb_backtrace() call around the printf in question in the kernel. That 
would give you the answer which module is causing the error.

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56F2E887.30801>