13
2020
01
CENTOS 7更换系统启动默认内核
环境:CentOS Linux release 7.6.1810 (Core) ;1.查看当前默认启动内核[inspur@localhost ~]$ grub2-editenv list
grub2-editenv: error: cannot open `/boot/grub2/grubenv.new': Permission denied.
[inspur@localhost ~]
作者:hqy | 分类:技术文章 | 浏览:3346 | 评论:0
13
2020
01
nf_conntrack详解
(服务器用的阿里云主机,CentOS 7.3,似乎不管内存多少阿里云都把 conntrack_max 设成 65536)症状CentOS服务器,负载正常,但请求大量超时,服务器/应用访问日志看不到相关请求记录。在dmesg或/var/log/messages看到大量以下记录:kernel: nf_conntrack: table full, dropping packet.原因服务器访问量大,内核netfilter模块conntrack相关参数配置不合理,导致新连接被drop掉。详细nf_con
作者:hqy | 分类:技术文章 | 浏览:6155 | 评论:0
13
2020
01
"ERROR: Failed to load nf_conntrack module: modprobe: ERROR: could not find module by name='nf_connt
"ERROR: Failed to load nf_conntrack module: modprobe: ERROR: could not find module by name='nf_conntrack'..." was exactly the error I had after the upgrade to firewalld-0.6.3-2.el7_7.1.noarch.You should check if the downgrade w
作者:hqy | 分类:技术文章 | 浏览:5222 | 评论:0