有时候安装cloudera会报socket.gaierror: [Errno -2] Name or service not known,或者服务器可能IP或mac地址冲突会引发次错误.导致机器服务不能正常运行和重装. 解决办法: 在cloudera安装过程中遇到socket.gaierror: [Errno -2] Name or service not known 的错误 删除/usr/bin/host文件即可解决问题…
Python中如何通过域名,查看对应的IP? 请看如下代码: import socket hostname="www.baidu.com" ip = socket.gethostbyname(hostname) print "ip:", ip 看下执行结果: ip: 112.80.248.75 如果配置的hostname有问题,或者说域名配置错误,就会出现如下报错: Traceback (most recent call last): File "t.py…
在这之前,centos7最小化安装默认是不能联网的,首先必须切换到root用户,再解决网络问题 一.      切换到root用户 二.      解决网络问题  一.切换到root用户 Linux下切换root用户提示Authentication failure错误的解决方法 第一种情况可能是root密码输入错误造成的,再仔细检查一遍是否输入错误 第二种是刚安装完,没有设置root用户密码导致的, 解决办法:sudo passwd然后会让你输入当前用户密码,输入完后再输入root用户密码就可以…
安装界面提示: Error connecting to database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) 解决办法: /etc/init.d/mysqld stop/etc/init.d/mysqld start…
mydumper 官网:https://launchpad.net/mydumper 下载之后,安装报错: [root@localhost local]# cd mydumper-0.6.2 [root]# [root]# ls binlog.c CMakeCache.txt common.h docs g_unix_signal.h myloader.c Processing server_detect.c binlog.h CMakeFiles config.h Finished mydum…
npm安装报错时 npm ERR! code EIOnpm ERR! syscall symlinknpm ERR! path ../@babel/parser/bin/babel-parser.jsnpm ERR! dest /home/vagrant/code/larabbs-weapp/node_modules/.bin/parsernpm ERR! errno -5npm ERR! EIO: i/o error, symlink '../@babel/parser/bin/babel-p…
之前安装 Microsoft Sql Server 2012 R2 的时候总是报这样的错误: SQL Server Setup has encountered the following error: The SQL Server license agreement cannot be located for the selected edition, enterprise. This could be a result of corrupted media or the edition bei…
yum 安装报错 "Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 153 M RSS (266 MB VSZ) Started: Thu Jul 12 00:03:05 2012 - 06:17 ago State : Sleeping, pid: 4018Another app is currently…
有没有童鞋,在第一次安装office 2010的时候,中途不管是何原因导致中断或者未安装成功的 然后从第二次开始就一直安装报错??? 哈哈,我最近就遇到了 其他很简单,网上有很多方法,也有很多步骤,包括用微软官方提供的office卸载工具的也有 其实很简单,就三步 1 搜索C盘,关键字:office,搜索出来的,能删除的全部删除!有文件夹删除不掉的,用360强制粉碎 2 搜索安装盘路径,比如d:/office,整个文件夹删除 3 使用regedit登录注册表,搜索字段:office,搜索范围:所…
yum安装报错有冲突file /usr/lib64/php/modules/fileinfo.so conflicts between attempted installs of php-pecl-fileinfo-1.0.4-2.el6.rf.x86 64 and php-common-5.3.3-46.el6 6.x86 64   遇到这个情况的时候  是库冲突了 需要修改文件        vim /etc/yum.repos.d/rpmforge.repo 将里面的enable=1  …