欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS故障 >
  • [CentOS故障] 解决CentOS7下运行docker容器时出现的报错Error 日期:2016-11-15 11:30:41 点击:187 好评:0

    最近在研究docker!在虚拟机centos7中运行docker经常会有: [jm@localhost docker]$ docker run -it lin/centos6 /bin/bash 2016/11/08 19:38:53 Error resolving syscall name execveat: could not resolve name to syscall - ignoring syscall. 2016/11/08...

  • [CentOS故障] centos当更改了/etc/profile后 vi、ls等命令不可用时的解决 日期:2016-11-10 23:11:06 点击:130 好评:0

    执行export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bi...

  • [CentOS故障] 解决centos7 虚拟机错误Failed to start LSB: Bring 日期:2016-11-02 22:40:17 点击:194 好评:0

    [root@localhost Desktop]# systemctl status network.service ● network.service - LSB: Bring up/down networking Loaded: loaded (/etc/rc.d/init.d/network) Active: failed (Result: exit-code) since Sun 2016-10-30 10:16:58 CST; 3min 12s ago Docs...

  • [CentOS故障] 解决Centos6编译错误:expecting string instruction after 日期:2016-11-02 22:39:30 点击:77 好评:0

    centos6,gcc 4.8.2下出现expecting string instruction after `rep的错误,解决方法: you need to install devtoolset 2.1 then install devtoolset-libutils follow gnu build instuctions, should build fine now. 具体可以按照以下命令执行: wget http...

  • [CentOS故障] 解决centos6.5启动nginx报错 日期:2016-11-02 22:31:42 点击:66 好评:0

    问题:nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol) 解决方案 vim /etc/nginx/conf.d/default.conf 将 listen 80 default_server; listen [::]:80 default_server; 改为: listen 80; #listen [::]:80 default_s...

  • [CentOS故障] centos 使用网络管理命令注意事项 日期:2016-10-28 20:18:02 点击:145 好评:0

    centos 6.4 x64 一直在gui环境下用,默认启动时 网卡 eth0 是被禁用的,登录后要手动点击激,然后切换到字符界面下使用 ifup 和 network start 均不能启动网卡,有错误: failed: This device is not active 解决方法: 关掉 NetworkManager 服务 $ service...

  • [CentOS故障] 解决CentOS 7 报 ifconfig: command not found 日期:2016-10-28 20:16:46 点击:69 好评:0

    我安装的是minimal版的通常minimal版本的CentOS没有安装网络工具,这个命令也是不存在与sbin目录下的。此时系统会提示: # ifconfig -bash: ifconfig: command not found 可以先安装网络工具,输入如下命令: # yum search ifconfig 这个命令可以查看ifconfi...

  • [CentOS故障] 解决Centos7.2系统下安装VirtualBox缺少compiler-gcc6.h 日期:2016-10-28 20:16:11 点击:97 好评:0

    Centos7.2系统下安装VirtualBox缺少compiler-gcc6.h 1、之前为了在Centos7.2安装网易云音乐,而编译安装了GCC6.2.0,后来发现之前安装的VirtualBox却不能用了,按照提示在终端执行sudo /sbin/vboxconfig,错误提示: vboxdrv.sh: Building VirtualBox kernel...

  • [CentOS故障] 阿里云CentOS系统yum方式安装vsftpd 日期:2016-10-21 16:43:24 点击:82 好评:0

    安装vsftp 使用yum命令安装vsftp [root@iZ23joxwgi7Z ~]# yum install vsftpd -y 添加ftp帐号和目录 先检查一下nologin的位置,通常在/usr/sbin/nologin或者/sbin/nologin下。 使用下面的命令创建帐户,该命令指定了/home/wwwroot为用户test的根目录,您可以...

  • [CentOS故障] CentOS下 ImportError: No module named setuptools 解决方法 日期:2016-10-21 16:43:03 点击:137 好评:0

    在python运行过程中出现如下错误:python错误:ImportError: No module named setuptools这句错误提示的表面意思是:没有setuptools的... 在python运行过程中出现如下错误: python错误:ImportError: No module named setuptools 这句错误提示的表面意思是...

  • 首页
  • 上一页
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 下一页
  • 末页
  • 77764
栏目列表
推荐内容