Page 1 of 1

I get fake errors with conf file

Posted: Mon Mar 21, 2005 12:32 pm
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.

Posted: Mon Mar 21, 2005 12:40 pm
by Darwin
could you please paste line 1 - 30 ?

first 30 lines

Posted: Mon Mar 21, 2005 12:44 pm
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]

Posted: Mon Mar 21, 2005 1:16 pm
by Darwin
Are you sure, your config has not been saved in rtf format or something like that?

Posted: Mon Mar 21, 2005 1:17 pm
by Mr_S
Tried putting comment lines back in and seeing what happens? :)

Posted: Mon Mar 21, 2005 1:18 pm
by spikje
Damn i think wordpad my editor is the problem...I must save it as rich text format for it 2 work?

...

Posted: Mon Mar 21, 2005 1:22 pm
by spikje
Should i use unicode or stuff like that???

reply

Posted: Mon Mar 21, 2005 2:30 pm
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? :(

:P

Posted: Mon Mar 21, 2005 3:41 pm
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!!!

Posted: Mon Mar 21, 2005 10:14 pm
by Winbots
make sure you save it as TEXT ONLY :)

Posted: Thu Mar 24, 2005 5:00 pm
by thekey
It seems that when you compiled, you specified .../unrealircd.conf instead of .../src/ircd (link to the ircd).