ERROR TO START UNREAL

These are old archives. They are kept for historic purposes only.
Post Reply
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

ERROR TO START UNREAL

Post 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)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: ERROR TO START UNREAL

Post 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
Your IP: Image
Your Country: Image
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post 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
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post 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;
};
FNar
Posts: 1
Joined: Mon Nov 12, 2007 12:59 am

Re: ERROR TO START UNREAL

Post 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.
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post by PRNocturno »

ok.
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post 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)
Last edited by PRNocturno on Wed Nov 14, 2007 2:49 pm, edited 1 time in total.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: ERROR TO START UNREAL

Post by Jobe »

This one is covered in the FAQ's had you bothered to read them: http://www.unrealircd.com/faq.php#11
Your IP: Image
Your Country: Image
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post by PRNocturno »

ok...Thanks
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post 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...
PRNocturno
Posts: 14
Joined: Sun Nov 11, 2007 12:23 am
Location: Puerto Rico
Contact:

Re: ERROR TO START UNREAL

Post by PRNocturno »

Does anyone know?
Post Reply