PHP编译安装完毕,启动失败,提示 [-Jun- ::] ERROR: failed to open configuration ) [-Jun- ::] ERROR: failed to load configuration file '/usr/local/php/etc/php-fpm.conf' [-Jun- ::] ERROR: FPM initialization failed 原因:配置文件没有准备好 解决方法: 进入/usr/local/php/etc目录 cp php-fpm.…
直接运行,有报错找不到配置文件. $ php-fpm [11-Jan-2014 16:03:03] ERROR: failed to open configuration file '/private/etc/php-fpm.conf': No such file or directory (2) [11-Jan-2014 16:03:03] ERROR: failed to load configuration file '/private/etc/php-fpm.conf' [11-Jan-…
故障现象: [elasticsearch@tiantianml- ~]$ /usr/local/elasticsearch/bin/elasticsearch Exception in thread "main" SettingsException[Failed to load settings from /usr/local/elasticsearch/config/elasticsearch.yml]; nested: MarkedYAMLException[while scann…
报错(如下),但是使用mysqld直接启动没有问题. 150718 00:03:38 mysqld_safe Logging to '/var/log/mysqld.log'. 150718 00:03:38 mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist or is not executable. Please cd to the mysql installation directory and restart t…
Failed to obtain lock on file /usr/local/nagios/var/ndo2db.lock: Permission denied  : Permission denied 修改ndo2db.lock的所属组和用户对它有写的权限.…
Description: Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embed…
centos7安装apache http server启动失败     除了nginx可以开启http服务外,apche http server也可以开启http服务,安装过程如下:1. 首先,检测是否安装过 httpd -version2.安装http服务器.在centos里面,我们只需要执行: yum install httpd3.看到安装完成之后,我们执行: httpd -version如果能看到输出的版本信息,则说明安装成功. 4.启动http服务器, service httpd sta…
当编辑完daemon.json时,准备systemctl start docker.service启动docker时报以下错误: 网上查找的诸多方法都不行,后面看到一篇类似的文章:http://www.docker.org.cn/thread/72.html说可能是编辑daemon.json文件中的内容有错才导致启动失败,我检查了好几次该文件的内容,因为是复制的内容,所以符号是中文的,单词也拼写错误,需要注意的几点如下:1.注意符号是否是英文符号 2.单词是否拼写正确 3.json文件格式是否正…
创建几份elasticsearch副本,修改各自config\elasticsearch.yml配置文件: 第一份: #允许elasticsearch跨域访问,使用elasticsearch-head图形化工具需要添加该代码 http.cors.enabled: true http.cors.allow-origin: "*" #节点1的配置信息: #集群名称,保证唯一 cluster.name: elasticsearch #节点名称,必须不一样 node.name: node-1…
1.在k8s mster节点执行 1.kubectl get nodes 发现node节点没起来 [root@guanbin-k8s-master ~]# kubectl get nodes NAME STATUS ROLES AGE VERSION guanbin-k8s-master Ready master 38d v1.18.0 guanbin-k8s-node NotReady <none> 38d v1.18.2 2.执行 kubectl describe node guanbin…