> The classic reason I've seen for behavior like this is lack of entropy > leading to blocking reading /dev/random. The easy way to check is strace. > The fix is to use something like rng-tools. BIG Thanks David! I remove /dev/random (temporarily) and make link /dev/random -> /dev/urandom, and all work fine now!