Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [How-to] Node.js für ioBroker richtig updaten

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

[How-to] Node.js für ioBroker richtig updaten

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
installationlinuxnodenode.jsnodejswindows
1.1k Beiträge 106 Kommentatoren 738.4k Aufrufe 112 Watching
  • Ä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.
  • apollon77A apollon77

    @cvidal sagte in [How-to] Node.js für ioBroker richtig updaten:

    authenticate_pam

    Versuch mal "apt install libpam0g-dev" und danach nochmal

    cvidalC Offline
    cvidalC Offline
    cvidal
    Forum Testing
    schrieb am zuletzt editiert von cvidal
    #381

    @apollon77 sagte in [How-to] Node.js für ioBroker richtig updaten:

    @cvidal sagte in [How-to] Node.js für ioBroker richtig updaten:

    authenticate_pam

    Versuch mal "apt install libpam0g-dev" und danach nochmal

    Sollte ich das unter cd /opt/iobroker machen?

    Edit: ich habe jetzt erstmal auf NodeJS 10.20.1 am laufen, das geht erst mal ohne Probleme. Node 12 werde ich erstmal die finger von lassen.

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @cvidal Dann bin ich raus.
      Permanent als root angemeldet und dann eine noch nicht vorgesehene Version macht Hilfe schwer.

      cvidalC Offline
      cvidalC Offline
      cvidal
      Forum Testing
      schrieb am zuletzt editiert von
      #382

      @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

      @cvidal Dann bin ich raus.
      Permanent als root angemeldet und dann eine noch nicht vorgesehene Version macht Hilfe schwer.

      Ist mein Testsystem, da versuche ich irgendwie alles mal, normal bin ich nicht dauerhaft als Root angemeldet.

      1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        @Sneak-L8 Sehr interessant, da ist von der epoll 0.x nix zu sehen ... Dann halt der Harte weg:

        Lösche mal /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll komplett. Dann gehst Du in /opt/iobroker/node_modules/rpi-gpio und sagst "npm install --production".

        Dann versuch nochmal

        S Offline
        S Offline
        Sneak-L8
        schrieb am zuletzt editiert von Sneak-L8
        #383

        @apollon77 Guten Morgen, hab ich gemacht. Das Löschen wir nur mit root-User möglich (also sudo rm -rf ...).
        Aber schon der

        npm install --production
        

        schlägt wieder mit demselben Befehl fehl:

        pi@ioBroker-RasPi:/opt/iobroker/node_modules/rpi-gpio $ npm install --production
        npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
        npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
        npm WARN deprecated istanbul@0.2.7: This module is no longer maintained, try this instead:
        npm WARN deprecated   npm i nyc
        npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
        npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
        npm WARN deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
        npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
        npm WARN deprecated minimatch@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        npm WARN deprecated samsam@1.1.3: This package has been deprecated in favour of @sinonjs/samsam
        npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        
        > epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
        > node-gyp rebuild
        
        make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird betreten
          CXX(target) Release/obj.target/epoll/src/epoll.o
        In file included from ../../nan/nan.h:192:0,
                         from ../src/epoll.cc:15:
        [...]
        /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        epoll.target.mk:103: die Regel für Ziel „Release/obj.target/epoll/src/epoll.o“ scheiterte
        make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1
        make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird verlassen
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:191:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
        gyp ERR! System Linux 4.14.34-v7+
        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/rpi-gpio/node_modules/epoll
        gyp ERR! node -v v10.20.1
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! epoll@0.1.22 install: `node-gyp rebuild`
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the epoll@0.1.22 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!     /home/iobroker/.npm/_logs/2020-04-15T07_59_33_981Z-debug.log
        

        Er will erneut epoll 0.1.22 installieren...

        apollon77A 1 Antwort Letzte Antwort
        0
        • S Sneak-L8

          @apollon77 Guten Morgen, hab ich gemacht. Das Löschen wir nur mit root-User möglich (also sudo rm -rf ...).
          Aber schon der

          npm install --production
          

          schlägt wieder mit demselben Befehl fehl:

          pi@ioBroker-RasPi:/opt/iobroker/node_modules/rpi-gpio $ npm install --production
          npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
          npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
          npm WARN deprecated istanbul@0.2.7: This module is no longer maintained, try this instead:
          npm WARN deprecated   npm i nyc
          npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
          npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
          npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
          npm WARN deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
          npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
          npm WARN deprecated minimatch@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
          npm WARN deprecated samsam@1.1.3: This package has been deprecated in favour of @sinonjs/samsam
          npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
          
          > epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
          > node-gyp rebuild
          
          make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird betreten
            CXX(target) Release/obj.target/epoll/src/epoll.o
          In file included from ../../nan/nan.h:192:0,
                           from ../src/epoll.cc:15:
          [...]
          /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          epoll.target.mk:103: die Regel für Ziel „Release/obj.target/epoll/src/epoll.o“ scheiterte
          make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1
          make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird verlassen
          gyp ERR! build error
          gyp ERR! stack Error: `make` failed with exit code: 2
          gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:191:23)
          gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
          gyp ERR! System Linux 4.14.34-v7+
          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/rpi-gpio/node_modules/epoll
          gyp ERR! node -v v10.20.1
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok
          npm ERR! code ELIFECYCLE
          npm ERR! errno 1
          npm ERR! epoll@0.1.22 install: `node-gyp rebuild`
          npm ERR! Exit status 1
          npm ERR!
          npm ERR! Failed at the epoll@0.1.22 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!     /home/iobroker/.npm/_logs/2020-04-15T07_59_33_981Z-debug.log
          

          Er will erneut epoll 0.1.22 installieren...

          apollon77A Offline
          apollon77A Offline
          apollon77
          schrieb am zuletzt editiert von
          #384

          @Sneak-L8 Ok, dann noch härter:

          Lösche /opt/iobroker/node_modules/rpi-gpio

          gehe in /opt/iobroker/node_modules/iobroker.rpi2 und mache dort

          npm install --production

          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
          1 Antwort Letzte Antwort
          0
          • S Offline
            S Offline
            Sneak-L8
            schrieb am zuletzt editiert von
            #385

            Super, jetzt hat's geklappt! Vielen Dank!!

            1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @crunchip

              sudo apt install nodejs
              

              Ich würde aber schauen, dass die 10.20.1 angeboten wird. Die 10.20.0 hat einen Fehler.
              Bluetooth würde ich allerdings auch aktuell halten. Das Update kommt aus Security, das hat wohl einen Grund...

              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #386

              @Thomas-Braun das klappt so aber nicht
              952512e1-17d5-4614-862d-002b93667610-image.png

              umgestiegen von Proxmox auf Unraid

              GlasfaserG 1 Antwort Letzte Antwort
              0
              • crunchipC crunchip

                @Thomas-Braun das klappt so aber nicht
                952512e1-17d5-4614-862d-002b93667610-image.png

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von
                #387

                @crunchip

                vorher eine .. machen , zur Paketenaktualisierung

                sudo apt update
                

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                crunchipC 1 Antwort Letzte Antwort
                1
                • GlasfaserG Glasfaser

                  @crunchip

                  vorher eine .. machen , zur Paketenaktualisierung

                  sudo apt update
                  
                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #388

                  @Glasfaser danke, hatte ich nicht dran gedacht

                  umgestiegen von Proxmox auf Unraid

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • crunchipC crunchip

                    @Glasfaser danke, hatte ich nicht dran gedacht

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von Glasfaser
                    #389

                    @crunchip

                    😉

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    1 Antwort Letzte Antwort
                    0
                    • S Offline
                      S Offline
                      SolarGuido
                      schrieb am zuletzt editiert von SolarGuido
                      #390

                      vertan... falscher Beitrag

                      1 Antwort Letzte Antwort
                      0
                      • S Offline
                        S Offline
                        SolarGuido
                        schrieb am zuletzt editiert von
                        #391

                        Jetzt wird es richtig wuschelig mit der js8 Version. Ich überlege auch upgrade auf js12 zu machen, wie sieht es damit aus? Gibt es dazu auch eine Anleitung? Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?
                        Danke für jeden Hinweis!

                        Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                        0
                        • S SolarGuido

                          Jetzt wird es richtig wuschelig mit der js8 Version. Ich überlege auch upgrade auf js12 zu machen, wie sieht es damit aus? Gibt es dazu auch eine Anleitung? Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?
                          Danke für jeden Hinweis!

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #392

                          @SolarGuido Hängt vom verwendeten System ab.
                          Grundsätzlich: Siehe den ersten Beitrag in diesem Thread.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          S 1 Antwort Letzte Antwort
                          0
                          • S SolarGuido

                            Jetzt wird es richtig wuschelig mit der js8 Version. Ich überlege auch upgrade auf js12 zu machen, wie sieht es damit aus? Gibt es dazu auch eine Anleitung? Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?
                            Danke für jeden Hinweis!

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

                            @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                            wie sieht es damit aus? Gibt es dazu auch eine Anleitung?

                            Die Anleitung ist identisch, nur dass du die 10.x in dem Befehl gegen eine 12.x austauschen musst.

                            @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                            Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?

                            Das wird automatisch mit ugegradet

                            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            S 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @SolarGuido Hängt vom verwendeten System ab.
                              Grundsätzlich: Siehe den ersten Beitrag in diesem Thread.

                              S Offline
                              S Offline
                              SolarGuido
                              schrieb am zuletzt editiert von SolarGuido
                              #394

                              @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                              rwendeten System ab.

                              Orange Pi (image aus dem Forum) Also Debian

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • S SolarGuido

                                @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                rwendeten System ab.

                                Orange Pi (image aus dem Forum) Also Debian

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #395

                                @SolarGuido Da läuft ein Linux drauf? Debian?

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                HomoranH 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @SolarGuido Da läuft ein Linux drauf? Debian?

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

                                  @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                  Da läuft ein Linux drauf? Debian?

                                  Armbian

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  S 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                    wie sieht es damit aus? Gibt es dazu auch eine Anleitung?

                                    Die Anleitung ist identisch, nur dass du die 10.x in dem Befehl gegen eine 12.x austauschen musst.

                                    @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                    Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?

                                    Das wird automatisch mit ugegradet

                                    S Offline
                                    S Offline
                                    SolarGuido
                                    schrieb am zuletzt editiert von
                                    #397

                                    @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                    ass du die 10.x in dem Befehl gegen eine 12.x austauschen mu

                                    Ok, dann vielen Dank!

                                    1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                      Da läuft ein Linux drauf? Debian?

                                      Armbian

                                      S Offline
                                      S Offline
                                      SolarGuido
                                      schrieb am zuletzt editiert von
                                      #398

                                      @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                      @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                      Da läuft ein Linux drauf? Debian?

                                      Armbian

                                      Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                      Ich werde es probieren mache ne Ordner Sicherung vorher, da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse?

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • S SolarGuido

                                        @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                        @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                        Da läuft ein Linux drauf? Debian?

                                        Armbian

                                        Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                        Ich werde es probieren mache ne Ordner Sicherung vorher, da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse?

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

                                        @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                        Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                        Naja, ist ein für ARM Hardware optimiertes Debian.

                                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        S 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                          Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                          Naja, ist ein für ARM Hardware optimiertes Debian.

                                          S Offline
                                          S Offline
                                          SolarGuido
                                          schrieb am zuletzt editiert von
                                          #400

                                          @Homoran

                                          da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse??
                                          Also nur das Verzeichnis sichern, damit wenn es schief läuft ich wieder auf Start komme, richtig?

                                          HomoranH 1 Antwort Letzte Antwort
                                          0
                                          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

                                          627

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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