Fallo inestable de Debian

Fallo inestable de Debian

Debian inestable, ejecutándose en un contenedor nspawn en Debian Jessie, falló.

Sobre el anfitrión:

$ sudo systemctl status systemd-nspawn@unstable-srv[email protected] - Container unstable-srv
   Loaded: loaded (/lib/systemd/system/[email protected]; enabled)
   Active: failed (Result: exit-code) since Wed 2017-05-31 15:02:51 BST; 6h ago
     Docs: man:systemd-nspawn(1)
 Main PID: 15693 (code=exited, status=1/FAILURE)

May 31 15:02:51 brick systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
May 31 15:02:51 brick systemd[1]: Unit [email protected] entered failed state.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

Diario dentro del contenedor. Los últimos mensajes de registro provienen de actualizaciones desatendidas (con necesidad de reiniciar en modo automático):

May 31 14:02:44 unstable-srv apt.systemd.daily[4911]: Restarting services...
May 31 14:02:44 unstable-srv apt.systemd.daily[4911]:  systemctl restart apt-cacher-ng.service console-getty.service cron.service
May 31 14:02:44 unstable-srv systemd[1]: Stopping Regular background program processing daemon...
May 31 14:02:44 unstable-srv systemd[1]: Stopping Console Getty...
May 31 14:02:44 unstable-srv systemd[1]: Stopping Apt-Cacher NG software download proxy...
May 31 14:02:45 unstable-srv cron[7230]: (CRON) INFO (pidfile fd = 3)
May 31 14:02:44 unstable-srv systemd[1]: Stopped Regular background program processing daemon.
May 31 14:02:45 unstable-srv cron[7230]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
May 31 14:02:44 unstable-srv systemd[1]: Stopped Console Getty.
May 31 14:02:44 unstable-srv systemd[1]: Started Console Getty.
May 31 14:02:45 unstable-srv systemd[1]: Started Regular background program processing daemon.
May 31 14:02:45 unstable-srv systemd[1]: Stopped Apt-Cacher NG software download proxy.
May 31 14:02:45 unstable-srv systemd[1]: Starting Apt-Cacher NG software download proxy...
May 31 14:02:45 unstable-srv apt-cacher-ng[7231]: WARNING: No configuration was read from file:sfnet_mirrors
May 31 14:02:45 unstable-srv systemd[1]: Started Apt-Cacher NG software download proxy.
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]: Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]: Services being skipped:
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]:  systemctl restart apt-daily.service
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]:  /etc/needrestart/restart.d/dbus.service
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]:  systemctl restart systemd-journald.service
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]:  systemctl restart systemd-logind.service
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]: Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]: No containers need to be restarted.
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]: Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment
May 31 14:02:45 unstable-srv apt.systemd.daily[4911]: No user sessions are running outdated binaries.
May 31 14:02:46 unstable-srv apt.systemd.daily[4911]: All upgrades installed
-- Reboot --
May 31 20:41:49 unstable-srv systemd-journald[13]: Journal started

Las marcas de tiempo aquí se alinean como era de esperar: no he configurado la zona horaria dentro del contenedor, por lo que las marcas de tiempo tienen una diferencia de exactamente una hora.

  1. ¿Hay algo más que deba buscar?
  2. ¿Esto sugiere algún registro/monitoreo adicional que sería útil para ayudar a depurar tales problemas?
  3. ¿A alguien le resulta familiar el accidente?

EDITAR1:

actualizaciones-desatenidas-0.93.1+nmu1
needrestart-2.11-3

sistemad-232-24,la actualización que se muestra en este registro toma systemd de 232-23 a 232-24(según dpkg.log)

EDITAR2:

Se intentó reproducir degradando los componentes de systemd a 232-23 (usando pruebas de Debian) y luego volviendo a activar manualmente apt-daily.service. Se actualizó correctamente, pero no volvió a bloquear el contenedor.

También lo instalé apt-listchangesahora para registrar información sobre las actualizaciones cuando se instalen.

información relacionada