Package: netcfg
Version: 0.63
Severity: minor
I get this just before trying DHCP:
Jan 1 00:00:58 (none) user.info netcfg[804]: insmod:
Jan 1 00:00:58 (none) user.info netcfg[804]: af_packet.o: no module by that name found
However, this module is built into my kernel (and, afaict, in most
kernels). I wonder if
../netcfg/netcfg-common.c: di_exec_shell_log("/sbin/modprobe af_packet");
should be changed to:
../netcfg/netcfg-common.c: di_exec_shell_log("/sbin/modprobe af_packet > /dev/null
2>&1");
or so.
--
Martin Michlmayr
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]