-
Anhydrous
I use plaintext
-
Amolith
you use plaintext? i use paper
-
Amolith
the packets sent back and forth go through the USPS
-
Anhydrous
Amolith: i respect your adherence to tradition
-
Anhydrous
Amolith: i am also a big fan of using fountain pens
-
Amolith
I have a few 👌️
-
Anhydrous
That's awesome!
-
Anhydrous
My daily driver is a lamy2k
-
christian
what's the problem with RSA?
-
xorman
nothing, just long keys
-
tom
> not using IPoCP
-
rob
> it almost sounds like a routing issue from your server How can I look at that? I tried things like ping which work.
-
Martin
mimi89999: Something wrong with your biboumi?
-
Martin
25.05.21 13:00:22 - Error from irc.gnome.org@biboumi.lebihan.pl: Component unavailable 25.05.21 13:00:23 - Error from irc.freenode.net@biboumi.lebihan.pl: Component unavailable 25.05.21 13:00:23 - Error from irc.gnome.org@biboumi.lebihan.pl: Component unavailable 25.05.21 13:00:23 - Error from irc.freenode.net@biboumi.lebihan.pl: Component unavailable 25.05.21 13:00:23 - Error from irc.gnome.org@biboumi.lebihan.pl: Component unavailable 25.05.21 13:00:23 - Error from irc.freenode.net@biboumi.lebihan.pl: Component unavailable
-
mimi89999
Martin: No, just a reboot
-
mimi89999
But I will check
-
Martin
Ok
-
mimi89999
Should be OK now
-
Martin
thx
-
mimi89999
Biboumi is starting just after Prosody, but Prosody is not accepting connections yet, so Biboumi exits.
-
pep.
fwiw I have the following in my service file: [Service] [..] Restart=always RestartSec=3s
-
pep.
In an override exactly, so that it doesn't conflict with the one provided by the distribution
-
pep.
dunno if it's worth fixing in biboumi. I don't remember the reason this behaviour got in in the first place
-
pep.
https://lab.louiz.org/louiz/biboumi/-/issues/3363
-
moparisthebest
mimi89999, pep. , you can just put a After=prosody.service in your biboumi service file
-
pep.
moparisthebest, that doesn't mean prosody is ready to accept components, even though it's quite likely
-
moparisthebest
true, that's not the only problem with the biboumi server file either, I had to remove the systemd watchdog stuff
-
moparisthebest
sometimes biboumi wouldn't respond fast enough and systemd would just restart it, sometimes only once a month, sometimes multiple times a day
-
diane
moparisthebest, Hi I was having a problem with boboumi where i'd get many reconnects from oftc, it sounds plausible that my problem was biboumi getting restarted a bunch...
-
diane
There's something in the .service file I could change?
-
moparisthebest
diane, if you do `systemctl edit biboumi` this is what I have in there: ``` [Unit] After=prosody.service [Service] Type=simple ExecReload=/usr/bin/true WatchdogSec=0 ```
-
moparisthebest
by default it's: ``` [Service] Type=notify ExecReload=/bin/kill -s USR1 $MAINPID ``` which is the problem...
-
diane
ah ok....
-
diane
what about upping WatchdogSec a bunch? maybe something like 300 or 600 seconds?
-
moparisthebest
you could, I was fed up :)
-
diane
I was too. I stopped biboumi while waiting for time to figure out what was wrong
-
diane
Out of curiosity are there any xmpp to matrix bridges?
-
moparisthebest
I've never had problems from doing this, it stays running for months without issue
-
moparisthebest
re matrix bridges I've heard of bifrost but almost nothing but bad things :D
-
diane
Fair enough...
-
diane
Thank you for the hint about biboumi
-
diane
oh wow, i just looked up bifrost. I too have heard many poor things about libpurple
-
Araucaria
diane: be careful with bifrost, you cannot leave once joined https://github.com/matrix-org/matrix-bifrost/issues/53
-
moparisthebest
it's the hotel california of bridges
-
Araucaria
Your full jid is also disclosed with bifrost
-
diane
yuck. i already get enough carder spam
-
moparisthebest
diane: I haven't since I started blocking messages with Cyrillic characters lol
-
diane
Ooh... that'd be useful... how did you do that?
-
pep.
I don't remember which platform asks in their webmail settings what languages you want to let through so that they don't automatically get filtered
-
diane
the downside of adding my family to my xmpp server is now i feel worse if i break it by messing with the prosody firewall module
-
moparisthebest
yea I recently set up another server to play around with for that reason...
-
moparisthebest
diane: ``` %PATTERN cyrillicchar: [\208-\212][\128-\191] %SEARCH body: body# COUNT: cyrillicchar in body > 10 DROP. ```
-
diane
Oh thank you! moparisthebest
-
tom
» <diane> the downside of adding my family to my xmpp server is now i feel worse if i break it by messing with the prosody firewall module i use and rely on my home server for my daily communication. email too. If it's down it's my problem
-
tom
i don't have 99.9999% uptime and no HA-failover, but it's stable enough
-
tom
for my usage and my family/friends
-
diane
I do enjoy being able to do something if it's broken as opposed to the sitting around waiting for someone else to fix it
-
tom
however i do have monitoring and automatic health checking+ forced restart
-
tom
if a healthcheck fails it dumps ring debug log ringbuffer and forces a restart of the daemon
-
tom
that's provided by OpenRC-supervisory
-
diane
ah ok....
-
tom
it's really nice
-
tom
it has just the good parts of systemd, but implemented in a sane and simple way that doesn't break all interop and posix compat, unlike soystemd
-
diane
heh.
-
tom
you can override any function if you need to just by specifying a subroutine in the openrc-run shell
-
tom
https://raw.githubusercontent.com/OpenRC/openrc/master/supervise-daemon-guide.md