Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: StatServ not joining irc  (Read 19396 times)

0 Members and 1 Guest are viewing this topic.

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
StatServ not joining irc
« on: September 21, 2013, 01:20:46 PM »

I have been struggling with Denora for a long time, & im so close please help me.
Setup: Windows 2012 server, Mysql 5.3.5, Unreal3.2.10.1, Anope 1.8.8, server ip: 192.168.1.22
Linking Anope has no problem but denora is doing my head.
My issue is denora joins irc according to the denora log but no StatServ joins irc

Denora Log:
[Sep 21 21:47:41 2013] Running:
[Sep 21 21:47:41 2013] Launching Denora into the background
[Sep 21 21:47:41 2013] Loading IRCD Protocol Module: [unreal32]
[Sep 21 21:47:41 2013] IRCD Protocol Author: [Denora]
[Sep 21 21:47:41 2013] IRCD Protocol Version: [$Id: unreal32.c 405 2011-02-02 16:18:55Z jobe $]
[Sep 21 21:47:41 2013] Loading stats.db
[Sep 21 21:47:41 2013] Loading tld.db
[Sep 21 21:47:41 2013] Loading ChannelStats.db
[Sep 21 21:47:41 2013] Loading server.db
[Sep 21 21:47:41 2013] Loading ctcp.db
[Sep 21 21:47:41 2013] Loading chan.db
[Sep 21 21:47:41 2013] Loading exclude.db
[Sep 21 21:47:41 2013] Loading admin.db
[Sep 21 21:47:41 2013] Denora 1.4.5.411 (IRCd protocol: UnrealIRCd 3.2+) starting up (options: debug off)
[Sep 21 21:47:41 2013] MySQL: has been enabled.
[Sep 21 21:47:43 2013] Connected to Server (example.net.au:6667)

Nothing happens on irc, why doesnt statserv join.

DENORA CONFIG:
connect {
    // required tokens
    hostname    example.net.au;
    port        6667;
    passwd      "secert";
    protocol    unreal32;

    // optional tokens
    bindhost    192.168.1.22;
    bindport    6667;
    #quitprefix  "Quit:";
};

identity {
    // required tokens
    name        "192.168.1.22";
    desc        "Statistics for Example IRC Networks";
    user        "stats@example.net.au";
    language    1;
};

statserv {
    // required tokens
    nick        "StatServ";
    real        "Stats Server";

    // optional tokens
    #aliasnick   "StatServ2";
    #aliasreal   "Stats Server Forwarder";
    #autoop;
    #automode    "+ov";
    #partonempty;
};

UNREALIRCD CONFIG:
link example.net.au
{
   username   *;
   hostname    192.168.1.22;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "secert";
   password-receive "secert";
   class           servers;
      options {   
      };
                };

ANOPE CONFIG:
RemoteServer    192.168.1.22 6667 "secert"

Do i have to change any part of the config in denora for statserv?
Do i have to add a module in unrealircd config for denora?
I installed Denora by: running the install software, imported the two sql services unreal32.sql & denora.sql. I edited the denora config.
 
What am i missing here?
Thanks in advance
« Last Edit: September 21, 2013, 01:43:07 PM by daniel »
Logged

WyldDragon

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 12
  • running Unreal 3.2.10.1, Anope 1.9.9 on Centos Ser
    • irc.4funbabbelchat.nl
Re: StatServ not joining irc
« Reply #1 on: September 21, 2013, 04:47:48 PM »

Hi Daniel
I see in you info that you already don't add up a few things already in the rules is correct I will be a lot denora conf plaken so if you should make him

DENORA CONFIG:
connect {
    // required tokens
    hostname    192.168.1.22;
    port        6667;
    passwd      "secert";
    protocol    unreal32;

    // optional tokens
    bindhost    192.168.1.22;
    bindport    6667;
    #quitprefix  "Quit:";
};

identity {
    // required tokens
    name        "stats.example.net.au";
    desc        "Statistics for Example IRC Networks";
    user        "stats@example.net.au";
    language    1;
};

statserv {
    // required tokens
    nick        "StatServ";
    real        "Stats Server";

    // optional tokens
    #aliasnick   "StatServ2";
    #aliasreal   "Stats Server Forwarder";
    #autoop;
    #automode    "+ov";
    #partonempty;
};

There beside you beats link.conf even though not in unrealircd do you even if something is not well put that piece I will also paste

link stats.example.net.au {
    username *;
    hostname 192.168.1.22;
    bind-ip *;
    port 6667;
    hub *;
    password-connect "secert";
    password-receive "secert";
   class  servers;
        options {
    autoconnect;
    };
};

If you do everything right so i would have to change you must connect server remember unrealircd to rehase


Greetings WyldDragon
Logged
running Unreal 3.2.10.1, Anope 2.0.0 on Centos 6 Server

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #2 on: September 21, 2013, 10:46:18 PM »

Thanks for the reply
Still not having luck

1) I changed my denora config as shown below
2) In Unrealircd, i added the link
3) Restarted unrealircd service

Denora Log:
[Sep 21 21:47:41 2013] Running:
[Sep 21 21:47:41 2013] Launching Denora into the background
[Sep 21 21:47:41 2013] Loading IRCD Protocol Module: [unreal32]
[Sep 21 21:47:41 2013] IRCD Protocol Author: [Denora]
[Sep 21 21:47:41 2013] IRCD Protocol Version: [$Id: unreal32.c 405 2011-02-02 16:18:55Z jobe $]
[Sep 21 21:47:41 2013] Loading stats.db
[Sep 21 21:47:41 2013] Loading tld.db
[Sep 21 21:47:41 2013] Loading ChannelStats.db
[Sep 21 21:47:41 2013] Loading server.db
[Sep 21 21:47:41 2013] Loading ctcp.db
[Sep 21 21:47:41 2013] Loading chan.db
[Sep 21 21:47:41 2013] Loading exclude.db
[Sep 21 21:47:41 2013] Loading admin.db
[Sep 21 21:47:41 2013] Denora 1.4.5.411 (IRCd protocol: UnrealIRCd 3.2+) starting up (options: debug off)
[Sep 21 21:47:41 2013] MySQL: has been enabled.
[Sep 21 21:47:43 2013] Connected to Server (192.168.1.22:6667)

Connected to Server (192.168.1.22:6667) AFTER THIS POINT HOW CAN I SEE MORE DETAIL

Current Denora:
connect {
    // required tokens
    hostname    192.168.1.22;
    port        6667;
    passwd      "secert";
    protocol    unreal32;

    // optional tokens
    bindhost    192.168.1.22.22;
    bindport    6667;
    #quitprefix  "Quit:";
};

unrealircd:

link example.net.au
{
   username   *;
   hostname    192.168.1.22;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "secert";
   password-receive "secert";
   class           servers;
      options {   
      };
                };

link stats.example.net.au
 {
    username *;
    hostname 192.168.1.22;
    bind-ip *;
    port 6667;
    hub *;
    password-connect "secert";
    password-receive "secert";
    class            servers;
        options {
    autoconnect;
    };
};

« Last Edit: September 21, 2013, 10:50:07 PM by daniel »
Logged

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #3 on: September 22, 2013, 12:13:32 AM »

Ok this could be a problem with linking unrealircd and Denora

link example.net.au
{
   username   *;
   hostname    192.168.1.22;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "secert";
   password-receive "secert";
   class           servers;
      options {   
      };
                };

link stats.example.net.au
 {
    username *;
    hostname 192.168.1.22;
    bind-ip *;
    port 6667;
    hub *;
    password-connect "secert";
    password-receive "secert";
    class            servers;
        options {
    autoconnect;
    };
};

I download ircnetmon-2.1 & tested it with link stats.example.net.au & it connected
-irc.example.net.au- *** Notice -- Link stats.example.net.au -> irc.example.net.au is now synced [secs: 0 recv: 0.144 sent: 2.337]

So I think somewhere in my denora config its not right with linking with link stats.example.net.au
I can confirm this is correct in unrealircd, can you give an example where do i create a link in denora.conf for unrealircd.

Is this code where denora links to unrealircd
identity {
    // required tokens
    name        "stats.example.net.au";
    desc        "Statistics for Example IRC Networks";
    user        "stats@example.net.au";
    language    1;
};

netinfo {
    // required tokens
    name        "stats.example.net.au";

    // optional tokens
    numeric     "2";
    #nickchar    "latin1";
    #hiddenprefix "";
    #hiddensuffix ".users.example.net.au.tld";
    ctcpusers;
    #ctcpeob;
    #nonicktracking;
    #largenet;
    ustatsregistered;
    ustatsnobots;
    #sphtml;
    #excludeserv "irc.example.net.au";
    #statspage "http://magirc.net.au/index.php";
« Last Edit: September 22, 2013, 12:31:38 AM by daniel »
Logged

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #4 on: September 22, 2013, 04:47:47 AM »

-irc.example.net.au- *** Notice -- Connection to stats.example.net.au[192.168.1.22] activated.
-
-irc.example.net.au- *** LocOps -- Link denied for irc.example.net.au(unknown@192.168.1.22) (No link block named 'irc.example.net.au') [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Link denied (No matching link configuration) [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Closing Link: [192.168.1.22] (Link denied (No matching link configuration))
-
-irc.example.net.au- *** LocOps -- Server stats.example.net.au[192.168.1.22] closed the connection

If i use IRC Network Monitor on stats.example.net.au - it works straight away
I can not find anywhere in denora block named 'irc.example.net.au

The only code is

    // optional tokens
    numeric     "2";
    #nickchar    "latin1";
    #hiddenprefix "";
    #hiddensuffix ".users.example.net.au.tld";
    ctcpusers;
    #ctcpeob;
    #nonicktracking;
    #largenet;
    ustatsregistered;
    ustatsnobots;
    #sphtml;
    #excludeserv "irc.example.net.au";
    #statspage "http://magirc.net.au/index.php";
};

Anope works fine as well, please help
« Last Edit: September 22, 2013, 05:10:56 AM by daniel »
Logged

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #5 on: September 22, 2013, 09:16:58 AM »

Unreal:
--------
* If linking, this numeric may not be used by any other server on the network.
 */



me
{
   name "irc.example.net.au";
   info "example Server";
   numeric 1;
};

{
   name "statsexample.net.au";
   info "example Server";
   numeric 2;
};

denora:
---------
netinfo {
    // required tokens
    name        "stats.example.net.au";

    // optional tokens
    numeric     "2";

Please anyone im spending tons of hours
I know its really basic for you guys, but anope was easy to link but this is really challenging
I have provided tons of info, what am i missing

-irc.example.net.au- *** Notice -- Connection to stats.example.net.au[192.168.1.22] activated.
-
-irc.example.net.au- *** LocOps -- Link denied for irc.example.net.au(unknown@192.168.1.22) (No link block named 'irc.example.net.au') [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Link denied (No matching link configuration) [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Closing Link: [192.168.1.22] (Link denied (No matching link configuration))
-
-irc.example.net.au- *** LocOps -- Server stats.example.net.au[192.168.1.22] closed the connection

 
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: StatServ not joining irc
« Reply #6 on: September 22, 2013, 03:58:42 PM »

Please see my reply on the Unreal Forum to your thread.
Logged

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #7 on: September 23, 2013, 03:45:05 AM »

Thank you very much for the feedback
After doing the changes,when i try load denora, it doesnt even show in unrealircd as an irc operator saying if its sync or not.
When i load magirc it shows the server offline but always 2 users i suspect they are Hal9000 & drstein

I tired running denora with nofork -debug -protocoldebug -sql
Not sure if you can make any sense of this log

[Sep 23 12:27:18.982000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:18.982000 2013] trying to load [ss_help]
[Sep 23 12:27:18.982000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_help.dll.a03064
[Sep 23 12:27:18.982000 2013] Module ss_help compiled against current or newer D
enora revision 411, this is 411
[Sep 23 12:27:18.982000 2013] debug: Displaying command list for HELP
[Sep 23 12:27:18.982000 2013] 1:  01F29148
[Sep 23 12:27:18.982000 2013] debug: end
[Sep 23 12:27:18.982000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:18.982000 2013] trying to load [ss_html]
[Sep 23 12:27:18.982000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_html.dll.a03064
[Sep 23 12:27:18.997000 2013] Module ss_html compiled against current or newer D
enora revision 411, this is 411
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for HTML
[Sep 23 12:27:18.997000 2013] 1:  01F29198
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:18.997000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:18.997000 2013] trying to load [ss_login]
[Sep 23 12:27:18.997000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_login.dll.a03064
[Sep 23 12:27:18.997000 2013] Module ss_login compiled against current or newer
Denora revision 411, this is 411
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for LOGIN
[Sep 23 12:27:18.997000 2013] 1:  01F28E78
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for LOGOUT
[Sep 23 12:27:18.997000 2013] 1:  01F28DD8
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:18.997000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:18.997000 2013] trying to load [ss_modules]
[Sep 23 12:27:18.997000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_modules.dll.a03064
[Sep 23 12:27:18.997000 2013] Module ss_modules compiled against current or newe
r Denora revision 411, this is 411
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for MODLOAD
[Sep 23 12:27:18.997000 2013] 1:  01F28EC8
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for MODUNLOAD
[Sep 23 12:27:18.997000 2013] 1:  01F28F18
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for MODLIST
[Sep 23 12:27:18.997000 2013] 1:  01F28F68
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:18.997000 2013] debug: Displaying command list for MODINFO
[Sep 23 12:27:18.997000 2013] 1:  01F28FB8
[Sep 23 12:27:18.997000 2013] debug: end
[Sep 23 12:27:19.013000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:19.013000 2013] trying to load [ss_set]
[Sep 23 12:27:19.013000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_set.dll.a03064
[Sep 23 12:27:19.013000 2013] Module ss_set compiled against current or newer De
nora revision 411, this is 411
[Sep 23 12:27:19.013000 2013] debug: Displaying command list for SET
[Sep 23 12:27:19.013000 2013] 1:  01F28798
[Sep 23 12:27:19.013000 2013] debug: end
[Sep 23 12:27:19.013000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:19.013000 2013] trying to load [ss_status]
[Sep 23 12:27:19.013000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_status.dll.a03064
[Sep 23 12:27:19.013000 2013] Module ss_status compiled against current or newer
 Denora revision 411, this is 411
[Sep 23 12:27:19.013000 2013] debug: Displaying command list for STATUS
[Sep 23 12:27:19.028000 2013] 1:  01F289C8
[Sep 23 12:27:19.028000 2013] debug: end
[Sep 23 12:27:19.028000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:19.028000 2013] trying to load [ss_userdebug]
[Sep 23 12:27:19.028000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\ss_userdebug.dll.a03064
[Sep 23 12:27:19.028000 2013] Module ss_userdebug compiled against current or ne
wer Denora revision 411, this is 411
[Sep 23 12:27:19.028000 2013] debug: Displaying command list for USERDEBUG
[Sep 23 12:27:19.028000 2013] 1:  01F288D8
[Sep 23 12:27:19.028000 2013] debug: end
[Sep 23 12:27:19.028000 2013] status:
  • [Module Error, Okay]
[Sep 23 12:27:19.028000 2013] trying to load [xmlrpc_channeldata]
[Sep 23 12:27:19.028000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\xmlrpc_channeldata.dll.a03064
[Sep 23 12:27:19.028000 2013] Module xmlrpc_channeldata compiled against current
 or newer Denora revision 411, this is 411
[Sep 23 12:27:19.028000 2013] xmlrpc_channeldata requested unload...
[Sep 23 12:27:19.028000 2013] status: [6][Module Error, Error during load time o
r module returned MOD_STOP]
[Sep 23 12:27:19.028000 2013] trying to load [xmlrpc_channelslist]
[Sep 23 12:27:19.028000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\xmlrpc_channelslist.dll.a03064
[Sep 23 12:27:19.060000 2013] Module xmlrpc_channelslist compiled against curren
t or newer Denora revision 411, this is 411
[Sep 23 12:27:19.060000 2013] xmlrpc_channelslist requested unload...
[Sep 23 12:27:19.060000 2013] status: [6][Module Error, Error during load time o
r module returned MOD_STOP]
[Sep 23 12:27:19.060000 2013] trying to load [xmlrpc_get]
[Sep 23 12:27:19.060000 2013] Runtime module location: C:\Program Files (x86)\De
nora\data\core\runtime\xmlrpc_get.dll.a03064
[Sep 23 12:27:19.060000 2013] Module xmlrpc_get compiled against current or newe
r Denora revision 411, this is 411
[Sep 23 12:27:19.060000 2013] xmlrpc_get requested unload...
[Sep 23 12:27:19.060000 2013] status: [6][Module Error, Error during load time o
r module returned MOD_STOP]
[Sep 23 12:27:19.060000 2013] Connected to Server (192.168.1.22:6667)
[Sep 23 12:27:19.060000 2013] debug: Server introduced (stats.example.net.au)
[Sep 23 12:27:19.060000 2013] sql debug: SELECT servid FROM server WHERE server=
'stats.example.net.au'
[Sep 23 12:27:19.060000 2013] sql debug: SELECT servid FROM server WHERE server=
'stats.example.net.au'
[Sep 23 12:27:19.060000 2013] sql debug: UPDATE server SET server='stats.example.net
.au', hops='0', comment='Statistics for example IRC Networks', connecttime=NOW(), li
nkedto=1, online='Y', maxusers=0, maxusertime=1379903239, lastsplit=FROM_UNIXTIM
E(0) WHERE servid=0
[Sep 23 12:27:19.075000 2013] sql debug: SELECT servid FROM server WHERE server=
'stats.example.net.au'
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE server SET uptime=2, version='De
nora-1.4.5.411' WHERE servid=1
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE server SET motd='\n\r _____
               __\n\r|  _  \\       __       __/  \\\n\r| | \\  |     /  \\__
/      \\___\n\r| |  | | ___/ _ __ \\_/_  _ __  __\\_\n\r| |  |  / _ \\| \'_ \\/
 _ \\| \'__|/  _ |\n\r| |_/  |  __/| | |  |_| | |  \' (_| |\n\r|_____/ \\___||_|
 |_\\___/|_|   \\__,_|_\n\r\n\r          Statistics for IRC Networks\n\r\n\rFor
all your Denora needs please visit our website\n\rhttp://www.denorastats.org/\n\
r\n\rFor more detailed information on the features of Denora please\n\rread the
self-named documentation found on the \'docs\' directory.' WHERE server='stats.t
gh.net.au'
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE current SET val=1, time=13799032
39 WHERE type='servers'
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE maxvalues SET val=1, time=FROM_U
NIXTIME(1379903239) WHERE type='servers'
[Sep 23 12:27:19.075000 2013] debug: Sent: PROTOCTL NICKv2 VHP UMODE2 NICKIP  SJ
OIN SJOIN2 SJ3 TKLEXT NOQUIT SJB64 VL NS
[Sep 23 12:27:19.075000 2013] debug: Sent: PASS :secert
[Sep 23 12:27:19.075000 2013] debug: Sent: SERVER stats.example.net.au 1 :U0-*-2 Sta
tistics for example IRC Networks
[Sep 23 12:27:19.075000 2013] debug: Sent: NICK StatServ 1 1379903239 stats example.
net.au stats.example.net.au 0 +ioS example.net.au  :Stats Server
[Sep 23 12:27:19.075000 2013] debug: resolved example.net.au to 192.1.255.255
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE current SET val=1, time=13799032
39 WHERE type='users'
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE current SET val=1, time=13799032
39 WHERE type='daily_users'
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE maxvalues SET val=1, time=FROM_U
NIXTIME(1379903239) WHERE type='users'
[Sep 23 12:27:19.075000 2013] sql debug: UPDATE server SET currentusers=1, maxus
ers=1, maxusertime=1379903239 WHERE server=''
[Sep 23 12:27:19.075000 2013] sql debug: SELECT country FROM tld WHERE country =
 'Unknown';
[Sep 23 12:27:19.075000 2013] sql debug: INSERT INTO tld (code, country, count,
overall) VALUES('??', 'Unknown', 1, 1)
[Sep 23 12:27:19.075000 2013] sql debug: SELECT nickid FROM user WHERE nick='Sta
tServ'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE user SET nick='StatServ', hopcou
nt=1, nickip='192.1.255.255', countrycode='??', country='Unknown', realname='Stat
s Server', hostname='example.net.au', hiddenhostname="example.net.au", username='stats',
 swhois='', account='', connecttime=FROM_UNIXTIME(1379903239), servid=1, server=
'stats.example.net.au', lastquit=NULL, online='Y', away='N', awaymsg='' WHERE nickid
=1
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE user SET mode_lq='N', mode_lw='N
', mode_lr='N', mode_lt='N', mode_lz='N', mode_li='N', mode_lo='N', mode_lp='N',
 mode_la='N', mode_ls='N', mode_ld='N', mode_lg='N', mode_lh='N', mode_lx='N', m
ode_lv='N', mode_uw='N', mode_ur='N', mode_ut='N', mode_uo='N', mode_ua='N', mod
e_us='N', mode_ug='N', mode_uh='N', mode_uc='N', mode_uv='N', mode_ub='N', mode_
un='N' WHERE nickid=1
[Sep 23 12:27:19.091000 2013] sql debug: SELECT nickid FROM user WHERE nick='Sta
tServ'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE user SET mode_li='Y', mode_lo='Y
', mode_us='Y' WHERE nickid=1
[Sep 23 12:27:19.091000 2013] debug: Changing mode for StatServ to +ioS
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE server SET opers=1, maxopers=1,
maxopertime=1379903239 WHERE server='stats.example.net.au'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE current SET val=1, time=13799032
39 WHERE type='opers'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE maxvalues SET val=1, time=FROM_U
NIXTIME(1379903239) WHERE type='opers'
[Sep 23 12:27:19.091000 2013] debug: Sent: :stats.example.net.au EOS
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE maxvalues SET val=0, time=FROM_U
NIXTIME(0) WHERE type='channels'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE maxvalues SET val=1, time=FROM_U
NIXTIME(1379903239) WHERE type='users'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE maxvalues SET val=1, time=FROM_U
NIXTIME(1379903239) WHERE type='servers'
[Sep 23 12:27:19.091000 2013] sql debug: UPDATE maxvalues SET val=1, time=FROM_U
NIXTIME(1379903239) WHERE type='opers'
[Sep 23 12:27:19.091000 2013] sql debug: TRUNCATE TABLE admin
[Sep 23 12:27:19.091000 2013] sql debug: INSERT INTO admin (uname, passwd, level
, host, lang) VALUES ('DrStein', MD5('superpass'), 1, '*@*', 0)
[Sep 23 12:27:19.091000 2013] sql debug: INSERT INTO admin (uname, passwd, level
, host, lang) VALUES ('Hal9000', MD5('lamepass'), 1, 'Hal9000@*', 0)
[Sep 23 12:27:19.091000 2013] debug: Received: PROTOCTL NICKv2 VHP UMODE2 NICKIP
  SJOIN SJOIN2 SJ3 TKLEXT NOQUIT SJB64 VL NS
[Sep 23 12:27:19.091000 2013] Source
[Sep 23 12:27:19.091000 2013] av[0] = NICKv2
[Sep 23 12:27:19.091000 2013] av[1] = VHP
[Sep 23 12:27:19.091000 2013] av[2] = UMODE2
[Sep 23 12:27:19.091000 2013] av[3] = NICKIP
[Sep 23 12:27:19.091000 2013] av[4] = SJOIN
[Sep 23 12:27:19.091000 2013] av[5] = SJOIN2
[Sep 23 12:27:19.091000 2013] av[6] = SJ3
[Sep 23 12:27:19.091000 2013] av[7] = TKLEXT
[Sep 23 12:27:19.107000 2013] av[8] = NOQUIT
[Sep 23 12:27:19.107000 2013] av[9] = SJB64
[Sep 23 12:27:19.107000 2013] av[10] = VL
[Sep 23 12:27:19.107000 2013] av[11] = NS
[Sep 23 12:27:19.107000 2013] debug: Received: PASS :secert
[Sep 23 12:27:19.107000 2013] Source
[Sep 23 12:27:19.107000 2013] av[0] = secert
[Sep 23 12:27:19.107000 2013] debug: Received: SERVER stats.example.net.au 1 :U0-*-2
 Statistics for example IRC Networks
[Sep 23 12:27:19.107000 2013] Source
[Sep 23 12:27:19.107000 2013] av[0] = stats.example.net.au
[Sep 23 12:27:19.107000 2013] av[1] = 1
[Sep 23 12:27:19.107000 2013] av[2] = U0-*-2 Statistics for example IRC Networks
[Sep 23 12:27:19.107000 2013] debug: Server introduced (stats.example.net.au)
[Sep 23 12:27:19.107000 2013] sql debug: UPDATE server SET server='stats.example.net
.au', hops='1', comment='Statistics for example IRC Networks', connecttime=NOW(), li
nkedto=1, online='Y', maxusers=1, maxusertime=1379903239, lastsplit=FROM_UNIXTIM
E(0) WHERE servid=0
[Sep 23 12:27:19.107000 2013] sql debug: UPDATE server SET uptime=2, version='De
nora-1.4.5.411' WHERE servid=1
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE server SET motd='\n\r _____
               __\n\r|  _  \\       __       __/  \\\n\r| | \\  |     /  \\__
/      \\___\n\r| |  | | ___/ _ __ \\_/_  _ __  __\\_\n\r| |  |  / _ \\| \'_ \\/
 _ \\| \'__|/  _ |\n\r| |_/  |  __/| | |  |_| | |  \' (_| |\n\r|_____/ \\___||_|
 |_\\___/|_|   \\__,_|_\n\r\n\r          Statistics for IRC Networks\n\r\n\rFor
all your Denora needs please visit our website\n\rhttp://www.denorastats.org/\n\
r\n\rFor more detailed information on the features of Denora please\n\rread the
self-named documentation found on the \'docs\' directory.' WHERE server='stats.t
gh.net.au'
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE current SET val=2, time=13799032
39 WHERE type='servers'
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE maxvalues SET val=2, time=FROM_U
NIXTIME(1379903239) WHERE type='servers'
[Sep 23 12:27:19.122000 2013] debug: Received: NICK StatServ 1 1379903239 stats
example.net.au stats.example.net.au 0 +ioS example.net.au  :Stats Server
[Sep 23 12:27:19.122000 2013] Source
[Sep 23 12:27:19.122000 2013] av[0] = StatServ
[Sep 23 12:27:19.122000 2013] av[1] = 1
[Sep 23 12:27:19.122000 2013] av[2] = 1379903239
[Sep 23 12:27:19.122000 2013] av[3] = stats
[Sep 23 12:27:19.122000 2013] av[4] = example.net.au
[Sep 23 12:27:19.122000 2013] av[5] = stats.example.net.au
[Sep 23 12:27:19.122000 2013] av[6] = 0
[Sep 23 12:27:19.122000 2013] av[7] = +ioS
[Sep 23 12:27:19.122000 2013] av[8] = example.net.au
[Sep 23 12:27:19.122000 2013] av[9] = Stats Server
[Sep 23 12:27:19.122000 2013] debug: resolved example.net.au to 192.1.255.255
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE current SET val=2, time=13799032
39 WHERE type='users'
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE current SET val=2, time=13799032
39 WHERE type='daily_users'
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE maxvalues SET val=2, time=FROM_U
NIXTIME(1379903239) WHERE type='users'
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE server SET currentusers=2, maxus
ers=2, maxusertime=1379903239 WHERE server=''
[Sep 23 12:27:19.122000 2013] sql debug: SELECT country FROM tld WHERE country =
 'Unknown';
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE tld SET count=2, overall=2 WHERE
 code='??'
[Sep 23 12:27:19.122000 2013] sql debug: SELECT nickid FROM user WHERE nick='Sta
tServ'
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE user SET nick='StatServ', hopcou
nt=1, nickip='192.1.255.255', countrycode='??', country='Unknown', realname='Stat
s Server', hostname='example.net.au', hiddenhostname="example.net.au", username='stats',
 swhois='', account='', connecttime=FROM_UNIXTIME(1379903239), servid=1, server=
'stats.example.net.au', lastquit=NULL, online='Y', away='N', awaymsg='' WHERE nickid
=1
[Sep 23 12:27:19.122000 2013] sql debug: UPDATE user SET mode_lq='N', mode_lw='N
', mode_lr='N', mode_lt='N', mode_lz='N', mode_li='N', mode_lo='N', mode_lp='N',
 mode_la='N', mode_ls='N', mode_ld='N', mode_lg='N', mode_lh='N', mode_lx='N', m
ode_lv='N', mode_uw='N', mode_ur='N', mode_ut='N', mode_uo='N', mode_ua='N', mod
e_us='N', mode_ug='N', mode_uh='N', mode_uc='N', mode_uv='N', mode_ub='N', mode_
un='N' WHERE nickid=1
[Sep 23 12:27:19.138000 2013] sql debug: SELECT nickid FROM user WHERE nick='Sta
tServ'
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE user SET mode_li='Y', mode_lo='Y
', mode_us='Y' WHERE nickid=1
[Sep 23 12:27:19.138000 2013] debug: Changing mode for StatServ to +ioS
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE server SET opers=2, maxopers=2,
maxopertime=1379903239 WHERE server='stats.example.net.au'
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE current SET val=2, time=13799032
39 WHERE type='opers'
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE maxvalues SET val=2, time=FROM_U
NIXTIME(1379903239) WHERE type='opers'
[Sep 23 12:27:19.138000 2013] debug: Received: :stats.example.net.au EOS
[Sep 23 12:27:19.138000 2013] Source stats.example.net.au
[Sep 23 12:27:19.138000 2013] av[0] = NULL
[Sep 23 12:27:19.138000 2013] Executing for cron_hourly
[Sep 23 12:27:19.138000 2013] sql debug: SELECT id FROM serverstats WHERE day=23
 and month=9 and year=2013
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE serverstats SET time_12=2 WHERE
day=23 and month=9 and year=2013
[Sep 23 12:27:19.138000 2013] Executing for cron_hourly
[Sep 23 12:27:19.138000 2013] sql debug: SELECT id FROM channelstats WHERE day=2
3 and month=9 and year=2013
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE channelstats SET time_12=0 WHERE
 day=23 and month=9 and year=2013
[Sep 23 12:27:19.138000 2013] Executing for cron_hourly
[Sep 23 12:27:19.138000 2013] sql debug: SELECT id FROM stats WHERE day=23 and m
onth=9 and year=2013
[Sep 23 12:27:19.138000 2013] sql debug: UPDATE stats SET time_12=2 WHERE day=23
 and month=9 and year=2013



Logged

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #8 on: September 24, 2013, 10:18:41 AM »

I have discovered something funny

link stats.example.net.au {
username *;
hostname 192.168.1.22;
bind-ip *;
port 6667;
hub *;
password-connect "secert";
password-receive "secert";
class servers;
options {
autoconnect;
};
};

When i use the above config - i get this error

-irc.example.net.au- *** Notice -- Connection to stats.example.net.au[192.168.1.22] activated.
-
-irc.example.net.au- *** LocOps -- Link denied for irc.example.net.au(unknown@192.168.1.22) (No link block named 'irc.example.net.au') [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Link denied (No matching link configuration) [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Closing Link: [192.168.1.22] (Link denied (No matching link configuration))
-
-irc.example.net.au- *** LocOps -- Server stats.example.net.au[192.168.1.22] closed the connection


So i was told to use this config

link stats.example.net.au {
username *;
hostname 192.168.1.22;
bind-ip 192.168.1.22;
port 6667;
hub *;
password-connect "secert";
password-receive "secert";
class servers;
options {
};
};

When i use this config & i load denora, nothing happens in my unrealircd.
What am i missing here
When i load irc network monitor - i get this
-irc.example.net.au- *** Notice -- (link) Link irc.example.net.au -> networkmonitor.example.net.au[@192.168.1.22.49918] established
-
-irc.example.net.au- *** Notice -- Link networkmonitor.example.net.au -> irc.example.net.au is now synced [secs: 1 recv: 0.153 sent: 0.783]

It shows there is a connection but when i load denora nothing shows in unrealircd
The previous config with autoconnect shows how denora rejects on unreaircd

Is it connecting & i have to do something else?
Please i am really confused & trying so hard to make it work
I think i am one step away
Instead of autoconnect, do i use anything else
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: StatServ not joining irc
« Reply #9 on: September 25, 2013, 08:33:12 AM »

-irc.example.net.au- *** Notice -- Connection to stats.example.net.au[192.168.1.22] activated.
-
-irc.example.net.au- *** LocOps -- Link denied for irc.example.net.au(unknown@192.168.1.22) (No link block named 'irc.example.net.au') [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Link denied (No matching link configuration) [@192.168.1.22.55280]
-
-irc.example.net.au- *** LocOps -- ERROR :from stats.example.net.au[192.168.1.22] -- Closing Link: [192.168.1.22] (Link denied (No matching link configuration))
-
-irc.example.net.au- *** LocOps -- Server stats.example.net.au[192.168.1.22] closed the connection

for one, denora shouldn't have autoconnect.. denora conencts to the ircd, not the other way around.
I am guessing that because of the autoconnect the ircd was actually just trying to connect to itself, since i'm fairly sure that at 192.168.1.22:6667 it won't be denora listening for connections, but your ircd. (denora doesn't listen for incoming ircd connection at all- connections always must be initiated by denora.)
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

daniel

  • Anope User
  • Offline Offline
  • Posts: 19
Re: StatServ not joining irc
« Reply #10 on: September 25, 2013, 12:23:33 PM »

The problem was a corrupted config in denora
I done a new config & it started working
That was my problem from the start
Now stats serv joins unrealircd
Thanks again


link stats.example.net.au {
    username *;
    hostname 192.1681.22;
    bind-ip 192.168.1.22;
    port 6667;
    hub *;
    password-connect "secert";
    password-receive "secert";
    class            servers;
        options {
    };
};
« Last Edit: September 25, 2013, 10:27:02 PM by daniel »
Logged
Pages: [1]   Go Up