unreal start error

These are old archives. They are kept for historic purposes only.
Post Reply
DFSFOT
Posts: 3
Joined: Tue Jan 10, 2012 6:28 pm

unreal start error

Post by DFSFOT »

hello people.
i am on the last step. i wrote the unrealircd.conf file i fixed all errors and when i type ./unreal start in shell this appear:
* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
The OS enforces a limit on max open files
Hard Limit: 1000 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
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
=====================================================

after this i tried to join my server but it refused me (didn't work unrealircd is not started)
plz help me
DFSFOT
Posts: 3
Joined: Tue Jan 10, 2012 6:28 pm

Re: unreal start error

Post by DFSFOT »

no i am abit farter
but now i got this:
* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
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
=====================================================
[Tue Jan 10 20:44:53 2012] - TimeSync: WARNING: Was unable to send packet to server #1...
[Tue Jan 10 20:44:53 2012] - TimeSync: WARNING: Was unable to send packet to server #2...
[Tue Jan 10 20:44:53 2012] - TimeSync: WARNING: Unable to send time synchronization packets to ANY time server. Perhaps your firewall is blocking outgoing packets to UDP port 123?
[Tue Jan 10 20:44:53 2012] - TIME SYNCH: Unable to synchronize time: Unable to send packets. This means UnrealIRCd was unable to synchronize the IRCd clock to a known good time source. As long as the server owner keeps the server clock synchronized through NTP, everything will be fine.
[Tue Jan 10 20:45:22 2012] - Error binding stream socket to IP 0.0.0.0 port 6667 - irc.Mystic.net[]:Address already in use

i tried to change : listen *:6667;
*= my own IP , it didnt work
*= one of the vhosts IP from my shell, also didnt work said already in use.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: unreal start error

Post by Stealth »

http://unreal.x-tab.org/faq#stream

You need to make sure you are binding to the IP assigned to you, and that no other process is trying to use that IP:Port combination. If you have checked everything and you still cannot bind, talk to your hosting tech support for assistance in checking that you have access to that IP:Port combination.
Post Reply