发现问题: 忽然发现某台机器时间慢了些几分钟,之前没有搭建ntpd服务,目前都是使用的ntpdate加定时任务进行时间同步.直接执行ntpdate报错如下: # ntpdate cn.pool.ntp.orgExiting, name server cannot be used: Temporary failure in name resolution (-3) 3 Sep 15:46:46 ntpdate[13742]: name server cannot be used: Temporar
新服务器装完系统后,安装puppet后执行如下操作报错: 执行puppet agent -t的时候报错: Aug 30 09:14:28 masterdb puppet-agent[66746]: Unable to fetch my node definition, but the agent run will continue: Aug 30 09:14:28 masterdb puppet-agent[66746]: getaddrinfo: Name or service not kno
今天使用虚拟你需要同步时间结果报错了.系统RHEL6.4.报错如下 # ntpdate asia.pool.ntp.org 8 Aug 06:00:11 ntpdate[7451]: no server suitable for synchronization found 出现问题后检查防火墙是否关闭 # service iptables status iptables: Firewall is not running. 结果是关闭的 使用-d查看原因 # ntpdate -d asi
环境:centos 7 程序:docker 下载镜像报错: # docker pull centos Pulling repository centos FATA[0004] Get https://index.docker.io/v1/repositories/library/centos/images: x509: certificate has expired or is not yet valid 这种错误,一般都是本地系统时间错误导致报错证书过期,所以先查看本地系统时间 # da
错误报错 1.时间不能同步 2014.12.18 做同步时间的时候,执行命令操作: [[email protected] ~]# /usr/sbin/ntpdate pool.ntp.org 会报错: Name server cannot be used, exiting18 Dec 19:39:39 ntpdate[3592]: name server cannot be used, reason: Temporary failure in name resolution 1.首先确认ntpd
排错日志: 解决办法:可能是修改 机器名导致的,修改hosts,写入hostname和IP,然后,try it agin! 解决办法: 当引入hadoop-common-2.2.0.jar包进行二次开发,比如读写HDFS文件时,初次运行报错. java.io.IOException: No FileSystem for scheme: hdfs at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2421)