Page 1 of 1

"set::cloak-keys missing"?

Posted: Fri Feb 24, 2006 2:23 am
by Darth
Ok, so when I try to boot I get this error that says:
* Loading IRCd configuration ..
[error] set::cloak-keys missing!
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
But my cloak keys are there! :roll:
cloak-keys {
"zxdefDSF87FASD5742";
"FDAdfasd455ds2cDFS";
"sdh3iAe2QH7UfdNsh";
};
What do I do?

Posted: Fri Feb 24, 2006 2:30 am
by l0ser
try this
cloak-keys {
zxdefDSF87FASD5742;
FDAdfasd455ds2cDFS;
sdh3iAe2QH7UfdNsh;
};
it worked for me after i did it

Posted: Fri Feb 24, 2006 2:32 am
by Darth
Nope, still get the same error

Posted: Fri Feb 24, 2006 2:34 am
by Darth
Yay, nevermind! It works now!

So, it started working after I moved it to the top of my set block, weird huh?

Anyway, SOLVED!

Posted: Fri Feb 24, 2006 2:35 am
by l0ser
hmmm.. are you trying this on win32? if you are in your config make sure to uncomment this
/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
if you already did then i think your cloak key has to be the same ammount of digits

Posted: Sat Feb 25, 2006 1:15 am
by Stealth
l0ser wrote:hmmm.. are you trying this on win32? if you are in your config make sure to uncomment this
/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
if you already did then i think your cloak key has to be the same ammount of digits
As a matter of fact, it is the cloaking module that looks for the keys.

As for the original problem, what was the line before the cloak keys before you moved them?

Posted: Sun Mar 12, 2006 6:12 pm
by Darth
Darth wrote:Yay, nevermind! It works now!

So, it started working after I moved it to the top of my set block, weird huh?

Anyway, SOLVED!