升級核心
伺服器報這個錯誤:
kernel panic - not symcing: lib/dec_and_lock.c:32:spin_lock(kernel/user.c:c034e5c0)already locked by lib/dec_and_lock.c/32
操作步驟:
1,vi /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
把SELINUX設定為disabled
2,升級核心
備份boot目錄,cp -R /boot /boot.old
安裝新核心
rpm -ivh kernel-2.6.9-42.EL.i686.rpm
提示出錯:
warning: kernel-2.6.9-42.EL.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
mkinitrd >= 4.2.1.6-1 is needed by kernel-2.6.9-42.EL.i686
uname -a檢視版本資訊
Linux tonykorn97 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux
mkinitrd版本太低
mkinitrd --version
mkinitrd: version 4.1.18
刪除mkinitrd
rpm -e --nodeps mkinitrd-4.1.18-2
重新安裝mkinitrd和核心
[root@tonykorn97 /]# rpm -ivh mkinitrd-4.2.1.6-1.i386.rpm
warning: mkinitrd-4.2.1.6-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:mkinitrd ########################################### [100%]
[root@tonykorn97 /]# rpm -ivh kernel-2.6.9-42.EL.i686.rpm
warning: kernel-2.6.9-42.EL.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:kernel ########################################### [100%]
檢視以後是否出錯,看是否是這兩方面的原因。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-245533/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux核心升級Linux
- 麒麟核心升級
- CentOS 8 升級核心CentOS
- CentOS 7核心升級教程。CentOS
- centos7 核心升級CentOS
- CentOS6.X 升級核心CentOS
- Ubuntu 16.04 升級Linux 系統核心UbuntuLinux
- centos7-kernel-upgrade-核心升級CentOS
- Linux核心C語言將升級LinuxC語言
- Linux 核心準備升級到 Rust 1.77LinuxRust
- CentOS 7升級核心簡明說明CentOS
- Apache ShardingSphere 5.0.0 核心優化及升級指南Apache優化
- CentOS升級核心與容器執行時核心引數的關係CentOS
- cnpm 核心模組 npminstall 升級到 async 總結NPM
- centos7 離線升級/線上升級作業系統核心CentOS作業系統
- ArchLinux/Manjaro升級到6.9核心後的問題解決LinuxJAR
- SpringCloud升級之路2020.0.x版-13.UnderTow 核心配置SpringGCCloud
- Nacos 爆重大 Bug!!不要升級,不要升級,不要升級
- Truffle 2.0升級3.0升級指南
- 核心升級,資料先行 —— SNP中國賦能企業破解資訊化升級轉型後顧之憂
- CentOS 7 停服後(2024-06-30)升級最新的Linux 核心CentOSLinux
- 國產核心板全志T507助力消防系統升級
- 深圳農商行升級核心系統 打造分散式技術平臺分散式
- oracle 10 rac 升級 10.2.0.1升級到10.2.0.5Oracle
- (十二).NET6 + React :升級!升級!還是***升級!!!+ IdentityServer4實戰ReactIDEServer
- Nginx升級Nginx
- ES升級
- Jenkins升級Jenkins
- 升級pythonPython
- 王者榮耀助手升級為《王者營地》 新版核心功能有哪些?
- 某保險公司的核心繫統國產資料庫升級之路資料庫
- SpringCloud升級之路2020.0.x版-22.Spring Cloud LoadBalancer核心原始碼SpringGCCloud原始碼
- SpringCloud升級之路2020.0.x版-16.Eureka架構和核心概念SpringGCCloud架構
- 雲圖說|雲資料庫MySQL核心小版本升級全攻略資料庫MySql
- 資料庫升級之-Dataguard滾動升級資料庫
- mongodb單機從3.2升級到4.0.4升級MongoDB
- 全站HTTPS升級系列(一)升級前的科普工作HTTP
- macOS 11.0怎麼升級?macOS Big Sur 升級教程Mac
- 最佳實踐:騰訊HTAP資料庫TBase助力某省核心IT架構升級資料庫架構