They did it again.
I've enabled all possible logs (rawio and debug to yes), nothing appears.
From unrealircd, the services made a ping timeout, from services everything seems alright.
The only third part module I've setted is ns_nethost (I disabled cs_autolimit), I'll look if it could be the culprit but I don't think so.
Any idea will be welcome.
21
on: September 15, 2024, 08:51:21 AM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
22
on: September 09, 2024, 12:11:39 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Hi there,
Since a few weeks, I've a weird thing on my network: the services made netsplit (timeout) but don't notice it, so don't try to reconnect. Quote from: Unreal [Sat Sep 7 09:04:40 2024] avalon.zeolia.chat link.LINK_UNRELIABLE warn: Warning, no response from services.zeolia.chat for 15 seconds Quote from: Anope [Sep 07 09:02:55.933646 2024] Sent: :00B PONG 00B avalon.zeolia.chat The uplink is well configured and works well, the readtimeout is set to 5s and the retrywait to 60s. Anyone has any idea ? Timeout on 127.0.0.1 is quite strange, and services not seeing they are disconnected from server is strange too. |
23
on: August 28, 2024, 04:30:59 AM
|
||
Started by Richard Nichols III - Last post by Rodrigo Fernandes | ||
Hello good evening, I'm having this problem when trying to run on Windows Server 2022 version, I tried several things, changing the folder security, installing outside of Program Files, I tried running cmd administrator and nothing, always the same error!! I'm trying to install version 2.1.7, could someone help?
|
24
on: July 28, 2024, 04:40:47 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Hi there,
I've tried to use sqlite rather than mariaDB with my services, but when I put the up, they can't connect to the ircd (unrealircd): Quote ERROR: Closing Link: [127.0.0.1] (Registration Timeout) So, I rollback my .confs to use mariadb (mysql) and it works like a charm. The sqlite db was well filled (I setted the db_sql::import to true) and there is a really few datas in it (as in the original one). does anyone already enconter this trouble ? |
25
on: June 26, 2024, 04:38:49 AM
|
||
Started by Marisa Giancarla - Last post by Chris P | ||
When trying to start it I get this error: did you try the ./Config cd build make make install done.. |
26
on: June 24, 2024, 05:35:00 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Ok, the solution was smtputf8_enable = no in my postfix.
Thanks @PeGaSuS and @Sadie, you gave me new search ideas |
27
on: June 24, 2024, 04:16:20 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Well, my postfix works fine, it's the receiver which seems to dislike my email when subject has accentued chars.
I'll have a deeper look in postfix (sendmail is just the mailutils tool to enable sendmail with postfix) EDIT I tried adding smtputf8_enable = yes in postfix (works) but the dest servers hates me: Quote 2024-06-24T17:36:31.289265+02:00 myserver postfix/smtp[1588328]: C96862AC1C5B: to=<user@domain.com>, relay=mx1.mail.ovh.net[188.165.36.237]:25, delay=6.5, delays=0.46/0.31/5.8/0, dsn=5.6.7, status=bounced (SMTPUTF8 is required, but was not offered by host mx1.mail.ovh.net[188.165.36.237]) Seems like ovh dislikes utf8 |
28
on: June 24, 2024, 12:58:22 PM
|
||
Started by CrazyCat - Last post by PeGaSuS | ||
Hi!
So far, I had zero issues with msmtp and accented emails. My resetpass email has as subject the following: Code: [Select] reset_subject = "Reposição de palavra-passe | Password reset request" The command file -bi anope.conf states: Code: [Select] text/x-c; charset=utf-8 The only thing I'm doing different (I think) with msmtp is that I'm sending the email through my mail server which is located on another machine (powered by postfix, though), basically acting as a relay but you can also install the msmtp-mta if you want/need. Here's an example of how my .msmtprc looks like: Code: [Select] # Set default values for all following accounts. I've also attached a screenshot that shows that accents are received properly (the code received is already invalidated). NOTE: All configs are from an Ubuntu powered system. |
29
on: June 24, 2024, 12:25:23 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
Small edit:
Code: [Select] crazycat@server:~/services/conf$ file -bi services.conf |
30
on: June 23, 2024, 11:07:56 PM
|
||
Started by CrazyCat - Last post by CrazyCat | ||
My services.conf is utf-8, I use postfix (on localhost) with mailutils to get the sendmail.
Here is my myfile.txt (utf-8 / CRLF) Quote From: admin@zeolia.chatWorks using /usr/sbin/sendmail -t < myfile.txt If I use Nouveau mémo in memo_subject (services.conf) I got the error. But If I use Nouveau memo (without accent) I don't have any trouble. Not that having accentued chars in the body doesn't break the process. I'll try making more tests (apply iconv to my .conf ?) but the only difference I actually can see is that the mail subjects are treated in another way than the bodies. |