Page 1 of 1

Can't Start

Posted: Sat Sep 25, 2010 8:37 pm
by JohnnyD
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]#

Re: Can't Start

Posted: Sun Sep 26, 2010 12:48 am
by katsklaw
[error] unrealircd.conf: Unexpected EOF for section starting on line 198 <----

Re: Can't Start

Posted: Sun Sep 26, 2010 1:25 am
by JohnnyD
katsklaw wrote:[error] unrealircd.conf: Unexpected EOF for section starting on line 198 <----
I looked it just starts my oper username and pass - I can PM you my conf file if you like.

Re: Can't Start

Posted: Sun Sep 26, 2010 4:30 am
by katsklaw
Dont need the entire file, just the entire oper block. Pasting it here in reply is just fine.

Re: Can't Start

Posted: Sun Sep 26, 2010 9:01 am
by JohnnyD

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;
	};

Re: Can't Start

Posted: Sun Sep 26, 2010 5:12 pm
by Stealth
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

Posted: Mon Sep 27, 2010 4:05 am
by katsklaw
the first one too.