欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS故障 >
  • [CentOS故障] Centos Another app is currently holding the yum lock 日期:2015-12-16 12:47:17 点击:177 好评:0

    yum命令用ctrl+z命令中断后,再运行yum时,出现: Existing lock /var/run/yum.pid: another copy is running as pid 3046. Another app is currently holding the yum lock; waiting for it to exit... Another app is currently holding the yum lock; wait...

  • [CentOS故障] 解决gem install nokogiri -v '1.6.6.2' 出错 日期:2015-12-16 01:50:35 点击:72 好评:0

    在centos7上,当安装如下命令时,bundle --deployment出现说需要安装gem install nokogiri -v 1.6.6.2,但我确实安装了。所以bundle --deployment一直不能正常执行下去。 则需要安装如下命令: gem update --system yum install libxml2-devel libxslt-devel...

  • [CentOS故障] 解决VMware克隆CentOS 6.7后网卡不能使用 日期:2015-12-14 15:33:55 点击:150 好评:0

    用VMware克隆CentOS6.7后,发现系统只有eth1,而且/etc/sysconfig/network-scripts/下只有ifcfg-eth0文件,IP地址是动态获取的,虽然可以上网,但无法设置eth0的静态IP。 1、将上面的eth0注释掉,将下面的NAME=eth1 改成NAME=eth0 vim /etc/udev/rules.d/70-p...

  • [CentOS故障] 解决CentOS系统找不到kernel headers 日期:2015-12-10 22:11:09 点击:178 好评:0

    在VirtualBox虚拟机中安装了Centos系统,安装增强功能时报错,错误为centos the headers for the current running kernel were not found......,报错原因是系统找不到kernel headers,在网上找到了方法,原解决方案为: 1)yum install gcc -y 2)yum insta...

  • [CentOS故障] centos service中的环境变量问题 日期:2015-12-08 22:18:01 点击:109 好评:0

    问题描述: 在之前的测试intel media server studio的硬编,并将应用写成service脚本放入/etc/init.d/目录下。 不过测试发现使用service和/etc/init.d/启动的效果不一样。 使用service启动时,硬编不能正常使用,获得的打印信息是: [h264_qsv @ 0x27fa960] W...

  • [CentOS故障] 解决centos安装完成后不能运行setup命令后:command not find 日期:2015-12-08 18:24:05 点击:178 好评:0

    用过Linux的人知道在centos下是有setup这个命令的。用于系统服务,网络配置,X配置等方面的图形配置界面。在command not find 说明你还没有安装支持这个命令的软体套件,安装它即可,命令 yum -y install setuptool...

  • [CentOS故障] Centos 6 关闭ipv6后报错: Module off not found 解决 日期:2015-12-08 17:17:58 点击:111 好评:0

    Centos 6 关闭ipv6 在 /etc/modprobe.d/dist.conf增加如下内容 alias net-pf-10 off alias ipv6 off 此步可以禁止ipv6,但重启网络会提示报错FATAL: Module off not found. 解决方法如下: 1. alias ipv6 off 替换成 options ipv6 disable=1 2. /etc/sysconfig...

  • [CentOS故障] 解决CentOS7网卡端口出现紊乱的问题 日期:2015-12-08 17:10:34 点击:118 好评:0

    最近项目上,遇到一个问题,让我们很是没办法,就是Dell R920 安装上CentOS7的系统,做完Bonding后,发现端口重启系统后会紊乱,过程如下: 端口紊乱情况 服务器上一共配置了两张万兆两口的网卡和一张千兆四口的网卡,其中不同万兆卡上,两端口做Bonding,同...

  • [CentOS故障] 解决centos7没有安装ifconfig命令 日期:2015-12-08 17:10:04 点击:95 好评:0

    前提是centos已经可以上网了,且已经能发现网卡。 ifconfig命令是设置或显示网络接口的程序,可以显示出我们机器的网卡信息,可是有些时候最小化安装CentOS等Linux发行版的时候会默认不安装ifconfig等命令,这时候你进入终端,运行ifconfig命令就会出错 是我...

  • [CentOS故障] 解决CentOS eth0: 错误:断开设备 ‘eth0’ 日期:2015-12-08 17:08:44 点击:92 好评:0

    1,问题描述 [root@pdshow ~]# ping www.it.net.cn connect: 网络不可达 [root@pdshow ~]# [root@pdshow ~]# ping www.it.net.cn connect: 网络不可达 [root@pdshow ~]# ifconfig eth0 192.168.121.51 netmask 255.255.255.0 broadcast 192.168.121.255 [root...

  • 首页
  • 上一页
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 下一页
  • 末页
  • 77764
栏目列表
推荐内容