阿里云-云小站(无限量代金券发放中)
【腾讯云】云服务器、云数据库、COS、CDN、短信等热卖云产品特惠抢购

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

188次阅读
没有评论

共计 1943 个字符,预计需要花费 5 分钟才能阅读完成。

在 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,问题解决。

Linux 系统下构建 DHCP 服务器 http://www.linuxidc.com/Linux/2013-06/86531.htm

CentOS 下配置主从 DNS 服务器以及 DHCP 下的 DDNS http://www.linuxidc.com/Linux/2013-06/85634.htm

SUSE Linux 11 pxe+DHCP+tftp+ftp 无人值守安装 http://www.linuxidc.com/Linux/2013-06/85481.htm

Linux 下架设 DHCP 服务器过程及 3 种测试 http://www.linuxidc.com/Linux/2013-05/84832.htm

Linux 上一步一步实现 DHCP 服务器 http://www.linuxidc.com/Linux/2013-04/82244.htm

CentOS 6.5 系统下构建 DHCP 服务器 http://www.linuxidc.com/Linux/2014-06/103203.htm

Linux 下 DHCP 服务器的搭建(RHEL5.2)http://www.linuxidc.com/Linux/2014-11/108899.htm

更多 CentOS 相关信息见 CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14

正文完
星哥玩云-微信公众号
post-qrcode
 0
星锅
版权声明:本站原创文章,由 星锅 于2022-01-20发表,共计1943字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
【腾讯云】推广者专属福利,新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。
阿里云-最新活动爆款每日限量供应
评论(没有评论)
验证码
【腾讯云】云服务器、云数据库、COS、CDN、短信等云产品特惠热卖中