"Server doesn't exist"
Jack L.
xxjack12xx at doramail.com
Sat Dec 25 22:01:31 EST 2004
What version of hybrid and what are the server names?
----- Original Message -----
From: newiceman at desk.by
To: hybrid at lists.ircd-hybrid.org
Subject: "Server doesn't exist"
Date: Sat, 25 Dec 2004 11:23:38 -0800 (PST)
>
> Hi
>
> We got a problem. Sometimes one of small servers of our network starts to
> kill _all_ users with the message "Server doesn't exist". I looked at
> source code, it seems like server begins to register new remote client
> from other server, but it can not find remote server for some reasons(?)
> in internal records. So it thinks that this server doesn't exist and
> starts killing client(hybrid7):
>
> src/s_user.c/register_remote_user():
>
> source_p->servptr = find_server(user->server);
>
> if (source_p->servptr == NULL)
> {
> sendto_realops_flags(FLAGS_ALL, L_ALL,"Ghost killed: %s on invalid
> server
> source_p->name, source_p->user->server);
>
> kill_client(client_p, source_p, "%s (Server doesn't exist)",
> me.name);
>
> /* XXX */
> SetKilled(source_p);
> return exit_client(NULL, source_p, &me, "Ghosted Client");
> }
>
> ----------------
>
> Are there any ways to fix or prevent this ?
>
> Thanks.
~Jack~
--
_______________________________________________
Get your free email from www.doramail.com with 30 Megs of disk space in webhosting and e-mail storage!
Powered by Outblaze
More information about the hybrid
mailing list