Começou sem espaço deixado no dispositivo, teve que aumentar o tamanho da raiz e do usr. Eu também limpei / boot. Mas agora ainda tenho problemas para consertá-lo.
Parece haver algum lixo deixado em algum lugar que perturba o manuseio da embalagem.
Para começar .. Eu tentei instalar o kurento, mas isso depende do cabeçalho linux do kernel 4.4.0-131. Então eu tentei atualizar o sistema, mas foi interrompido em "nenhum espaço deixado no dispositivo". Felizmente estou usando o LVM, então foi fácil. Mas depois disso eu não posso mais atualizar o sistema, eu sempre recebo a mensagem "Erro Interno: Não foi possível encontrar a imagem (/boot/vmlinuz-4.4.0-131-generic)"
Aqui está uma impressão do comando apt-get -f install ..
larand@silver:~$ sudo apt-get -f install
[sudo] password for larand:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-4.4.0-131-generic (4.4.0-131.157) ...
Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)
dpkg: error processing package linux-image-4.4.0-131-generic (--configure):
subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-image-extra-4.4.0-131-generic:
linux-image-extra-4.4.0-131-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.
dpkg: error processing package linux-image-extra-4.4.0-131-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.
linux-image-generic depends on linux-image-extra-4.4.0-131-generic; however:
Package linux-image-extra-4.4.0-131-generic is not configured yet.
dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.4.0.131.137); however:
Package linux-image-generic is not No apport report written because the error message in dicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report writ ten because MaxReports is reached already
configured yet.
dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-4.4.0-131-generic
linux-image-extra-4.4.0-131-generic
linux-image-generic
linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Tentei isto:
larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0-131-157
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-4.4.0-131-157
E: Couldn't find any package by glob 'linux-image-4.4.0-131-157'
E: Couldn't find any package by regex 'linux-image-4.4.0-131-157'
larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0.131-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-image-4.4.0-131-generic' for regex 'linux-image-4.4.0.131-generic'
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for linux-image-4.4.0-131-generic:amd64
larand@silver:~$
Tags linux-kernel