CentOS 6 を使用していると, 以下のエラーが出て, NICが使用できなくなることがある.
CentOS plus の
kernel-2.6.32-431.el6.centos.plus.x86_64
などのカーネルを使用していると起こり,
本家の Redhat Enterprise Linux 6 では起こらないらしい.
e1000e 0000:03:00.0: eth0: Reset adapter unexpectedly
e1000e 0000:03:00.0: eth0: Timesync Tx Control register not set as expected
以下のコマンドで, centosplus を無効にして kernel をアップデートすればよい.
$ sudo yum --disablerepo=centosplus update 'kernel*'
もし, centosplus から最新のカーネルをインストールしていたら,
バージョン番号を添えて yum install をすればよかったかな.
$ sudo yum install kernel-2.6.32-504.3.3.el6.x86_64
0 件のコメント:
コメントを投稿