欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS故障 >
  • [CentOS故障] 解决 CentOS /lib/ld-linux.so.2: bad ELF interpreter报错 日期:2016-02-22 23:43:57 点击:75 好评:0

    安装RAR使用的时候出现一个错误: bash: /usr/local/bin/rar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 出现这个问题的原因主要是因为在64位系统中安装了32位的程序,安装32位运行库即可: yum install glibc.i686 之后可能还有...

  • [CentOS故障] 完美解决Centos 6下修改sysctl.conf后报错的问题 日期:2016-02-22 23:40:24 点击:130 好评:0

    Centos 6下修改sysctl.conf后及其容易出现报错信息 无法正常完成修改 sysctl.conf涉及linux重要的内核优化,搭建VPN等操作 所以必须解决这个问题 XEN架构 我起先是在我XEN架构的香港VPS里遇到了这个问题 执行下面的命令后相当容易的解决了问题 Shell modprob...

  • [CentOS故障] 完美解决OpenVz Centos系统下sysctl -p报错 日期:2016-02-22 23:39:30 点击:99 好评:0

    这几天一直在折腾VPS优化,架设VPN,openvz构架的,在做linux内核优化修改的时候,执行sysctl -p总是报错: lt;img class="size-full wp-image-11 aligncenter" src="/uploads/allimg/160222/23395Q264-1.jpg" alt="centos-sysctl-erro" width="510" height=...

  • [CentOS故障] centos下安装MySQLdb时出现“error command 'gcc' 日期:2016-02-21 01:05:00 点击:60 好评:0

    在MySQL-python-1.2.3源码包根目录下执行安装命令: python setup.py install 出现以下信息: error: command gcc failed with exit status 1 解决方法: 在安装MySQLdb前安装以下依赖库: yum installpython-devel mysql-devel zlib-devel openssl-devel 安...

  • [CentOS故障] 解决SecureCRT登陆Centos 6.4乱码问题 日期:2016-02-21 00:58:16 点击:168 好评:0

    问题描述:在SecureCRT远程连接centos时,重启服务会显现乱码。 解决方法: 1、 修改远程linux机器的配置 [root@rhel ~]#vi /etc/sysconfig/i18n 把LANG改成支持UTF-8的字符集 如: LANG=zh_CN.UTF-8 或者是 LANG=en_US.UTF-8 本文修改为后者 2、修改 Secure...

  • [CentOS故障] 解决Warning: /dev/root does not exist, could not boot 日期:2016-02-16 00:54:03 点击:145 好评:0

    安装过程中出错,提示如下: Warning: /dev/root does not exist, could not boot 上网查到解决方法,共两步: 1、把U盘的Lable(即标签)修改成CENTOS; 2、在安装界面上按TAB键,修改启动路径,把CENTOS\x207\x20x86_64改成 CENTOS 修改完,按 Ctrl + X 既...

  • [CentOS故障] 解决CentOS安装过程报错 日期:2016-02-16 00:53:02 点击:53 好评:0

    CentOS安装过程报错 Unable to read group information from repositories. This is a problem with the generation of your install tree 网上搜到说是bug http://bbs.linuxtone.org/thread-16947-1-1.html 个人解决办法:把boot大小由200改为1024安装不报...

  • [CentOS故障] 解决centos6系统报出的kernel bug的方案 日期:2016-02-16 00:47:02 点击:77 好评:0

    今年的第一天上班,就让我意外的发现有两台服务器日志里出现了管理kernel bug的报错。 Feb1415:24:15svn3kernel:EOI Feb1415:24:15svn3kernel:swapper:pageallocationfailure.order:1,mode:0x20 Feb1415:24:15svn3kernel:Pid:0, comm :swapperNottainted2.6.3...

  • [CentOS故障] 解决克隆 centos虚拟机后修改克隆后的机器的ip、mac、uuid失败的问题 日期:2016-02-05 23:08:20 点击:56 好评:0

    1 执行如下命令 # rm -f /etc/udev/rules.d/70-persistent-net.rules 2 重启虚拟机 # reboot 3 重新配置ip地址 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 删除MACADDR和UUID选项 4 重启网络服务 # service network restart...

  • [CentOS故障] CentOS报错You don't have permission to access on this server 日期:2016-02-03 00:25:32 点击:144 好评:0

    CentOS出错You dont have permission to access on this server 检查http.conf发现没错之后,查找资料后发现时selinux的问题,所以需要关闭这个服务: 1 vi /etc/sysconfig/selinux 2 SELINUX=enforcing 改为 SELINUX=disabled 重启后生效 不需重启 执行命令:...

  • 首页
  • 上一页
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 下一页
  • 末页
  • 77764
栏目列表
推荐内容