在linux中安装ntp出现cannotfind

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在linux中安装ntp出现cannotfind相关的知识,希望对你有一定的参考价值。

参考技术A 1. 打开vi /etc/sysconfig/network-scripts/ifcfg-ens33(每个机子都可能不一样,但格式会是“ifcfg-e…”)。但内容包含: TYPE=Ethernet#网卡类型
2. 重启网络:service network

Linux中安装MongoDB出现的问题记录

mongoDB安装完成后,运行sudo service mongod start

查看程序状态:ps ajx | grep mongod   ,启动失败

查看失败信息提示,终端命令:tail -f /var/log/mongodb/mongod.log

错误提示:Failed to unlink socket file /tmp/mongodb-27017.sock errno:1 Operation not permitted

解决办法:手动删除sock文件,终端命令:rm /tmp/mongodb-27017.sock

查看结果:重启mangoDB

 

 


以上是关于在linux中安装ntp出现cannotfind的主要内容,如果未能解决你的问题,请参考以下文章

Linux中安装JMeter

linux系统中安装虚拟机

如何在Ubuntu中安装JDK

如何在vmware workstation 8虚拟机的linux系统中安装vmware tools

linux中安装vsftpd出现的问题

怎么在虚拟机中安装hadoop要先安装linux系统吗