Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6912518
  • 博文数量: 3857
  • 博客积分: 6409
  • 博客等级: 准将
  • 技术积分: 15948
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-02 16:48
个人简介

迷彩 潜伏 隐蔽 伪装

文章分类

全部博文(3857)

文章存档

2017年(5)

2016年(63)

2015年(927)

2014年(677)

2013年(807)

2012年(1241)

2011年(67)

2010年(7)

2009年(36)

2008年(28)

分类: 系统运维

2015-02-08 22:43:26

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

[日期:2015-02-06] 来源:Linux社区  作者:kongxx [字体:  ]
在 6.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
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:   
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服务器 

CentOS下配置主从DNS服务器以及DHCP下的DDNS 

 Linux 11 pxe+DHCP+tftp+ftp 无人值守安装 

Linux下架设DHCP服务器过程及3种测试 

Linux上一步一步实现DHCP服务器 

CentOS 6.5系统下构建DHCP服务器 

Linux下DHCP服务器的搭建(RHEL5.2) 

更多CentOS相关信息见 专题页面 

本文永久更新链接地址

阅读(573) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~