Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)  (Read 3876 times)

0 Members and 1 Guest are viewing this topic.

Quang Nguyen

  • Anope User
  • Offline Offline
  • Posts: 3

Dear Anope support and all guys.
I setup my ircd more than 1 week but I can't fix Services Root Nick. I searched on anope forum and internet but I cant find how to solve.
This is my config in anope 2.03
link localhost.net
 *     {
 *          username *;
 *          hostname *;
 *          bind-ip "127.0.0.1";
 *          port 6697;
 *          hub *;
 *          password-connect "mypassword";
 *          password-receive "mypassword";
 *          class servers;
 *     };
 *     ulines { services.localhost.net; };
 *     listen 127.0.0.1:6697;
 */
uplink
host = "127.0.0.1"
ip6 = no
ssl = no
port = 6697
password = "mypassword"

#oper
{
   /* The nickname of this services oper */
   #name = "quangnguyen"

   /* The opertype this person will have */
   type = "Services Root"
#password = "test123"

And on UnReal 4.04
link services.localhost.net
{
    incoming { mask 127.0.0.1; };
    password "mypassword";
    class servers;
};

I've indentified nick (quangnguyen) and Opered netadmin on Unrealircd
and then I type /os login test123

OperServ- No oper block for your nick.


Please help me to solve that problem.
Logged

SntPx

  • Anope User
  • Offline Offline
  • Posts: 1
Re: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
« Reply #1 on: July 20, 2016, 06:38:54 AM »

Is it normal that you have some parts of your oper block commented ?
Plus, your oper block doesn't have a closing brace

oper
{
   /* The nickname of this services oper */
   name = "quangnguyen";

   /* The opertype this person will have */
   type = "Services Root";
   password = "test123";
};
Logged

Quang Nguyen

  • Anope User
  • Offline Offline
  • Posts: 3
Re: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
« Reply #2 on: July 20, 2016, 07:20:27 AM »

Dear SntPx.
Thankyou so much  :-*
Logged

Gavin

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 16
    • ZAIRC.net
Re: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
« Reply #3 on: November 10, 2016, 09:21:02 PM »

Dear SntPx.
Thankyou so much  :-*

Did you come right?
Logged
ZAIRC.net Services Administrator
https://zairc.net | http://facebook.com/zairc.net | http://twitter.com/zairc_net

rr: irc.zairc.net
Pages: [1]   Go Up