前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CentOS6.5 上 DHCP 不能启动 Can’t chown new lease file: Operation not permitted

CentOS6.5 上 DHCP 不能启动 Can’t chown new lease file: Operation not permitted

作者头像
星哥玩云
发布2022-07-04 11:35:29
3990
发布2022-07-04 11:35:29
举报
文章被收录于专栏:开源部署

在 CentOS6.5 上装了 DHCP 配置好之后,用 "sudo service dhcpd start" 启动报错,但是用 "sudo dhcp" 可以启动,然后查看 "/var/log/messages" 文件

Feb  3 09:12:32 dhcphost dhcpd: Internet Systems Consortium DHCP Server 4.1.1-P1 Feb  3 09:12:32 dhcphost dhcpd: Copyright 2004-2010 Internet Systems Consortium. Feb  3 09:12:32 dhcphost dhcpd: All rights reserved. Feb  3 09:12:32 dhcphost dhcpd: For info, please visit https://www.isc.org/software/dhcp/ Feb  3 09:12:32 dhcphost dhcpd: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file Feb  3 09:12:32 dhcphost dhcpd: Can't chown new lease file: Operation not permitted Feb  3 09:12:32 dhcphost dhcpd: Feb  3 09:12:32 dhcphost dhcpd: This version of ISC DHCP is based on the release available Feb  3 09:12:32 dhcphost dhcpd: on ftp.isc.org.  Features have been added and other changes Feb  3 09:12:32 dhcphost dhcpd: have been made to the base software release in order to make Feb  3 09:12:32 dhcphost dhcpd: it work better with this distribution. Feb  3 09:12:32 dhcphost dhcpd: Feb  3 09:12:32 dhcphost dhcpd: Please report for this software via the CentOS Bugs Database: Feb  3 09:12:32 dhcphost dhcpd:    http://bugs.centos.org/ Feb  3 09:12:32 dhcphost dhcpd: Feb  3 09:12:32 dhcphost dhcpd: exiting.

其中这一行引起注意

Feb  3 09:12:32 dhcphost dhcpd: Can't chown new lease file: Operation not permitted

于是检查 /etc/rc.d/init.d/dhcpd 文件,发现其中有如下两行定义了启动dhcp的user和group

user=dhcpd

group=dhcpd

想到上面提到的用 "sudo service dhcpd start" 不能启动而用 "sudo dhcp" 可以启动,想到可能是用户权限问题,于是把这两个参数修改为:

user=root

group=root

然后再使用 "sudo service dhcpd start" 启动DHCP,问题解决。

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档