|
||||||||
Hi, I recompiled kernel to add support for RANDOM_IP_ID. Now, when I boot with this new kernel and monowall write changes on flash card, I have this warning messages on console: ad0: raw partition size != slice size ad0: start 0, end 500735, size 500736 ad0c: start 0, end 10239, size 10240 ad0: raw partition size != slice size ad0: start 0, end 500735, size 500736 ad0c: start 0, end 10239, size 10240 How can I disable this? Or I have to modify some external file (e.g. for ipfw I have to decomment CFLAGS=-DIPFIREWALL_DEFAULT_TO_ACCEPT into /usr/src/sys/modules /ipfw/Makefile to load it in default accept mode.) Best regards. |