when trying to run ./unreal start i get....
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.8.1
using TRE 0.7.5 (LGPL)
* Loading IRCd configuration ..
[error] unrealircd.conf: Unexpected EOF for section starting on line 198
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
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
=====================================================
[Sat Sep 25 22:47:11 2010] - OPER (SmallWorld) by (JohnnyD![email protected])
[Sat Sep 25 22:50:16 2010] - Disconnect - (0:3:43) JohnnyD![email protected] [VHOST hidden-46BD857B.mibbit.com]
[Sat Sep 25 22:53:57 2010] - Disconnect - (0:56:25) cbush15![email protected] [VHOST hidden-354D06EA.lns5.woo.bigpond.net.au]
[Sat Sep 25 23:43:49 2010] - Connect - Guest_140![email protected] [VHOST hidden-46BD857B.mibbit.com]
[Sat Sep 25 23:44:59 2010] - Disconnect - (0:1:11) Guest_140![email protected] [VHOST hidden-46BD857B.mibbit.com]
root@sigma [~/irc/Unreal3.2]#
Can't Start
Re: Can't Start
[error] unrealircd.conf: Unexpected EOF for section starting on line 198 <----
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Re: Can't Start
I looked it just starts my oper username and pass - I can PM you my conf file if you like.katsklaw wrote:[error] unrealircd.conf: Unexpected EOF for section starting on line 198 <----
Re: Can't Start
Dont need the entire file, just the entire oper block. Pasting it here in reply is just fine.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Re: Can't Start
Code: Select all
oper SmallWorld {
class clients;
from {
userhost *@*;
};
password "smallworld2010";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
oper Jason3155 {
class clients;
from {
userhost *@*;
};
password "bulldog56";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};
oper aucg {
class clients;
from {
userhost *@*;
};
password "ThisWillBeAWeirdPassword4";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Re: Can't Start
it looks like that last oper block is missing a }; at the end (unless you missed it in your copy/paste)
Re: Can't Start
the first one too.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ