Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: StatServ- Access denied  (Read 8510 times)

0 Members and 1 Guest are viewing this topic.

Nemesis Forever

  • Anope User
  • Offline Offline
  • Posts: 8
StatServ- Access denied
« on: April 17, 2011, 08:02:07 AM »

When executing the command "/msg statServ login username password"

I receive the msg saying "StatServ- Access denied"

The denora conf file says the following:


Code: [Select]
admin {
    // required tokens
    name        "username";
    passwd      "password";
    hostname    "*@*";

    // optional tokens
    #language    1;
};

admin {
    name        "Username2";
    passwd      "password";
    hostname    "*@*";
};

What could be the problem?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: StatServ- Access denied
« Reply #1 on: April 17, 2011, 08:04:05 AM »

Opered?
Logged

Nemesis Forever

  • Anope User
  • Offline Offline
  • Posts: 8
Re: StatServ- Access denied
« Reply #2 on: April 17, 2011, 08:30:27 AM »

Not opered in UnrealIRCD 3.2

The block in unreal.conf is as follows:

Code: [Select]

oper Username {
class           clients;
from {
userhost Username@*;
};
password "password";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};

What needs to be changed? I connect to the server from a dynamic IP.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: StatServ- Access denied
« Reply #3 on: April 17, 2011, 08:31:23 AM »

 ???

You need to be opered on your ircd before you try and use stats.

Logged

Nemesis Forever

  • Anope User
  • Offline Offline
  • Posts: 8
Re: StatServ- Access denied
« Reply #4 on: April 17, 2011, 08:42:20 AM »

I understand that but how can I be opered on Unrealircd?

I'm the sole administrator and right now am setting up the network.

Please help.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: StatServ- Access denied
« Reply #5 on: April 17, 2011, 08:44:07 AM »

That is a question for your ircd people I'm afraid.

Hint, you should probably change

Quote
userhost Username@*;

to

Quote
userhost *@*;

(which is a truly awful way to set this up..)

Then REHASH (to reload the config)

And then /oper Username password (literally).


If you are doing this on linux you might want to spend a couple of bucks on a shell that comes preconfigured with Unreal/Anope Services/Denora Stats out of the box so you can just get on with running your network.
Logged

schorpioen22

  • Anope User
  • Offline Offline
  • Posts: 2
Re: StatServ- Access denied
« Reply #6 on: April 17, 2011, 08:44:35 AM »

You oper on your network by typing in your client /oper opernick operpass and pressing enter
Logged

Nemesis Forever

  • Anope User
  • Offline Offline
  • Posts: 8
Re: StatServ- Access denied
« Reply #7 on: April 17, 2011, 09:01:17 AM »

Opered on Unreal.... Was able to login to statserv properly

Thanks a lot for your help.
Logged

schorpioen22

  • Anope User
  • Offline Offline
  • Posts: 2
Re: StatServ- Access denied
« Reply #8 on: April 17, 2011, 09:11:11 AM »

your welcome
Logged
Pages: [1]   Go Up