Page 1 of 1

ERROR TO START UNREAL

Posted: Sun Nov 11, 2007 12:26 am
by PRNocturno
* unrealircd.conf:140: Ignoring extra data
* unrealircd.conf:140: Ignoring extra data
* unrealircd.conf:141: Ignoring extra data
[error] unrealircd.conf:157: Unterminated quote found
[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
=====================================================
tail: cannot open `/home/MYSITE /Unreal3.2.7/ircd.log' for reading: No such file or directory
[MYSITE@box347 Unreal3.2.7]$

When I downloaded Unreal....the file ircd.log wasnt there......

DOES ANYONE CAN HELP ME WITH THIS? THANKS

P.D. I substituted my site name with MY SITE 8)

Re: ERROR TO START UNREAL

Posted: Sun Nov 11, 2007 1:39 pm
by Jobe
Line 157, you have an opening " with no closing ".
[error] unrealircd.conf:157: Unterminated quote found
Also there is somthing wrong on lines 140 and 141
* unrealircd.conf:140: Ignoring extra data
* unrealircd.conf:140: Ignoring extra data
* unrealircd.conf:141: Ignoring extra data

Re: ERROR TO START UNREAL

Posted: Sun Nov 11, 2007 5:05 pm
by PRNocturno
I'm going to check that.......Do I had to have on my files incd.log????

tail: cannot open `/home/MYSITE /Unreal3.2.7/ircd.log' for reading: No such file or directory

Re: ERROR TO START UNREAL

Posted: Sun Nov 11, 2007 11:16 pm
by PRNocturno
* Loading IRCd configuration ..
[error] unrealircd.conf: Unexpected EOF for section starting on line 71
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemingly not started)
---------------------------------------------------------------------------------------------------------
This is line 71:
/* Server specific configuration */
set { (LINE 71)
kline-address "[email protected]";
auto-join "#PR_Nocturnoy";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#Ayuda";
dns {
nameserver 69.89.31.147;
timeout 2s;
retries 2;
};

Re: ERROR TO START UNREAL

Posted: Mon Nov 12, 2007 1:06 am
by FNar
/* Server specific configuration */
set { (LINE 71)
kline-address "[email protected]";
auto-join "#PR_Nocturnoy";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#Ayuda";
dns {
nameserver 69.89.31.147;
timeout 2s;
retries 2;
};
};
You closed the dns { block, but you didn't close the set { block.

Re: ERROR TO START UNREAL

Posted: Mon Nov 12, 2007 11:20 pm
by PRNocturno
ok.

Re: ERROR TO START UNREAL

Posted: Tue Nov 13, 2007 10:11 pm
by PRNocturno
ok....I think is the final error.....

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
The OS enforces a limit on max open files
Hard Limit: 100 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS

Possible error encountered (IRCd seemingly not started)

I have to change it to 100 correct?....Thanks 8)

Re: ERROR TO START UNREAL

Posted: Wed Nov 14, 2007 8:43 am
by Jobe
This one is covered in the FAQ's had you bothered to read them: http://www.unrealircd.com/faq.php#11

Re: ERROR TO START UNREAL

Posted: Wed Nov 14, 2007 2:34 pm
by PRNocturno
ok...Thanks

Re: ERROR TO START UNREAL

Posted: Wed Nov 14, 2007 2:40 pm
by PRNocturno
ok...I resolved that.....then I got this:

[Wed Nov 14 08:10:07 2007] - TimeSync: WARNING: Was unable to send message to server #2...
[Wed Nov 14 08:10:07 2007] - TIME SYNCH: Unable to synchronize time: Timeout. This happens sometimes, no error on your part.
[Wed Nov 14 08:16:51 2007] - TimeSync: WARNING: Was unable to send message to server #0...
[Wed Nov 14 08:16:51 2007] - TimeSync: WARNING: Was unable to send message to server #1...
[Wed Nov 14 08:16:51 2007] - TimeSync: WARNING: Was unable to send message to server #2...

Re: ERROR TO START UNREAL

Posted: Fri Nov 16, 2007 12:32 am
by PRNocturno
Does anyone know?