Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fixed bug causing script to hang #86
Conversation
The original 'cat /dev/urandom' method caused the script to hang indefinitely on my system. Give that Linux has UUID generation built in at the kernel level, I see no reason to use such a hackish method.
|
Thanks this looks like a good improvement. We'll have to test on several distributions before we merge it. No promise on timeline now. |
|
Since it's already done, I'm closing this issue. |
The original 'cat /dev/urandom' method caused the script to hang indefinitely on my system. Given that Linux has UUID generation built in at the kernel level, I see no reason to use such a hackish method.