"set::cloak-keys missing"?

These are old archives. They are kept for historic purposes only.
Post Reply
Darth
Posts: 6
Joined: Fri Feb 24, 2006 2:18 am

"set::cloak-keys missing"?

Post 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?
l0ser
Posts: 5
Joined: Wed Feb 22, 2006 2:30 am
Location: SOCAL

Post by l0ser »

try this
cloak-keys {
zxdefDSF87FASD5742;
FDAdfasd455ds2cDFS;
sdh3iAe2QH7UfdNsh;
};
it worked for me after i did it
Darth
Posts: 6
Joined: Fri Feb 24, 2006 2:18 am

Post by Darth »

Nope, still get the same error
Darth
Posts: 6
Joined: Fri Feb 24, 2006 2:18 am

Post 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!
l0ser
Posts: 5
Joined: Wed Feb 22, 2006 2:30 am
Location: SOCAL

Post 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
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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?
Darth
Posts: 6
Joined: Fri Feb 24, 2006 2:18 am

Post 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!
Post Reply