Server Update failed

args:
apps: false
system: false
target: system
ended_at: 2022-05-12 20:42:14.894813
error: Konnte nicht alle Pakete aktualisieren
interface: api
operation: tools_upgrade
parent: null
related_to: []
started_at: 2022-05-12 20:41:30.163811
success: false
yunohost_version: 4.3.6.3

============

2022-05-12 21:41:30,221: INFO - Momentan werden Upgrades für das System (YunoHost-unabhängige) Pakete durchgeführt…
2022-05-12 21:41:31,322: DEBUG - Running apt command :
DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt-get --fix-broken --show-upgraded --assume-yes --quiet -o=Dpkg::Use-Pty=0 -o Dpkg::Options::="–force-confold" -o Dpkg::Options::="–force-confmiss" -o Dpkg::Options::="–force-confdef" dist-upgrade
2022-05-12 21:41:31,591: INFO - + Reading package lists…
2022-05-12 21:41:32,736: INFO - + Building dependency tree…
2022-05-12 21:41:32,751: INFO - + Reading state information…
2022-05-12 21:41:33,630: INFO - + Calculating upgrade…
2022-05-12 21:41:34,559: INFO - + The following packages will be upgraded:
2022-05-12 21:41:34,562: INFO - + ffmpeg libavcodec58 libavdevice58 libavfilter7 libavformat58 libavresample4
2022-05-12 21:41:34,576: INFO - + libavutil56 libpostproc55 libswresample3 libswscale5 openjdk-11-jre-headless
2022-05-12 21:41:34,812: INFO - + 11 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2022-05-12 21:41:34,814: INFO - + Need to get 47.3 MB of archives.
2022-05-12 21:41:34,816: INFO - + After this operation, 19.0 MB of additional disk space will be used.
2022-05-12 21:41:34,818: INFO - + Get:1 Index of /debian buster/main armhf ffmpeg armhf 7:4.1.9-0+deb10u1+rpt1 [1,439 kB]
2022-05-12 21:41:35,112: INFO - + Get:3 Index of /debian buster/main armhf libavdevice58 armhf 7:4.1.9-0+deb10u1+rpt1 [159 kB]
2022-05-12 21:41:35,127: INFO - + Get:4 Index of /debian buster/main armhf libavfilter7 armhf 7:4.1.9-0+deb10u1+rpt1 [1,453 kB]
2022-05-12 21:41:35,249: INFO - + Get:2 Index of /raspbian/raspbian buster/main armhf openjdk-11-jre-headless armhf 11.0.15+10-1~deb10u1 [32.8 MB]
2022-05-12 21:41:35,262: INFO - + Get:5 Index of /debian buster/main armhf libswscale5 armhf 7:4.1.9-0+deb10u1+rpt1 [260 kB]
2022-05-12 21:41:35,276: INFO - + Get:6 Index of /debian buster/main armhf libavformat58 armhf 7:4.1.9-0+deb10u1+rpt1 [1,530 kB]
2022-05-12 21:41:35,411: INFO - + Get:7 Index of /debian buster/main armhf libavcodec58 armhf 7:4.1.9-0+deb10u1+rpt1 [8,938 kB]
2022-05-12 21:41:36,511: INFO - + Get:8 Index of /debian buster/main armhf libswresample3 armhf 7:4.1.9-0+deb10u1+rpt1 [125 kB]
2022-05-12 21:41:36,517: INFO - + Get:9 Index of /debian buster/main armhf libpostproc55 armhf 7:4.1.9-0+deb10u1+rpt1 [102 kB]
2022-05-12 21:41:36,523: INFO - + Get:10 Index of /debian buster/main armhf libavresample4 armhf 7:4.1.9-0+deb10u1+rpt1 [111 kB]
2022-05-12 21:41:36,550: INFO - + Get:11 Index of /debian buster/main armhf libavutil56 armhf 7:4.1.9-0+deb10u1+rpt1 [363 kB]
2022-05-12 21:42:12,412: INFO - + Err:2 Index of /raspbian/raspbian buster/main armhf openjdk-11-jre-headless armhf 11.0.15+10-1~deb10u1
2022-05-12 21:42:12,414: INFO - + Error writing to output file - write (28: No space left on device) [IP: 2a00:8a60:e012:a00::21 80]
2022-05-12 21:42:12,428: INFO - + Fetched 14.5 MB in 38s (384 kB/s)
2022-05-12 21:42:12,447: WARNING - E: Failed to fetch http://ftp.halifax.rwth-aachen.de/raspbian/raspbian/pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.15+10-1~deb10u1_armhf.deb Error writing to output file - write (28: No space left on device) [IP: 2a00:8a60:e012:a00::21 80]
2022-05-12 21:42:12,449: WARNING - E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2022-05-12 21:42:14,890: WARNING - Konnte für die folgenden Pakete das Upgrade nicht durchführen: ffmpeg, libavcodec58, libavdevice58, libavfilter7, libavformat58, libavresample4, libavutil56, libpostproc55, libswresample3, libswscale5, openjdk-11-jre-headless

=> No space left on device

You should check the space left to confirm that:

df -h

You could gain a smal space with

apt autoremove
apt clean

Finally, you can identify if you have some files that you can remove.

ncdu /

Use the key “d” to delete a folder (but be cautious and don’t delete useful files…).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.