Anope IRC Services

Denora Stats (discontinued) => Denora 1.5.x Support (Read Only) => Topic started by: eduardo on May 27, 2012, 10:53:57 PM

Title: Denora Error -- Traversing
Post by: eduardo on May 27, 2012, 10:53:57 PM
Hi, anyone know's why this is happening?


*** Global -- from irc.mynetwork.net: ERROR from denora.mynetwork.net [xx.xx.xx.xx] -- Traversing

It, happend when a new user connect to the network, or when i stop services (anope) and then i start it again, also when neostats bots connect.

How can i fix it?

thanks!
Title: Re: Denora Error -- Traversing
Post by: eduardo on May 28, 2012, 11:10:02 PM
The fix for me was:

I have 2 servers linked, in one i have anope, unreal, and neostats, but if you link your denora to the 2nd server, this error appear.

My fix was, linking denora to the first server where are connected, anope, unreal, and neostats, and now it work normally.

Title: Re: Denora Error -- Traversing
Post by: eduardo on May 29, 2012, 06:28:13 PM
It didn't work! u.u i don't know why... but don't work.

today i restart denora, but now it make the same error. --traversing

If someone have a fix or something thanks!
Title: Re: Denora Error -- Traversing
Post by: Charles Kingsley on May 29, 2012, 06:30:56 PM
Sounds like a lack of ulines.
Title: Re: Denora Error -- Traversing
Post by: eduardo on May 29, 2012, 06:55:15 PM
u.u my configs from both unreals have the ulines, and the blocks to connect denora; is weird!
Code: [Select]
link            denora.mynetwork.net
{
        username        *;
        hostname        xx.xx.xx.xx;
        bind-ip         *;
        port            8067;
        hub             *;
        password-connect "samepass";
        password-receive "samepass";
        class           servers;
                options {
                };
};

Uline:
Code: [Select]
ulines {
        servicios.mynetwork.net;
        stats.mynetwork.net;
        denora.mynetwork.net;
        };

:S
Title: Re: Denora Error -- Traversing
Post by: eduardo on May 29, 2012, 07:29:15 PM
I found a fix, i think!

when you have commented #largenet (my db is on remote)
appear this issue with denora traversing, (in my case do)
after the error appears, you have to login to denora; /msg "denora" login user pass
then, make reload the config /msg denora reload
and then restart /msg denora restart

it restart, and the error disappear :)

I have tested it like 4 times now, just to be sure if it works.

Thanks! and hope this solve the same problem for others.