Hello,
I'm trying to upgrade my proxmox and while trying to do this I have this output:
Then when I try "apt --fix-broken install" I get this:
Anybody can help me how to fix this?
I'm trying to upgrade my proxmox and while trying to do this I have this output:
Code:
root@pvedebian:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
pve-kernel-6.2 : Depends: pve-kernel-6.2.6-1-pve but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Then when I try "apt --fix-broken install" I get this:
Code:
root@pvedebian:~# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
linux-image-5.10.0-16-amd64
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
pve-kernel-6.2.6-1-pve
The following NEW packages will be installed:
pve-kernel-6.2.6-1-pve
0 upgraded, 1 newly installed, 0 to remove and 35 not upgraded.
2 not fully installed or removed.
Need to get 0 B/86.3 MB of archives.
After this operation, 487 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 193155 files and directories currently installed.)
Preparing to unpack .../pve-kernel-6.2.6-1-pve_6.2.6-1_amd64.deb ...
Unpacking pve-kernel-6.2.6-1-pve (6.2.6-1) ...
dpkg: error processing archive /var/cache/apt/archives/pve-kernel-6.2.6-1-pve_6.2.6-1_amd64.deb (--unpack):
cannot copy extracted data for './boot/System.map-6.2.6-1-pve' to '/boot/System.map-6.2.6-1-pve.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d.
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 6.2.6-1-pve /boot/vmlinuz-6.2.6-1-pve
update-initramfs: Deleting /boot/initrd.img-6.2.6-1-pve
run-parts: executing /etc/kernel/postrm.d/proxmox-auto-removal 6.2.6-1-pve /boot/vmlinuz-6.2.6-1-pve
run-parts: executing /etc/kernel/postrm.d/zz-proxmox-boot 6.2.6-1-pve /boot/vmlinuz-6.2.6-1-pve
Re-executing '/etc/kernel/postrm.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 6.2.6-1-pve /boot/vmlinuz-6.2.6-1-pve
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-5.15.74-1-pve
Found initrd image: /boot/initrd.img-5.15.74-1-pve
Found linux image: /boot/vmlinuz-5.15.39-4-pve
Found initrd image: /boot/initrd.img-5.15.39-4-pve
Found linux image: /boot/vmlinuz-5.10.0-19-amd64
Found initrd image: /boot/initrd.img-5.10.0-19-amd64
Found linux image: /boot/vmlinuz-5.10.0-17-amd64
Found initrd image: /boot/initrd.img-5.10.0-17-amd64
Found linux image: /boot/vmlinuz-5.10.0-16-amd64
Found initrd image: /boot/initrd.img-5.10.0-16-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Errors were encountered while processing:
/var/cache/apt/archives/pve-kernel-6.2.6-1-pve_6.2.6-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Anybody can help me how to fix this?
Last edited: