全部博文(710)
发布时间:2013-08-15 17:24:32
# modprobe -r bnx2 ;modprobe bnx2;/etc/init.d/network restartShutting down loopback interface: [ OK ]Bringing up loopback interface:&n.........【阅读全文】
发布时间:2013-07-16 11:05:59
主要是由于linux与Broadcom 5709网卡兼容性问题导致网卡down# modinfo bnx2# cat << EOF >> /etc/modprobe.confoptions bnx2 disable_msi=1EOF# modprobe -r bnx2;modprobe bnx2;/etc/init.d/network restart禁用MSI后不会显示PCI-MSI-X#.........【阅读全文】
发布时间:2013-06-03 13:15:01
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-06-03_09-08-02PM. Please wait ...[oracle@vcs1 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-06-03_09-08-02PM/jre/1.4.2/lib/i386/libawt.so: libXtst.so.6: cannot open shared object file:.........【阅读全文】
发布时间:2013-05-23 16:06:36
Linux虽然没有蓝屏现象,不过Kernel报错有时也会让人头疼。有时重启后正常,linux系统运行一段时间后又down了,总不能出现问题就reboot啊。我从网上搜集一下资料,整理了出来,希望大家能在评论与我交流您的看法与经验。什么是Kernel Panic?wiki:A kernel panic is an action taken by an ope.........【阅读全文】