Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Invalid or incomplete multibyte or wide character (error num: 84)  (Read 12126 times)

0 Members and 1 Guest are viewing this topic.

Stoebi

  • Anope User
  • Offline Offline
  • Posts: 7

Hello

OS: [Linux v31908 2.6.9-023stab043.1-smp #1 SMP Mon Mar 5 16:35:19 MSK 2007 x86_64 x86_64 x86_64 GNU/Linux=2309
Used anope version: 1.7.18-svn (1243)
Used unrealicd32 version: 3.2.6 (2234)

Since this morning, anope crashs my unrealircd. I don't know why, because i've changed nothing. Really nothing:
The most errors i read from the log file:
Read error from server: Invalid or incomplete multibyte or wide character (error num: 84)
Sometimes:
Read error from server: Connection reset by peer (error num: 104)

I've revompiled the stable and then now the newest trunk of anope. Same problems :(

Any ideas? Password are both the same etc.


Regards, Stoebi
Logged

katsklaw

  • Guest
(No subject)
« Reply #1 on: June 02, 2007, 01:34:04 PM »

Try restarting the computer. Error 84(EILSEQ) is an OS based error.
Logged

Stoebi

  • Anope User
  • Offline Offline
  • Posts: 7
(No subject)
« Reply #2 on: June 02, 2007, 11:55:14 PM »

Did not solve the problem (VPS stop, VPS start - only this way is possible => vServer).

anope and unrealircd32 runs on a .net server, and there are no problems. But since yesterday the .de irc server let crash the .net server (unrealircd with anope).
Both server alone without anope are synced. If i start anope, some seconds later, unrealircd and anope quits.

The log file:
http://neutral.gmxhome.de/services.zip

ms_rsend module has a trying to load error, too.


Which server is the problem? the .net or .de server?


Kind Regards, Stoebi
Logged

katsklaw

  • Guest
(No subject)
« Reply #3 on: June 03, 2007, 12:51:13 AM »

Quote
Originally posted by Stoebi
anope and unrealircd32 runs on a .net server, and there are no problems. But since yesterday the .de irc server let crash the .net server (unrealircd with anope).
Both server alone without anope are synced. If i start anope, some seconds later, unrealircd and anope quits.


This sounds like one of the servers are not compiled/linked as a hub.

Quote

The log file:
http://neutral.gmxhome.de/services.zip


This file doesn't exist

Quote

ms_rsend module has a trying to load error, too.


ignore it
Logged

Stoebi

  • Anope User
  • Offline Offline
  • Posts: 7
(No subject)
« Reply #4 on: June 03, 2007, 12:57:19 AM »

Hi,

thank you very much for your answer.

Both setup.h files using these lines:
/* Define if you want to compile as a hub */
#define HUB 1

.conf .net:
Code: [Select]

link            irc.x.de
{
username *;
hostname xx.xx.xx.xx;
bind-ip *;
port 6668;
hub             *;
password-connect "xxxxxxxx";
password-receive "xxxxxxxx";
class           servers;
/* options {
autoconnect;
ssl;
zip;
}; */
};


.conf .de:
Code: [Select]

link            irc.x.net
{
username *;
hostname yy.yy.yy.yy;
bind-ip *;
port 6668;
hub             *;
password-connect "xxxxxxxx";
password-receive "xxxxxxxx";
class           servers;
options {
autoconnect;
};
}


But I've nothing changed before. Both servers are worked before since 2003 with anope installed. Since yesterday goes something wrong.


services.zip is up, sorry.


Regards, Stoebi


[Edited on 3-6-2007 by Stoebi]
Logged

katsklaw

  • Guest
(No subject)
« Reply #5 on: June 03, 2007, 01:24:53 AM »

services also needs to be setup as a hub in it's link block.
Logged

katsklaw

  • Guest
(No subject)
« Reply #6 on: June 03, 2007, 01:32:23 AM »

that services log is mostly useless, it contain no info about your second server connecting and services interacting with it. It shows a successful connection to irc.x.net, but nothing else significant.
Logged

Stoebi

  • Anope User
  • Offline Offline
  • Posts: 7
(No subject)
« Reply #7 on: June 03, 2007, 01:34:24 AM »

unrealircd.conf .de:
Code: [Select]

ulines {
services.x.net;
stats.x.net;
};


unrealdircd.conf .net:
Code: [Select]

link            services.x.net
{
username *;
hostname xx.xx.xx.xx;
bind-ip *;
port 6669;
hub             *;
password-connect "xxxxxxxx";
password-receive "xxxxxxxx";
class           servers;
/* options {
autoconnect;
ssl;
zip;
}; */
};

link            irc.x.de
{
username *;
hostname yy.yy.yy.yy;
bind-ip *;
port 6668;
hub             *;
password-connect "xxxxxxxx";
password-receive "xxxxxxxx";
class           servers;
/* options {
autoconnect;
ssl;
zip;
}; */
};

ulines {
services.x.net;
stats.x.net;
};


unrealircd.log .de:
Code: [Select]

[Sun Jun  3 00:22:54 2007] - SERVER services.x.net
[Sun Jun  3 00:22:54 2007] - SQUIT irc.x.net (Client exited)

Sorry, that's all :(

But, what can i do?


Regards, Stoebi

[Edited on 3-6-2007 by Stoebi]

[Edited on 3-6-2007 by Stoebi]
Logged

katsklaw

  • Guest
(No subject)
« Reply #8 on: June 03, 2007, 02:47:58 AM »

I can't do anything further until you give me a debug log showing what happens when irc.x.net and irc.x.de link while services is running.
Logged

Stoebi

  • Anope User
  • Offline Offline
  • Posts: 7
(No subject)
« Reply #9 on: June 03, 2007, 07:40:54 AM »

How can i realize that? I thought, ./services -nofork -debug is enough?


Regards, Stoebi
Logged

katsklaw

  • Guest
(No subject)
« Reply #10 on: June 03, 2007, 01:54:37 PM »

start irc.x.net, then link services to it in debug mode, then start irc.x.de .. then look at the logs .. it's very simple.
Logged

Stoebi

  • Anope User
  • Offline Offline
  • Posts: 7
(No subject)
« Reply #11 on: June 03, 2007, 08:54:04 PM »

Hello

Without changes both server are up again. I think the .de ircd was the problem, but next time i know what i should do (debug).

Thank you very much for your time. :)


Kind Regards,

Stoebi
Logged
Pages: [1]   Go Up