I installed eucalyptus, but when i start eucalyptus , it's appear mistake. I check file eucanetd.log, it show following:
2014-12-11 11:40:01 ERROR | command failed: exitcode='256' command='//usr/lib/eucalyptus/euca_rootwrap /usr/sbin/dhcpd -cf //var/run/eucalyptus/net/euca-dhcp.conf -lf //var/run/eucalyptus/net/euca-dhcp.leases -pf //var/run/eucalyptus/net/euca-dhcp.pid -tf //var/run/eucalyptus/net/euca-dhcp.trace'
2014-12-11 11:40:01 ERROR | unable to (re)configure local dhcpd server: check above log errors for details
2014-12-11 11:40:01 ERROR | could not complete update of private IPs: check above log errors for details
2014-12-11 11:40:01 INFO | new networking state (VM public network addresses): updated successfully
2014-12-11 11:40:01 INFO | new networking state (VM network isolation): updated successfully
2014-12-11 11:40:02 INFO | new networking state (VM security groups): updating system
2014-12-11 11:40:02 INFO | new networking state (VM security groups): updated successfully
2014-12-11 11:40:02 INFO | new networking state (VM public/private network addresses, VM network isolation): updating system
2014-12-11 11:40:02 ERROR | command failed: exitcode='256' command='//usr/lib/eucalyptus/euca_rootwrap /usr/sbin/dhcpd -cf //var/run/eucalyptus/net/euca-dhcp.conf -lf //var/run/eucalyptus/net/euca-dhcp.leases -pf //var/run/eucalyptus/net/euca-dhcp.pid -tf //var/run/eucalyptus/net/euca-dhcp.trace'
2014-12-11 11:40:02 ERROR | unable to (re)configure local dhcpd server: check above log errors for details
2014-12-11 11:40:02 ERROR | could not complete update of private IPs: check above log errors for details
2014-12-11 11:40:02 INFO | new networking state (VM public network addresses): updated successfully
2014-12-11 11:40:02 INFO | new networking state (VM network isolation): updated successfully
2014-12-11 11:40:03 INFO | new networking state (VM security groups): updating system
2014-12-11 11:40:03 INFO | new networking state (VM security groups): updated successfully
2014-12-11 11:40:03 INFO | new networking state (VM public/private network addresses, VM network isolation): updating system
2014-12-11 11:40:03 ERROR | command failed: exitcode='256' command='//usr/lib/eucalyptus/euca_rootwrap /usr/sbin/dhcpd -cf //var/run/eucalyptus/net/euca-dhcp.conf -lf //var/run/eucalyptus/net/euca-dhcp.leases -pf //var/run/eucalyptus/net/euca-dhcp.pid -tf //var/run/eucalyptus/net/euca-dhcp.trace'
2014-12-11 11:40:03 ERROR | unable to (re)configure local dhcpd server: check above log errors for details
2014-12-11 11:40:03 ERROR | could not complete update of private IPs: check above log errors for details
2014-12-11 11:40:04 INFO | new networking state (VM public network addresses): updated successfully
2014-12-11 11:40:04 INFO | new networking state (VM network isolation): updated successfully
2014-12-11 11:40:05 INFO | new networking state (VM security groups): updating system
2014-12-11 11:40:05 INFO | new networking state (VM security groups): updated successfully
2014-12-11 11:40:05 INFO | new networking state (VM public/private network addresses, VM network isolation): updating system
Any help?
Cheers,
Nghiep
Do you have
/usr/sbin/dhcpd
on the system? If not, you either need to point Eucalyptus to the right location of your DHCP daemon usingVNET_DHCPDAEMON
parameter in the/etc/eucalyptus/eucalyptus.conf
file or you need to install a DHCP daemon and ensure that the parameter above is pointing to it.