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

Bug#244441: should not show af_packet.o loading warning



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
tbm@cyrius.com



Reply to: