Page 1 of 1

Denora Stats not working (Ubuntu 10.04)

Posted: Thu Oct 07, 2010 8:55 pm
by deleted-46527
/* OFF TOPIC All right, my Windows is being an ass and wont load the wifi and ethernet drivers. I installed Ubuntu, and it works great. */

First of all, when I type ./stats in my installation file, this shows up in log:

Code: Select all

[Oct 07 16:45:35 2010] Loading IRCD Protocol Module: [unreal32]
[Oct 07 16:45:35 2010] IRCD Protocol Author: [Denora]
[Oct 07 16:45:35 2010] IRCD Protocol Version: [$Id: unreal32.c 329 2009-09-12 08:04:25Z hal9000 $]
[Oct 07 16:45:35 2010] Loading stats.db
[Oct 07 16:45:35 2010] Loading tld.db
[Oct 07 16:45:35 2010] Loading ChannelStats.db
[Oct 07 16:45:35 2010] Loading server.db
[Oct 07 16:45:35 2010] Loading ctcp.db
[Oct 07 16:45:35 2010] Loading chan.db
[Oct 07 16:45:35 2010] Loading exclude.db
[Oct 07 16:45:35 2010] Loading admin.db
[Oct 07 16:45:35 2010] Denora 1.4.4.330 (IRCd protocol: UnrealIRCd 3.2+) starting up (options: debug off)
[Oct 07 16:45:35 2010] Error: Disabling SQL due to errors with SQL
[Oct 07 16:45:35 2010]FATAL: Can't connect to server: Connection refused
I'm really getting angry, and been trying for hours trying to make this work. Here are the important parts of the .confs

Code: Select all

--stripped-out--
Really hate this problem.. :oops:

More stuff, can anyone help me about letting people outside my router connect to my server?

Re: Denora Stats not working (Ubuntu 10.04)

Posted: Fri Oct 08, 2010 7:00 am
by Jobe
Seeing as the log for Denora says connection refused and your listen block listens on 127.0.0.1 im going to suggest "localhost" on your box doesnt resolve to "127.0.0.1" so in denora's config change "localhost" to "127.0.0.1"

Re: Denora Stats not working (Ubuntu 10.04)

Posted: Fri Oct 08, 2010 10:12 am
by deleted-46527
Thank god! Jobe1986, thanks for the help. I assumed that 127.0.0.1 and localhost would be the same, so I left it. It's working fine now. Again, thanks. :lol: