Hi,
when I run the installer of RC6 on a gentoo (stage3 hardened) system nothing happens. The generation of the database keys never finishes it´s job. The urandom file is quite active, so that can´t be the problem ... well maybe it is, don´t know.
I tried to overrule this process by adding these lines:
Code:
$main::db_pass_key = "IHwVpxADxVkrB2Ta0HbOcNEwJJC08UKG";
$main::db_pass_iv = "5KLWfRQv";
before this:
Code:
if ($main::db_pass_key eq '{KEY}' || $main::db_pass_iv eq '{IV}') {
in the file
ispcp_common_code.pl
That allows me to access the installer routine. But once everything is filled in, it stops with the message "Starting Installation...". I guess my "fix" is not exactly what the processing expects.
I never had this problem before on normal gentoo setups (not hardened) or debian. Since my perl is very basic, I ask for some advice how to get rid of this problem. Thanks a lot!
max