hi, when i run netscape, i get this in my syslog (syslog logs all commands typed in by userts) Sep 11 22:24:11 datatwirl kernel: EXECVE(153)[509]: /bin/netstat -ni Sep 11 22:24:11 datatwirl kernel: EXECVE(0)[510]: /sbin/modprobe -s -k net-pf-3 Sep 11 22:24:11 datatwirl kernel: EXECVE(0)[511]: /sbin/modprobe -s -k net-pf-6 why would netscape do netstat and try to load those modules, and what is that module anyway, because then my syslog says those modules werent found? thanks ------------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
* mute (datatwirl@gis.net) [20000912 05:17]:
Sep 11 22:24:11 datatwirl kernel: EXECVE(153)[509]: /bin/netstat -ni Sep 11 22:24:11 datatwirl kernel: EXECVE(0)[510]: /sbin/modprobe -s -k net-pf-3 Sep 11 22:24:11 datatwirl kernel: EXECVE(0)[511]: /sbin/modprobe -s -k net-pf-6 why would netscape do netstat and try to load those modules, and what is that module anyway, because then my syslog says those modules werent found?
Why netscape calls netstat is beyond me, but for those modules look into /etc/modules.conf and you'll find: alias net-pf-3 ax25 alias net-pf-6 netrom Both are only used for TCP/IP via amateur radio. If you don't need that, change those aliases to: alias net-pf-3 off alias net-pf-6 off regards Philipp -- Philipp Thomas <pthomas@suse.de> Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany #define NINODE 50 /* number of in core inodes */ #define NPROC 30 /* max number of processes */ -- Version 7 UNIX for PDP 11, /usr/include/sys/param.h -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (2)
-
datatwirl@gis.net
-
pthomas@suse.de