On 2023-01-20 09:34 -0700, Charles Curley wrote: > On Fri, 13 Jan 2023 11:52:29 -0700 > Charles Curley <[email protected]> wrote: > >> That suggests there's something wrong with >> the way systemd is starting postfix. I will look into that later >> today. > > Not quite "later today", but: > > A bit of thinking about it, and I realized that the computer in > question is an ancient 686 with very limited RAM, physical and swap. So > I experimented with watching the startup using htop. That got me > thinking that maybe the start timeout was too short. > > I edited [email protected], like so: > > systemctl edit [email protected] > > and added a line to the end of the [service] stanza: > > TimeoutSec=360
It seems that postfix's startup time has greatly regressed, on my laptop there are very long delays both at boot: ,---- | $ systemd-analyze blame | head -n1 | 33.340s [email protected] `---- as well when restarting postfix: ,---- | $ time sudo systemctl restart postfix.service | sudo systemctl restart postfix.service 0,06s user 0,03s system 0% cpu 38,611 total `---- Clearly something fishy is going on here. Cheers, Sven

