No link block named / No matching link configuration

These are old archives. They are kept for historic purposes only.
Post Reply
tgh
Posts: 5
Joined: Sun Sep 22, 2013 12:10 pm

No link block named / No matching link configuration

Post by tgh »

Setup: Windows 2012 server, Mysql 5.3.5, Unreal3.2.10.1, Anope 1.8.8, server ip: 192.168.1.22

I have managed to install Anope without any issues.
I am trying to install Denora http://www.denorastats.org/

After configuring everything, i get the following 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([email protected]) (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

Unrealircd Config:
--------------------
me
{
name "irc.example.net.au";
info "Example Server";
numeric 1;

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;
};
};

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

ulines {
example.net.au;
stats.example.net.au;
};

/* Network configuration */
set {
network-name "Example";
default-server "irc.example.net.au";
services-server "services.example.net.au";
stats-server "stats.example.net.au";
help-channel "#help";
hiddenhost-prefix "pchowtos";

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

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 "[email protected]";
language 1;
};

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

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

sql {
// required tokens
type mysql;
host example.example.example;
user denora;
passwd secert;
name denora;

I download ircnetmon-2.1 & tested it with link stats.example.net.au / link networkmonitor.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 it looks like my Link block works but dont understand what im missing
I have spent many hours & not having any luck
I am hoping its something small, i might have missed.
Any advice would be deeply greatful.

Thanks in advance
Daniel
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: No link block named / No matching link configuration

Post by katsklaw »

1. Do not use set::options::autoconnect on any server or service that is the same IP and port your ircd is listening to, it will try to connect to it's self.

That's where this comes from:

Code: Select all

-irc.example.net.au- *** LocOps -- Link denied for irc.example.net.au([email protected]) (No link block named 'irc.example.net.au') [@192.168.1.22.55280]
2. Do not use set::options::autoconnect with Anope/Denora as they are not listening for incoming connections so it will fail anyway.
3. Make sure you are editing and saving the correct file. In many cases we edit on our PC and fail to upload to the remote server or edit the copy on our desktop and not in the Unreal forder.
4. Try changing the link::bind-ip from * to 192.168.1.22.
5. Don't forget to /rehash after making changes to unrealircd.conf.

Hope that helps
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: No link block named / No matching link configuration

Post by Stealth »

You're also missing a }; after your me block, which makes the first link block invalid. Do a /rehash and check the notices for any other potential errors.
tgh
Posts: 5
Joined: Sun Sep 22, 2013 12:10 pm

Re: No link block named / No matching link configuration

Post by tgh »

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
tgh
Posts: 5
Joined: Sun Sep 22, 2013 12:10 pm

Re: No link block named / No matching link configuration

Post by tgh »

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([email protected]) (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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: No link block named / No matching link configuration

Post by katsklaw »

tgh wrote: The previous config with autoconnect shows how denora rejects on unreaircd
No, it shows the IRCd linking to it's self .. read the error, it's from irc.* not stats.* Denora _cannot_ use autoconnect. It's not listening on any IP or port thus you cannot connect to it with autoconnect.

I'll explain it another way, Denora is not rejecting your autoconnect, because it's not LISTENING for connections .. it's your IRCD that is rejecting the connection from irc.* because there is no irc.* link block .. please do NOT add one! Just don't use autoconnect, as stated .. it only makes the ircd connect to it's self.

Read the documentation for Denora and find out how to start it in the foreground and in debug mode level 4 so you can watch the connection attempt from your terminal. Also check your Denora log files for any errors or warnings.
tgh
Posts: 5
Joined: Sun Sep 22, 2013 12:10 pm

Re: No link block named / No matching link configuration

Post by tgh »

This issue has FINALLY BEEN RESOLVED
THANK YOU FOR YOUR HELP
FINALLY YEAYH!!!!!!!!!!!!!!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: No link block named / No matching link configuration

Post by katsklaw »

Please share your solution so others may learn.
tgh
Posts: 5
Joined: Sun Sep 22, 2013 12:10 pm

Re: No link block named / No matching link configuration

Post by tgh »

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 {
};
};
Post Reply