Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Quang Nguyen on July 20, 2016, 06:26:04 AM

Title: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
Post by: Quang Nguyen on July 20, 2016, 06:26:04 AM
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.
Title: Re: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
Post by: SntPx 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";
};
Title: Re: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
Post by: Quang Nguyen on July 20, 2016, 07:20:27 AM
Dear SntPx.
Thankyou so much  :-*
Title: Re: New babie, need help Services Root Nick. (Anope 2.03 + Unreal 4.04)
Post by: Gavin on November 10, 2016, 09:21:02 PM
Dear SntPx.
Thankyou so much  :-*

Did you come right?