Not Getting Remote oper-up notices from linked servers

These are old archives. They are kept for historic purposes only.
Post Reply
topdog
Posts: 6
Joined: Mon May 29, 2006 3:31 pm

Not Getting Remote oper-up notices from linked servers

Post by topdog »

hello,

I am new to these forums. I have read the docs and FAQ before I posted as well as tried searching. Anyhow, I'm running Unrealircd 3.2.4.
Here is my situation:
I have 4 servers linked with one hub and 3 leaf servers. In my oper blocks for example I have:
oper bob
{
class clients;
from {
userhost *@*xxx.xxx.xxx.xxx;
};
password "****";
snomask FfgGkcCenNvsqo;
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
services-admin;
can_restart;
can_override;
can_die;
global;
can_addline;
can_setq;
};
};
My problem is that when someone from one of my 3 leaf servers tries to oper, no notices of a failed oper attempt are sent anywhere but to the person who attempted to oper and not throughout the network to IrCops. I have: modes-on-oper "+xwWgsq"; also set.
Thanks for any help.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Be sure you have snomask o

Code: Select all

/mode yournick +s +o
topdog
Posts: 6
Joined: Mon May 29, 2006 3:31 pm

Post by topdog »

Stealth wrote:Be sure you have snomask o

Code: Select all

/mode yournick +s +o
In my above post, I do have snomask o on every oper. Is it possible that all servers have to have snomask o? And also, could I put in the, "modes-on=oper," the o snomask?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Hmmm... then it should be working...
topdog
Posts: 6
Joined: Mon May 29, 2006 3:31 pm

Post by topdog »

oh it's working, but locally not remotely. I checked with all servers and they have the o snomask.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

This may be a bug, looking through logs of a network I am on, I don't see any remote failed oper attempts and I am sure there are.

You should make a report at http://bugs.unrealircd.org
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

I just setup my networks ircds with commandsno and I am having same problem.

The module is ment to notice you when people use commands you specify in the config, but it only notices you when someone on local ircd uses one of the commands, you get no notices when people on other ircds use the commands.
da127
Posts: 15
Joined: Thu Dec 29, 2005 6:06 am

Post by da127 »

Unreal does not send failed oper attempts to remote servers.
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

It only sends it globally if the oper account existed but the wrong password was provided, for other cases (eg: nonexisting oper name) it does not global a message. Supposedly because that's less dangerous and also more common (eg: idiots having their /oper stuff in perform for ALL networks). Or maybe it was unintentional.

In any case, there's a feature request on the bugtracker to correct this, and this is likely to be done in 3.2.6 (3.2.5 is already "closed" and in final testing stage).
Post Reply