Re: [CentOS] Problem with installing DHCP

2013-02-15 Thread Dennis Jacobfeuerborn
On 02/14/2013 11:59 PM, Paolo De Michele wrote:
 the official documentation by redhat:
 https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-dhcp-configuring-server.html
 
 or
 
 http://m.krizna.com/centos/install-configure-dhcp-server-centos-6/
 
 I advise you to use the software dhcp and delete dhclient

Please don't try to pass false information like this as fact.
The dhcp package provides the dhcp server and the dhclient package provides
the dhcp client. Both can be installed at the same time:

[root@foreman11 ~]# rpm -qa |grep -E (dhcp|dhclient)
dhcp-common-4.1.1-31.0.1.P1.el6.centos.1.x86_64
dhclient-4.1.1-31.0.1.P1.el6.centos.1.x86_64
dhcp-4.1.1-31.0.1.P1.el6.centos.1.x86_64

Paolo, Can you provide the output of the yum command you used and can you
run 'rpm -qa |grep -E (dhcp|dhclient)' and provide that output as well?

Regards,
  Dennis
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem with installing DHCP

2013-02-15 Thread Paolo De Michele
2013/2/15 Dennis Jacobfeuerborn denni...@conversis.de

 On 02/14/2013 11:59 PM, Paolo De Michele wrote:
  the official documentation by redhat:
 
 https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-dhcp-configuring-server.html
 
  or
 
  http://m.krizna.com/centos/install-configure-dhcp-server-centos-6/
 
  I advise you to use the software dhcp and delete dhclient

 Please don't try to pass false information like this as fact.
 The dhcp package provides the dhcp server and the dhclient package provides
 the dhcp client. Both can be installed at the same time:

 [root@foreman11 ~]# rpm -qa |grep -E (dhcp|dhclient)
 dhcp-common-4.1.1-31.0.1.P1.el6.centos.1.x86_64
 dhclient-4.1.1-31.0.1.P1.el6.centos.1.x86_64
 dhcp-4.1.1-31.0.1.P1.el6.centos.1.x86_64

 Paolo, Can you provide the output of the yum command you used and can you
 run 'rpm -qa |grep -E (dhcp|dhclient)' and provide that output as well?

 Regards,
   Dennis


Dennis, I'm sorry but I realized that the user wants to install only one
dhcp server.
I agree with you when you say that both can coexist software



 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Problem with installing DHCP

2013-02-14 Thread Bassem Sossan
I'm trying to install DHCP on CentOS 6 yum install dhcp, but the
installation doesn't complete...
I get a message that tell me that there is a conflict with file from
package dhclient...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem with installing DHCP

2013-02-14 Thread Paolo De Michele
the official documentation by redhat:
https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-dhcp-configuring-server.html

or

http://m.krizna.com/centos/install-configure-dhcp-server-centos-6/

I advise you to use the software dhcp and delete dhclient

let me know for any questions
 On Feb 14, 2013 11:18 PM, Bassem Sossan bayrnmun...@gmail.com wrote:

 I'm trying to install DHCP on CentOS 6 yum install dhcp, but the
 installation doesn't complete...
 I get a message that tell me that there is a conflict with file from
 package dhclient...
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos