Any Help? IRC ERROR

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
emre1x1
Posts: 2
Joined: Tue Mar 08, 2016 9:38 pm

Any Help? IRC ERROR

Post by emre1x1 »

| | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.10.4
using TRE 0.8.0 (BSD)

* 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 Mar 8 17:27:02 2016] - Error binding stream socket to IP [My VPS IP] port 7000 - Hub.botnetvdb.com[]:Address already in use
[Tue Mar 8 17:27:57 2016] - Error binding stream socket to IP [My VPS IP] port 7000 - SuperBotnetHub.botnet.com[]:Address already in use
[Tue Mar 8 17:28:33 2016] - Error binding stream socket to IP [My VPS IP] port 7000 - SuperBotnetHub.Superbotnet040JWZ.com[]:Address already in use
[Tue Mar 8 17:29:38 2016] - Error binding stream socket to IP [My VPS IP] port 7000 - SuperSKIDBot.Hub.net[]:Address already in use
[Tue Mar 8 17:34:39 2016] - Error binding stream socket to IP [My VPS IP] port 7000 - SuperSKIDBot.Hub.net[]:Address already in use
[root@customers Unreal3.2.10.4]#
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Any Help? IRC ERROR

Post by Syzop »

FAQ: Error binding stream socket to .. Address already in use
If it isn't the 2nd suggestion then it must be the 1st.
emre1x1
Posts: 2
Joined: Tue Mar 08, 2016 9:38 pm

Re: Any Help? IRC ERROR

Post by emre1x1 »

Syzop wrote:FAQ: Error binding stream socket to .. Address already in use
If it isn't the 2nd suggestion then it must be the 1st.
Didn't work can you help me through teamviewer?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Any Help? IRC ERROR

Post by Syzop »

Sorry I don't do that, perhaps someone else.

Lol I only noticed just now the 'superbotnethub' etc.
dboyz
Posts: 68
Joined: Tue Jun 14, 2011 6:36 am

Re: Any Help? IRC ERROR

Post by dboyz »

I'm sorry but the link that syzop gave has complete and sufficient information to help you.
unrealsock.png
The document suggested two possible issues, which are numbered in red above.

There are a few commands on linux that can help you investigate issue 1, such as:

Code: Select all

lsof -i :port_number
Source: http://www.cyberciti.biz/tips/linux-dis ... owner.html

As you are using the 3.2.x series, please refer to this document to change ports or use specific IP which the shell provider assigned to you: https://www.unrealircd.org/files/docs/u ... istenblock

Hint: Listen block
Locked