Sebastian Pipping wrote: > 3) Run the client (which asks and shows details before submission) > # python sendProfile.py \ > --server=http://smolt.hartwork.org:45678/
I forgot to mention you need to create a random machine id one way or another before you can submit data. An easy and transparent way to do that would be running this command: # sudo sh -c 'cat /proc/sys/kernel/random/uuid > /etc/smolt/hw-uuid' The smolt ebuild is doing the very same. We have data from 8 machines so far, you can be number 9. http://smolt.hartwork.org:45678/static/stats/gentoo.html Sebastian
