Error report is in bold in the section above. Anyone got info as to what that means? and how to fix it? ^* 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)
3.2.7 start error... can't start server...
3.2.7 start error... can't start server...
-
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...
Go through the conf and remove all the comments
Re: 3.2.7 start error... can't start server...
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...
Is that cloak-keys block INSIDE a set block?
Your IP: 
Your Country:

Your Country:

Re: 3.2.7 start error... can't start server...
if this is what u mean, then yes otherwise no. lol I used the example.conf and editted it./* 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 {
Re: 3.2.7 start error... can't start server...
Okay so i fixed the error. I pulled it out of a SET { } and didn't realize it.
new error is this.
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...
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
If you're not on a shell and it's your own box then you already have something running on port 6667
Your IP: 
Your Country:

Your Country:
