Joe Auty <[EMAIL PROTECTED]> writes: > I guess the trick here was not considering that user space apps would > be trying to do a kldload, and that calling upon a module that is > either missing in /boot/kernel or /boot/modules or resides outside > of /boot can trigger these panics.
That is because they are *not* user-space applications. They are kernel-space code. There is a "PORTS_MODULES" variable documented for make.conf(5) which is intended for just this problem. I haven't used it, though, and offhand I can't find the macro definition for it. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
