全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

IP归属甄别会员请立即修改密码
查看: 1083|回复: 3
打印 上一主题 下一主题

[Windows VPS] ELRepo 删了 Centos6 的 kernel-ml ?

[复制链接]
跳转到指定楼层
1#
发表于 2019-1-5 23:35:28 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
刚刚要给一台 Centos 6 装BBR发现找不到内核了
所以 Centos6 现在要怎么破?



只剩下4.4的了
2#
 楼主| 发表于 2019-1-5 23:37:54 | 只看该作者
  只能自己编译了嘛  
哪位大佬有存货
3#
发表于 2019-1-5 23:38:22 | 只看该作者
本帖最后由 papawan 于 2019-1-5 23:49 编辑

包没了,尴尬的一批

自己编译kernel

Update-23:38

Teddy那刨到的

https://dl.lamp.sh/files/kernel-ml-4.18.20-1.el6.elrepo.i686.rpm

https://dl.lamp.sh/files/kernel-ml-devel-4.18.20-1.el6.elrepo.i686.rpm
4#
发表于 2019-1-6 01:40:43 | 只看该作者
因为他那个用了必挂,用吊机硬核的吧。

  1. #!/bin/sh
  2. yum install centos-release-xen -y
  3. yum upgrade kernel -y
  4. echo 'net.core.default_qdisc=fq' | tee -a /etc/sysctl.conf
  5. echo 'net.ipv4.tcp_congestion_control=bbr' | tee -a /etc/sysctl.conf
  6. echo '#!/bin/sh' > /etc/profile.d/bbr_status.sh
  7. echo 'lsmod | grep bbr' >> /etc/profile.d/bbr_status.sh
  8. echo 'rm -rf /etc/profile.d/bbr_status.sh' >> /etc/profile.d/bbr_status.sh
  9. sed -i "s/enabled=1/enabled=0/g" /etc/yum.repos.d/CentOS-Xen.repo
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-11-15 20:53 , Processed in 0.063225 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表