Page 1 of 1

3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 1:15 pm
by KDawg08
* Loading IRCd configuration ..
* unrealircd.conf:723: Ignoring extra section start
* unrealircd.conf:724: Ignoring extra data
* unrealircd.conf:727: Ignoring extra close brace
* unrealircd.conf:727 Ignoring extra semicolon
* unrealircd.conf:738: Ignoring extra close brace
* unrealircd.conf:738 Ignoring extra semicolon
* unrealircd.conf:725: unknown directive FdsTRejU11333
* unrealircd.conf:726: unknown directive AscedEgt11330
* unrealircd.conf:729: unknown directive hosts
[error] set::hosts::global is missing
[error] set::hosts::admin is missing
[error] set::hosts::servicesadmin is missing
[error] set::hosts::netadmin is missing
[error] set::hosts::coadmin is missing
[error] set::cloak-keys missing!
[error] 6 errors encountered
[error] IRCd configuration failed to pass testing

Possible error encountered (IRCd seemingly not started)
Error report is in bold in the section above. Anyone got info as to what that means? and how to fix it? ^

Re: 3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 1:26 pm
by Stealth
Go through the conf and remove all the comments

Re: 3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 1:30 pm
by KDawg08
Stealth wrote:Go through the conf and remove all the comments

fixed that error, my last error is this

[error] set::cloak-keys missing!
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)

I've tried this format:

cloak-keys {
zxdefDSF87FASD5742;
FDAdfasd455ds2cDFS;
sdh3iAe2QH7UfdNsh;
};

Re: 3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 2:14 pm
by Jobe
Is that cloak-keys block INSIDE a set block?

Re: 3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 2:27 pm
by KDawg08
/* Cloak keys should be the same at all servers on the network.
* They are used for generating masked hosts and should be kept secret.
* The keys should be 3 random strings of 5-100 characters
* (10-20 chars is just fine) and must consist of lowcase (a-z),
* upcase (A-Z) and digits (0-9) [see first key example].
*/
cloak-keys {
"BNk547Vjj548bgd6b43bxxXdhyd";
"fG43Jd65kxx843xx4z461xYdoOxg";
"MJJ7GJfgv7CFkp7288oXkKxqQec";
};
/* on-oper host */
set {
hosts {
if this is what u mean, then yes otherwise no. lol I used the example.conf and editted it.

Re: 3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 2:43 pm
by KDawg08
Okay so i fixed the error. I pulled it out of a SET { } and didn't realize it.

new error is this.
* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
[Sun Mar 23 10:53:30 2008] - Error binding stream socket to IP 0.0.0.0 port 6667 - irc.twisteddenial.net[]:Address already in use

Re: 3.2.7 start error... can't start server...

Posted: Sun Mar 23, 2008 3:25 pm
by Jobe
Are you running Unreal on a shell? if so you will need to set the listen blocks to use your shells IP only instead of *.

If you're not on a shell and it's your own box then you already have something running on port 6667