Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

link error

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    SearchIRC Forum Index -> IRC Help
Author Message
Lyhne1
Lurker
Lurker


Joined: 05 Jul 2008
Posts: 232
Location: In your Mom

PostPosted: Jul 11, 2009 7:58am    Post subject: link error Reply with quote

(Colliding server numeric (choose another))

getting this with my hUb and Leaf Sad cananyone point me in right direction please.
Back to top
Trixar_za
Eleet
Eleet


Joined: 10 Dec 2006
Posts: 613
Location: South Africa

PostPosted: Jul 11, 2009 8:15am    Post subject: Reply with quote

Change the server numerics of the two linking servers - the number in the me block at the top of your unrealircd.conf - this number SHOULDN'T match any of the other servers or services' numerics of your network or you will get this error.

You can pick a number between 1 and 256 for your server numeric, so there is a lot you can use.

Also read this for more help: Unrealircd FAQ
Back to top
Lyhne1
Lurker
Lurker


Joined: 05 Jul 2008
Posts: 232
Location: In your Mom

PostPosted: Jul 11, 2009 8:28am    Post subject: Reply with quote

I did that and now I get

7:24am] Global: Closing link: Write error: Broken pipe - Bifrost.Sin-Clan.org[xxxxxxxxxxxx]

Sad


[7:18am] -BlackLotus.Sin-Clan.org- *** Notice -- Possible negative TS split at link Bifrost.Sin-Clan.org (1247321880 - 1247321881 = -1)
[7:18am] -BlackLotus.Sin-Clan.org- *** Notice -- Link Bifrost.Sin-Clan.org -> BlackLotus.Sin-Clan.org is now synced [secs: -1 recv: 0.517 sent: 7.279]
[7:18am] -BlackLotus.Sin-Clan.org- *** LocOps -- ERROR :from Bifrost.Sin-Clan.org[xxxxxxxxx] -- Closing Link: BlackLotus.Sin-Clan.org[xxxxxx] (Non-Hub Link)
[7:18am] -BlackLotus.Sin-Clan.org- Lost connection to Bifrost.Sin-Clan.org[xxxxxxxx]:Connection reset by peer
Back to top
Leet
Lurker
Lurker


Joined: 26 Jun 2008
Posts: 158
Location: New York

PostPosted: Jul 11, 2009 10:06am    Post subject: Reply with quote

its your timestamps one server may be lagged.
Back to top
Leet
Lurker
Lurker


Joined: 26 Jun 2008
Posts: 158
Location: New York

PostPosted: Jul 11, 2009 10:06am    Post subject: Reply with quote

alos (Non-Hub Link) are you trying to link it as a hub or leaf?
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1604
Location: Somewhere you're not.

PostPosted: Jul 11, 2009 10:18am    Post subject: Reply with quote

Leet wrote:
its your timestamps one server may be lagged.


the -1 second drift isn't enough to cause the servers to split.
Back to top
Lyhne1
Lurker
Lurker


Joined: 05 Jul 2008
Posts: 232
Location: In your Mom

PostPosted: Jul 11, 2009 11:45am    Post subject: Reply with quote

Leet wrote:
alos (Non-Hub Link) are you trying to link it as a hub or leaf?



BlackLotus.sin-clan.org ( I set the unreal Old Ver up as Hub when i did the config with New anope ver))

Bifrost.sin-clan.org (No services with new ver of Unreal set the config up as Leaf)
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1604
Location: Somewhere you're not.

PostPosted: Jul 11, 2009 11:49am    Post subject: Reply with quote

Lyhne1 wrote:
Leet wrote:
alos (Non-Hub Link) are you trying to link it as a hub or leaf?



BlackLotus.sin-clan.org ( I set the unreal Old Ver up as Hub when i did the config with New anope ver))

Bifrost.sin-clan.org (No services with new ver of Unreal set the config up as Leaf)


He's refering to the lack of Hub status in the link blocks. Please see the Unreal docs at: http://www.unrealircd.com/files/docs/unreal32docs.html#linkblock
Back to top
maddog906
Lurker
Lurker


Joined: 08 Mar 2005
Posts: 164

PostPosted: Jul 11, 2009 11:50am    Post subject: try Reply with quote

try to link to both at the same time,
etc server (1) to server (2)
and server (2) to server (1)
make sure the linking ports are different.
through the years i learnt to multi link,
if one or more servers split, they only split for not more than one minute.
Back to top
Lyhne1
Lurker
Lurker


Joined: 05 Jul 2008
Posts: 232
Location: In your Mom

PostPosted: Jul 11, 2009 11:55am    Post subject: Reply with quote

on Hub:

link Bifrost.Sin-Clan.org
{
username *;
hostname 64.32.11.169;
bind-ip *;
hub *;
port 7777;
password-connect "link";
password-receive "link";
class servers;

options {
autoconnect;
};
};



On Leaf:

link BlackLotus.Sin-Clan.org
{
username *;
hostname 64.32.11.168;
bind-ip *;
port 7777;
leaf *;
password-connect "link";
password-receive "link";
class servers;

options {
autoconnect;
};
};
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1604
Location: Somewhere you're not.

PostPosted: Jul 11, 2009 12:01pm    Post subject: Re: try Reply with quote

maddog906 wrote:
try to link to both at the same time,
etc server (1) to server (2)
and server (2) to server (1)
make sure the linking ports are different.
through the years i learnt to multi link,
if one or more servers split, they only split for not more than one minute.


Perhaps you can explain thing a bit better. As-is I'm reading this as you are connecting server1 to server2 then connecting server2 back to server1, which is not possible. Spanning tree will not allow duplicate links anywhere in the network, so once a server is linked to the net it can not be simultaneously linked anywhere else, you will get a "server already exists" error.

Lyhne1, if blacklotus is linked to the network already, you can NOT link any other ircd to it, that requires blacklotus to be a hub.

hub = more than one server can be linked to it.
leaf = only one server can be connected to it.

Personally what I do is set all servers as hubs and link blocks for all servers on all servers. That allows me to re-route the network anyway I need to to route around problems. The last thing I need is for server 5 to split and I can't get servers 6-10 back on the net because link blocks not existing on server4.
Back to top
Lyhne1
Lurker
Lurker


Joined: 05 Jul 2008
Posts: 232
Location: In your Mom

PostPosted: Jul 11, 2009 6:58pm    Post subject: Reply with quote

Fixed it just need to remove in block where it said leaf to Hub so both link blocks said hub can you please close this topic and Once Again Thank you all for your help.
Back to top
PingBad
Post Whore
Post Whore


Joined: 05 Feb 2005
Posts: 3001
Location: New Zealand

PostPosted: Jul 12, 2009 6:21pm    Post subject: Reply with quote

Done Smile
Back to top
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    SearchIRC Forum Index -> IRC Help All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer