This does not make any better, but at least refer to
dmesg which is the common source of information to diagnose
kernel-side problems. This is helpful for newbie users.
# iptables -I INPUT -j CLUSTERIP
iptables: Invalid argument. Run `dmesg' for more information.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
}
if (!ret)
- fprintf(stderr, "ip6tables: %s\n",
+ fprintf(stderr, "ip6tables: %s. "
+ "Run `dmesg' for more information.\n",
ip6tc_strerror(errno));
exit(!ret);
}
if (!ret) {
- fprintf(stderr, "iptables: %s\n",
+ fprintf(stderr, "iptables: %s. "
+ "Run `dmesg' for more information.\n",
iptc_strerror(errno));
if (errno == EAGAIN) {
exit(RESOURCE_PROBLEM);