Como sei se o-release-upgrade foi concluído com sucesso?

0

Qual é o storyboard de sucesso para um do-release-upgrade ? O que devo ver e isso é documentado em algum lugar?

Eu tenho um servidor doméstico headless rodando o 14.04 no qual eu executei o release do-release.

Inicialmente, foi bombardeado de forma espetacular, com contínua rotação com esse tipo de erro:

Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
Processing triggers for resolvconf (1.78ubuntu4) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
 linux-firmware
 linux-image-4.4.0-66-generic
 linux-image-extra-4.4.0-66-generic
 linux-image-generic
 linux-generic
 initramfs-tools
 console-setup
 apparmor
 mysql-server-5.7
 mysql-server
 ubuntu-minimal
 snap-confine
 snapd
 kbd
 console-setup-linux
Error in function:


*** Send problem report to the developers?

After the problem report has been sent, please fill out the form in the
automatically opened web browser.

What would you like to do? Your options are:
  S: Send report (1.5 MB)
  V: View report
  K: Keep report file for sending later or copying to somewhere else
  I: Cancel and ignore future crashes of this program version
  C: Cancel
Please choose (S/V/K/I/C): S

Atingir o cancelamento, seria uma tentativa alegre de continuar com outros pacotes (eu acho) e, pelo que eu poderia dizer de outros logs, seria erro baseado na falta de espaço em disco em / boot.

Eu retirei o CTRL-C do do-release-upgrade e tentei dpkg --purge um monte de imagens antigas do kernel. Infelizmente, o dpkg estava em um estado inválido e queria que eu executasse configure -a . Mas isso apenas tentaria reconstruir as imagens do kernel e ficar sem espaço de inicialização. Então, eu apaguei manualmente as imagens do kernel, executei a limpeza e executei o comando do-release-upgrade novamente.

Faz um bom tempo por aqui e chega até aqui:

Configurando o sistema

temd (231-9ubuntu3) ...
Installing new version of config file /etc/dbus-1/system.d/org.freedesktop.login1.conf ...
Installing new version of config file /etc/dbus-1/system.d/org.freedesktop.systemd1.conf ...
Installing new version of config file /etc/pam.d/systemd-user ...
Installing new version of config file /etc/systemd/journald.conf ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/resolved.conf ...
Installing new version of config file /etc/systemd/system.conf ...
Installing new version of config file /etc/systemd/user.conf ...
Synchronizing state of ondemand.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ondemand
addgroup: The group 'systemd-journal' already exists as a system group. Exiting.
Removing obsolete conffile /etc/systemd/bootchart.conf ...
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
(Reading database ... 443846 files and directories currently installed.)
Preparing to unpack .../lsb-base_9.20160110ubuntu5_all.deb ...
Unpacking lsb-base (9.20160110ubuntu5) over (9.20160110ubuntu0.2) ...
Setting up lsb-base (9.20160110ubuntu5) ...
(Reading database ... 443846 files and directories currently installed.)
Preparing to unpack .../upstart_1.13.2-0ubuntu34_amd64.deb ...
Unpacking upstart (1.13.2-0ubuntu34) over (1.13.2-0ubuntu21.1) ...
Preparing to unpack .../locales_2.24-3ubuntu2_all.deb ...
Unpacking locales (2.24-3ubuntu2) over (2.23-0ubuntu7) ...
Preparing to unpack .../libc6_2.24-3ubuntu2_i386.deb ...
De-configuring libc6:amd64 (2.23-0ubuntu7) ...
Checking for services that may need to be restarted...
Checking init scripts...
Nothing to restart.
Unpacking libc6:i386 (2.24-3ubuntu2) over (2.23-0ubuntu7) ...
Preparing to unpack .../libc6_2.24-3ubuntu2_amd64.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Nothing to restart.
Unpacking libc6:amd64 (2.24-3ubuntu2) over (2.23-0ubuntu7) ...
Setting up libc6:amd64 (2.24-3ubuntu2) ...
Checking for services that may need to be restarted...
Checking init scripts...
Nothing to restart.

Está aqui há 16 horas e parece estar ocioso. O console não está congelado - eu posso digitar nele e o sistema parece estar bem.

Alguns processos parecem estar se aproximando ...

  PID USER      PRI  NI  VIRT   RES   SHR S CPU% MEM%   TIME+  Command
24942 root       20   0  108M  7992  1160 S  4.7  0.4 52:29.86 @sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
27151 root       20   0  419M 68368  2788 S  0.0  3.3  4:31.70 /usr/bin/python3 /tmp/ubuntu-release-upgrader-cj48xujf/yakkety --mode=server --frontend=DistUp
28496 root       20   0  419M 66472   844 S  0.0  3.2  1:34.74 /usr/bin/python3 /tmp/ubuntu-release-upgrader-cj48xujf/yakkety --mode=server --frontend=DistUp

Parece que está atualizado:

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.10
DISTRIB_CODENAME=yakkety
DISTRIB_DESCRIPTION="Ubuntu 16.10"

Eu acho que estou curioso sobre qual é a saída esperada? Eu nunca tive um dist-upgrade bem-sucedido antes, eu sou um pouco gunshy e me pergunto se eu deveria arriscar reiniciar o meu sistema agora e tê-lo funcionando, ou apenas esperar até ter alguns dias para reconstruir tudo do zero, mais uma vez .

    
por fostandy 28.03.2017 / 01:33

1 resposta

0

sudo dpkg --configure -a

Trabalhei para mim após o congelamento do sistema durante do-release-upgrade .

De man dpkg

   --configure package...|-a|--pending
          Configure  a  package  which  has  been  unpacked  but  not  yet
          configured.  If -a or --pending is given instead of package, all
          unpacked but unconfigured packages are configured.

Após a conclusão bem-sucedida do do-release-upgrade, o comando dpkg não retorna nenhuma resposta.

    
por here 14.06.2017 / 03:43