• February 27, 2025, 11:43:22 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: svn problem Fatal: no entropy gathering module detected  (Read 7920 times)

stanchiam

  • Level 1 Member
  • *
  • Posts: 20
svn problem Fatal: no entropy gathering module detected
« on: August 26, 2010, 02:08:52 AM »

Hi,

I install debnas as http://forum.dsmg600.info/viewtopic.php?pid=30792 successfully
upgraded to lenny but when i try to svn in ssh putty as below

svn co https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable xmlrpc-c

i will get an error message
Fatal: no entropy gathering module detected
Aborted

Anyone knows how to resolve this?
Logged

stanchiam

  • Level 1 Member
  • *
  • Posts: 20
Re: svn problem Fatal: no entropy gathering module detected
« Reply #1 on: August 26, 2010, 02:15:41 AM »

i found the answer

Install Debian according to the instructions on the Wiki
# chmod 777 /dev/urandom
# ln -s /dev/urandom /dev/random
Logged