搞linux的最怕的就是panic。满屏的报错不知头绪,百度出来的还都是抄来抄去的垃圾。

我遇到的错误已经解决,所以不想再看到报错了。。google出来两个没有上下文的文本,因为和他们差不多,在下面贴出来供百度用户们搜索。。:

解决办法是:打开/usr/lib/opkg/info/XXX.postinst  把里面第四行改成load_modules。Enjoy!

opkg install qos-scripts   #(whatever)
Package qos-scripts (1.2.1-6) installed in root is up to date.
Configuring kmod-sched-core.
//usr/lib/opkg/info/kmod-sched-core.postinst: line 4: insert_modules: not found
Configuring kmod-ipt-conntrack-extra.
//usr/lib/opkg/info/kmod-ipt-conntrack-extra.postinst: line 4: insert_modules: n ot found
Configuring kmod-sched-connmark.
//usr/lib/opkg/info/kmod-sched-connmark.postinst: line 4: insert_modules: not fo und
Configuring kmod-lib-textsearch.
//usr/lib/opkg/info/kmod-lib-textsearch.postinst: line 4: insert_modules: not fo und
Configuring kmod-ipt-filter.
//usr/lib/opkg/info/kmod-ipt-filter.postinst: line 4: insert_modules: not found
Configuring kmod-ifb.
//usr/lib/opkg/info/kmod-ifb.postinst: line 4: insert_modules: not found
Configuring kmod-ipt-ipopt.
//usr/lib/opkg/info/kmod-ipt-ipopt.postinst: line 4: insert_modules: not found
Collected errors:
* pkg_run_script: package "kmod-sched-core" postinst script returned status 12 .
* opkg_configure: kmod-sched-core.postinst returned 127.
* pkg_run_script: package "kmod-ipt-conntrack-extra" postinst script returned tatus 127.
* opkg_configure: kmod-ipt-conntrack-extra.postinst returned 127.
* pkg_run_script: package "kmod-sched-connmark" postinst script returned statu 127.
* opkg_configure: kmod-sched-connmark.postinst returned 127.
* pkg_run_script: package "kmod-lib-textsearch" postinst script returned statu 127.
* opkg_configure: kmod-lib-textsearch.postinst returned 127.
* pkg_run_script: package "kmod-ipt-filter" postinst script returned status 12 .
* opkg_configure: kmod-ipt-filter.postinst returned 127.
* pkg_run_script: package "kmod-ifb" postinst script returned status 127.
* opkg_configure: kmod-ifb.postinst returned 127.
* pkg_run_script: package "kmod-ipt-ipopt" postinst script returned status 127
* opkg_configure: kmod-ipt-ipopt.postinst returned 127.

Fixing:insert_modules not found的更多相关文章

  1. Dan版本的nnet2

    除了chain,nnet1, nnet2, nnet3训练时调整转移模型,chain模型使用类似与MMI的训练准则 Dan's setup does not uses pre-training. Da ...

  2. java web 开发三剑客 -------电子书

    Internet,人们通常称为因特网,是当今世界上覆盖面最大和应用最广泛的网络.根据英语构词法,Internet是Inter + net,Inter-作为前缀在英语中表示“在一起,交互”,由此可知In ...

  3. 所有selenium相关的库

    通过爬虫 获取 官方文档库 如果想获取 相应的库 修改对应配置即可 代码如下 from urllib.parse import urljoin import requests from lxml im ...

  4. MIP启发式算法:Variable fixing heuristic

    *本文主要记录及分享学习到的知识,算不上原创 *参考文章见链接. 本文简单介绍一下Variable fixing heuristic,这个算法同样以local search为核心框架,它的特点在于定义 ...

  5. Code First :使用Entity. Framework编程(5) ----转发 收藏

    第五章 对数据库映射使用默认规则与配置 到目前为止我们已经领略了Code First的默认规则与配置对属性.类间关系的影响.在这两个领域内,Code First不仅影响模型也影响数据库.在这一章,你将 ...

  6. Linux学习 :移植U-boot_2016.09到JZ2440开发板

    一.下载源码:ftp://ftp.denx.de/pub/u-boot/ 二.初始化编译: ①新建一个单板: cd board/samsung/ cp smdk2410 smdk2440 -rf   ...

  7. webrtc进阶-信令篇-之三:信令、stun、turn、ice

    webRTC支持点对点通讯,但是webRTC仍然需要服务端:  . 协调通讯过程中客户端之间需要交换元数据,    如一个客户端找到另一个客户端以及通知另一个客户端开始通讯.  . 需要处理NAT(网 ...

  8. ZFS(一):ZFS在Debian GNU/Linux上的安装

    以下内容翻译自https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/,并附有原文,由于是第一次翻译,如有任何翻译不恰当之处,欢迎指出 ...

  9. 专题:mdadm Raid & LVM

    >FOR FREEDOM!< {A} Introduction Here's a short description of what is supported in the Linux R ...

随机推荐

  1. 各类.NET学习视频推荐

    想提高个人的技术水平一般来说都是看书.看博客.看官方实例.看视频等等,最近我也总算是稍微空了一点了,所以想找点学习资源看下,相对的我比较倾向于看 视频,因为看视频一般都有讲师讲解,而且许多视频都讲的不 ...

  2. Part 16 Important concepts related to functions in sql server

    Important concepts related to functions in sql server

  3. 1 ubuntu下装setuptools

    setuptools可以让程序员更方便的创建和发布 Python 包,特别是那些对其它包具有依赖性的状况,分享以下我在ubuntu下装setuptools的过程 系统:ubuntu 语言:python ...

  4. Objective-C 【protocol-协议 的了解使用】

    ------------------------------------------- protocol(协议) (1)引文:OC中的protocol和Java中的接口(interface)比较类似, ...

  5. UIAlertView[警告框] [代理协议型]UIActionSheet [表单视图][代理协议型]

    ////  ViewController.h//  UIAlertViewAndUIActionSheet////  Created by hehe on 15/9/21.//  Copyright ...

  6. UI2_NSUserDefaults

    // // ViewController.m // UI2_NSUserDefaults // // Created by zhangxueming on 15/7/8. // Copyright ( ...

  7. UI1_UINavigationController

    // // FourthViewController.h // UI1_UINavigationController // // Created by zhangxueming on 15/7/6. ...

  8. jacob 给word加印的功能

    花了两天时间,参考了一些资料,总算是处理好了这样一个技术点. 关键的心得如下: 使用jacob,重点不是jacob本身,而是office的一些API资料.比如需要知道光标的移动, 包括上下左右的mov ...

  9. daxuez.com

    大学z,一个还没想好的名字和项目 初期定位:服务于武汉各大高校的大学学生群体 服务项目:兼职.旅游.培训.租车.班服订做.票务

  10. JS重写alert,保证弹窗错误的友好性

    // ------------------------------------------------------------- // 重写alert,保证弹窗错误的友好性 var j_oldAler ...