NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/50183: Executing #!-less script causes compat_freebsd errors



The following reply was made to PR port-i386/50183; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-i386/50183: Executing #!-less script causes compat_freebsd errors
Date: Mon, 31 Aug 2015 12:30:24 +0200

 There are two issues here:
 
  - The default for kern.module.autoload is 1, which allows loading the
    compat_freebsd module in MODULAR kernels. There is no code dealing
    with failures properly at that level, so if the modload fails, it
    is retried next time an unidentified "binary" is executed.
 
  - The compat freebsd module is not loadable, which needs to be fixed.
 
 Another issue is maybe that we should create a module black list (for modules
 to never try auto-loading), but setting kern.module.autoload=0 in 
 /etc/sysctl.conf is a good aproximation (at least for the systems
 I admin).
 
 Martin
 


Home | Main Index | Thread Index | Old Index