Comment 9 for bug 1664663

Revision history for this message
Chris Valean (cvalean) wrote :

Hi Joe,

Using today's ISO - zesty-server-amd64.iso from March 8th, and doing a fresh install, then installing linux-tools-generic and linux-cloud-tools-generic, I see that the KVP daemon starts at the reboot without the previous issue.
The tools are running on top of kernel 4.10.0-9.

However, now another issue surfaced.

A recent KVP daemon patch introduced a KVP_SCRIPT_PATH definition:
#define KVP_SCRIPT_PATH “/usr/libexec/hypervkvpd/

LIS KVP implementation has 3 scripts:
hv_get_dns_info
hv_get_dhcp_info
hv_set_ifconfig

These scripts are put by default under /usr/sbin, however with the above change, now these must be moved under /usr/libexec/hypervkvpd.
Or of course, default to /usr/sbin from the kvp daemon source file if you want to keep the current structure.