CentOS 6下, minimal 最小安裝後, 試圖安裝drbd的時候, 只要執行modprobe drbd, 核心就死了, 請問是怎麼回事呢?
以下是我的操作環境和安裝步驟:
操作環境: VMWare8 + CentOS 6.3 i686架構的,
安裝步驟:
#install some utilities and update kernel yum install wget ftp ntp -y yum update -y #disable iptables and selinux service iptables stop chkconfig iptables off sed -i -e "s/=enforcing/=disabled/g" /etc/selinux/configs setenforce 0 #install drbd rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm #这里我尝试过2个版本, drbd83-utils kmod-drbd83, 都会导致内核错误。 yum --enablerepo=elrepo install drbd84-utils kmod-drbd84
但是安裝好之後執行modprobe drbd, 核心就死了。請問有誰知道是怎麼回事? 或者, 有成功在CentOS 6下安裝成功的案例和教學麼? 如果沒有, 我就只有再嘗試自己編譯了。