# Linux编译模块小技巧-内核配置文件快速查询模块# 参考: https://www.linuxidc.com/Linux/2016-10/136157.htmFeb 09 00:49:17 ArchLinux mount[336]: modprobe: FATAL: Module fuse n ...
分类:
系统相关 时间:
2020-02-09 10:00:47
阅读次数:
111
Linux 设备驱动以Kernel Module形式存在,Linux Kernel Module可以动态加载到内核中。 - lsmod Show the status of modules in the Linux Kernel - modinfo Show information about a ...
分类:
系统相关 时间:
2020-01-26 22:08:43
阅读次数:
106
第一种方法: 终端输入如下命令: sudo modprobe -r psmouse 如果打开触摸板就是:sudo modprobe psmouse 第二种方法: 如果不行,本机上第二种方法好用Method 2: 第一步:打开终端,执行 synclient touchpadoff=1 指令。 Done ...
分类:
系统相关 时间:
2020-01-23 22:52:42
阅读次数:
151
一、rbd块存储挂载 1 创建一个OSD pool # ceph osd pool create rbd1 128 查询存储空间使用 # ceph df GLOBAL: SIZE AVAIL RAW USED %RAW USED 480GiB 474GiB 6.12GiB 1.28 POOLS: N ...
分类:
其他好文 时间:
2020-01-23 19:57:48
阅读次数:
487
模块不能插入的问题解决 disagrees about version of symbol struct_module原创炸鸡叔 最后发布于2014-02-19 09:40:53 阅读数 7745 收藏展开最近开发产品的时候发现个问题,以前没出现过,现在记录下来,算个积累吧。 编译了一个新的模块,在 ...
分类:
其他好文 时间:
2020-01-17 00:22:10
阅读次数:
130
环境部署 1.服务器准备:centos7.4系统,Jdk1.8 cat /etc/redhat-release。Es6.x 如果是自带的openjdk需要先卸载: rpm -qa|grep java rpm -e –nodeps * 2.ElasticSearch安装:我采用的版本为6.6.0 ht ...
分类:
其他好文 时间:
2019-12-29 16:57:43
阅读次数:
91
docker镜像元数据管理 repository元数据 [root@localhost ~]# cd /var/lib/docker/image/overlay2/ [root@localhost overlay2]# cat repositories.json |python -mjson.too ...
分类:
其他好文 时间:
2019-12-28 22:54:31
阅读次数:
133
MountVolume.SetUp failed for volume "pvc-a2754739-cf6f-11e7-a7a5-02e985942c89" :
rbd: map failed exit status 2 2017-11-22 12:35:53.503224 7f0753c66100 -1 did not load config file,
using default settings. libkmod: ERROR ../libkmod/libkmod.c:586 kmod_search_moddep:
could not open moddep file ‘/lib/modules/4.9.45-rancher/modules.dep.bin‘ modinfo: ERROR:
Module alias rbd not found. modprobe:
ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file
‘/lib/modules/4.9.45-ra
分类:
其他好文 时间:
2019-12-28 10:05:59
阅读次数:
186
原文:https://blog.csdn.net/chengqiuming/article/details/80071073 一 介绍Linux中谈到tap,经常会和tun并列谈论。两者都是操作系统内核中的虚拟网络设备。tap位于二层,tun位于三层。需要说明的是,这里所说的设备是Linux的概念, ...
分类:
系统相关 时间:
2019-12-19 10:06:09
阅读次数:
125
1.创建网络会话实例 查看网络信息和网络状态 nmcli connection show 使用con-name 参数指定公司的网络名称company nmcli connection add con-name company ifname ens33 autoconnect no type 192. ...
分类:
系统相关 时间:
2019-11-27 21:56:30
阅读次数:
91