首页 > 其他 > 详细

解决 “Configuration file '/etc/keepalived/keepalived.conf' is not a regular non-executable file”报错

时间:2021-01-28 18:26:58      阅读:178      评论:0      收藏:0      [点我收藏+]

启动keepalived报一下错误

Keepalived[19275]: Configuration file ‘/etc/keepalived/keepalived.conf‘ is not a regular non-executable file

解决方式

更改为644权限即可

chmod 644 keepalived.conf
 ll /etc/keepalivd/keepalived.conf
-rw-r--r-- 1 root root 645 Dec 25 15:02 keepalived.conf

  

解决 “Configuration file '/etc/keepalived/keepalived.conf' is not a regular non-executable file”报错

原文:https://www.cnblogs.com/xzlive/p/14340034.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!