Thomas Berg wrote: >>> ebt_ip 1752 29 >>> ebt_log 3268 32 >>> ebtable_broute 1740 0 >>> ebtable_nat 2000 0 >>> ebtable_filter 2028 1 >>> ebtables 14108 3 >>> ebtable_broute,ebtable_nat,ebtable_filter >>> ipt_ULOG 6684 1 >>> x_tables 14108 4 ebt_ip,ebt_log,ebtables,ipt_ULOG >>> bridge 39968 1 ebtable_broute >>> 8021q 17932 0 >>> garp 6996 1 8021q >>> stp 2112 2 bridge,garp >>> > br0:/lib/modules/2.6.26-1-686/kernel/net/bridge/netfilter# modprobe > ebt_ulog > FATAL: Error inserting ebt_ulog > (/lib/modules/2.6.30-1-686/kernel/net/bridge/netfilter/ebt_ulog.ko): > Cannot allocate memory ebt_ulog and ipt_ULOG can't be used simultaneously since they both use the same netlink unit. I don't think we can fix it at this point since both are obsolete and this would break existing setups. You can use nfnetlink_log and xt_NFLOG/ebt_NFLOG as a replacement. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html