
Quando executo sudo apt-get upgrade
, recebo esta saída:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-18-amd64
E: /usr/share/initramfs-tools/hooks/fuse failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.1.0-18-amd64 with 1.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Primeiro usei o Ubuntu. Achei que talvez o problema fosse o sistema operacional, então mudei para o Debian. Todos sudo apt-get
os comandos relacionados falham devido a este erro.
Minha máquina tem armazenamento suficiente (3 TB) e uso apenas cerca de 1% dele.
@Stéphane Chazelas Aqui está o resultado de df -T / /tmp /boot
:
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/nvme1n1p2 ext4 1920224544 377924596 1444684128 21% /
/dev/nvme1n1p2 ext4 1920224544 377924596 1444684128 21% /
/dev/nvme1n1p2 ext4 1920224544 377924596 1444684128 21% /
Já tentei usar sudo apt-get autoremove && sudo apt-get clean
, mas sempre cai nesse erro.
Como posso consertar isso?