Anope IRC Services

Denora Stats (discontinued) => Denora 1.5.x Support (Read Only) => Topic started by: raymond on February 22, 2011, 10:16:47 PM

Title: ...
Post by: raymond on February 22, 2011, 10:16:47 PM
I have set denora up and then when i restart unrealircd i get the following errors (generated by denora for sure):

[error] unrealircd.conf:319: link::username is missing
[error] unrealircd.conf:319: link::hostname is missing
[error] unrealircd.conf:319: link::port is missing
[error] unrealircd.conf:319: link::password-receive is missing
[error] unrealircd.conf:319: link::password-connect is missing
[error] unrealircd.conf:319: link::class is missing
* unrealircd.conf:321: unknown directive hostname
* unrealircd.conf:322: unknown directive bind-ip
* unrealircd.conf:323: unknown directive port
* unrealircd.conf:324: unknown directive password-connect
* unrealircd.conf:325: unknown directive password-recieve
* unrealircd.conf:326: unknown directive hub
[error] unrealircd.conf:327: class::pingfreq is missing
[error] unrealircd.conf:327: class::maxclients is missing
[error] unrealircd.conf:327: class::sendq is missing

i dont want to post both configs, so if one great person can persoanlly look at it (teamviewer or whatever)
Title: Re: ...
Post by: LEthaLity on February 22, 2011, 10:20:09 PM
generated by denora? those errors are from unreal, and tell you the problem with unrealircd.conf. you have some incomplete link block, probably missed { } or ;  somewhere
Title: Re: ...
Post by: raymond on February 23, 2011, 12:43:15 AM
no its definately not my mistake,
i uncomment the links block and stop and start unrealircd and it all loads fine;


# link statserv.ircmadness.net
#   username   *;
#   hostname   72.20.21.111;
#   bind-ip   72.20.21.111;
#   port      12312;
#   password-connect      xxxxxxx;
#   password-recieve      xxxxxxx;
#   hub   *;
#   class      servers;
# };
Title: Re: ...
Post by: Jeremy on February 23, 2011, 12:46:41 AM
Quote
# link statserv.ircmadness.net

Missing { at the end
Title: Re: ...
Post by: raymond on February 23, 2011, 12:54:13 AM
Added it, but still same error
Title: Re: ...
Post by: Jan Milants on February 23, 2011, 08:32:56 AM
whatever it is, it will be your mistake..
the config parsers don't lie so paste the config that s generating the error.. you can either use a protected paste or mask your passes, but the more you substitute, the more likely you will mask errors..
Title: Re: ...
Post by: raymond on February 23, 2011, 01:14:51 PM
okay what config file would you like me to past for you ?
Title: Re: ...
Post by: Jobe on February 23, 2011, 05:07:19 PM
unrealircd.conf in complete condition (only things you can remove are passwords and for oper blocks user names)

Without the whole config it is impossible to work out which lines are which line numbers and where exactly the problem actually lies.
Title: Re: ...
Post by: raymond on February 23, 2011, 06:07:18 PM
config file for you

http://pastebin.com/sqE3rRzp
Title: Re: ...
Post by: raymond on February 24, 2011, 12:26:20 AM
this is now fixed thanks for helping