码迷,mamicode.com
首页 > 系统相关 > 详细

linux 内核报错解决

时间:2019-05-10 16:31:40      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:linu   sts   说明   rmmod   linux内核   error   root   linux   inux   

insmod: ERROR: could not insert module pf_ring.ko: File exists
报该错误的时候说明linux内核已经加载了该文件。

[root@h187 kernel]# rmmod pf_ring
rmmod: ERROR: Module pf_ring is in use by: ixgbe
说明pf_ring 已经在万兆网卡驱动上调用了。

[root@h187 kernel]# rmmod ixgbe
[root@h187 kernel]#
[root@h187 kernel]#
[root@h187 kernel]# rmmod pf_ring

需要先卸载ixgbe万兆网卡驱动,然后在从内核中移除pf_ring

linux 内核报错解决

标签:linu   sts   说明   rmmod   linux内核   error   root   linux   inux   

原文地址:https://blog.51cto.com/imccie/2392276

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!