[SAC] [OSGeo] #2914: cannot access 'mapserver' OSGeo7 container after reboot

#2914: cannot access 'mapserver' OSGeo7 container after reboot
---------------------------+-----------------------
Reporter: Jeff McKenna | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Keywords:
---------------------------+-----------------------
- 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
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2914&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2914: cannot access 'mapserver' OSGeo7 container after reboot
---------------------------+---------------------------------------
Reporter: Jeff McKenna | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone: Sysadmin Contract 2023-I
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------------------------
Changes (by robe):

* status: new => closed
* resolution: => fixed
* milestone: Unplanned => Sysadmin Contract 2023-I

Comment:

For some reason it didn't start back up on it's own.

After starting it I ran:

{{{
apt update
apt upgrade
reboot
}}}

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.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2914#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2914: cannot access 'mapserver' OSGeo7 container after reboot
---------------------------+---------------------------------------
Reporter: Jeff McKenna | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone: Sysadmin Contract 2023-I
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------------------------
Comment (by robe):

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.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2914#comment:2&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2914: cannot access 'mapserver' OSGeo7 container after reboot
---------------------------+---------------------------------------
Reporter: Jeff McKenna | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone: Sysadmin Contract 2023-I
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------------------------
Comment (by Jeff McKenna):

Thank-you for tackling this @robe, really appreciated. (all's well again)
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2914#comment:3&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.