Linking

These are old archives. They are kept for historic purposes only.
Post Reply
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Linking

Post by frozen »

I linked two Unreal3.2.3 (w32) IRCd's and I am on both ircds in the same chan under different nicks and cant see myself! I can see mode changes made by the "me1" on the "me2" side... about it though, does this have something to do with modules? Because I dont have any dlls in the unreal folders but cloak.dll, commands.dll, msvcr70.dll and tre.dll.

In my "hub" IRCd status window:

Code: Select all

-hub.i.r.c- *** Connecting to leaf.i.r.c[192.168.0.195].
-hub.i.r.c- *** Notice -- (link) Link hub.i.r.c -> leaf.i.r.c[@192.168.0.195.0] established
-hub.i.r.c- (link) Link leaf.i.r.c -> hub.i.r.c[@192.168.0.1.1652] established
-hub.i.r.c- *** Notice -- Link leaf.i.r.c -> hub.i.r.c is now synced [secs: 185 recv: 0.585 sent: 0.188]
-hub.i.r.c- (sync) Possible negative TS split at link hub.i.r.c (1144814898 - 1144815082 = -184) [PLEASE SYNC YOUR CLOCKS!]
-hub.i.r.c- (sync) Link hub.i.r.c -> leaf.i.r.c is now synced [secs: -184 recv: 0.570 sent: 0.585]
In my "leaf" IRCd status window:

Code: Select all

-leaf.i.r.c- *** Notice -- (link) Link leaf.i.r.c -> hub.i.r.c[@192.168.0.1.1652] established
-leaf.i.r.c- (link) Link hub.i.r.c -> leaf.i.r.c[@192.168.0.195.0] established
-leaf.i.r.c- *** Notice -- Possible negative TS split at link hub.i.r.c (1144814898 - 1144815082 = -184) [PLEASE SYNC YOUR CLOCKS!]
-leaf.i.r.c- *** Notice -- Link hub.i.r.c -> leaf.i.r.c is now synced [secs: -184 recv: 0.570 sent: 0.585]
-leaf.i.r.c- (sync) Link leaf.i.r.c -> hub.i.r.c is now synced [secs: 185 recv: 0.585 sent: 0.188]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

Synchronized the clocks, restarted/linked ircds, same problem.

Leaf:

Code: Select all

-leaf.i.r.c- *** Notice -- (link) Link leaf.i.r.c -> hub.i.r.c[@192.168.0.1.2202] established
-leaf.i.r.c- (link) Link hub.i.r.c -> leaf.i.r.c[@192.168.0.195.0] established
-leaf.i.r.c- *** Notice -- Possible negative TS split at link hub.i.r.c (1144822744 - 1144822748 = -4)
-leaf.i.r.c- *** Notice -- Link hub.i.r.c -> leaf.i.r.c is now synced [secs: -4 recv: 0.568 sent: 0.585]
-leaf.i.r.c- (sync) Link leaf.i.r.c -> hub.i.r.c is now synced [secs: 5 recv: 0.585 sent: 0.188]
Hub:

Code: Select all

-hub.i.r.c- *** Connecting to leaf.i.r.c[192.168.0.195].
-hub.i.r.c- *** Notice -- (link) Link hub.i.r.c -> leaf.i.r.c[@192.168.0.195.0] established
-hub.i.r.c- (link) Link leaf.i.r.c -> hub.i.r.c[@192.168.0.1.2202] established
-hub.i.r.c- *** Notice -- Link leaf.i.r.c -> hub.i.r.c is now synced [secs: 5 recv: 0.585 sent: 0.188]
-hub.i.r.c- (sync) Possible negative TS split at link hub.i.r.c (1144822744 - 1144822748 = -4)
-hub.i.r.c- (sync) Link hub.i.r.c -> leaf.i.r.c is now synced [secs: -4 recv: 0.568 sent: 0.585]
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Don't synch the clocks manually, use "Internet Time" on Windows.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

I did...
Post Reply