sysctl: OID number(131) is already in use for 'me'
    Hans Petter Selasky 
    hps at selasky.org
       
    Wed Mar 23 19:00:41 UTC 2016
    
    
  
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
    
    
More information about the freebsd-current
mailing list