I get fake errors with conf file

These are old archives. They are kept for historic purposes only.
Post Reply
spikje
Posts: 6
Joined: Mon Mar 21, 2005 12:17 pm

I get fake errors with conf file

Post by spikje »

I just installed unreal 3.2.3 on my shell. Configured it and compiled it.
Made the config file with the 3.2.3 Win32 Version and worked fine. (i ran it successfully on my PC). Changed the "load module" section from Windows to Unix so it can work on the shell and then i uploaded it. Got these errors:
* Loading IRCd configuration ..
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:2: Ignoring extra data
* unrealircd.conf:3: Ignoring extra data
* unrealircd.conf:4: Ignoring extra data
* unrealircd.conf:5: Ignoring extra data
* unrealircd.conf:6: Ignoring extra data
* unrealircd.conf:7: Ignoring extra data
* unrealircd.conf:7: Ignoring extra data
* unrealircd.conf:8: Ignoring extra data
* unrealircd.conf:10: Ignoring extra data
* unrealircd.conf:13: Ignoring extra data
* unrealircd.conf:19: Ignoring extra data
* unrealircd.conf:20: Ignoring extra data
* unrealircd.conf:20: Ignoring extra data
* unrealircd.conf:22: Ignoring extra data
* unrealircd.conf:23: Ignoring extra data
* unrealircd.conf:24: Ignoring extra data
[error] unrealircd.conf:25: Missing semicolon before close brace
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
The unrealircd.conf first 20 lines:
/* FOR *NIX, uncomment the following 2lines: */
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modules/commands.dll";
//loadmodule "modules/cloak.dll";

#include "help.conf";
#include "badwords.channel.conf";
#include "badwords.message.conf";
#include "badwords.quit.conf";
#include "spamfilter.conf";

I can`t find any real errors... Can`t understand why on Windows works fine and on my shell gives me these errors. I tried 100 times 2 edit the .conf but same error.
Darwin
Posts: 15
Joined: Thu Feb 17, 2005 8:28 am
Contact:

Post by Darwin »

could you please paste line 1 - 30 ?
-D-
spikje
Posts: 6
Joined: Mon Mar 21, 2005 12:17 pm

first 30 lines

Post by spikje »

/* FOR *NIX, uncomment the following 2lines: */
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modules/commands.dll";
//loadmodule "modules/cloak.dll";

include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";

me
{
name "irc.server.info";
info "IRC NET";
numeric 1;
};

admin {
"*";
"*";
"*";
};

[/quote]
Darwin
Posts: 15
Joined: Thu Feb 17, 2005 8:28 am
Contact:

Post by Darwin »

Are you sure, your config has not been saved in rtf format or something like that?
-D-
Mr_S
Posts: 70
Joined: Sat Jun 26, 2004 7:44 pm
Location: United Kingdom
Contact:

Post by Mr_S »

Tried putting comment lines back in and seeing what happens? :)
Last edited by Mr_S on Mon Mar 21, 2005 1:18 pm, edited 1 time in total.
spikje
Posts: 6
Joined: Mon Mar 21, 2005 12:17 pm

Post by spikje »

Damn i think wordpad my editor is the problem...I must save it as rich text format for it 2 work?
spikje
Posts: 6
Joined: Mon Mar 21, 2005 12:17 pm

...

Post by spikje »

Should i use unicode or stuff like that???
spikje
Posts: 6
Joined: Mon Mar 21, 2005 12:17 pm

reply

Post by spikje »

I tookt example.conf in the shell and edited from scratch with nano. Saved it as unrealird.conf in the Unreal3.2 dir and still the same error... I think it`s something internal, maybe the shell? :(
spikje
Posts: 6
Joined: Mon Mar 21, 2005 12:17 pm

:P

Post by spikje »

Found the error , example.conf has something that crashes everytime the config file tookt my old config from 3.2.2 and worked fine tcx anyway!!!
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

make sure you save it as TEXT ONLY :)
thekey
Posts: 15
Joined: Fri Feb 18, 2005 11:48 pm

Post by thekey »

It seems that when you compiled, you specified .../unrealircd.conf instead of .../src/ircd (link to the ircd).
Post Reply