If you are compiling autodiscovery from source you will need to make a
small modification to openmosix.c.
One of the first lines will be
#define ALPHA
You will need to put this in comment.
If you want to have some more logging available to you, you should
edit main.c to show
log_set_debug(DEBUG_TRACE_ALL); (somewhere around line 84)
now run