Can't Start

These are old archives. They are kept for historic purposes only.
Post Reply
JohnnyD
Posts: 4
Joined: Sat Sep 25, 2010 8:28 pm

Can't Start

Post 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]#
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Can't Start

Post by katsklaw »

[error] unrealircd.conf: Unexpected EOF for section starting on line 198 <----
JohnnyD
Posts: 4
Joined: Sat Sep 25, 2010 8:28 pm

Re: Can't Start

Post 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.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Can't Start

Post by katsklaw »

Dont need the entire file, just the entire oper block. Pasting it here in reply is just fine.
JohnnyD
Posts: 4
Joined: Sat Sep 25, 2010 8:28 pm

Re: Can't Start

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

Re: Can't Start

Post by Stealth »

it looks like that last oper block is missing a }; at the end (unless you missed it in your copy/paste)
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Can't Start

Post by katsklaw »

the first one too.
Post Reply