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

These are old archives. They are kept for historic purposes only.
Post Reply
KDawg08
Posts: 4
Joined: Sun Mar 23, 2008 1:12 pm

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

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

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

Post by Stealth »

Go through the conf and remove all the comments
KDawg08
Posts: 4
Joined: Sun Mar 23, 2008 1:12 pm

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

Post 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;
};
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

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

Post by Jobe »

Is that cloak-keys block INSIDE a set block?
Your IP: Image
Your Country: Image
KDawg08
Posts: 4
Joined: Sun Mar 23, 2008 1:12 pm

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

Post 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.
KDawg08
Posts: 4
Joined: Sun Mar 23, 2008 1:12 pm

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

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

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

Post 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
Your IP: Image
Your Country: Image
Post Reply