Re: [Phpgedview-talk] CVS and SVN
Brought to you by:
canajun2eh,
yalnifj
From: Jonathan A. <jon...@he...> - 2007-10-24 18:43:05
|
>> -----Original Message----- >> Thanks for the address. But I don't think it works! SVN seems a >> more complicated than CVS. Here's what I got: >> SSL negotiation >> failed: SSL disabled due to lack of entropy Whatever you are using for SSL needs a source of random numbers (entropy). I would hazard a guess that you have it configured to use something like /dev/random, but that it doesn't exist on your system. You either need to change your config to point at /dev/random (it may be urandom) if it exists, or install a random number generator, such as prngd. Without knowing exactly what setup you have, I can't be more specific. Jon |