Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Error with Services (helpop and nickserv) [ SOLVED ]  (Read 8573 times)

0 Members and 1 Guest are viewing this topic.

Bruno

  • Anope User
  • Offline Offline
  • Posts: 23
Error with Services (helpop and nickserv) [ SOLVED ]
« on: October 25, 2010, 01:19:45 AM »

Hi.

Now that services are linked to UnrealIrcd ....... I've problems with helpop and nickserv.

I've try, after have registered my nick and have recognized myself as Oper, the command helpop......
I've write : /helpop ?usercmds and the message was:

 ***** No Help Available *****
 -
   We're sorry, we don't have help available for the command you requested.
 -
 ***** Go to #help if you have any further questions *****

and after have use the command /ns saset ^^King^Arthur^^ noexpire on , I've received this message :

-NickServ- Access denied.

Why I've received this error messages if I'm an Oper and I've also registered my nick and I've also identify myself as Oper ?

Tnx so much for the help!!!!!!!!!

Best Regards.
« Last Edit: October 25, 2010, 04:13:23 PM by Bruno »
Logged

someone

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 42
    • http://www.somenet.org
Re: Error with Services (helpop and nickserv)
« Reply #1 on: October 25, 2010, 02:21:40 AM »

/helpop ?usercmds

not showing anything usable means your unrealircd is misconfigured.
You should fix your unreal first.
When your unreal works 100%, add services.
Do not start unreal + services and debug both at once.
It takes much more time than going step by step.

also stick with stable releases, if you are new to something...
« Last Edit: October 25, 2010, 02:30:10 AM by someone »
Logged

Bruno

  • Anope User
  • Offline Offline
  • Posts: 23
Re: Error with Services (helpop and nickserv)
« Reply #2 on: October 25, 2010, 06:59:31 AM »

I can connect Unreal to Anope but, when I try /helpop ?usercmds I received the message that said :
***** No Help Available *****
We're sorry, we don't have help available for the command you requested.
***** Go to #help if you have any further questions *****

and also when I try /ns help saset noexpire I received this message :
-NickServ- Access to this command requires the permission nickserv/saset to be present in your opertype.
-NickServ- You cannot use this command.

Sounds like if I was not an Oper......... but I've registered my nick and I've also identify me as Oper........

Here the Unreal and Anope setings:

UNREAL:

me
{
name "irc.test.srv";
info "Irc Test Server";
numeric 1;
};

allow {
ip *;
hostname irc.test.srv;
class clients;
maxperip 5;
};

/* Passworded allow line */
allow {
ip *;
hostname 127.0.0.1;
class clients;
maxperip 1;
};

oper ^^King^Arthur^^ {
class clients;
from {
userhost *;
};
password "montagna";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};

listen *:6667
{
options
{
clientsonly;
};
};

listen *:6667;
listen *:6668;

link services.test.srv (can I change it to irc.test.srv ?!?!?!?)
{
username *;
hostname *;
port 6667;
bind-ip *;
password-connect "montagna";
password-receive "montagna";
class servers;
};

ulines {
services.test.srv;
};

/* Network configuration */
set {
network-name "IrcTestServer";
default-server "irc.test.srv";
services-server "services.test.srv";
stats-server "stats.test.srv";
help-channel "#ophelp";
hiddenhost-prefix "rox";

/* on-oper host */ (Think I must change this...... :) )
hosts {
local "locop.roxnet.org";
global "ircop.roxnet.org";
coadmin "coadmin.roxnet.org";
admin "admin.roxnet.org";
servicesadmin "csops.roxnet.org";
netadmin "netadmin.roxnet.org";
host-on-oper-up "no";
};
};

set {
kline-address "my@e-mail.it";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#opers";
options {
hide-ulines;

ANOPE:

uplink
{
host = "127.0.0.1"
#ipv6 = no
port = 6667
password = "montagna"

serverinfo
{
name = "services.test.srv"
description = "Services for IRC Test Server"
localhost = "127.0.0.1" (local address that Services will bind to before connecting to the remote server)

ident = "services"
hostname = "services.test.srv"
(These identify the ident@hostname which will be used by the Services pesudoclients)

networkname = "IrcTestServer"
(This is the name of the network that Services will be running on)

Tnx so much for the help!!!!!!!!!!!!!

Best Regards.
Logged

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: Error with Services (helpop and nickserv)
« Reply #3 on: October 25, 2010, 07:19:35 AM »

As has already been mentioned, any issues with the /helpop command are NOT issues with Anope.  Take this up with Unreal's support if, after reading Unreal's documentation, you are unable to figure it out.

As for the issues you are having with Anope, I'd recommend using the stable branch, Anope 1.8.5, over the development branch.  The development branch is not meant for production use.
Logged

Bruno

  • Anope User
  • Offline Offline
  • Posts: 23
Re: Error with Services (helpop and nickserv)
« Reply #4 on: October 25, 2010, 01:15:27 PM »

Hi.
I'd like to know what can be the cause because NickServ saset nick noexpire on , said that I can't use this command, also if I'm identify as Oper.
Tnx so much!!!!!!!!!

Best Regards.
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Error with Services (helpop and nickserv)
« Reply #5 on: October 25, 2010, 02:51:00 PM »

have you added your nick to ServicesRoot and registered/identified as it ?
Logged

Bruno

  • Anope User
  • Offline Offline
  • Posts: 23
Re: Error with Services (helpop and nickserv)
« Reply #6 on: October 25, 2010, 03:24:37 PM »

Hi.

I've solved the problem about the command /helpop ........
The error was that I don't have put a " ; " ......

include "aliases/anope.conf";   (this is the error corrected!!!!!!)

About NickServ ....... when I try to use the command /ns set ^^King^Arthur^^ noexpire on
I receive this message : -NickServ- Unknown SET option ^^King^Arthur^^

I've see that there's the command SASET for set the nick noexpire......

So I've tryed wit : /ns saset ^^King^Arthur^^ noexpire on ...... and the message that I received is :
-NickServ- Access denied.

What can be the error?

Tnx so much for the help!!!!!!!!!!

Best Regards.
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Error with Services (helpop and nickserv)
« Reply #7 on: October 25, 2010, 03:35:40 PM »

can you check what I just asked... saset are ServiceAdmin commands, you need to be an identified Services Root, AND an oper on the ircd. Looking back at your past services.conf pastebin it looks like you've neglected the oper section and havn't added yourself.
Quote
#oper
#{
#   // The nickname of this services oper
#   name = "DukePyrolator"
#
#   // The opertype this person will have
#   type = "Services Root"
#}#
#
#oper
#{
#   name = "nick1"
#   type = "Services Administrator"
#}#
#
#oper
#{
#   name = "nick2"
#   type = "Helper"
#}
Logged

Bruno

  • Anope User
  • Offline Offline
  • Posts: 23
Re: Error with Services (helpop and nickserv)
« Reply #8 on: October 25, 2010, 04:13:01 PM »

Hi.
Tnx so much!!!!!!!
Now run correctly!!!!!!!!! (Sorry but I never have know that SASET wasl "linked" to the Admin aspect)
Tnx again for the answers.

Best Regards.
Logged
Pages: [1]   Go Up