Hilfe - E: You don't have enough free space in /var/cache/apt/archives/.

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Hilfe - E: You don't have enough free space in /var/cache/apt/archives/.

      Hallo

      Seit vorgestern kann ich keine Update mehr ausführen, es kommt immer die Mitteilung E: You don't have enough free space in /var/cache/apt/archives/.

      Ich habe bereits versucht mit Telnet das Befehl "apt-get clean" einzugeben, alles ohne Wirkung

      Hier die Liste des Verzeichnis, ich sehe nicht was voll sein soll ?!?

      [1;31mroot@[0;32mdm7080:[34;1m~$ df -h
      Filesystem Size Used Available Use% Mounted on
      /dev/root 937.0M 885.9M 3.5M 100% /
      devtmpfs 628.7M 0 628.7M 0% /dev
      tmpfs 628.7M 0 628.7M 0% /dev/shm
      tmpfs 628.7M 72.5M 556.2M 12% /run
      tmpfs 628.7M 0 628.7M 0% /sys/fs/cgroup
      systemd-1 2.6G 119.0M 2.4G 5% /data
      tmpfs 628.7M 8.0K 628.7M 0% /tmp
      tmpfs 628.7M 200.0K 628.5M 0% /var/volatile
      /dev/sda1 2.7T 313.2G 2.4T 11% /media/hdd
      /dev/mmcblk0p2 2.6G 119.0M 2.4G 5% /data
      [1;31mroot@[0;32mdm7080:[34;1m~$

      Ist es "/dev/root" der voll ist? was kann mann da löschen
      ?!?

      [1;31mroot@[0;32mdm7080:[34;1m/dev$ ls
      aenc0 mqueue tty2 tty54
      autofs mtdblock0 tty20 tty55
      block mtdblock1 tty21 tty56
      bsg mtdblock2 tty22 tty57
      bus net tty23 tty58
      char network_latency tty24 tty59
      ci0 network_throughput tty25 tty6
      ci1 null tty26 tty60
      console plusci0 tty27 tty61
      core plusci1 tty28 tty62
      cpu_dma_latency port tty29 tty63
      dbox ptmx tty3 tty7
      disk pts tty30 tty8
      dvb random tty31 tty9
      fb0 sci0 tty32 ttyS0
      fd sci1 tty33 ttyS1
      full sda tty34 ttyS2
      fuse sda1 tty35 ttyS3
      i2c-0 sda2 tty36 urandom
      i2c-1 shm tty37 v3d
      i2c-2 snd tty38 vcs
      i2c-3 stderr tty39 vcs1
      i2c-4 stdin tty4 vcs2
      i2c-5 stdout tty40 vcs3
      input tpm0 tty41 vcs4
      ion tty tty42 vcs5
      kmsg tty0 tty43 vcs6
      log tty1 tty44 vcsa
      loop-control tty10 tty45 vcsa1
      loop0 tty11 tty46 vcsa2
      loop1 tty12 tty47 vcsa3
      mem tty13 tty48 vcsa4
      misc tty14 tty49 vcsa5
      mmcblk0 tty15 tty5 vcsa6
      mmcblk0boot0 tty16 tty50 venc0
      mmcblk0boot1 tty17 tty51 zero
      mmcblk0p1 tty18 tty52
      mmcblk0p2 tty19 tty53
      [1;31mroot@[0;32mdm7080:[34;1m/dev$


      /dev/aenc0
      Gruss
      Gérard
    • Klappt leider nicht

      [1;31mroot@[0;32mdm7080:[34;1m~$ umount /dev/sda1
      umount: can't unmount /media/hdd: Device or resource busy
      [1;31mroot@[0;32mdm7080:[34;1m~$

      nachher nochmals probiert, andere Meldung!
      [1;31mroot@[0;32mdm7080:[34;1m~$ umount /dev/sda1
      umount: can't unmount /dev/sda1: Invalid argument

      In das verzeichinis media/hdd ist der ordner movie mit 423 Dateien (alle meine aufnahmen)

      Die Festplatte kann ich flachlegen, aber alles gesichert.
      Bilder
      • Bildschirmfoto 2017-07-21 um 06.12.47.png

        49,3 kB, 903×172, 206 mal angesehen
      • Bildschirmfoto 2017-07-21 um 06.13.16.png

        32,98 kB, 913×127, 188 mal angesehen
    • dann greift noch etwas auf die HDD zu, vermutlich liegt es an der Samba, NFS Freigabe etc.

      Am Besten das rootfs nochmal als bind mount mounten, dann wird im temporären mount alles ohne eingehängte medien angezeigt

      mkdir /tmp/flashroot
      mount -o bind / /tmp/flashroot


      dann poste mal die Ausgabe von
      du -sch /tmp/flashroot/media/*

      das zeigt die den Speicherverbrauch der Unteordner /tmp/flashroot/media an. Wie vermutet sind da wahrscheinlich Aufnahmen in /tmp/flashroot/media/net oder /tmp/flashroot/media/hdd zu finden. Die kannst du löschen und dann den bind mount wieder aushängen

      cd
      umount /tmp/flashroot


      wenn das nichts bringt, muss man an anderen Stellen suchen
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      ¯\_(ツ)_/¯

      Quellcode

      1. root@dm920:~$ mount | grep "/ "
      2. /dev/mmcblk1p1 on / type ext4 (rw,relatime,data=ordered)
      3. root@dm920:~$
    • @Fred

      sieht schlecht aus

      [1;31mroot@[0;32mdm7080:[34;1m~$ mkdir /tmp/flashroot
      [1;31mroot@[0;32mdm7080:[34;1m~$ mount -o bind / /flashroot
      mount: mount point /flashroot does not exist
      [1;31mroot@[0;32mdm7080:[34;1m~$
      [1;31mroot@[0;32mdm7080:[34;1m~$ du -sch /tmp/flashroot/media
      du: /tmp/flashroot/media: No such file or directory
      0 total
      [1;31mroot@[0;32mdm7080:[34;1m~$
    • Gerard_Dirks schrieb:

      @Fred

      [1;31mroot@[0;32mdm7080:[34;1m~$ mount -o bind / /flashroot
      mount: mount point /flashroot does not exist
      war mein Fehler, hab's zwar ausgebessert, vermutlich zu spät

      richtig:
      mount -o bind / /tmp/flashroot
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      ¯\_(ツ)_/¯

      Quellcode

      1. root@dm920:~$ mount | grep "/ "
      2. /dev/mmcblk1p1 on / type ext4 (rw,relatime,data=ordered)
      3. root@dm920:~$
    • Output [1;31mroot@[0;32mdm7080:[34;1m~$ du -sch /tmp/flashroot/media/*

      4.0K /tmp/flashroot/media/APPLEHDDHTS541010A9E662
      4.0K /tmp/flashroot/media/DHTS541010A9E66Part1
      4.0K /tmp/flashroot/media/WDC
      4.0K /tmp/flashroot/media/WDCWD2002FYPS01U1B1
      397.0M /tmp/flashroot/media/hdd
      4.0K /tmp/flashroot/media/hdd-int
      397.1M total
      [1;31mroot@[0;32mdm7080:[34;1m~$

      war tatsachlich ein movie von 397Mb drin. keine Ahnung warum!

      Habe es gelöscht (4 Dateien).

      Nachher funktioniert der daily update wieder.Nach 10 minuten download (gefühlte 500 Seiten mit files) forderte er mich zum neustart auf.

      Alles funktioniert jetzt wieder. Vielen Dank
      :)