#2914 closed task (fixed)
cannot access 'mapserver' OSGeo7 container after reboot
Reported by: | Jeff McKenna | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sysadmin Contract 2023-I |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
- logged into 'mapserver' container on osgeo7 (through usual proxyjump/hop)
- rebooted 'mapserver' container
- system didn't seem to come up (as https://demo.mapserver.org also isn't available)
- now cannot login to 'mapserver' container
- however I can login/hop onto other containers
Change History (3)
comment:1 by , 20 months ago
Milestone: | Unplanned → Sysadmin Contract 2023-I |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 20 months ago
I also noticed systemctl status showed degraded and sudo systemctl list-units --state failed showed below failed
systemd-journald-audit.socket
so I disabled these, same ones that cause issues with bullseye (just in case)
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
and then rebooted again. Came back fine.
comment:3 by , 20 months ago
Thank-you for tackling this @robe, really appreciated. (all's well again)
Note:
See TracTickets
for help on using tickets.
For some reason it didn't start back up on it's own.
After starting it I ran:
Looks like it also installed php8.2 for some reason, and updated PHP 8.1. But it did come back on it's own this time and demo site is up.