Anope IRC Services

Anope Development => Modules => Topic started by: deiks on September 01, 2007, 01:46:08 AM

Title: cs_unban error
Post by: deiks on September 01, 2007, 01:46:08 AM
One of mine opers was banned on some channel.
And they use /os set superadmin on and then /cs unban #channel

And got notice that he's unbanned but its not.
So maybe there is an error.

When I got unload module everything works perfectlly.
Title:
Post by: katsklaw on September 01, 2007, 01:54:39 AM
please be specific, logs are best ... "maybe there is an error" doesn't help us any.
Title:
Post by: deiks on September 01, 2007, 02:17:50 AM
nothing for logs, just as I said.

Doesn't works


Or where else are logs
Title:
Post by: katsklaw on September 01, 2007, 02:57:10 AM
well we can't help you without more specific information.
Title:
Post by: n00bie on September 02, 2007, 09:48:41 AM
or do you use the 3rd party cs_unban (http://modules.anope.org/viewmod.php?id=93) module? if yes, unload the module and see if it works or not. If not, maybe a -debug -nofork mode might be useful
Title:
Post by: deiks on September 02, 2007, 11:09:02 PM
How to use debug nofork ?

Or maybe somewhere is error couse i didn't download from site.
n00bie sent me on nick [dx] before posting on site

[Izmenjeno 2-9-2007  network]
Title:
Post by: SNU on September 03, 2007, 03:20:19 PM
Quote
network
How to use debug nofork ?


As administrator you at least should know it yourself ;) Its the admins minimum competence to know that...

But I won't be so bad:
start anope with that modes:
./services -debug -nofork
on windows its a similar command.
services.exe -debug -nofork

another hint: do your homeworks and read the docs carefully.
Title:
Post by: katsklaw on September 03, 2007, 03:47:47 PM
on windows it's anope.exe -debug -nofork
Title:
Post by: deiks on September 03, 2007, 06:44:51 PM
Will this help

Code: [Select]
[Sep 03 19:18:05.631464 2007] trying to load [cs_unban]
[Sep 03 19:18:05.631588 2007] Runtime module location: /home/user/shell/services/modules/runtime/cs_unban.so.taMFhr
[Sep 03 19:18:05.669709 2007] Module cs_unban compiled against current or newer anope revision 1247, this is 1247
[Sep 03 19:18:05.669768 2007] Displaying command list for UNBAN
[Sep 03 19:18:05.669793 2007] 1:  0x0x834d2f0
[Sep 03 19:18:05.669813 2007] end
[Sep 03 19:18:05.669834 2007] debug: existing cmd: (0x0x834d2f0), new cmd (0x0x83db7f0)
[Sep 03 19:18:05.669858 2007] Displaying command list for UNBAN
[Sep 03 19:18:05.669878 2007] 1:  0x0x83db7f0
[Sep 03 19:18:05.669899 2007] 2:  0x0x834d2f0
[Sep 03 19:18:05.669918 2007] end
[Sep 03 19:18:05.669940 2007] ChanServ: cs_unban: Module loaded successfully.
[Sep 03 19:18:05.753212 2007] status: [0][Module, Okay - No Error]
Title:
Post by: heinz on September 03, 2007, 08:47:18 PM
Just shows the module loading sucessfully with no errors, nothing from when the problem actually happens, so unfortunately it's no help in this situation.
Title:
Post by: casper1256 on September 05, 2007, 06:27:01 PM
I may appear stupid, but for what it might be worth... There might be an akick placed... As far as I know cs_unban doesn't remove an akick...

I could be wrong... :)