On Sat, 6 Jan 2001 12:43:24 +0100, 
f5ibh <[EMAIL PROTECTED]> wrote:
>NET4: Unix domain sockets 1.0 for Linux NET4.0.
>insmod: /lib/modules/2.2.19pre6/misc/unix.o: cannot create 
>/var/log/ksymoops/20010106112242.ksyms Read-only file system

man insmod, look for /var/log/ksymoops.  If you define this directory
then it is expected to be writable when modules are loaded.  Logging
module data for ksymoops is a user selectable option, you have to
decide to use it, and you have done so.

>insmod:/lib/modules/2.4.0/kernel/net/unix/unix.o : insmod net-pf-1 failed.

"alias net-pf-1 unix" is a built in alias.  Looks like you did not
compile for Unix sockets and something in the kernel wants Unix
sockets.  If you really do not want Unix sockets, "alias net-pf-1 off".

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to