Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach neustart läuft nach neustart nicht mehr

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    255

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    772

Nach neustart läuft nach neustart nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
29 Beiträge 3 Kommentatoren 1.3k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D Digi-Bit

    @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

    iobroker list instances

    pi@raspberrypi4-iob:~ $ iobroker list instances
    internal/modules/cjs/loader.js:818
      throw err;
      ^
    
    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
        at Function.Module._load (internal/modules/cjs/loader.js:667:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    pi@raspberrypi4-iob:~ $
    

    MOD-Edit: Code in code-tags gesetzt!

    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von Homoran
    #18

    @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

    Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

    Versuch mal:

    iobroker stop
    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller --production
    iobroker start
    

    kein Support per PN! - Fragen im Forum stellen -
    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    D 2 Antworten Letzte Antwort
    0
    • HomoranH Homoran

      @digi-bit

      Da hat sich schon was gebessert.
      Ich weiß nicht, ob wir vorher den admin hätten neu installieren müssen.
      Aber ich weiß dass Hilfe im Anmarsch ist, dauert aber noch ein wenig

      D Offline
      D Offline
      Digi-Bit
      schrieb am zuletzt editiert von
      #19

      @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

      @digi-bit

      Da hat sich schon was gebessert.

      wenn der fachman das sagt .....

      Ich weiß nicht, ob wir vorher den admin hätten neu installieren müssen.
      Aber ich weiß dass Hilfe im Anmarsch ist, dauert aber noch ein wenig

      das ist echt sehr nett.... ich warte auch gerne wenn da noch was zu retten ist

      ich habe das bis jetzt immer so gemacht mit dem Stecker ziehen bzw. den ein/aus Schalter am Kabel benutz wenn ich was an der Kiste machen wollte....

      naja, da war der noch nicht so in Betrieb wie jetzt....

      der hat sich wohl den richtigen Augenblick ausgesucht um mir eins reinzuwürgen....

      werd mir das mit dem " runterfahren " jetzt aber merken....

      Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
      7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

      1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

        Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

        Versuch mal:

        iobroker stop
        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.js-controller --production
        iobroker start
        
        D Offline
        D Offline
        Digi-Bit
        schrieb am zuletzt editiert von
        #20

        @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

        @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

        Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

        Versuch mal:

        iobroker stop
        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.js-controller --production
        iobroker start
        
        pi@raspberrypi4-iob:~ $ iobroker stop
        pi@raspberrypi4-iob:~ $ cd /opt/iobroker
        pi@raspberrypi4-iob:/opt/iobroker $ sudo -H npm install iobroker.js-controller --production
        
        > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        > node lib/preinstallCheck.js
        
        NPM version: 6.14.11
        
        > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
        > node-gyp rebuild
        
        gyp WARN EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"
        gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/.node-gyp"
        gyp ERR! configure error
        gyp ERR! stack Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/unix-dgram/build'
        gyp ERR! System Linux 5.10.17-v7l+
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
        gyp ERR! node -v v12.21.0
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        
        > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
        > node rebuild.js
        
        ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
        internal/fs/utils.js:269
            throw err;
            ^
        
        Error: EACCES: permission denied, open './stdout.log'
            at Object.openSync (fs.js:462:3)
            at Object.writeFileSync (fs.js:1384:35)
            at Object.<anonymous> (/opt/iobroker/node_modules/ursa-optional/rebuild.js:13:10)
            at Module._compile (internal/modules/cjs/loader.js:999:30)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
            at Module.load (internal/modules/cjs/loader.js:863:32)
            at Function.Module._load (internal/modules/cjs/loader.js:708:14)
            at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
            at internal/main/run_main_module.js:17:47 {
          errno: -13,
          syscall: 'open',
          code: 'EACCES',
          path: './stdout.log'
        }
        
        > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
        > node-gyp rebuild
        
        gyp WARN EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"
        gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/.node-gyp"
        gyp ERR! configure error
        gyp ERR! stack Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/diskusage/build'
        gyp ERR! System Linux 5.10.17-v7l+
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/diskusage
        gyp ERR! node -v v12.21.0
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        
        > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
        > node iobroker.js setup first
        
        Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
        Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
        Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
        internal/fs/utils.js:269
            throw err;
            ^
        
        Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
            at Object.mkdirSync (fs.js:921:3)
            at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:835:16)
            at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:500:23)
            at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2896:5)
            at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
            at Module._compile (internal/modules/cjs/loader.js:999:30)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
            at Module.load (internal/modules/cjs/loader.js:863:32)
            at Function.Module._load (internal/modules/cjs/loader.js:708:14)
            at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
          errno: -13,
          syscall: 'mkdir',
          code: 'EACCES',
          path: '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
        }
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@2.0.3 (node_modules/unix-dgram):
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@2.0.3 install: `node-gyp rebuild`
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa-optional@0.9.10 (node_modules/ursa-optional):
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa-optional@0.9.10 install: `node rebuild.js`
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@1.1.3 (node_modules/diskusage):
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@1.1.3 install: `node-gyp rebuild`
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
        
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! iobroker.js-controller@3.2.16 install: `node iobroker.js setup first`
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the iobroker.js-controller@3.2.16 install script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /root/.npm/_logs/2021-03-16T18_20_04_172Z-debug.log
        pi@raspberrypi4-iob:/opt/iobroker $
        
        

        funktioniert danach immer noch nicht.....

        hab ich ja einen volltreffder gelandet 😧

        Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
        7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

        HomoranH 1 Antwort Letzte Antwort
        0
        • D Digi-Bit

          @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

          @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

          Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

          Versuch mal:

          iobroker stop
          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller --production
          iobroker start
          
          pi@raspberrypi4-iob:~ $ iobroker stop
          pi@raspberrypi4-iob:~ $ cd /opt/iobroker
          pi@raspberrypi4-iob:/opt/iobroker $ sudo -H npm install iobroker.js-controller --production
          
          > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.11
          
          > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
          > node-gyp rebuild
          
          gyp WARN EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"
          gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/.node-gyp"
          gyp ERR! configure error
          gyp ERR! stack Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/unix-dgram/build'
          gyp ERR! System Linux 5.10.17-v7l+
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
          gyp ERR! node -v v12.21.0
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok
          
          > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
          > node rebuild.js
          
          ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
          internal/fs/utils.js:269
              throw err;
              ^
          
          Error: EACCES: permission denied, open './stdout.log'
              at Object.openSync (fs.js:462:3)
              at Object.writeFileSync (fs.js:1384:35)
              at Object.<anonymous> (/opt/iobroker/node_modules/ursa-optional/rebuild.js:13:10)
              at Module._compile (internal/modules/cjs/loader.js:999:30)
              at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
              at Module.load (internal/modules/cjs/loader.js:863:32)
              at Function.Module._load (internal/modules/cjs/loader.js:708:14)
              at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
              at internal/main/run_main_module.js:17:47 {
            errno: -13,
            syscall: 'open',
            code: 'EACCES',
            path: './stdout.log'
          }
          
          > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
          > node-gyp rebuild
          
          gyp WARN EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"
          gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/.node-gyp"
          gyp ERR! configure error
          gyp ERR! stack Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/diskusage/build'
          gyp ERR! System Linux 5.10.17-v7l+
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp ERR! cwd /opt/iobroker/node_modules/diskusage
          gyp ERR! node -v v12.21.0
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok
          
          > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
          Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
          Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
          internal/fs/utils.js:269
              throw err;
              ^
          
          Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
              at Object.mkdirSync (fs.js:921:3)
              at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:835:16)
              at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:500:23)
              at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2896:5)
              at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
              at Module._compile (internal/modules/cjs/loader.js:999:30)
              at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
              at Module.load (internal/modules/cjs/loader.js:863:32)
              at Function.Module._load (internal/modules/cjs/loader.js:708:14)
              at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
            errno: -13,
            syscall: 'mkdir',
            code: 'EACCES',
            path: '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
          }
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@2.0.3 (node_modules/unix-dgram):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@2.0.3 install: `node-gyp rebuild`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa-optional@0.9.10 (node_modules/ursa-optional):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa-optional@0.9.10 install: `node rebuild.js`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@1.1.3 (node_modules/diskusage):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@1.1.3 install: `node-gyp rebuild`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 1
          npm ERR! iobroker.js-controller@3.2.16 install: `node iobroker.js setup first`
          npm ERR! Exit status 1
          npm ERR!
          npm ERR! Failed at the iobroker.js-controller@3.2.16 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /root/.npm/_logs/2021-03-16T18_20_04_172Z-debug.log
          pi@raspberrypi4-iob:/opt/iobroker $
          
          

          funktioniert danach immer noch nicht.....

          hab ich ja einen volltreffder gelandet 😧

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #21

          @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

          hab ich ja einen volltreffder gelandet

          aber schon früher!

          @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

          EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"

          in /root hat nichts zu liegen

          Du warst zu schnell, ich hatte noch was editiert, versuch es bitte nochmal, mit dem erweiteretn Befehl nochmal.
          Allerdings darf auch der user iobroker nicht auf /root zugreifen

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          D 1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

            hab ich ja einen volltreffder gelandet

            aber schon früher!

            @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

            EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"

            in /root hat nichts zu liegen

            Du warst zu schnell, ich hatte noch was editiert, versuch es bitte nochmal, mit dem erweiteretn Befehl nochmal.
            Allerdings darf auch der user iobroker nicht auf /root zugreifen

            D Offline
            D Offline
            Digi-Bit
            schrieb am zuletzt editiert von
            #22

            @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

            @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

            hab ich ja einen volltreffder gelandet

            aber schon früher!

            @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

            EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"

            in /root hat nichts zu liegen

            Du warst zu schnell, ich hatte noch was editiert, versuch es bitte nochmal, mit dem erweiteretn Befehl nochmal.
            Allerdings darf auch der user iobroker nicht auf /root zugreifen

            ich weiss ja noch nocht mal wie ich nach /root komme :(

            und Ich habe da auch nie was hinkopiert....

            soll ich da was löschen ?

            Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
            7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

            HomoranH 1 Antwort Letzte Antwort
            0
            • D Digi-Bit

              @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

              @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

              hab ich ja einen volltreffder gelandet

              aber schon früher!

              @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

              EACCES current user ("pi") does not have permission to access the dev dir "/root/.cache/node-gyp/12.21.0"

              in /root hat nichts zu liegen

              Du warst zu schnell, ich hatte noch was editiert, versuch es bitte nochmal, mit dem erweiteretn Befehl nochmal.
              Allerdings darf auch der user iobroker nicht auf /root zugreifen

              ich weiss ja noch nocht mal wie ich nach /root komme :(

              und Ich habe da auch nie was hinkopiert....

              soll ich da was löschen ?

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #23

              @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

              und Ich habe da auch nie was hinkopiert....

              da musst du wohl mal als root unterwegs gewesen sein.
              Deswegen soll man das nicht

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                Versuch mal:

                iobroker stop
                cd /opt/iobroker
                sudo -H -u iobroker npm install iobroker.js-controller --production
                iobroker start
                
                D Offline
                D Offline
                Digi-Bit
                schrieb am zuletzt editiert von
                #24

                @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

                @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                Versuch mal:

                iobroker stop
                cd /opt/iobroker
                sudo -H -u iobroker npm install iobroker.js-controller --production
                iobroker start
                
                pi@raspberrypi4-iob:~ $ iobroker stop
                pi@raspberrypi4-iob:~ $ cd /opt/iobroker
                pi@raspberrypi4-iob:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller --production
                
                > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                > node lib/preinstallCheck.js
                
                NPM version: 6.14.11
                
                > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
                > node-gyp rebuild
                
                make: Verzeichnis â/opt/iobroker/node_modules/unix-dgram/buildâ wird betreten
                  CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                In file included from ../../nan/nan.h:56,
                                 from ../src/unix_dgram.cc:5:
                /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:737:43: warning: cast between incompatible function types from âvoid (*)(v8::Local<v8::Object>)â to ânode::addon_register_funcâ {aka âvoid (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)â} [-Wcast-function-type]
                       (node::addon_register_func) (regfunc),                          \
                                                           ^
                /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:771:3: note: in expansion of macro âNODE_MODULE_Xâ
                   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                   ^~~~~~~~~~~~~
                ../src/unix_dgram.cc:404:1: note: in expansion of macro âNODE_MODULEâ
                 NODE_MODULE(unix_dgram, Initialize)
                 ^~~~~~~~~~~
                  SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                  COPY Release/unix_dgram.node
                make: Verzeichnis â/opt/iobroker/node_modules/unix-dgram/buildâ wird verlassen
                
                > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                > node rebuild.js
                
                ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
                
                > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
                > node-gyp rebuild
                
                make: Verzeichnis â/opt/iobroker/node_modules/diskusage/buildâ wird betreten
                  CXX(target) Release/obj.target/diskusage/src/main.o
                In file included from ../../nan/nan.h:56,
                                 from ../src/main.cpp:3:
                /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:737:43: warning: cast between incompatible function types from âvoid (*)(v8::Local<v8::Object>)â to ânode::addon_register_funcâ {aka âvoid (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)â} [-Wcast-function-type]
                       (node::addon_register_func) (regfunc),                          \
                                                           ^
                /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:771:3: note: in expansion of macro âNODE_MODULE_Xâ
                   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                   ^~~~~~~~~~~~~
                ../src/main.cpp:42:1: note: in expansion of macro âNODE_MODULEâ
                 NODE_MODULE(diskusage, Init)
                 ^~~~~~~~~~~
                  CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                  SOLINK_MODULE(target) Release/obj.target/diskusage.node
                  COPY Release/diskusage.node
                make: Verzeichnis â/opt/iobroker/node_modules/diskusage/buildâ wird verlassen
                
                > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                > node iobroker.js setup first
                
                object _design/system updated
                
                > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                > node scripts/postinstall
                
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                
                + iobroker.js-controller@3.2.16
                added 240 packages from 220 contributors and removed 1 package in 60.737s
                
                18 packages are looking for funding
                  run `npm fund` for details
                
                
                
                   â­ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ®
                   â                                                               â
                   â      New major version of npm available! 6.14.11 â 7.6.3      â
                   â   Changelog: https://github.com/npm/cli/releases/tag/v7.6.3   â
                   â               Run npm install -g npm to update!               â
                   â                                                               â
                   â°ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
                
                pi@raspberrypi4-iob:/opt/iobroker $ iobroker start
                pi@raspberrypi4-iob:/opt/iobroker $
                
                

                ohha, du bist der knaller.... web ist da

                aber richtig starten tut er nicht, also die instanzen werdern nicht hochgefahren

                Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                D 1 Antwort Letzte Antwort
                0
                • D Digi-Bit

                  @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

                  @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                  Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                  Versuch mal:

                  iobroker stop
                  cd /opt/iobroker
                  sudo -H -u iobroker npm install iobroker.js-controller --production
                  iobroker start
                  
                  pi@raspberrypi4-iob:~ $ iobroker stop
                  pi@raspberrypi4-iob:~ $ cd /opt/iobroker
                  pi@raspberrypi4-iob:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller --production
                  
                  > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                  > node lib/preinstallCheck.js
                  
                  NPM version: 6.14.11
                  
                  > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram
                  > node-gyp rebuild
                  
                  make: Verzeichnis â/opt/iobroker/node_modules/unix-dgram/buildâ wird betreten
                    CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                  In file included from ../../nan/nan.h:56,
                                   from ../src/unix_dgram.cc:5:
                  /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:737:43: warning: cast between incompatible function types from âvoid (*)(v8::Local<v8::Object>)â to ânode::addon_register_funcâ {aka âvoid (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)â} [-Wcast-function-type]
                         (node::addon_register_func) (regfunc),                          \
                                                             ^
                  /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:771:3: note: in expansion of macro âNODE_MODULE_Xâ
                     NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                     ^~~~~~~~~~~~~
                  ../src/unix_dgram.cc:404:1: note: in expansion of macro âNODE_MODULEâ
                   NODE_MODULE(unix_dgram, Initialize)
                   ^~~~~~~~~~~
                    SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                    COPY Release/unix_dgram.node
                  make: Verzeichnis â/opt/iobroker/node_modules/unix-dgram/buildâ wird verlassen
                  
                  > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                  > node rebuild.js
                  
                  ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
                  
                  > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage
                  > node-gyp rebuild
                  
                  make: Verzeichnis â/opt/iobroker/node_modules/diskusage/buildâ wird betreten
                    CXX(target) Release/obj.target/diskusage/src/main.o
                  In file included from ../../nan/nan.h:56,
                                   from ../src/main.cpp:3:
                  /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:737:43: warning: cast between incompatible function types from âvoid (*)(v8::Local<v8::Object>)â to ânode::addon_register_funcâ {aka âvoid (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)â} [-Wcast-function-type]
                         (node::addon_register_func) (regfunc),                          \
                                                             ^
                  /home/iobroker/.cache/node-gyp/12.21.0/include/node/node.h:771:3: note: in expansion of macro âNODE_MODULE_Xâ
                     NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                     ^~~~~~~~~~~~~
                  ../src/main.cpp:42:1: note: in expansion of macro âNODE_MODULEâ
                   NODE_MODULE(diskusage, Init)
                   ^~~~~~~~~~~
                    CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                    SOLINK_MODULE(target) Release/obj.target/diskusage.node
                    COPY Release/diskusage.node
                  make: Verzeichnis â/opt/iobroker/node_modules/diskusage/buildâ wird verlassen
                  
                  > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                  > node iobroker.js setup first
                  
                  object _design/system updated
                  
                  > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                  > node scripts/postinstall
                  
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  
                  + iobroker.js-controller@3.2.16
                  added 240 packages from 220 contributors and removed 1 package in 60.737s
                  
                  18 packages are looking for funding
                    run `npm fund` for details
                  
                  
                  
                     â­ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ®
                     â                                                               â
                     â      New major version of npm available! 6.14.11 â 7.6.3      â
                     â   Changelog: https://github.com/npm/cli/releases/tag/v7.6.3   â
                     â               Run npm install -g npm to update!               â
                     â                                                               â
                     â°ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
                  
                  pi@raspberrypi4-iob:/opt/iobroker $ iobroker start
                  pi@raspberrypi4-iob:/opt/iobroker $
                  
                  

                  ohha, du bist der knaller.... web ist da

                  aber richtig starten tut er nicht, also die instanzen werdern nicht hochgefahren

                  D Offline
                  D Offline
                  Digi-Bit
                  schrieb am zuletzt editiert von
                  #25

                  der scheint immer das selbe irgend wie zu machen kommt aber nicht wirklich aus der hüfte

                  host.raspberrypi4-iob	2021-03-16 19:51:28.911	info	iobroker npm-install: npm install iobroker.ping@1.4.12 --loglevel error --prefix "/opt/iobroker" (System call)
                  host.raspberrypi4-iob	2021-03-16 19:51:28.906	info	iobroker npm-install: NPM version: 6.14.11
                  host.raspberrypi4-iob	2021-03-16 19:51:26.307	info	iobroker install ping@1.4.12 using installedFrom
                  host.raspberrypi4-iob	2021-03-16 19:51:26.305	warn	startInstance cannot find adapter "ping@1.4.12". Try to install it... 1 attempt
                  host.raspberrypi4-iob	2021-03-16 19:51:25.301	info	iobroker npm-install: exit 0
                  host.raspberrypi4-iob	2021-03-16 19:51:24.225	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.midea created/updated
                  host.raspberrypi4-iob	2021-03-16 19:51:24.062	info	iobroker npm-install: upload [0] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/admin.d.ts admin.d.ts video/mp2t
                  host.raspberrypi4-iob	2021-03-16 19:51:24.004	info	iobroker npm-install: upload [1] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/index_m.html index_m.html text/html
                  host.raspberrypi4-iob	2021-03-16 19:51:23.946	info	iobroker npm-install: upload [2] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/midea.png midea.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:51:23.889	info	iobroker npm-install: upload [3] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/style.css style.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:51:23.792	info	iobroker npm-install: upload [4] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/words.js words.js application/javascript
                  host.raspberrypi4-iob	2021-03-16 19:51:23.772	info	iobroker npm-install: host.raspberrypi4-iob install adapter midea@0.0.6
                  host.raspberrypi4-iob	2021-03-16 19:51:02.800	info	iobroker npm-install: npm install iobroker.midea@0.0.6 --loglevel error --prefix "/opt/iobroker" (System call)
                  host.raspberrypi4-iob	2021-03-16 19:51:02.798	info	iobroker npm-install: NPM version: 6.14.11
                  host.raspberrypi4-iob	2021-03-16 19:51:00.191	info	iobroker install midea@0.0.6 using installedFrom
                  host.raspberrypi4-iob	2021-03-16 19:51:00.190	warn	startInstance cannot find adapter "midea@0.0.6". Try to install it... 1 attempt
                  host.raspberrypi4-iob	2021-03-16 19:50:59.186	info	iobroker npm-install: exit 0
                  host.raspberrypi4-iob	2021-03-16 19:50:58.079	info	iobroker npm-install: Update "system.adapter.yahka.0"
                  host.raspberrypi4-iob	2021-03-16 19:50:58.031	info	iobroker npm-install: host.raspberrypi4-iob object yahka.meta._accessoryCategories created/updated
                  host.raspberrypi4-iob	2021-03-16 19:50:58.022	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.yahka created/updated
                  host.raspberrypi4-iob	2021-03-16 19:50:57.918	info	iobroker npm-install: upload [0] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/css/yahka.admin.css css/yahka.admin.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.857	info	iobroker npm-install: upload [1] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-colors.min.css ext/metroui/css/metro-colors.min.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.797	info	iobroker npm-install: upload [2] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-icons.min.css ext/metroui/css/metro-icons.min.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.734	info	iobroker npm-install: upload [3] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-responsive.min.css ext/metroui/css/metro-responsive.min.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.667	info	iobroker npm-install: upload [4] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-rtl.min.css ext/metroui/css/metro-rtl.min.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.293	info	iobroker npm-install: upload [5] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-schemes.min.css ext/metroui/css/metro-schemes.min.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.228	info	iobroker npm-install: upload [6] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro.min.css ext/metroui/css/metro.min.css text/css
                  host.raspberrypi4-iob	2021-03-16 19:50:57.169	info	iobroker npm-install: upload [7] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.eot ext/metroui/fonts/metro.eot application/vnd.ms-fontobject
                  host.raspberrypi4-iob	2021-03-16 19:50:57.093	info	iobroker npm-install: upload [8] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.svg ext/metroui/fonts/metro.svg image/svg+xml
                  host.raspberrypi4-iob	2021-03-16 19:50:57.022	info	iobroker npm-install: upload [9] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.ttf ext/metroui/fonts/metro.ttf font/ttf
                  host.raspberrypi4-iob	2021-03-16 19:50:56.929	info	iobroker npm-install: upload [10] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.woff ext/metroui/fonts/metro.woff font/woff
                  host.raspberrypi4-iob	2021-03-16 19:50:56.855	info	iobroker npm-install: upload [11] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/selection.json ext/metroui/fonts/selection.json application/json
                  host.raspberrypi4-iob	2021-03-16 19:50:56.795	info	iobroker npm-install: upload [12] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/js/metro.min.js ext/metroui/js/metro.min.js application/javascript
                  host.raspberrypi4-iob	2021-03-16 19:50:56.738	info	iobroker npm-install: upload [13] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/home_icon_large.png home_icon_large.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:50:56.681	info	iobroker npm-install: upload [14] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/index.html index.html text/html
                  host.raspberrypi4-iob	2021-03-16 19:50:56.624	info	iobroker npm-install: upload [15] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/index_m.html index_m.html text/html
                  host.raspberrypi4-iob	2021-03-16 19:50:56.529	info	iobroker npm-install: upload [16] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/words.js words.js application/javascript
                  host.raspberrypi4-iob	2021-03-16 19:50:55.808	info	iobroker npm-install: upload [17] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.admin.js yahka.admin.js application/javascript
                  host.raspberrypi4-iob	2021-03-16 19:50:54.881	info	iobroker npm-install: upload [18] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.admin.js.map yahka.admin.js.map application/json
                  host.raspberrypi4-iob	2021-03-16 19:50:54.784	info	iobroker npm-install: upload [19] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.png yahka.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:50:54.765	error	iobroker npm-install: Cannot install "pam-devel": E: Paket pam-devel kann nicht gefunden werden.The following apt-get packages could not be installed: pam-devel. Please install them manually.
                  host.raspberrypi4-iob	2021-03-16 19:50:52.600	info	iobroker npm-install: host.raspberrypi4-iob install adapter yahka@0.12.0
                  host.raspberrypi4-iob	2021-03-16 19:50:27.635	info	iobroker npm-install: npm install iobroker.yahka@0.12.0 --loglevel error --prefix "/opt/iobroker" (System call)
                  host.raspberrypi4-iob	2021-03-16 19:50:27.632	info	iobroker npm-install: NPM version: 6.14.11
                  host.raspberrypi4-iob	2021-03-16 19:50:24.996	info	iobroker install yahka@0.12.0 using installedFrom
                  host.raspberrypi4-iob	2021-03-16 19:50:24.994	warn	startInstance cannot find adapter "yahka@0.12.0". Try to install it... 1 attempt
                  host.raspberrypi4-iob	2021-03-16 19:50:23.990	info	iobroker npm-install: exit 0
                  host.raspberrypi4-iob	2021-03-16 19:50:22.940	info	iobroker npm-install: Update "system.adapter.vis-hqwidgets.0"
                  host.raspberrypi4-iob	2021-03-16 19:50:22.913	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-hqwidgets created/updated
                  host.raspberrypi4-iob	2021-03-16 19:50:22.815	info	iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                  host.raspberrypi4-iob	2021-03-16 19:50:22.812	info	"system.adapter.vis.0" enabled
                  host.raspberrypi4-iob	2021-03-16 19:50:22.793	info	"system.adapter.vis.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:50:22.761	info	iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-hqwidgets/www" was not found! Nothing was uploaded or deleted.
                  host.raspberrypi4-iob	2021-03-16 19:50:22.703	info	iobroker npm-install: upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:50:22.603	info	iobroker npm-install: upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html
                  host.raspberrypi4-iob	2021-03-16 19:50:22.580	info	iobroker npm-install: host.raspberrypi4-iob install adapter vis-hqwidgets@1.1.7
                  host.raspberrypi4-iob	2021-03-16 19:50:04.872	info	iobroker npm-install: npm install iobroker.vis-hqwidgets@1.1.7 --loglevel error --prefix "/opt/iobroker" (System call)
                  host.raspberrypi4-iob	2021-03-16 19:50:04.869	info	iobroker npm-install: NPM version: 6.14.11
                  host.raspberrypi4-iob	2021-03-16 19:50:02.218	info	iobroker install vis-hqwidgets@1.1.7 using installedFrom
                  host.raspberrypi4-iob	2021-03-16 19:50:02.217	warn	startInstance cannot find adapter "vis-hqwidgets@1.1.7". Try to install it... 1 attempt
                  host.raspberrypi4-iob	2021-03-16 19:50:01.212	info	iobroker npm-install: exit 0
                  host.raspberrypi4-iob	2021-03-16 19:50:00.156	info	iobroker npm-install: Update "system.adapter.vis-colorpicker.0"
                  host.raspberrypi4-iob	2021-03-16 19:50:00.133	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-colorpicker created/updated
                  host.raspberrypi4-iob	2021-03-16 19:50:00.042	info	iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                  host.raspberrypi4-iob	2021-03-16 19:50:00.039	info	"system.adapter.vis.0" enabled
                  host.raspberrypi4-iob	2021-03-16 19:50:00.021	info	"system.adapter.vis.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:49:59.991	info	iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-colorpicker/www" was not found! Nothing was uploaded or deleted.
                  host.raspberrypi4-iob	2021-03-16 19:49:59.893	info	iobroker npm-install: upload [0] vis-colorpicker.admin /opt/iobroker/node_modules/iobroker.vis-colorpicker/admin/colorpicker.png colorpicker.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:59.873	info	iobroker npm-install: host.raspberrypi4-iob install adapter vis-colorpicker@1.2.0
                  host.raspberrypi4-iob	2021-03-16 19:49:42.065	info	iobroker npm-install: npm install iobroker.vis-colorpicker@1.2.0 --loglevel error --prefix "/opt/iobroker" (System call)
                  host.raspberrypi4-iob	2021-03-16 19:49:42.062	info	iobroker npm-install: NPM version: 6.14.11
                  host.raspberrypi4-iob	2021-03-16 19:49:39.462	info	iobroker install vis-colorpicker@1.2.0 using installedFrom
                  host.raspberrypi4-iob	2021-03-16 19:49:39.449	warn	startInstance cannot find adapter "vis-colorpicker@1.2.0". Try to install it... 1 attempt
                  host.raspberrypi4-iob	2021-03-16 19:49:38.448	info	iobroker npm-install: exit 0
                  host.raspberrypi4-iob	2021-03-16 19:49:37.409	info	iobroker npm-install: Update "system.adapter.vis-bars.0"
                  host.raspberrypi4-iob	2021-03-16 19:49:37.389	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-bars created/updated
                  host.raspberrypi4-iob	2021-03-16 19:49:37.309	info	iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                  host.raspberrypi4-iob	2021-03-16 19:49:37.307	info	"system.adapter.vis.0" enabled
                  host.raspberrypi4-iob	2021-03-16 19:49:37.292	info	"system.adapter.vis.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:49:37.268	info	iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-bars/www" was not found! Nothing was uploaded or deleted.
                  host.raspberrypi4-iob	2021-03-16 19:49:37.211	info	iobroker npm-install: upload [0] vis-bars.admin /opt/iobroker/node_modules/iobroker.vis-bars/admin/bars.png bars.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:37.118	info	iobroker npm-install: upload [1] vis-bars.admin /opt/iobroker/node_modules/iobroker.vis-bars/admin/index.html index.html text/html
                  host.raspberrypi4-iob	2021-03-16 19:49:37.098	info	iobroker npm-install: host.raspberrypi4-iob install adapter vis-bars@0.1.4
                  host.raspberrypi4-iob	2021-03-16 19:49:22.193	info	Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                  host.raspberrypi4-iob	2021-03-16 19:49:18.716	info	iobroker npm-install: npm install iobroker.vis-bars@0.1.4 --loglevel error --prefix "/opt/iobroker" (System call)
                  host.raspberrypi4-iob	2021-03-16 19:49:18.714	info	iobroker npm-install: NPM version: 6.14.11
                  host.raspberrypi4-iob	2021-03-16 19:49:16.156	info	iobroker install vis-bars@0.1.4 using installedFrom
                  host.raspberrypi4-iob	2021-03-16 19:49:16.155	warn	startInstance cannot find adapter "vis-bars@0.1.4". Try to install it... 1 attempt
                  host.raspberrypi4-iob	2021-03-16 19:49:15.148	info	iobroker npm-install: exit 51
                  host.raspberrypi4-iob	2021-03-16 19:49:14.115	info	iobroker npm-install: adapter "icons-mfd-svg" already installed. Use "upgrade" to upgrade to a newer version.
                  host.raspberrypi4-iob	2021-03-16 19:49:12.319	info	iobroker install icons-mfd-svg using installedVersion
                  host.raspberrypi4-iob	2021-03-16 19:49:12.318	warn	startInstance cannot find adapter "icons-mfd-svg". Try to install it... 2 attempt
                  host.raspberrypi4-iob	2021-03-16 19:49:11.317	info	iobroker npm-install: exit 51
                  host.raspberrypi4-iob	2021-03-16 19:49:10.282	info	iobroker npm-install: adapter "icons-mfd-png" already installed. Use "upgrade" to upgrade to a newer version.
                  host.raspberrypi4-iob	2021-03-16 19:49:08.475	info	iobroker install icons-mfd-png using installedVersion
                  host.raspberrypi4-iob	2021-03-16 19:49:08.474	warn	startInstance cannot find adapter "icons-mfd-png". Try to install it... 2 attempt
                  host.raspberrypi4-iob	2021-03-16 19:49:07.471	info	iobroker npm-install: exit 0
                  host.raspberrypi4-iob	2021-03-16 19:49:06.414	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-icontwo created/updated
                  host.raspberrypi4-iob	2021-03-16 19:49:06.269	info	iobroker npm-install: upload [0] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm.png Alarm/alarm.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:06.203	info	iobroker npm-install: upload [1] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm_RED.png Alarm/alarm_RED.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:06.136	info	iobroker npm-install: upload [2] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm_green.png Alarm/alarm_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:06.068	info	iobroker npm-install: upload [3] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm_red2.png Alarm/alarm_red2.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.973	info	iobroker npm-install: upload [4] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_off.png Alarm/bell_off.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.900	info	iobroker npm-install: upload [5] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_off_green.png Alarm/bell_off_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.825	info	iobroker npm-install: upload [6] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_off_red.png Alarm/bell_off_red.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.750	info	iobroker npm-install: upload [7] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_on.png Alarm/bell_on.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.671	info	iobroker npm-install: upload [8] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_on_green.png Alarm/bell_on_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.594	info	iobroker npm-install: upload [9] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_on_red.png Alarm/bell_on_red.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.517	info	iobroker npm-install: upload [10] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera.png Alarm/camera.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.440	info	iobroker npm-install: upload [11] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera2.png Alarm/camera2.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.361	info	iobroker npm-install: upload [12] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera2_green.png Alarm/camera2_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.288	info	iobroker npm-install: upload [13] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera2_red.png Alarm/camera2_red.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.212	info	iobroker npm-install: upload [14] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera_green.png Alarm/camera_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.137	info	iobroker npm-install: upload [15] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera_red.png Alarm/camera_red.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:05.060	info	iobroker npm-install: upload [16] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/fire_alarm.png Alarm/fire_alarm.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:04.987	info	iobroker npm-install: upload [17] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/fire_alarm_green.png Alarm/fire_alarm_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:04.911	info	iobroker npm-install: upload [18] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/fire_alarm_red.png Alarm/fire_alarm_red.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:04.835	info	iobroker npm-install: upload [19] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/flame.png Alarm/flame.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:04.757	info	iobroker npm-install: upload [20] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/flame_green.png Alarm/flame_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:04.003	info	iobroker npm-install: upload [30] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/home_onnection_red.png Alarm/home_onnection_red.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:03.255	info	iobroker npm-install: upload [40] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/sensor_door_green.png Alarm/sensor_door_green.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:02.503	info	iobroker npm-install: upload [50] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/smoke.png Alarm/smoke.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:01.754	info	iobroker npm-install: upload [60] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Arrows/arrow_21_up.png Arrows/arrow_21_up.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:49:01.000	info	iobroker npm-install: upload [70] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/101_g.jpg Backgrounds/101_g.jpg image/jpeg
                  host.raspberrypi4-iob	2021-03-16 19:49:00.236	info	iobroker npm-install: upload [80] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/110.jpg Backgrounds/110.jpg image/jpeg
                  host.raspberrypi4-iob	2021-03-16 19:48:59.210	info	iobroker npm-install: upload [90] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/207.jpg Backgrounds/207.jpg image/jpeg
                  host.raspberrypi4-iob	2021-03-16 19:48:59.016	info	"system.adapter.alexa2.0" enabled
                  host.raspberrypi4-iob	2021-03-16 19:48:58.401	info	iobroker npm-install: upload [100] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/Seamless/300.png Backgrounds/Seamless/300.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:48:55.847	info	"system.adapter.history.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:48:54.815	info	"system.adapter.harmony.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:48:54.725	info	iobroker npm-install: upload [150] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Brands/kodi.png Brands/kodi.png image/png
                  host.raspberrypi4-iob	2021-03-16 19:48:53.165	info	"system.adapter.broadlink2.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:48:51.773	info	"system.adapter.backitup.0" disabled
                  host.raspberrypi4-iob	2021-03-16 19:48:50.969	info	"system.adapter.alexa2.0" disabled
                  

                  Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                  7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                  HomoranH 1 Antwort Letzte Antwort
                  0
                  • D Digi-Bit

                    der scheint immer das selbe irgend wie zu machen kommt aber nicht wirklich aus der hüfte

                    host.raspberrypi4-iob	2021-03-16 19:51:28.911	info	iobroker npm-install: npm install iobroker.ping@1.4.12 --loglevel error --prefix "/opt/iobroker" (System call)
                    host.raspberrypi4-iob	2021-03-16 19:51:28.906	info	iobroker npm-install: NPM version: 6.14.11
                    host.raspberrypi4-iob	2021-03-16 19:51:26.307	info	iobroker install ping@1.4.12 using installedFrom
                    host.raspberrypi4-iob	2021-03-16 19:51:26.305	warn	startInstance cannot find adapter "ping@1.4.12". Try to install it... 1 attempt
                    host.raspberrypi4-iob	2021-03-16 19:51:25.301	info	iobroker npm-install: exit 0
                    host.raspberrypi4-iob	2021-03-16 19:51:24.225	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.midea created/updated
                    host.raspberrypi4-iob	2021-03-16 19:51:24.062	info	iobroker npm-install: upload [0] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/admin.d.ts admin.d.ts video/mp2t
                    host.raspberrypi4-iob	2021-03-16 19:51:24.004	info	iobroker npm-install: upload [1] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/index_m.html index_m.html text/html
                    host.raspberrypi4-iob	2021-03-16 19:51:23.946	info	iobroker npm-install: upload [2] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/midea.png midea.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:51:23.889	info	iobroker npm-install: upload [3] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/style.css style.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:51:23.792	info	iobroker npm-install: upload [4] midea.admin /opt/iobroker/node_modules/iobroker.midea/admin/words.js words.js application/javascript
                    host.raspberrypi4-iob	2021-03-16 19:51:23.772	info	iobroker npm-install: host.raspberrypi4-iob install adapter midea@0.0.6
                    host.raspberrypi4-iob	2021-03-16 19:51:02.800	info	iobroker npm-install: npm install iobroker.midea@0.0.6 --loglevel error --prefix "/opt/iobroker" (System call)
                    host.raspberrypi4-iob	2021-03-16 19:51:02.798	info	iobroker npm-install: NPM version: 6.14.11
                    host.raspberrypi4-iob	2021-03-16 19:51:00.191	info	iobroker install midea@0.0.6 using installedFrom
                    host.raspberrypi4-iob	2021-03-16 19:51:00.190	warn	startInstance cannot find adapter "midea@0.0.6". Try to install it... 1 attempt
                    host.raspberrypi4-iob	2021-03-16 19:50:59.186	info	iobroker npm-install: exit 0
                    host.raspberrypi4-iob	2021-03-16 19:50:58.079	info	iobroker npm-install: Update "system.adapter.yahka.0"
                    host.raspberrypi4-iob	2021-03-16 19:50:58.031	info	iobroker npm-install: host.raspberrypi4-iob object yahka.meta._accessoryCategories created/updated
                    host.raspberrypi4-iob	2021-03-16 19:50:58.022	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.yahka created/updated
                    host.raspberrypi4-iob	2021-03-16 19:50:57.918	info	iobroker npm-install: upload [0] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/css/yahka.admin.css css/yahka.admin.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.857	info	iobroker npm-install: upload [1] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-colors.min.css ext/metroui/css/metro-colors.min.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.797	info	iobroker npm-install: upload [2] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-icons.min.css ext/metroui/css/metro-icons.min.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.734	info	iobroker npm-install: upload [3] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-responsive.min.css ext/metroui/css/metro-responsive.min.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.667	info	iobroker npm-install: upload [4] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-rtl.min.css ext/metroui/css/metro-rtl.min.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.293	info	iobroker npm-install: upload [5] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-schemes.min.css ext/metroui/css/metro-schemes.min.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.228	info	iobroker npm-install: upload [6] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro.min.css ext/metroui/css/metro.min.css text/css
                    host.raspberrypi4-iob	2021-03-16 19:50:57.169	info	iobroker npm-install: upload [7] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.eot ext/metroui/fonts/metro.eot application/vnd.ms-fontobject
                    host.raspberrypi4-iob	2021-03-16 19:50:57.093	info	iobroker npm-install: upload [8] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.svg ext/metroui/fonts/metro.svg image/svg+xml
                    host.raspberrypi4-iob	2021-03-16 19:50:57.022	info	iobroker npm-install: upload [9] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.ttf ext/metroui/fonts/metro.ttf font/ttf
                    host.raspberrypi4-iob	2021-03-16 19:50:56.929	info	iobroker npm-install: upload [10] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.woff ext/metroui/fonts/metro.woff font/woff
                    host.raspberrypi4-iob	2021-03-16 19:50:56.855	info	iobroker npm-install: upload [11] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/selection.json ext/metroui/fonts/selection.json application/json
                    host.raspberrypi4-iob	2021-03-16 19:50:56.795	info	iobroker npm-install: upload [12] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/js/metro.min.js ext/metroui/js/metro.min.js application/javascript
                    host.raspberrypi4-iob	2021-03-16 19:50:56.738	info	iobroker npm-install: upload [13] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/home_icon_large.png home_icon_large.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:50:56.681	info	iobroker npm-install: upload [14] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/index.html index.html text/html
                    host.raspberrypi4-iob	2021-03-16 19:50:56.624	info	iobroker npm-install: upload [15] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/index_m.html index_m.html text/html
                    host.raspberrypi4-iob	2021-03-16 19:50:56.529	info	iobroker npm-install: upload [16] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/words.js words.js application/javascript
                    host.raspberrypi4-iob	2021-03-16 19:50:55.808	info	iobroker npm-install: upload [17] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.admin.js yahka.admin.js application/javascript
                    host.raspberrypi4-iob	2021-03-16 19:50:54.881	info	iobroker npm-install: upload [18] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.admin.js.map yahka.admin.js.map application/json
                    host.raspberrypi4-iob	2021-03-16 19:50:54.784	info	iobroker npm-install: upload [19] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.png yahka.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:50:54.765	error	iobroker npm-install: Cannot install "pam-devel": E: Paket pam-devel kann nicht gefunden werden.The following apt-get packages could not be installed: pam-devel. Please install them manually.
                    host.raspberrypi4-iob	2021-03-16 19:50:52.600	info	iobroker npm-install: host.raspberrypi4-iob install adapter yahka@0.12.0
                    host.raspberrypi4-iob	2021-03-16 19:50:27.635	info	iobroker npm-install: npm install iobroker.yahka@0.12.0 --loglevel error --prefix "/opt/iobroker" (System call)
                    host.raspberrypi4-iob	2021-03-16 19:50:27.632	info	iobroker npm-install: NPM version: 6.14.11
                    host.raspberrypi4-iob	2021-03-16 19:50:24.996	info	iobroker install yahka@0.12.0 using installedFrom
                    host.raspberrypi4-iob	2021-03-16 19:50:24.994	warn	startInstance cannot find adapter "yahka@0.12.0". Try to install it... 1 attempt
                    host.raspberrypi4-iob	2021-03-16 19:50:23.990	info	iobroker npm-install: exit 0
                    host.raspberrypi4-iob	2021-03-16 19:50:22.940	info	iobroker npm-install: Update "system.adapter.vis-hqwidgets.0"
                    host.raspberrypi4-iob	2021-03-16 19:50:22.913	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-hqwidgets created/updated
                    host.raspberrypi4-iob	2021-03-16 19:50:22.815	info	iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                    host.raspberrypi4-iob	2021-03-16 19:50:22.812	info	"system.adapter.vis.0" enabled
                    host.raspberrypi4-iob	2021-03-16 19:50:22.793	info	"system.adapter.vis.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:50:22.761	info	iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-hqwidgets/www" was not found! Nothing was uploaded or deleted.
                    host.raspberrypi4-iob	2021-03-16 19:50:22.703	info	iobroker npm-install: upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:50:22.603	info	iobroker npm-install: upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html
                    host.raspberrypi4-iob	2021-03-16 19:50:22.580	info	iobroker npm-install: host.raspberrypi4-iob install adapter vis-hqwidgets@1.1.7
                    host.raspberrypi4-iob	2021-03-16 19:50:04.872	info	iobroker npm-install: npm install iobroker.vis-hqwidgets@1.1.7 --loglevel error --prefix "/opt/iobroker" (System call)
                    host.raspberrypi4-iob	2021-03-16 19:50:04.869	info	iobroker npm-install: NPM version: 6.14.11
                    host.raspberrypi4-iob	2021-03-16 19:50:02.218	info	iobroker install vis-hqwidgets@1.1.7 using installedFrom
                    host.raspberrypi4-iob	2021-03-16 19:50:02.217	warn	startInstance cannot find adapter "vis-hqwidgets@1.1.7". Try to install it... 1 attempt
                    host.raspberrypi4-iob	2021-03-16 19:50:01.212	info	iobroker npm-install: exit 0
                    host.raspberrypi4-iob	2021-03-16 19:50:00.156	info	iobroker npm-install: Update "system.adapter.vis-colorpicker.0"
                    host.raspberrypi4-iob	2021-03-16 19:50:00.133	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-colorpicker created/updated
                    host.raspberrypi4-iob	2021-03-16 19:50:00.042	info	iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                    host.raspberrypi4-iob	2021-03-16 19:50:00.039	info	"system.adapter.vis.0" enabled
                    host.raspberrypi4-iob	2021-03-16 19:50:00.021	info	"system.adapter.vis.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:49:59.991	info	iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-colorpicker/www" was not found! Nothing was uploaded or deleted.
                    host.raspberrypi4-iob	2021-03-16 19:49:59.893	info	iobroker npm-install: upload [0] vis-colorpicker.admin /opt/iobroker/node_modules/iobroker.vis-colorpicker/admin/colorpicker.png colorpicker.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:59.873	info	iobroker npm-install: host.raspberrypi4-iob install adapter vis-colorpicker@1.2.0
                    host.raspberrypi4-iob	2021-03-16 19:49:42.065	info	iobroker npm-install: npm install iobroker.vis-colorpicker@1.2.0 --loglevel error --prefix "/opt/iobroker" (System call)
                    host.raspberrypi4-iob	2021-03-16 19:49:42.062	info	iobroker npm-install: NPM version: 6.14.11
                    host.raspberrypi4-iob	2021-03-16 19:49:39.462	info	iobroker install vis-colorpicker@1.2.0 using installedFrom
                    host.raspberrypi4-iob	2021-03-16 19:49:39.449	warn	startInstance cannot find adapter "vis-colorpicker@1.2.0". Try to install it... 1 attempt
                    host.raspberrypi4-iob	2021-03-16 19:49:38.448	info	iobroker npm-install: exit 0
                    host.raspberrypi4-iob	2021-03-16 19:49:37.409	info	iobroker npm-install: Update "system.adapter.vis-bars.0"
                    host.raspberrypi4-iob	2021-03-16 19:49:37.389	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-bars created/updated
                    host.raspberrypi4-iob	2021-03-16 19:49:37.309	info	iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                    host.raspberrypi4-iob	2021-03-16 19:49:37.307	info	"system.adapter.vis.0" enabled
                    host.raspberrypi4-iob	2021-03-16 19:49:37.292	info	"system.adapter.vis.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:49:37.268	info	iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-bars/www" was not found! Nothing was uploaded or deleted.
                    host.raspberrypi4-iob	2021-03-16 19:49:37.211	info	iobroker npm-install: upload [0] vis-bars.admin /opt/iobroker/node_modules/iobroker.vis-bars/admin/bars.png bars.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:37.118	info	iobroker npm-install: upload [1] vis-bars.admin /opt/iobroker/node_modules/iobroker.vis-bars/admin/index.html index.html text/html
                    host.raspberrypi4-iob	2021-03-16 19:49:37.098	info	iobroker npm-install: host.raspberrypi4-iob install adapter vis-bars@0.1.4
                    host.raspberrypi4-iob	2021-03-16 19:49:22.193	info	Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                    host.raspberrypi4-iob	2021-03-16 19:49:18.716	info	iobroker npm-install: npm install iobroker.vis-bars@0.1.4 --loglevel error --prefix "/opt/iobroker" (System call)
                    host.raspberrypi4-iob	2021-03-16 19:49:18.714	info	iobroker npm-install: NPM version: 6.14.11
                    host.raspberrypi4-iob	2021-03-16 19:49:16.156	info	iobroker install vis-bars@0.1.4 using installedFrom
                    host.raspberrypi4-iob	2021-03-16 19:49:16.155	warn	startInstance cannot find adapter "vis-bars@0.1.4". Try to install it... 1 attempt
                    host.raspberrypi4-iob	2021-03-16 19:49:15.148	info	iobroker npm-install: exit 51
                    host.raspberrypi4-iob	2021-03-16 19:49:14.115	info	iobroker npm-install: adapter "icons-mfd-svg" already installed. Use "upgrade" to upgrade to a newer version.
                    host.raspberrypi4-iob	2021-03-16 19:49:12.319	info	iobroker install icons-mfd-svg using installedVersion
                    host.raspberrypi4-iob	2021-03-16 19:49:12.318	warn	startInstance cannot find adapter "icons-mfd-svg". Try to install it... 2 attempt
                    host.raspberrypi4-iob	2021-03-16 19:49:11.317	info	iobroker npm-install: exit 51
                    host.raspberrypi4-iob	2021-03-16 19:49:10.282	info	iobroker npm-install: adapter "icons-mfd-png" already installed. Use "upgrade" to upgrade to a newer version.
                    host.raspberrypi4-iob	2021-03-16 19:49:08.475	info	iobroker install icons-mfd-png using installedVersion
                    host.raspberrypi4-iob	2021-03-16 19:49:08.474	warn	startInstance cannot find adapter "icons-mfd-png". Try to install it... 2 attempt
                    host.raspberrypi4-iob	2021-03-16 19:49:07.471	info	iobroker npm-install: exit 0
                    host.raspberrypi4-iob	2021-03-16 19:49:06.414	info	iobroker npm-install: host.raspberrypi4-iob object system.adapter.vis-icontwo created/updated
                    host.raspberrypi4-iob	2021-03-16 19:49:06.269	info	iobroker npm-install: upload [0] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm.png Alarm/alarm.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:06.203	info	iobroker npm-install: upload [1] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm_RED.png Alarm/alarm_RED.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:06.136	info	iobroker npm-install: upload [2] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm_green.png Alarm/alarm_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:06.068	info	iobroker npm-install: upload [3] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/alarm_red2.png Alarm/alarm_red2.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.973	info	iobroker npm-install: upload [4] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_off.png Alarm/bell_off.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.900	info	iobroker npm-install: upload [5] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_off_green.png Alarm/bell_off_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.825	info	iobroker npm-install: upload [6] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_off_red.png Alarm/bell_off_red.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.750	info	iobroker npm-install: upload [7] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_on.png Alarm/bell_on.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.671	info	iobroker npm-install: upload [8] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_on_green.png Alarm/bell_on_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.594	info	iobroker npm-install: upload [9] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/bell_on_red.png Alarm/bell_on_red.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.517	info	iobroker npm-install: upload [10] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera.png Alarm/camera.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.440	info	iobroker npm-install: upload [11] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera2.png Alarm/camera2.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.361	info	iobroker npm-install: upload [12] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera2_green.png Alarm/camera2_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.288	info	iobroker npm-install: upload [13] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera2_red.png Alarm/camera2_red.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.212	info	iobroker npm-install: upload [14] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera_green.png Alarm/camera_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.137	info	iobroker npm-install: upload [15] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/camera_red.png Alarm/camera_red.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:05.060	info	iobroker npm-install: upload [16] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/fire_alarm.png Alarm/fire_alarm.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:04.987	info	iobroker npm-install: upload [17] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/fire_alarm_green.png Alarm/fire_alarm_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:04.911	info	iobroker npm-install: upload [18] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/fire_alarm_red.png Alarm/fire_alarm_red.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:04.835	info	iobroker npm-install: upload [19] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/flame.png Alarm/flame.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:04.757	info	iobroker npm-install: upload [20] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/flame_green.png Alarm/flame_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:04.003	info	iobroker npm-install: upload [30] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/home_onnection_red.png Alarm/home_onnection_red.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:03.255	info	iobroker npm-install: upload [40] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/sensor_door_green.png Alarm/sensor_door_green.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:02.503	info	iobroker npm-install: upload [50] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Alarm/smoke.png Alarm/smoke.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:01.754	info	iobroker npm-install: upload [60] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Arrows/arrow_21_up.png Arrows/arrow_21_up.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:49:01.000	info	iobroker npm-install: upload [70] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/101_g.jpg Backgrounds/101_g.jpg image/jpeg
                    host.raspberrypi4-iob	2021-03-16 19:49:00.236	info	iobroker npm-install: upload [80] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/110.jpg Backgrounds/110.jpg image/jpeg
                    host.raspberrypi4-iob	2021-03-16 19:48:59.210	info	iobroker npm-install: upload [90] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/207.jpg Backgrounds/207.jpg image/jpeg
                    host.raspberrypi4-iob	2021-03-16 19:48:59.016	info	"system.adapter.alexa2.0" enabled
                    host.raspberrypi4-iob	2021-03-16 19:48:58.401	info	iobroker npm-install: upload [100] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Backgrounds/Seamless/300.png Backgrounds/Seamless/300.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:48:55.847	info	"system.adapter.history.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:48:54.815	info	"system.adapter.harmony.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:48:54.725	info	iobroker npm-install: upload [150] vis-icontwo /opt/iobroker/node_modules/iobroker.vis-icontwo/www/Brands/kodi.png Brands/kodi.png image/png
                    host.raspberrypi4-iob	2021-03-16 19:48:53.165	info	"system.adapter.broadlink2.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:48:51.773	info	"system.adapter.backitup.0" disabled
                    host.raspberrypi4-iob	2021-03-16 19:48:50.969	info	"system.adapter.alexa2.0" disabled
                    
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von Homoran
                    #26

                    @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                    der scheint immer das selbe irgend wie zu machen

                    immer das selbe, oder immer das gleiche für jeden Adapter?
                    dann dauert das

                    immer hin ist er schon bei midea

                    kein Support per PN! - Fragen im Forum stellen -
                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    D 1 Antwort Letzte Antwort
                    0
                    • HomoranH Homoran

                      @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                      der scheint immer das selbe irgend wie zu machen

                      immer das selbe, oder immer das gleiche für jeden Adapter?
                      dann dauert das

                      immer hin ist er schon bei midea

                      D Offline
                      D Offline
                      Digi-Bit
                      schrieb am zuletzt editiert von
                      #27

                      @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

                      @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                      der scheint immer das selbe irgend wie zu machen

                      immer das selbe, oder immer das gleiche für jeden Adapter?
                      dann dauert das

                      immer hin ist er schon bei midea

                      ja, so langsam werden die alle grün, dauert aber echt sehr lange.....

                      denke mal das der doch noch irgend wie ein kanll weg hat oder ?

                      mfg

                      Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                      7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • D Digi-Bit

                        @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

                        @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                        der scheint immer das selbe irgend wie zu machen

                        immer das selbe, oder immer das gleiche für jeden Adapter?
                        dann dauert das

                        immer hin ist er schon bei midea

                        ja, so langsam werden die alle grün, dauert aber echt sehr lange.....

                        denke mal das der doch noch irgend wie ein kanll weg hat oder ?

                        mfg

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #28

                        @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                        ja, so langsam werden die alle grün, dauert aber echt sehr lange.....

                        ist wie nach einem restore. Je nach Leistung des Pi und Umfang der Installation kann das bis zu 2 Stunden dauern

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        D 1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                          ja, so langsam werden die alle grün, dauert aber echt sehr lange.....

                          ist wie nach einem restore. Je nach Leistung des Pi und Umfang der Installation kann das bis zu 2 Stunden dauern

                          D Offline
                          D Offline
                          Digi-Bit
                          schrieb am zuletzt editiert von
                          #29

                          @homoran sagte in Nach neustart läuft nach neustart nicht mehr:

                          @digi-bit sagte in Nach neustart läuft nach neustart nicht mehr:

                          ja, so langsam werden die alle grün, dauert aber echt sehr lange.....

                          ist wie nach einem restore. Je nach Leistung des Pi und Umfang der Installation kann das bis zu 2 Stunden dauern

                          ahha, ok....

                          jedenfalls noch mal ein fettes DANKE für die hilfe !

                          werde ein backup machen und dann erstmal feierabend, reicht mir für heute !

                          die noch einen schönen abend !

                          mfg !

                          Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                          7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                          1 Antwort Letzte Antwort
                          0

                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                          Registrieren Anmelden
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          521

                          Online

                          32.9k

                          Benutzer

                          83.0k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe