Configuration Problem

These are old archives. They are kept for historic purposes only.
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Configuration Problem

Post by geometric1 »

I just finished my configuration file, but when I double click wircd, and look at services, this shows up:
* Loading IRCd configuration ..
[error] Couldn't open "unrealircd.conf": No such file or directory
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
:?:


Am I doing something wrong??? I named it unrealircd.conf and put it in the main unreal folder. It is a notepad document....a .txt...I don't know how to make a .conf file if that's the problem. I don't know what I'm doing wrong, does anyone else??
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

okies if you have it in notepad choose Save As and change the file type from .txt to All Files and call it unreal.conf .

Atm its called unreal.conf.txt hence unreal cant find it .
Caedmon
Posts: 14
Joined: Sun Dec 26, 2004 11:21 am

Post by Caedmon »

or type in your shell "mv unrealircd.conf.txt unrealircd.conf"
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

Great thanks so much...I'll get back to you if I get my server up or still have problems :D
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

um I am still getting the same thing...
* Loading IRCd configuration ..
[error] Couldn't open "unrealircd.conf": No such file or directory
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
What am I doing wrong???

I have it in the main unreal folder, saved as "all" I don't know what I'm doing wrong
or type in your shell "mv unrealircd.conf.txt unrealircd.conf"
I know this will seem stupid...but what do you mean type in your shell???
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

A command prompt or DOS prompt, depending on which version of Windows you have.
-- codemastr
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

A hint: You probably have "hide known file extensions" checked.

Open up mycomputer, or whatever.
go to the tools menu.
click options.
go to the view tab.
Look for the option "Hide extensions for known file types" and uncheck it.

(Aside: ms sucks >=()
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

The link I posted earlier had very specific instructions on how to change this. I suggest you follow them, because they are probably the simplest you will find.

Because I assume you are lazy and do not wish to click the link, or just whatever, I am posting some instructions here. These are slightly different, but will have the same effect:

1. Open up the conf in NotePad, or whatever application you use to edit it.

2. Go to "Save As" in the File menu.

3. Where is says "Save as type" select "All files" from the drop-down box.

4. Type "unrealircd.conf" (WITH THE QUOTES) in the "File name" box.

5. Click "Save".

This will force Windows to save it as unrealicd.conf.
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

Stealth..I'm not lazy...I clicked the link and followed the instructions...still I have the same problem.

Hmm I typed that command into dos and it said that it was not a universally supported command :?

Ok stealth I tried it again, and something different comes up
[error] unrealircd.conf:89: Missing semicolon before close brace
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
I will find that line and post it here if I cant figure out where I am missing the semicolon :)
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

I fixed one problem, but here's one I don't know how to fix.
* Loading IRCd configuration ..
[error] unrealircd.conf: Unexpected EOF for section starting on line 33
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load

Here's the line:

Code: Select all

oper supergeometric {
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

I dont think thats's it because it's the admin block, and my problem is in the oper block.

I need to know what is wrong here

Code: Select all

oper supergeometric {
	class clients;
	from {
		 user@LocalOp;
	};
	password "removed";
	flags {
		netadmin;
		can_gkline;
		can_gzline;
		can_zline;
		can_restart;
		can_die;
		global;
                can_override;
                can_setq;
                
	}; 
also...will the user@locop work or do I need something else there....Sorry that I have so many problems. This is the first server I have set up :)
Last edited by geometric1 on Wed Feb 16, 2005 6:19 pm, edited 1 time in total.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

You have an out of date IE version.

Look for the one: Booting - Unexpected EOF for section starting on line NNN

(hint: your problem will be in the block(s) above that oper block)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

I still can't find the problem!!!

Code: Select all

me {
	name "irc.fadchat0.tripod.com";
	info "FADChat";
	numeric 1;
};

admin {
	"supergeometric";
	"[email protected]";
};

class clients {
	pingfreq 90;
	maxclients 500;
	sendq 100000;
	recvq 8000;
};

allow {
	ip *;
	hostname *;
	class clients;
	maxperip 5;
};

listen *:6601 {
	options {
		ssl;
		clientsonly;
	};
};
That's everything above the line...
Post Reply