NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
zfil
Jul 14, 2008Aspirant
Subversion : some progress
Hello I've managed to build a working subversion server : wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz First untar ...
zfil
Jul 14, 2008Aspirant
Okay
I think I've found the problem ...
The slowness is due to /dev/random that is VERY slow on this machine.
# dd if=/dev/random bs=1k count=1 >/dev/null
0+1 records in
0+1 records out
9 bytes transferred in 16.719820 seconds (1 bytes/sec)
Okay I can confirm this is really the problem ...
I've replaced /dev/random as /dev/urandom and now it's very fast.
I'm recompiling apr to use /dev/urandom so ...
:)
I think I've found the problem ...
The slowness is due to /dev/random that is VERY slow on this machine.
# dd if=/dev/random bs=1k count=1 >/dev/null
0+1 records in
0+1 records out
9 bytes transferred in 16.719820 seconds (1 bytes/sec)
Okay I can confirm this is really the problem ...
I've replaced /dev/random as /dev/urandom and now it's very fast.
I'm recompiling apr to use /dev/urandom so ...
:)
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!