Hello,

I had the same problem with mdadm-1.8.1-1

The problem is that mdadm uses random() to create a uuid without seeding
the random number generator first.

I fixed the problem by inserting

        srandom(time(0));

early in main to seed the random numer generator with the current time.

Regards,
Bernhard Burgermeister


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to