HSAnet / glimpse_client

GLIMPSE is an end host-based network measurement tool.
http://www.measure-it.net
Other
6 stars 6 forks source link

Our Beaglebone images all generate the same device id #336

Closed MKV21 closed 9 years ago

MKV21 commented 9 years ago

This is due to the fact that we use the UUID from the fstab for generation. This UUID is the same on all BeagleBones because we cloned the image... not sure how this works as the fstab identifies the disk with this UUID and it can not be the same on all BeagleBones.

We should include a MAC address for the device id generation and check if we cloned the images correctly, this does not seem right.