Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. keine Updates / Installationen möglich

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    keine Updates / Installationen möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Blackbeard last edited by

      Hallo Forum,
      ich bin neu hier im Forum und Neuling im Umgang mit ioBroker.
      Ich bitte um Hilfe, da ich keine Adapter aktualisieren oder installieren kann.

      Ich bekomme z.B. solche Meldungen:
      ERROR: Process exited with code 25

      $ iobroker upgrade backitup@2.2.2
      Update backitup from @2.1.17 to @2.2.2
      NPM version: 6.14.15
      npm install iobroker.backitup@2.2.2 --loglevel error --prefix "/opt/iobroker" (System call)
      npm ERR! code ENOTSUP
      npm ERR! syscall symlinknpm ERR! path ../mqtt/bin/pub.jsnpm ERR! dest /opt/iobroker/node_modules/@node-red/nodes/node_modules/.bin/mqtt_pubnpm ERR! errno -95
      npm ERR! nospc ENOTSUP: operation not supported on socket, symlink '../mqtt/bin/pub.js' -> '/opt/iobroker/node_modules/@node-red/nodes/node_modules/.bin/mqtt_pub'
      npm ERR! nospc There appears to be insufficient space on your system to finish.npm ERR! nospc Clear up some disk space and try again.
      npm ERR! A complete log of this run can be found in:npm ERR! /opt/iobroker/.npm/_logs/2021-12-17T20_58_31_098Z-debug.log
      host.2b94328c7d73 Cannot install iobroker.backitup@2.2.2: 161
      ERROR: Process exited with code 25

      Leider finde ich keinen Ansatz um den Fehler zu beheben.
      Zur Info möchte ich erklären, dass die Installation früher auf einem RPI3+ lief und die Daten auf meinem NAS liegen. Vor ca. 1Monat habe ich alles auf einen HP Server umgezogen und Docker installier. Jetzt läuft ioBroker als Container. Bisher habe ich ioBroker nicht wirklich benutzt. Eben nur mal gespielt und eine CO2-Ampel per mqtt eingebunden.
      Jetzt wollte ich mal wider was probieren und stelle fest, dass der js-controller & 4 weitere Adapter ein Update möchten, dass ich nicht zum Laufen bekomme.

      Kann mir jemand helfen?

      Grüße
      Christian

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Blackbeard last edited by

        @blackbeard

        There appears to be insufficient space on your system to finish.npm ERR! nospc Clear up some disk space and try again.

        Speichermedium voll?

        df -h
        

        anschauen.

        B 1 Reply Last reply Reply Quote 0
        • B
          Blackbeard @Thomas Braun last edited by Blackbeard

          @thomas-braun eher unwahrscheinlich. Es sind auf dem NAS noch 4,5T verfügbar 🤷‍♂️
          Könnte ich einen Fehler in den Berechtigungen haben? Oder einen Fehler gemacht haben beim Einhängen des Ordners?
          Aber wie geschrieben: ioBroker läuft und die CO2-Ampel ist verbunden und die Werte werden in den Objekten fein aktualisiert und angezeigt.

          crunchip 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Blackbeard last edited by

            @blackbeard sagte in keine Updates / Installationen möglich:

            eher unwahrscheinlich. Es sind auf dem NAS noch 4,5T verfügbar

            @blackbeard sagte in keine Updates / Installationen möglich:

            There appears to be insufficient space on your system to finish.npm ERR! nospc Clear up some disk space and try again

            kenn mich zwar mit docker nicht aus, aber was nutzen dir 4,5 T wenn dein docker zu klein ist

            B 1 Reply Last reply Reply Quote 0
            • B
              Blackbeard @crunchip last edited by

              @crunchip was meinst Du mit "mein docker zu klein ist"? Der Server (sda1) hat ebenfalls noch 251G verfügbar.
              Was könnte noch zu klein sein?

              1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active last edited by

                @blackbeard

                Was gibt deine Kiste denn auf den obigen Befehl zurück?

                B 1 Reply Last reply Reply Quote 0
                • B
                  Blackbeard @Thomas Braun last edited by Blackbeard

                  @thomas-braun
                  Das ist die Ausgabe per ssh auf dem Server:

                  pi@Server01:~$ df -h
                  Dateisystem              Größe Benutzt Verf. Verw% Eingehängt auf
                  udev                      3,9G       0  3,9G    0% /dev
                  tmpfs                     791M    2,4M  789M    1% /run
                  /dev/sda1                 273G    8,3G  251G    4% /
                  tmpfs                     3,9G       0  3,9G    0% /dev/shm
                  tmpfs                     5,0M       0  5,0M    0% /run/lock
                  //192.168.0.11/Dokumente   13T    8,4T  4,5T   66% /media/Dokumente
                  //192.168.0.11/Spiele      13T    8,4T  4,5T   66% /Spiele
                  //192.168.0.11/Bilder      13T    8,4T  4,5T   66% /media/Bilder
                  //192.168.0.11/pi          13T    8,4T  4,5T   66% /media/pi
                  tmpfs                     791M     88K  791M    1% /run/user/115
                  tmpfs                     791M     56K  791M    1% /run/user/1000
                  
                  

                  und das die Ausgabe direkt aus dem Container:

                  Filesystem         Size  Used Avail Use% Mounted on
                  overlay            273G  8,3G  251G   4% /
                  tmpfs               64M     0   64M   0% /dev
                  shm                 64M     0   64M   0% /dev/shm
                  //192.168.0.11/pi   13T  8,4T  4,5T  66% /opt/iobroker
                  /dev/sda1          273G  8,3G  251G   4% /etc/hosts
                  tmpfs              3,9G     0  3,9G   0% /proc/acpi
                  tmpfs              3,9G     0  3,9G   0% /sys/firmware
                  
                  1 Reply Last reply Reply Quote 0
                  • B
                    Blackbeard last edited by

                    Hat noch jemand eine Idee, die mich weiterbringen kann?

                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @Blackbeard last edited by crunchip

                      @blackbeard vllt einfach mal danach googeln
                      (docker nospc There appears to be insufficient space on your system to finish.npm ERR! nospc Clear up some disk space and try again.)
                      https://stackoverflow.com/questions/50142049/enospc-no-space-left-on-device-nodejs
                      https://askubuntu.com/questions/1283383/enospc-no-space-left-on-device-when-there-is-free-space-on-fuse-ntfs-3g

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post

                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      906
                      Online

                      31.9k
                      Users

                      80.1k
                      Topics

                      1.3m
                      Posts

                      4
                      9
                      317
                      Loading More Posts
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes
                      Reply
                      • Reply as topic
                      Log in to reply
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                      The ioBroker Community 2014-2023
                      logo