Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#2900 closed task (fixed)

scping to upload.osgeo.org seems to be timing out

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2023-I
Component: SysAdmin Keywords:
Cc:

Description


Change History (3)

comment:1 by robe, 16 months ago

Issue seems to be with the systemd-logind.service.

comment:2 by robe, 16 months ago

Resolution: fixed
Status: newclosed

I ended up making the same change as I had done to grass. Namely disabling or masking all these services that couldn't start

systemctl disable binfmt-support.service
systemctl disable systemd-networkd-wait-online.service
systemctl disable systemd-journald-audit.socket
systemctl mask modprobe@drm.service 
systemctl mask systemd-logind.service  
systemctl disable systemd-networkd.service
systemctl disable systemd-resolved.service
systemctl mask systemd-journald-audit.socket
systemctl disable systemd-networkd.socket

The binfmt-support one didn't seem to be running at all. So I think its maybe something that got upgraded and lxc is just blocking these cause they aren't needed for containers, but since sshd relied on at least systemd-logind seemed like it was waiting for it to start before ignoring it.

comment:3 by robe, 16 months ago

I'm assuming this is some resent change on bullseye.

hop3.osgeo.org doesn't have the issue, but then I noticed, I must have missed updating that one to bullseye (still on buster).

osgeo4, osgeo9 all had the issue

running

sudo systemctl list-units --failed

on them showed the same stopped services and running the above fixed them.

strangely osgeo8 seems fine. No failed service and it is running bullseye. But I suspect maybe as part of my bullseye image, I had disabled all of these because all these services are already disabled on it and I had this slowness issue before when upgrading busters.

I thought I had build osgeo9 from the same image, but looks like that was built from my old debian buster hop image and osgeo8 hop is the only one that freshly started as bullseye.

Note: See TracTickets for help on using tickets.