Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Mike on December 07, 2009, 03:21:49 PM

Title: Trying to use Memoserv send NICK MESSAGE - Tells me to Identify...
Post by: Mike on December 07, 2009, 03:21:49 PM
InspIRCd-1.2 w/ Anope-1.9.1 (2558)

We had this issue with Operserv and So on... We found the "opertype" block issue and fixed that. So all seems to be working now but MemoServ...  we are getting the following error when we, for example, use /msg memoserv send NICK MESSAGE , but we can use /msg memoserv sendall MESSAGE without issue.

Error: [09:14] -> *memoserv* send NICK Hi
-
[09:14] -MemoServ- Password authentication required for that command.
-
[09:14] -MemoServ- Retry after typing /msg NickServ IDENTIFY password.
-
My nick IS registered and I AM logged in/identified.

I am not sure if there is more commands in other services, but Im sure if I get this fixed, it would fix it across the board.

Information that might be useful...
1: The shell for the HUB was dropped. It also held Services.
a. Moved the HUB to a different shell, and installed 1.9.1 versus 1.9.1-p1 which was running.
b. Dropped in backup DBs and Chan DB was lost for whatever reason. Probably from version change. Also some nicks from Nick DB was lost. All that isn't an issue.
2: We were getting the same error before we added the Opertype Blocks in the services.conf file, but with other parts of services, ex. operserv.
a. I am a ROOT and I have checked the credentials.
b. Everyone gets this error.

Any Help will be much appreciated. Sorry if I posted some irrelevant information, but to much information is better than not enough.

Thanks,
Mike
Title: Re: Trying to use Memoserv send NICK MESSAGE - Tells me to Identify...
Post by: Adam on December 07, 2009, 03:36:07 PM
Hi, thats a known problem and it is fixed in the recent 1.9.1-p1 release.
Title: Re: Trying to use Memoserv send NICK MESSAGE - Tells me to Identify...
Post by: Mike on December 07, 2009, 09:36:25 PM
Hi, thats a known problem and it is fixed in the recent 1.9.1-p1 release.

I am currently updating services to p1 release. Currently I am getting a couple errors (slow shell, so make is taking a bit :( )

cs_access.c: In function âint access_del_callback(User*, int, char*)â:
cs_access.c:43: warning: comparison between signed and unsigned integer expressions
cs_access.c: In function âint access_list_callback(User*, int, char*)â:
cs_access.c:78: warning: comparison between signed and unsigned integer expressions

I also got the warning on chanserv as well between signed and unsigned integer expressions. As well for memoserv giving the same error. Any ideas?
Title: Re: Trying to use Memoserv send NICK MESSAGE - Tells me to Identify...
Post by: Adam on December 07, 2009, 09:38:14 PM
Warnings are different from errors. Those warnings are safe to ignore and don't stop the build process.. errors will.
Title: Re: Trying to use Memoserv send NICK MESSAGE - Tells me to Identify...
Post by: Mike on December 07, 2009, 09:46:47 PM
Warnings are different from errors. Those warnings are safe to ignore and don't stop the build process.. errors will.

[*@* anope-1.9.1-p1-source]$ cs_access.c: In function âint access_del_callback(User*, int, char*)â
-bash: syntax error near unexpected token `('

It is now hung at this syntax error.
Title: Re: Trying to use Memoserv send NICK MESSAGE - Tells me to Identify...
Post by: Mike on December 07, 2009, 09:56:07 PM
Ok, apparently it hung but finished. However to be safe I run make install again, after make, and it is all working correctly. Thank you Adam for your assistance. Much appreciated.