eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
499 stars 306 forks source link

Kura NN should not depend on ethtool, bind9, isc-dhcp-server, hostapd #87

Closed dwoodard1 closed 8 years ago

dwoodard1 commented 8 years ago

This bug was originally filed at https://bugs.eclipse.org/bugs/show_bug.cgi?id=476616.

Original Message:

Unless I'm missing something, I believe the "no network" .deb package should not be depending on any networking tool, right?

Agree. However, just one exception, it seems that ethtool is still needed for LinuxNetworkUtil bundle to get ethernet MAC address for kura MQTT default client-id.

I am going to use this bug to track bug fixes for the NN installation packages. At present, not only are the networking system dependencies required, but the networking bundles are also being installed and started. This is not the correct behavior and should be corrected.

Thanks, --Dave

MMaiero commented 8 years ago

This should be now fixed in Kura 1.4.0: the emulator splitting into different bundles permitted to add the net emulator bundle into kura nn. In this way we don't need to use ethtool to get the MAC address and the networking bundles are, also, not needed to have Kura dependencies satisfied.