Bugs in NFS client in Linux 2.2.3 - I need your help to debug it.

Thomas Pornin (pornin@bolet.ens.fr)
Fri, 12 Mar 1999 09:33:41 +0100


In article <19990311183011.A677@jl1.quim.ucm.es> you write:
> I cannot debug the problem with tcpdump, because it does not work. When
> I try to run tcpdump, it gives this complain:
>
> tcpdump: socket: Socket type not supported

Did you compile in "Packet Socket" ? If you did it as the
module af_packet.o, you may need to add the following line to
/etc/conf.modules:

alias net-pf-17 af_packet

Otherwise tcpdump will not work, cf linux/Documentation/Configure.help
(search CONFIG_PACKET).

--Thomas Pornin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/