Hi everyone, When I try to re-build and re-install OVS, I encountered the following error message, which appears twice in the log of make execution:
make[2]: *** [dist-hook-git]* Error 1* make[2]: Leaving directory `/home/ovs8/ovs_2.5.1_hybrid_band' make[1]: *** [install-recursive]* Error 1* make[1]: Leaving directory `/home/ovs8/ovs_2.5.1_hybrid_band' make: *** [install] *Error 2* What does this mean and how to solve it ? Does this affect the installation process ? Since the installation process seems to finish successfully with ovsdb connected and ovs-vswitchd running, I am wondering whether the error is critical. The following is the snippet of the log. Thanks for all your help and reply. ---------------------------------------------------------------------------------------------------- xenserver/PaxHeaders.84059/opt_xensource_libexec_interface-reconfigure xenserver/PaxHeaders.84059/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py xenserver/PaxHeaders.84059/usr_share_openvswitch_scripts_ovs-xapi-sync xenserver/PaxHeaders.84059/usr_share_openvswitch_scripts_sysconfig.template make[2]: *** [dist-hook-git] Error 1 make[2]: Leaving directory `/home/ovs8/ovs_2.5.1_hybrid_band' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/ovs8/ovs_2.5.1_hybrid_band' make: *** [install] Error 2 cd datapath/linux && make modules_install make[1]: Entering directory `/home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux' make -C /lib/modules/4.2.0-27-generic/build M=/home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux modules_install make[2]: Entering directory `/usr/src/linux-headers-4.2.0-27-generic' INSTALL /home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux/openvswitch.ko Can't read private key INSTALL /home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux/vport-geneve.ko Can't read private key INSTALL /home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux/vport-gre.ko Can't read private key INSTALL /home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux/vport-lisp.ko Can't read private key INSTALL /home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux/vport-stt.ko Can't read private key INSTALL /home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux/vport-vxlan.ko Can't read private key DEPMOD 4.2.0-27-generic make[2]: Leaving directory `/usr/src/linux-headers-4.2.0-27-generic' depmod `sed -n 's/#define UTS_RELEASE "\([^"]*\)"/\1/p' /lib/modules/4.2.0-27-generic/build/include/generated/utsrelease.h` make[1]: Leaving directory `/home/ovs8/ovs_2.5.1_hybrid_band/datapath/linux' 2017-02-19T13:25:09Z|00001|vlog|INFO|opened log file /usr/local/var/log/openvswitch/ovsdb-server.log 2017-02-19T13:25:09Z|00001|vlog|INFO|opened log file /usr/local/var/log/openvswitch/ovs-vswitchd.log 2017-02-19T13:25:09Z|00002|ovs_numa|INFO|Discovered 1 CPU cores on NUMA node 0 2017-02-19T13:25:09Z|00003|ovs_numa|INFO|Discovered 1 NUMA nodes and 1 CPU cores 2017-02-19T13:25:09Z|00004|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: connecting... 2017-02-19T13:25:09Z|00005|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: connected update-rc.d: warning: /etc/init.d/openvswitch missing LSB information update-rc.d: see <http://wiki.debian.org/LSBInitScripts> System start/stop links for /etc/init.d/openvswitch already exist. --------------------------------------------------------------------------------------------------------------------------
_______________________________________________ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss