help

These are old archives. They are kept for historic purposes only.
Post Reply
Kristopher
Posts: 5
Joined: Fri Jan 16, 2009 10:06 am

help

Post by Kristopher »

i am getting theses errors i did read the doc.

[error] unrealircd.conf: Unexpected EOF for variable starting on line 1
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load

what do i do
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: help

Post by Casper »

Can you post the first 10 lines of the unrealircd.conf ?
Ex Network-Administrator
Kristopher
Posts: 5
Joined: Fri Jan 16, 2009 10:06 am

Re: help

Post by Kristopher »

/*
* NEW: me {}
* OLD: M:Line
* me {} defines the name, description and unreal server numeric for
* this server. Syntax is as follows:
* me {
* name "springsairairlines";
* info "Not Support";
* numeric (1*);
* };
Sakurachan
Posts: 6
Joined: Fri Jan 16, 2009 8:18 pm
Contact:

Re: help

Post by Sakurachan »

Also, if I may ask how did you find the folders/files for your UnrealIRCD?

As I found out this is my issue on my side with the configuration.
Kristopher
Posts: 5
Joined: Fri Jan 16, 2009 10:06 am

Re: help

Post by Kristopher »

i also just copy the example.conf
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: help

Post by Casper »

Kristopher wrote:i also just copy the example.conf
The first ten lines that you pasted are definitely NOT from the example.conf. Could you please paste me your 'me' block ?
Ex Network-Administrator
Kristopher
Posts: 5
Joined: Fri Jan 16, 2009 10:06 am

Re: help

Post by Kristopher »

/*
* NEW: me {}
* OLD: M:Line
* me {} defines the name, description and unreal server numeric for
* this server. Syntax is as follows:
* me {
* name "springsairairlines";
* info "Not Support";
* numeric (1*);
* };
* If linking, this numeric may not be used by any other server on the network.
*/
me
{
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: help

Post by zEkE »

The configuration file is made up of blocks, such as
me {
configuration for me block;
};

The brackets are important, if the file ends while a block is open, it generates this error.

Also, from reviewing the commented block shown above, you've edited the commented block. Anything prefixed by # or // will not be processed as configuration, nor will anything between /* and */. These are used for comments and in this case describing what the various configuration items do.

So I shall repeat the question again, can you paste the me {}; block, the one that ISN'T commented, from me { at the beginning to the }; that closes it?
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
Post Reply