[02:17] JanC: After I restarted the Amavis service it instantly started passing along emails again, and flushing the postfix queue led to the mail system instantly tossing all the ones that had been building up in the queue into the respective mailboxes. Luckily indeed nothing is actually getting lost, but this is a rather unsettling quiet failure condition . . . [02:18] I've added a mailq check to the icinga2 monitoring setup I use so I can notice (without relying on email, heh) when this happens, but alas I'm no closer yet to figuring out why it's happening . . . [02:28] have you considered https://rspamd.com/comparison.html [02:34] Find out why Mavis died [02:34] Amvis [02:34] Amavis* [02:35] cryptodan_mobile: The problem in my case is, Amavis doesn't even appear to have died; it just mysteriously isn't responding to requests. The service status, and even the output of `ps`, give the impression everything's still A-OK, with no indication otherwise . . . [02:36] Check mail.log [02:37] strace it [02:37] perf top it [03:09] cryptodan_mobile: mail.log doesn't give any indication at all as to why amavis isn't actually responding, it only shows that it isn't; there's no indication otherwise of amavis going wrong, no lines claiming it's shutting down, etc etc. [03:09] sarnold: Yeah it's getting to the point of having to dig that deep, alas I'm pretty inexpert at that level. [03:10] I guess now's the time to start finally learning ;) [03:15] Well, "now" as in the near future, it's now the Friday evening that I start my Christmas holidays, heh [15:06] keithzg[m]: could pastebin the log line showing amavis not working === TheHonorableKitt is now known as ThKitten [19:38] cryptodan_mobile: As I wrote above, this time around the log line for each mail not being able to exit Postfox's queue was `(delivery temporarily suspended: conversation with 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting)`. The previous time it was instead `delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)`, which more directly pointed to amavis [19:38] being the problem. Those lines, and that the postfix queue was visibly filling up with mail thus not being delivered, were the extent of evidence of anything going wrong that I could find. [19:40] hi! what's the situation of php5 in Ubuntu 14.04 LTS trusty? (" Sorry, I don't know anything about php5") [19:42] mostly, will it receive security updates next year? [19:42] s:will it:which versions will: [19:47] are you planning to go into ESM? otherwise anytime is a good time to migrate off 14.04 which reach EOL in april. [19:47] That means that amavis died and was no longer running. A few lines up from that should be a reason why keithzg[m] [19:49] anything that buys me time on upgrading my ancient web app makes my christmas holidays better. :) [19:49] Sven_vB: ^ other than that i'm also interested in an answer to your question, but (a) you're more likely to get this during the week, (b) with no answer i'd expect that anything "ubuntu-support-status" on a fully patched system lists as supported is supported. [19:52] wow, ubottu says ESM is available even for 12.04 :D [19:53] until arpil, yes [19:56] that's better than nothing. :) thanks! [19:56] cryptodan_mobile: Sure wasn't anything else listing anything that gave any indication in that log that amavis had died. And as aforementioned, `ps` showed it still running, as did the service status and journal. [19:56] tomreyn: Just an update... They don't care (In RE: OVH) [19:56] Right now the only way I've figured out to restart or reload networking is to restart the server after modifying interfaces [19:57] As for rsyslog, their response was that it's as minimal as possible [19:57] They didn't comment on the fact that this template is for 12.04.0 [19:57] er, 16.04.0 [19:59] NyanCat: a pity. but that's a common approach with hosters offering hosted arm hardware. maybe the arm64 situation is or may get better, but i'm not certain. [20:00] I'm under the impression they had a Kernel issue that essentially crippled the outbound traffic rate to 50Mbps [20:00] Which is now resolved [20:00] The issue with OVH ARM servers is that they're essentially EOL, they only built so many and they have no plans to produce anymore [20:01] My guess is because of this logic, they just don't give a shit [20:01] "resolved" by use of an outdated custom kernel which will never get updates? [20:01] and whatever happens happens [20:04] ilyad's (online.net) scaleway brand offers arm64, might be worth a try [20:05] why isn't apt-transfer-https installed [20:05] why OVH [20:06] I'm playing around to see if I can get updates on this server\ [20:10] tomreyn: looks like you can get updates for this arch by adding xenial-security and xenial-updates to the sources.list file [20:10] I'm going based on http://ports.ubuntu.com/ubuntu-ports/dists/ [20:11] NyanCat: of course you can. will it break the server? idk. [20:11] we're about to find out [20:12] also it may be better to reinstall if you already decided you dont trust their images. i never do. [20:13] I'm not using this server for anything critical [20:13] so I [20:13] * so I'm just screwing around to get it to work properly at this momnet [20:20] Just finished updating the server, issued reboot [20:20] Let's see if we get back online or not [20:21] oh hey, tomreyn [20:21] Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.9.124-armada375 armv7l) [20:22] I got in, looks like nothing's broken so far, and now the system is a tad more secure [20:25] the kernel isnt, i suppose [20:25] "cat /proc/version" says what? [20:27] Linux version 4.9.124-armada375 (root@ns3034447.ip-51-255-90.eu) (gcc version 5.3.1 20160413 (Ubuntu/Linaro 5.3.1-14ubuntu2) ) #1 SMP Mon Sep 3 19:18:09 CEST 2018 [20:28] oh, sep 3, that's not as old as i assumed [20:28] but its not an ubuntu kernel, and i assume you dont know how it was built [20:28] If I had to guess, I would say by OVH [20:28] based on the hostname of the build box [20:29] which is kinda bad because I specifically said to use the distribution kernel and not OVH's special kernel when I imaged the machine [20:29] But eh, if it works it works I suppose [20:30] grub prefers the highest kernel version by default. ubuntu 16.04 comes with 4.4.0 [20:30] but then it's probably not a grub boot anyways [20:31] that's a negative [20:33] ran `dpkg -l grub*` which returned no results [20:34] well, it's ARM [20:38] but yeah, I did check in the repos and the kernel i'm running appears to be the latest available for armada [20:39] which repository is it from? [20:40] APT-Sources: http://last.public.ovh.hdaas.snap.mirrors.ovh.net/ubuntu xenial/main armhf Packages [20:40] OVH's own, go figure [20:43] upstream long term support for 4.9 is at 4.9.147, yours at 4.9.124, changelog is https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.147 [20:44] diff https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/?id=v4.9.147&id2=v4.9.124&dt=2 [20:44] looks like yours lacks spectre fixes [20:46] you could see what this reports https://github.com/speed47/spectre-meltdown-checker [20:49] reports vulnerable to spectre [20:49] :D [21:32] so you might want to try to upgrade to a newer kernel actually. but then this may also require firmware patches. [21:33] i guess i'd contact support and tell them you dont like what they sold you. [21:35] (and that they should be letting systems in configurations which are insecure out of thee box, and difficult, if at all posibble, to secure) [23:16] Time to leave 14.04 and upgrade to 18.04.1 on Digital Ocean. Fresh install. Here goes nothing.