内核模块问题

隐藏

我目前收到此错误消息:

iptables v1.4.12:无法初始化iptables表`filter':表不存在(您需要insmod吗?)也许iptables或您的内核需要升级。

我尝试过insmod,从apt-get更新内核,但我真的很茫然,他们只是无法正常工作,我也不知道为什么。我该怎么办?重新编译内核?当我在第一次安装内核时安装模块时,所有与IPV4相关的模块都无法安装。帮助我上网的人!

我正在使用-> Linaro 14.04(GNU / Linux 3.15.0+ armv7l)

apt-get install linux-image-$(uname -r)

我已经尝试了上述方法并更新了所有内容,但仍然遇到相同的错误,然后尝试再次运行此错误,它告诉我所有内容都是最新的(是的,我确实更新了apts)

编辑-来自dmesg的一些信息

[60.551189] init:tty1主进程(1534)被TERM信号杀死

[65.094650] init:lxdm主进程(1463)终止,状态为1

[182.391322] ip_tables:未知符号xt_free_table_info(错误0)

[182.391378] ip_tables:未知符号xt_alloc_table_info(错误0)

[182.391422] ip_tables:未知符号xt_check_match(错误0)

[182.391467] ip_tables:未知符号xt_request_find_target(错误0)

[182.391497] ip_tables:未知符号xt_unregister_matches(错误0)

[182.391534] ip_tables:未知符号xt_request_find_match(错误0)

[182.391584] ip_tables:未知符号xt_unregister_targets(错误0)

[182.391606] ip_tables:未知符号xt_recseq(错误0)

[182.391701] ip_tables:未知符号xt_register_targets(错误0)

[182.391798] ip_tables:未知符号xt_register_table(错误0)

[182.391819] ip_tables:未知符号xt_proto_init(错误0)

[182.391855] ip_tables:未知符号xt_replace_table(错误0)

[182.391882] ip_tables:未知符号xt_find_table_lock(错误0)

[182.391925] ip_tables:未知符号xt_table_unlock(错误0)

[182.391945] ip_tables:未知符号xt_proto_fini(错误0)

[182.391964] ip_tables:未知符号xt_register_matches(错误0)

[182.391984] ip_tables:未知符号xt_check_target(错误0)

[182.392018] ip_tables:未知符号xt_find_revision(错误0)

[182.392045] ip_tables:未知符号xt_unregister_table(错误0)

隐藏

我最终解决了这个问题,重新编译了内核,重新复制了模块,并在3.15.0到3.15.0+之间创建了符号链接。添加这个,我能够制作和安装模块

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章