Re: ip_local_deliver: bad non-lo skb:

From: ADAM Sulmicki (adam@cfar.umd.edu)
Date: Sun Mar 05 2000 - 00:57:27 EST

  • Next message: Mr. James W. Laferriere: "Re: Hmmm , Errors in assembler code ??? 2.2.15-13"

    > The 2.3.47 was fine for me, I upgraded to 2.3.49 and I'm getting
    > those errors for almost each packet I send.
    >
    > [root@pepsi all]# ping -c 1 127.0.0.1
    > PING 127.0.0.1 (127.0.0.1) from 127.0.0.1 : 56(84) bytes of data.
    > ip_finish_output: bad owned skb = c7f363e0:
    > skb: pf=2 (owned) dev=lo len=84
    > PROTO=1 127.0.0.1:0 127.0.0.1:0 L=84 S=0x00 I=0 F=0x4000 T=64
    > ip_local_deliver: bad loopback skb:
    > skb: pf=2 (unowned) dev=lo len=84

    Sigh, error was between chair and keyboard.. I just turned on this little
    option below, and it was why I was getting those messsages.

    if [ "$CONFIG_NETFILTER" = "y" ]; then
       bool ' Network packet filtering debugging' CONFIG_NETFILTER_DEBUG
    fi

    Sorry for bugging you all,

    Adam,
    waiting for flames to begin..

    -
    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/



    This archive was generated by hypermail 2b29 : Sun Mar 05 2000 - 01:01:36 EST