Strange Warning Message at start from UnrealIRCD 323

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
SaphirJD
Posts: 4
Joined: Sat Dec 03, 2005 9:49 pm
Location: Austria
Contact:

Strange Warning Message at start from UnrealIRCD 323

Post by SaphirJD »

Hi @ll :)

I have following problem:

When i start Unrealircd in kombination with Anope i get the following warning:

=== *** Notice -- WARNING: Remote doesnt have link::options::zip set. Compression disabled.
=== *** Notice -- (link) Link sjd.myftp.org -> services.sjd.myftp.org[@192.168.1.1.1443] established
=== *** Notice -- Link services.sjd.myftp.org -> sjd.myftp.org is now synced [secs: 0 recv: 1.470 sent: 2.237]

And i cannot find out what that means... Perhaps one of you can help me ;)

Thank you :)

SaphirJD
SaphirJD
Posts: 4
Joined: Sat Dec 03, 2005 9:49 pm
Location: Austria
Contact:

Post by SaphirJD »

And anoterh question too...

What must i configure to geht the global IRC Operator Status? Or Service Operator? How can i get all the rigths for my IRC Network?

Somebody can help me? Please?

SaphirJD
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

1. You can't use the zip option to link to services.
2. You need to oper yourself first. Add an oper block http://www.vulnscan.org/UnrealIRCd/unre ... #operblock and login (/oper <login> <password>).
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
SaphirJD
Posts: 4
Joined: Sat Dec 03, 2005 9:49 pm
Location: Austria
Contact:

Post by SaphirJD »

Thanks it worked :)
but ther is a last question... but if i try to get a user an automatical sop status with the command
/chanserv ACCESS <#channel> ADD <nick> Levelnumber
i get the following message....

ChanServ - You can't use this command.
ChanServ - Use the AOP, SOP and VOP commands instead.
ChanServ - Type /msg ChanServ HELP command for more information.

Whats wrong with that?

SaphirJD

And one question.... in the oper settings
oper <name> {
from {
userhost <hostmask>;
userhost <hostmask>;

i have entered in the user host *,

How can i find out what real host i have?
Last edited by SaphirJD on Sun Dec 04, 2005 2:04 pm, edited 1 time in total.
sChutt
Posts: 48
Joined: Mon Mar 07, 2005 8:20 pm

Post by sChutt »

To add someone to auto-sop u type:

/msg chanserv sop <chan> add <nick>

My Anope responds:
15:03:29 04/12/2005 [ ChanServ ] Syntax: SET channel XOP {ON | OFF}
15:03:29 04/12/2005 [ ChanServ ]
15:03:29 04/12/2005 [ ChanServ ] Enables or disables the xOP lists system for a channel.
15:03:29 04/12/2005 [ ChanServ ] When XOP is set, you have to use the AOP/SOP/VOP
15:03:29 04/12/2005 [ ChanServ ] commands in order to give channel privileges to
15:03:29 04/12/2005 [ ChanServ ] users, else you have to use the ACCESS command.
15:03:29 04/12/2005 [ ChanServ ]
15:03:29 04/12/2005 [ ChanServ ] Technical Note: when you switch from access list to xOP
15:03:29 04/12/2005 [ ChanServ ] lists system, your level definitions and user levels will be
15:03:29 04/12/2005 [ ChanServ ] changed, so you won't find the same values if you
15:03:29 04/12/2005 [ ChanServ ] switch back to access system!
15:03:29 04/12/2005 [ ChanServ ]
15:03:29 04/12/2005 [ ChanServ ] You should also check that your users are in the good xOP
15:03:29 04/12/2005 [ ChanServ ] list after the switch from access to xOP lists, because the
15:03:29 04/12/2005 [ ChanServ ] guess is not always perfect... in fact, it is not recommended
15:03:29 04/12/2005 [ ChanServ ] to use the xOP lists if you changed level definitions with
15:03:29 04/12/2005 [ ChanServ ] the LEVELS command.
15:03:29 04/12/2005 [ ChanServ ]
15:03:29 04/12/2005 [ ChanServ ] Switching from xOP lists system to access list system
15:03:29 04/12/2005 [ ChanServ ] causes no problem though.
So if you want to use access lists vs xOP, u have to:

/msg chanserv set <channel> XOP OFF

- sChutt
SaphirJD
Posts: 4
Joined: Sat Dec 03, 2005 9:49 pm
Location: Austria
Contact:

Post by SaphirJD »

Everything works fine now :)
But when i end the anope process regulary I get this error mesage :/

PANIC! waiting=-4 (Segmentation fault)
Backtrace: not available on this windows
Services terminating on signal 11

And i cannot resolve it.... if i change the ports i get the following message:

*** LocOps -- Link denied for services.sjd.myftp.org([email protected]) (Username 'unknown' didn't match 'SaphirJD') [@192.168.1.1.2337]

Can i send one of you my configs to take a look at it? I don't know what can i do more Sad

What should i do? Sad

Here the parts from my confs...

Anope:

RemoteServer sjd.myftp.org 6667 "thepassword"
ServerName "services.sjd.myftp.org"
ServiceUser "[email protected]"

Unrealirc:

admin {
"SaphirJD";

oper SaphirJD {
class clients;
from {
userhost [email protected];
userhost [email protected];
userhost [email protected];

listen sjd.myftp.org:6667
{
options
{
clientsonly;
};
};

listen *:8067;
listen *:6667;

link services.sjd.myftp.org
{
username *;
hostname 127.0.0.1;
bind-ip SaphirJD;
port 6667;
hub *;
password-connect "thepassword";
password-receive "thepassword";
class servers;
options {
nohostcheck;
/* Note: You should not use autoconnect when linking services */
zip;

ulines {
services.sjd.myftp.org;
stats.sjd.myftp.org;

And no matter what i try to change... i get this ugly message back :/
Locked