Current time: 11-29-2024, 07:50 PM Hello There, Guest! (LoginRegister)


Post Reply 
[Solved] Problem during trunk installation
Author Message
zpin Offline
Junior Member
*****
Dev Team

Posts: 160
Joined: Sep 2007
Reputation: 1
Post: #2
RE: Problem during trunk installation
seems to be a very common problem...

apply this patch to fix it:
Code:
Index: engine/ispcp_common_methods.pl
===================================================================
--- engine/ispcp_common_methods.pl      (revision 829)
+++ engine/ispcp_common_methods.pl      (working copy)
@@ -998,7 +998,7 @@

     }

-    my $rs = open(F, '<', '/dev/random');
+    my $rs = open(F, '<', '/dev/urandom');

     if (!defined($rs)) {
10-09-2007 07:59 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem during trunk installation - zpin - 10-09-2007 07:59 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)