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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Installation unter Debian 11 Bullseye

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    5
    1
    41

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

Installation unter Debian 11 Bullseye

Geplant Angeheftet Gesperrt Verschoben Error/Bug
21 Beiträge 7 Kommentatoren 4.3k Aufrufe 6 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.
  • H Offline
    H Offline
    heiner1976
    schrieb am zuletzt editiert von heiner1976
    #1
    Systemdata Bitte Ausfüllen
    Hardwaresystem: Virtual Box
    Arbeitsspeicher: 2GB
    Festplattenart: SSD
    Betriebssystem: Debian 11 Bullseye
    Node-Version: x.x.x
    Nodejs-Version: x.x.x
    NPM-Version: x.x.x
    Installationsart: Skript
    Image genutzt: ;Nein

    Ich bin gerade dabei meine Installation auf Debian 11 (Bullseye) neu aufzusetzen / umzuziehen.
    Während der Installation von iOBroker kamen folgende Warnungen.

    ==========================================================================
        Installing ioBroker (3/4)
    ==========================================================================
    
    In file included from ../../nan/nan.h:58,
                     from ../src/main.cpp:3:
    /root/.cache/node-gyp/14.18.3/include/node/node.h:787:7: 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]
      787 |       (node::addon_register_func) (regfunc),                          \
          |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /root/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
      821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
          |   ^~~~~~~~~~~~~
    ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
       42 | NODE_MODULE(diskusage, Init)
          | ^~~~~~~~~~~
    In file included from ../../nan/nan.h:58,
                     from ../src/unix_dgram.cc:5:
    /root/.cache/node-gyp/14.18.3/include/node/node.h:787:7: 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]
      787 |       (node::addon_register_func) (regfunc),                          \
          |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /root/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
      821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
          |   ^~~~~~~~~~~~~
    ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
      404 | NODE_MODULE(unix_dgram, Initialize)
          | ^~~~~~~~~~~
    
    ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker
    
    
    

    Muss ich mir hier Sorgen machen, die Installation lief dennoch durch

    
    ==========================================================================
        Finalizing installation (4/4)
    ==========================================================================
    
    Enabling autostart...
    Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
    Autostart enabled!
    Fixing directory permissions...
    
    ==========================================================================
    
        ioBroker was installed successfully
        Open http://192.168.178.65:8081 in a browser and start configuring!
    
    ==========================================================================
    
    
    You need to re-login before doing anything else on the console!
    
    
    J NT_OlliN 2 Antworten Letzte Antwort
    0
    • H heiner1976
      Systemdata Bitte Ausfüllen
      Hardwaresystem: Virtual Box
      Arbeitsspeicher: 2GB
      Festplattenart: SSD
      Betriebssystem: Debian 11 Bullseye
      Node-Version: x.x.x
      Nodejs-Version: x.x.x
      NPM-Version: x.x.x
      Installationsart: Skript
      Image genutzt: ;Nein

      Ich bin gerade dabei meine Installation auf Debian 11 (Bullseye) neu aufzusetzen / umzuziehen.
      Während der Installation von iOBroker kamen folgende Warnungen.

      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      In file included from ../../nan/nan.h:58,
                       from ../src/main.cpp:3:
      /root/.cache/node-gyp/14.18.3/include/node/node.h:787:7: 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]
        787 |       (node::addon_register_func) (regfunc),                          \
            |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
        821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
            |   ^~~~~~~~~~~~~
      ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
         42 | NODE_MODULE(diskusage, Init)
            | ^~~~~~~~~~~
      In file included from ../../nan/nan.h:58,
                       from ../src/unix_dgram.cc:5:
      /root/.cache/node-gyp/14.18.3/include/node/node.h:787:7: 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]
        787 |       (node::addon_register_func) (regfunc),                          \
            |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
        821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
            |   ^~~~~~~~~~~~~
      ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
        404 | NODE_MODULE(unix_dgram, Initialize)
            | ^~~~~~~~~~~
      
      ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker
      
      
      

      Muss ich mir hier Sorgen machen, die Installation lief dennoch durch

      
      ==========================================================================
          Finalizing installation (4/4)
      ==========================================================================
      
      Enabling autostart...
      Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
      Autostart enabled!
      Fixing directory permissions...
      
      ==========================================================================
      
          ioBroker was installed successfully
          Open http://192.168.178.65:8081 in a browser and start configuring!
      
      ==========================================================================
      
      
      You need to re-login before doing anything else on the console!
      
      
      J Offline
      J Offline
      Jan1
      schrieb am zuletzt editiert von
      #2

      @heiner1976
      Sorgen nicht wirklich, aber warum schreibst Du oben Node12, bevor Du überhaupt IOBroker drauf hast?
      Debian beinhaltet standard kein Node und das wird passend bei der IOBroker Installation mit installiert ;)

      1 Antwort Letzte Antwort
      0
      • H Offline
        H Offline
        heiner1976
        schrieb am zuletzt editiert von heiner1976
        #3

        @jan1
        Danke für die Antwort! Ich hatte die Node Version aus der alten Installation im Kopp. :-( Sorry Du hast recht :-)

        1 Antwort Letzte Antwort
        0
        • wendy2702W Offline
          wendy2702W Offline
          wendy2702
          schrieb am zuletzt editiert von wendy2702
          #4

          Ist ja noch nicht so alt hier.

          Versuche gerade unter Proxmox 6.4-13 in einem CT mit Bullseye iobroker zu installieren.

          Jetzt schaue ich schon seit ca. 30 minuten auf diese Anzeige:

          mirko@iobroker:~$ curl -sLf https://iobroker.net/install.sh | bash -
          library: loaded
          Library version=2021-12-27
          
          ==========================================================================
          
              Welcome to the ioBroker installer!
              Installer version: 2021-12-27
          
              You might need to enter your password a couple of times.
          
          ==========================================================================
          
          
          ==========================================================================
              Installing prerequisites (1/4)
          ==========================================================================
          
          Hit:1 http://ftp.debian.org/debian bullseye InRelease
          Hit:2 http://security.debian.org bullseye-security InRelease
          Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
          Reading package lists... Done
          
          ==========================================================================
          
              Node.js not found. Installing...
          
          ==========================================================================
          
          
          ## Installing the NodeSource Node.js 14.x repo...
          
          
          ## Populating apt-get cache...
          
          + apt-get update
          Hit:1 http://ftp.debian.org/debian bullseye InRelease
          Hit:2 http://security.debian.org bullseye-security InRelease
          Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
          Reading package lists... Done
          
          ## Installing packages required for setup: lsb-release gnupg...
          
          + apt-get install -y lsb-release gnupg > /dev/null 2>&1
          
          ## Confirming "bullseye" is supported...
          
          + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/bullseye/Release'
          
          ## Adding the NodeSource signing key to your keyring...
          
          + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null
          
          ## Creating apt sources list file for the NodeSource Node.js 14.x repo...
          
          + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sources.list.d/nodesource.list
          + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main' >> /etc/apt/sources.list.d/nodesource.list
          
          ## Running `apt-get update` for you...
          
          + apt-get update
          Hit:1 http://ftp.debian.org/debian bullseye InRelease
          Hit:2 http://security.debian.org bullseye-security InRelease
          Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
          Get:4 https://deb.nodesource.com/node_14.x bullseye InRelease [4586 B]
          Get:5 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages [773 B]
          Fetched 5359 B in 1s (5365 B/s)
          Reading package lists... Done
          
          ## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm
          ## You may also need development tools to build native addons:
               sudo apt-get install gcc g++ make
          ## To install the Yarn package manager, run:
               curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
               echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
               sudo apt-get update && sudo apt-get install yarn
          
          
          Installed nodejs
          Node.js Installed successfully!
          Changing npm registry to https://registry.npmjs.org
          Installed acl
          Installed build-essential
          Installed gcc-c++
          Installed libavahi-compat-libdnssd-dev
          Installed libudev-dev
          Installed libpam0g-dev
          Installed git
          Installed unzip
          Installed libcairo2-dev
          Installed libpango1.0-dev
          Installed libjpeg-dev
          Installed libgif-dev
          Installed librsvg2-dev
          Installed net-tools
          Installed python-dev
          Installed cmake
          
          ==========================================================================
              Creating ioBroker user and directory (2/4)
          ==========================================================================
          
          User iobroker created
          Created /etc/sudoers.d/iobroker
          Directory /opt/iobroker created
          
          ==========================================================================
              Installing ioBroker (3/4)
          ==========================================================================
          
          [#.................] - fetchMetadata: sill pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 41ms
          
          

          Und nichts passiert.

          Bitte keine Fragen per PN, die gehören ins Forum!

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

          AlCalzoneA 1 Antwort Letzte Antwort
          0
          • wendy2702W wendy2702

            Ist ja noch nicht so alt hier.

            Versuche gerade unter Proxmox 6.4-13 in einem CT mit Bullseye iobroker zu installieren.

            Jetzt schaue ich schon seit ca. 30 minuten auf diese Anzeige:

            mirko@iobroker:~$ curl -sLf https://iobroker.net/install.sh | bash -
            library: loaded
            Library version=2021-12-27
            
            ==========================================================================
            
                Welcome to the ioBroker installer!
                Installer version: 2021-12-27
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/4)
            ==========================================================================
            
            Hit:1 http://ftp.debian.org/debian bullseye InRelease
            Hit:2 http://security.debian.org bullseye-security InRelease
            Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
            Reading package lists... Done
            
            ==========================================================================
            
                Node.js not found. Installing...
            
            ==========================================================================
            
            
            ## Installing the NodeSource Node.js 14.x repo...
            
            
            ## Populating apt-get cache...
            
            + apt-get update
            Hit:1 http://ftp.debian.org/debian bullseye InRelease
            Hit:2 http://security.debian.org bullseye-security InRelease
            Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
            Reading package lists... Done
            
            ## Installing packages required for setup: lsb-release gnupg...
            
            + apt-get install -y lsb-release gnupg > /dev/null 2>&1
            
            ## Confirming "bullseye" is supported...
            
            + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/bullseye/Release'
            
            ## Adding the NodeSource signing key to your keyring...
            
            + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null
            
            ## Creating apt sources list file for the NodeSource Node.js 14.x repo...
            
            + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main' > /etc/apt/sources.list.d/nodesource.list
            + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x bullseye main' >> /etc/apt/sources.list.d/nodesource.list
            
            ## Running `apt-get update` for you...
            
            + apt-get update
            Hit:1 http://ftp.debian.org/debian bullseye InRelease
            Hit:2 http://security.debian.org bullseye-security InRelease
            Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
            Get:4 https://deb.nodesource.com/node_14.x bullseye InRelease [4586 B]
            Get:5 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages [773 B]
            Fetched 5359 B in 1s (5365 B/s)
            Reading package lists... Done
            
            ## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm
            ## You may also need development tools to build native addons:
                 sudo apt-get install gcc g++ make
            ## To install the Yarn package manager, run:
                 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
                 echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                 sudo apt-get update && sudo apt-get install yarn
            
            
            Installed nodejs
            Node.js Installed successfully!
            Changing npm registry to https://registry.npmjs.org
            Installed acl
            Installed build-essential
            Installed gcc-c++
            Installed libavahi-compat-libdnssd-dev
            Installed libudev-dev
            Installed libpam0g-dev
            Installed git
            Installed unzip
            Installed libcairo2-dev
            Installed libpango1.0-dev
            Installed libjpeg-dev
            Installed libgif-dev
            Installed librsvg2-dev
            Installed net-tools
            Installed python-dev
            Installed cmake
            
            ==========================================================================
                Creating ioBroker user and directory (2/4)
            ==========================================================================
            
            User iobroker created
            Created /etc/sudoers.d/iobroker
            Directory /opt/iobroker created
            
            ==========================================================================
                Installing ioBroker (3/4)
            ==========================================================================
            
            [#.................] - fetchMetadata: sill pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 41ms
            
            

            Und nichts passiert.

            AlCalzoneA Offline
            AlCalzoneA Offline
            AlCalzone
            Developer
            schrieb am zuletzt editiert von
            #5

            @wendy2702 sagte in Installation unter Debian 11 Bullseye:

            fetchMetadata

            Kommt von npm was gerade etwas installieren will und dafür Informationen aus dem Netz lädt. Könnte sein, dass dein Internet gerade etwas hängt.

            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

            wendy2702W 1 Antwort Letzte Antwort
            0
            • AlCalzoneA AlCalzone

              @wendy2702 sagte in Installation unter Debian 11 Bullseye:

              fetchMetadata

              Kommt von npm was gerade etwas installieren will und dafür Informationen aus dem Netz lädt. Könnte sein, dass dein Internet gerade etwas hängt.

              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              schrieb am zuletzt editiert von
              #6

              @alcalzone Hm...

              mir ist bei keiner anderen Anwendung ein hänger aufgefallen.

              2 VPN Verbindungen ohne Unterbrechung
              Teams Meeting ohne Unterbrechung
              Live Stream ohne Unterbrechung

              Aber egal, habe es neu gestartet und der zweite Versuch lief durch

              Bitte keine Fragen per PN, die gehören ins Forum!

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

              AlCalzoneA 1 Antwort Letzte Antwort
              0
              • wendy2702W wendy2702

                @alcalzone Hm...

                mir ist bei keiner anderen Anwendung ein hänger aufgefallen.

                2 VPN Verbindungen ohne Unterbrechung
                Teams Meeting ohne Unterbrechung
                Live Stream ohne Unterbrechung

                Aber egal, habe es neu gestartet und der zweite Versuch lief durch

                AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                schrieb am zuletzt editiert von
                #7

                @wendy2702 Vielleicht lags auch an der Gegenstelle... Passiert bei mir manchmal auch abseits von ioBroker.

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                1 Antwort Letzte Antwort
                0
                • H heiner1976
                  Systemdata Bitte Ausfüllen
                  Hardwaresystem: Virtual Box
                  Arbeitsspeicher: 2GB
                  Festplattenart: SSD
                  Betriebssystem: Debian 11 Bullseye
                  Node-Version: x.x.x
                  Nodejs-Version: x.x.x
                  NPM-Version: x.x.x
                  Installationsart: Skript
                  Image genutzt: ;Nein

                  Ich bin gerade dabei meine Installation auf Debian 11 (Bullseye) neu aufzusetzen / umzuziehen.
                  Während der Installation von iOBroker kamen folgende Warnungen.

                  ==========================================================================
                      Installing ioBroker (3/4)
                  ==========================================================================
                  
                  In file included from ../../nan/nan.h:58,
                                   from ../src/main.cpp:3:
                  /root/.cache/node-gyp/14.18.3/include/node/node.h:787:7: 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]
                    787 |       (node::addon_register_func) (regfunc),                          \
                        |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  /root/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
                    821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                        |   ^~~~~~~~~~~~~
                  ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                     42 | NODE_MODULE(diskusage, Init)
                        | ^~~~~~~~~~~
                  In file included from ../../nan/nan.h:58,
                                   from ../src/unix_dgram.cc:5:
                  /root/.cache/node-gyp/14.18.3/include/node/node.h:787:7: 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]
                    787 |       (node::addon_register_func) (regfunc),                          \
                        |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  /root/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
                    821 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                        |   ^~~~~~~~~~~~~
                  ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                    404 | NODE_MODULE(unix_dgram, Initialize)
                        | ^~~~~~~~~~~
                  
                  ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker
                  
                  
                  

                  Muss ich mir hier Sorgen machen, die Installation lief dennoch durch

                  
                  ==========================================================================
                      Finalizing installation (4/4)
                  ==========================================================================
                  
                  Enabling autostart...
                  Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
                  Autostart enabled!
                  Fixing directory permissions...
                  
                  ==========================================================================
                  
                      ioBroker was installed successfully
                      Open http://192.168.178.65:8081 in a browser and start configuring!
                  
                  ==========================================================================
                  
                  
                  You need to re-login before doing anything else on the console!
                  
                  
                  NT_OlliN Offline
                  NT_OlliN Offline
                  NT_Olli
                  schrieb am zuletzt editiert von
                  #8

                  Hallo @heiner1976 ich habe gerade ähnliches vor wie von Dir oben beschrieben.
                  Ich habe heute eine aktuelle Debian 11 Installation auf einem amd64 System aufgesetzt. Vor dem Versuch ein ioBroker zu installieren habe ich nur den openmediavault und den Logitech MEdia Server 8.2.0 installiert.
                  Halte ich mich an die Anleitung auf https://www.iobroker.net/#de/documentation/install/linux.md bekomme ich neben den von Dir geposteten Warnings auch noch folgende Zeilen:

                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 22
                  npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                  npm ERR! Exit status 22
                  npm ERR!
                  npm ERR! Failed at the iobroker.js-controller@3.3.22 install script.
                  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                  
                  

                  Eine Recherche im web hat ergeben, dass es wohl beim Update des js-controllers dieses Problem geben kann. Leider haben die Hinweise zur Bewältigung kein Erfolg gebracht und der ioBroker startet nicht.

                  root@homeserver:/opt/iobroker# node -v
                  v14.19.0
                  root@homeserver:/opt/iobroker# nodejs -v
                  v14.19.0
                  root@homeserver:/opt/iobroker# npm -v
                  6.14.16
                  

                  Weiß jemand Rat?

                  Vorab vielen Dank und viele Grüße,
                  Olli

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • NT_OlliN NT_Olli

                    Hallo @heiner1976 ich habe gerade ähnliches vor wie von Dir oben beschrieben.
                    Ich habe heute eine aktuelle Debian 11 Installation auf einem amd64 System aufgesetzt. Vor dem Versuch ein ioBroker zu installieren habe ich nur den openmediavault und den Logitech MEdia Server 8.2.0 installiert.
                    Halte ich mich an die Anleitung auf https://www.iobroker.net/#de/documentation/install/linux.md bekomme ich neben den von Dir geposteten Warnings auch noch folgende Zeilen:

                    npm ERR! code ELIFECYCLE
                    npm ERR! errno 22
                    npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                    npm ERR! Exit status 22
                    npm ERR!
                    npm ERR! Failed at the iobroker.js-controller@3.3.22 install script.
                    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                    
                    

                    Eine Recherche im web hat ergeben, dass es wohl beim Update des js-controllers dieses Problem geben kann. Leider haben die Hinweise zur Bewältigung kein Erfolg gebracht und der ioBroker startet nicht.

                    root@homeserver:/opt/iobroker# node -v
                    v14.19.0
                    root@homeserver:/opt/iobroker# nodejs -v
                    v14.19.0
                    root@homeserver:/opt/iobroker# npm -v
                    6.14.16
                    

                    Weiß jemand Rat?

                    Vorab vielen Dank und viele Grüße,
                    Olli

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

                    @dh2wq sagte in Installation unter Debian 11 Bullseye:

                    Weiß jemand Rat?

                    Ja.
                    Nicht als root rumhampeln wäre der erste Rat.
                    Der zweite: Mehr Output aus der Konsole posten.
                    Der dritte: npm cache löschen

                    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

                    1 Antwort Letzte Antwort
                    0
                    • NT_OlliN Offline
                      NT_OlliN Offline
                      NT_Olli
                      schrieb am zuletzt editiert von
                      #10

                      @thomas-braun
                      Danke für den schnellen Rat,
                      leider hat das rumhampeln per sudo in den scripten das gleiche Ergebnis. Der Vollständigkeit habe ich auch wie geraten die komplette Ausgabe bis auf das abklappern der Quellen gepostet. Der NPM cache wurde vorher auch noch mal geleert.

                      olli@openmediavault:~$ curl -sL https://iobroker.net/install.sh | bash -
                      library: loaded
                      Library version=2021-12-27
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installer!
                          Installer version: 2021-12-27
                      
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/4)
                      ==========================================================================
                      
                      ...
                      ...
                      Reading package lists... Done
                      Changing npm registry to https://registry.npmjs.org
                      Installed gcc-c++
                      Installed python-dev
                      
                      ==========================================================================
                          Creating ioBroker user and directory (2/4)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Directory /opt/iobroker created
                      
                      ==========================================================================
                          Installing ioBroker (3/4)
                      ==========================================================================
                      
                      In file included from ../../nan/nan.h:58,
                                       from ../src/main.cpp:3:
                      /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:793:7: warning: cast betw                                                                                                                                                                                                een 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]
                        793 |       (node::addon_register_func) (regfunc),                          \
                            |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                      /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion                                                                                                                                                                                                 of macro ‘NODE_MODULE_X’
                        827 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                                                                usage)
                            |   ^~~~~~~~~~~~~
                      ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                         42 | NODE_MODULE(diskusage, Init)
                            | ^~~~~~~~~~~
                      In file included from ../../nan/nan.h:58,
                                       from ../src/unix_dgram.cc:5:
                      /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:793:7: warning: cast betw                                                                                                                                                                                                een 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]
                        793 |       (node::addon_register_func) (regfunc),                          \
                            |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                      /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion                                                                                                                                                                                                 of macro ‘NODE_MODULE_X’
                        827 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                                                                usage)
                            |   ^~~~~~~~~~~~~
                      ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                        404 | NODE_MODULE(unix_dgram, Initialize)
                            | ^~~~~~~~~~~
                      npm ERR! code ELIFECYCLE
                      npm ERR! errno 22
                      npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                      npm ERR! Exit status 22
                      npm ERR!
                      npm ERR! Failed at the iobroker.js-controller@3.3.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/olli/.npm/_logs/2022-02-04T21_40_48_160Z-debug.log
                      
                      ==========================================================================
                          Finalizing installation (4/4)
                      ==========================================================================
                      
                      Enabling autostart...
                      Autostart enabled!
                      Fixing directory permissions...
                      
                      ==========================================================================
                      
                          ioBroker was installed successfully
                          Open http://192.168.2.10:8081 in a browser and start configuring!
                      
                      ==========================================================================
                      
                      
                      You need to re-login before doing anything else on the console!
                      
                      
                      
                      Thomas BraunT AlCalzoneA 2 Antworten Letzte Antwort
                      0
                      • NT_OlliN NT_Olli

                        @thomas-braun
                        Danke für den schnellen Rat,
                        leider hat das rumhampeln per sudo in den scripten das gleiche Ergebnis. Der Vollständigkeit habe ich auch wie geraten die komplette Ausgabe bis auf das abklappern der Quellen gepostet. Der NPM cache wurde vorher auch noch mal geleert.

                        olli@openmediavault:~$ curl -sL https://iobroker.net/install.sh | bash -
                        library: loaded
                        Library version=2021-12-27
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installer!
                            Installer version: 2021-12-27
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/4)
                        ==========================================================================
                        
                        ...
                        ...
                        Reading package lists... Done
                        Changing npm registry to https://registry.npmjs.org
                        Installed gcc-c++
                        Installed python-dev
                        
                        ==========================================================================
                            Creating ioBroker user and directory (2/4)
                        ==========================================================================
                        
                        Created /etc/sudoers.d/iobroker
                        Directory /opt/iobroker created
                        
                        ==========================================================================
                            Installing ioBroker (3/4)
                        ==========================================================================
                        
                        In file included from ../../nan/nan.h:58,
                                         from ../src/main.cpp:3:
                        /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:793:7: warning: cast betw                                                                                                                                                                                                een 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]
                          793 |       (node::addon_register_func) (regfunc),                          \
                              |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion                                                                                                                                                                                                 of macro ‘NODE_MODULE_X’
                          827 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                                                                usage)
                              |   ^~~~~~~~~~~~~
                        ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                           42 | NODE_MODULE(diskusage, Init)
                              | ^~~~~~~~~~~
                        In file included from ../../nan/nan.h:58,
                                         from ../src/unix_dgram.cc:5:
                        /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:793:7: warning: cast betw                                                                                                                                                                                                een 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]
                          793 |       (node::addon_register_func) (regfunc),                          \
                              |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion                                                                                                                                                                                                 of macro ‘NODE_MODULE_X’
                          827 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                                                                usage)
                              |   ^~~~~~~~~~~~~
                        ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                          404 | NODE_MODULE(unix_dgram, Initialize)
                              | ^~~~~~~~~~~
                        npm ERR! code ELIFECYCLE
                        npm ERR! errno 22
                        npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                        npm ERR! Exit status 22
                        npm ERR!
                        npm ERR! Failed at the iobroker.js-controller@3.3.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/olli/.npm/_logs/2022-02-04T21_40_48_160Z-debug.log
                        
                        ==========================================================================
                            Finalizing installation (4/4)
                        ==========================================================================
                        
                        Enabling autostart...
                        Autostart enabled!
                        Fixing directory permissions...
                        
                        ==========================================================================
                        
                            ioBroker was installed successfully
                            Open http://192.168.2.10:8081 in a browser and start configuring!
                        
                        ==========================================================================
                        
                        
                        You need to re-login before doing anything else on the console!
                        
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #11

                        @nt_olli

                        Jetzt ist der Hostname anders.

                        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

                        NT_OlliN 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @nt_olli

                          Jetzt ist der Hostname anders.

                          NT_OlliN Offline
                          NT_OlliN Offline
                          NT_Olli
                          schrieb am zuletzt editiert von
                          #12

                          @thomas-braun
                          Richtig, gleiche Machine, nur eine Änderung aus der GUI des openmediavaults raus und der gewünschte user.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • NT_OlliN NT_Olli

                            @thomas-braun
                            Richtig, gleiche Machine, nur eine Änderung aus der GUI des openmediavaults raus und der gewünschte user.

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

                            @nt_olli

                            So ganz verstehe nicht wie das Ding da bei dir aufgesetzt ist.

                            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

                            1 Antwort Letzte Antwort
                            0
                            • NT_OlliN NT_Olli

                              @thomas-braun
                              Danke für den schnellen Rat,
                              leider hat das rumhampeln per sudo in den scripten das gleiche Ergebnis. Der Vollständigkeit habe ich auch wie geraten die komplette Ausgabe bis auf das abklappern der Quellen gepostet. Der NPM cache wurde vorher auch noch mal geleert.

                              olli@openmediavault:~$ curl -sL https://iobroker.net/install.sh | bash -
                              library: loaded
                              Library version=2021-12-27
                              
                              ==========================================================================
                              
                                  Welcome to the ioBroker installer!
                                  Installer version: 2021-12-27
                              
                                  You might need to enter your password a couple of times.
                              
                              ==========================================================================
                              
                              
                              ==========================================================================
                                  Installing prerequisites (1/4)
                              ==========================================================================
                              
                              ...
                              ...
                              Reading package lists... Done
                              Changing npm registry to https://registry.npmjs.org
                              Installed gcc-c++
                              Installed python-dev
                              
                              ==========================================================================
                                  Creating ioBroker user and directory (2/4)
                              ==========================================================================
                              
                              Created /etc/sudoers.d/iobroker
                              Directory /opt/iobroker created
                              
                              ==========================================================================
                                  Installing ioBroker (3/4)
                              ==========================================================================
                              
                              In file included from ../../nan/nan.h:58,
                                               from ../src/main.cpp:3:
                              /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:793:7: warning: cast betw                                                                                                                                                                                                een 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]
                                793 |       (node::addon_register_func) (regfunc),                          \
                                    |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion                                                                                                                                                                                                 of macro ‘NODE_MODULE_X’
                                827 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                                                                usage)
                                    |   ^~~~~~~~~~~~~
                              ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                                 42 | NODE_MODULE(diskusage, Init)
                                    | ^~~~~~~~~~~
                              In file included from ../../nan/nan.h:58,
                                               from ../src/unix_dgram.cc:5:
                              /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:793:7: warning: cast betw                                                                                                                                                                                                een 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]
                                793 |       (node::addon_register_func) (regfunc),                          \
                                    |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              /home/olli/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion                                                                                                                                                                                                 of macro ‘NODE_MODULE_X’
                                827 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_                                                                                                                                                                                                usage)
                                    |   ^~~~~~~~~~~~~
                              ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                                404 | NODE_MODULE(unix_dgram, Initialize)
                                    | ^~~~~~~~~~~
                              npm ERR! code ELIFECYCLE
                              npm ERR! errno 22
                              npm ERR! iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                              npm ERR! Exit status 22
                              npm ERR!
                              npm ERR! Failed at the iobroker.js-controller@3.3.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/olli/.npm/_logs/2022-02-04T21_40_48_160Z-debug.log
                              
                              ==========================================================================
                                  Finalizing installation (4/4)
                              ==========================================================================
                              
                              Enabling autostart...
                              Autostart enabled!
                              Fixing directory permissions...
                              
                              ==========================================================================
                              
                                  ioBroker was installed successfully
                                  Open http://192.168.2.10:8081 in a browser and start configuring!
                              
                              ==========================================================================
                              
                              
                              You need to re-login before doing anything else on the console!
                              
                              
                              
                              AlCalzoneA Offline
                              AlCalzoneA Offline
                              AlCalzone
                              Developer
                              schrieb am zuletzt editiert von
                              #14

                              @nt_olli sagte in Installation unter Debian 11 Bullseye:

                              /home/olli/.npm/_logs/2022-02-04T21_40_48_160Z-debug.log

                              Steht da ggf. mehr drin?

                              Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                              NT_OlliN 1 Antwort Letzte Antwort
                              0
                              • AlCalzoneA AlCalzone

                                @nt_olli sagte in Installation unter Debian 11 Bullseye:

                                /home/olli/.npm/_logs/2022-02-04T21_40_48_160Z-debug.log

                                Steht da ggf. mehr drin?

                                NT_OlliN Offline
                                NT_OlliN Offline
                                NT_Olli
                                schrieb am zuletzt editiert von
                                #15

                                Guten Morgen @alcalzone,
                                ja da steht mehr drin. Ich denke der letzte Teil könnte Aufschluss geben:

                                5889 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                                5890 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
                                5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
                                5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   linux
                                5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
                                5892 verbose stack Error: iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                                5892 verbose stack Exit status 22
                                5892 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
                                5892 verbose stack     at EventEmitter.emit (events.js:400:28)
                                5892 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
                                5892 verbose stack     at ChildProcess.emit (events.js:400:28)
                                5892 verbose stack     at maybeClose (internal/child_process.js:1058:16)
                                5892 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)
                                5893 verbose pkgid iobroker.js-controller@3.3.22
                                5894 verbose cwd /opt/iobroker
                                5895 verbose Linux 5.10.0-11-amd64
                                5896 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" "--production" "--loglevel" "error" "--unsafe-perm"
                                5897 verbose node v14.19.0
                                5898 verbose npm  v6.14.16
                                5899 error code ELIFECYCLE
                                5900 error errno 22
                                5901 error iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                                5901 error Exit status 22
                                5902 error Failed at the iobroker.js-controller@3.3.22 install script.
                                5902 error This is probably not a problem with npm. There is likely additional logging output above.
                                5903 verbose exit [ 22, true ]
                                

                                Da ich nicht weiß ob in den Ausgaben weiter ober mehr Inhalt steckt die ganze Datei:
                                2022-02-04T21_40_48_160Z-debug.log

                                Schonmal Dank für alle Mhen mir zu helfen. Um die Verwirrung des umsystems zu lösen, kann ich es ggf. nochmal ohne die openmediavault aufsetzen.

                                NT_OlliN 1 Antwort Letzte Antwort
                                0
                                • NT_OlliN NT_Olli

                                  Guten Morgen @alcalzone,
                                  ja da steht mehr drin. Ich denke der letzte Teil könnte Aufschluss geben:

                                  5889 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                                  5890 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                  5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
                                  5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
                                  5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   linux
                                  5891 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
                                  5892 verbose stack Error: iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                                  5892 verbose stack Exit status 22
                                  5892 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
                                  5892 verbose stack     at EventEmitter.emit (events.js:400:28)
                                  5892 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
                                  5892 verbose stack     at ChildProcess.emit (events.js:400:28)
                                  5892 verbose stack     at maybeClose (internal/child_process.js:1058:16)
                                  5892 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)
                                  5893 verbose pkgid iobroker.js-controller@3.3.22
                                  5894 verbose cwd /opt/iobroker
                                  5895 verbose Linux 5.10.0-11-amd64
                                  5896 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" "--production" "--loglevel" "error" "--unsafe-perm"
                                  5897 verbose node v14.19.0
                                  5898 verbose npm  v6.14.16
                                  5899 error code ELIFECYCLE
                                  5900 error errno 22
                                  5901 error iobroker.js-controller@3.3.22 install: `node iobroker.js setup first`
                                  5901 error Exit status 22
                                  5902 error Failed at the iobroker.js-controller@3.3.22 install script.
                                  5902 error This is probably not a problem with npm. There is likely additional logging output above.
                                  5903 verbose exit [ 22, true ]
                                  

                                  Da ich nicht weiß ob in den Ausgaben weiter ober mehr Inhalt steckt die ganze Datei:
                                  2022-02-04T21_40_48_160Z-debug.log

                                  Schonmal Dank für alle Mhen mir zu helfen. Um die Verwirrung des umsystems zu lösen, kann ich es ggf. nochmal ohne die openmediavault aufsetzen.

                                  NT_OlliN Offline
                                  NT_OlliN Offline
                                  NT_Olli
                                  schrieb am zuletzt editiert von
                                  #16

                                  Guten Morgen,
                                  da ich ja noch eine laufende Lösung auf meinem PI 2 habe is es nicht kritisch und ich habe es mit einem neuen sauberen Ubuntu Server 20.04.3 LTS installiert und auch den openmediavault erstmal unten gelassen. Leider kommt es zur genau gleichen Fehlermeldung.
                                  Ich werde es jetzt nochmal in einer VM probieren.

                                  NT_OlliN 1 Antwort Letzte Antwort
                                  0
                                  • NT_OlliN NT_Olli

                                    Guten Morgen,
                                    da ich ja noch eine laufende Lösung auf meinem PI 2 habe is es nicht kritisch und ich habe es mit einem neuen sauberen Ubuntu Server 20.04.3 LTS installiert und auch den openmediavault erstmal unten gelassen. Leider kommt es zur genau gleichen Fehlermeldung.
                                    Ich werde es jetzt nochmal in einer VM probieren.

                                    NT_OlliN Offline
                                    NT_OlliN Offline
                                    NT_Olli
                                    schrieb am zuletzt editiert von
                                    #17

                                    Hallo,
                                    da auf den physischen Maschinen als erstes der logitechmediaserver (lms) installiert wurde, habe ich diese Möglichkeit leider übersehen. Tausche ich die Installationsreihenfolge, macht dann der lms beim Starten Probleme.
                                    Die Fehlermeldung ist hier aber für mich verständlicher. Hier finde ich die Information, dass der Port 9000 schon belegt ist.
                                    Daraufhin habe ich im lms den Port auf 9002 geändert und schon geht es.
                                    Ein Test auf der physischen Maschine hat gezeigt, dass sich nun der js-controller installieren lässt.

                                    Wenn möglich, wäre eine Fehlerausgabe in diese Richtung hilfreich.

                                    Viele Grüße,
                                    Olli

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • NT_OlliN NT_Olli

                                      Hallo,
                                      da auf den physischen Maschinen als erstes der logitechmediaserver (lms) installiert wurde, habe ich diese Möglichkeit leider übersehen. Tausche ich die Installationsreihenfolge, macht dann der lms beim Starten Probleme.
                                      Die Fehlermeldung ist hier aber für mich verständlicher. Hier finde ich die Information, dass der Port 9000 schon belegt ist.
                                      Daraufhin habe ich im lms den Port auf 9002 geändert und schon geht es.
                                      Ein Test auf der physischen Maschine hat gezeigt, dass sich nun der js-controller installieren lässt.

                                      Wenn möglich, wäre eine Fehlerausgabe in diese Richtung hilfreich.

                                      Viele Grüße,
                                      Olli

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

                                      @nt_olli sagte in Installation unter Debian 11 Bullseye:

                                      Wenn möglich, wäre eine Fehlerausgabe in diese Richtung hilfreich.

                                      Welche Richtung?

                                      Ich bin mir sicher, dass beim Start (nach der Inst) im log der Hinweis auf den belegten Port steht
                                      so in der Art:

                                      2022-02-06 08:17:27.035  - error: backitup.0 (1445) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                      2022-02-06 08:17:27.235  - error: backitup.0 (1445) States database error: connect ECONNREFUSED 127.0.0.1:9000
                                      

                                      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 -

                                      NT_OlliN 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @nt_olli sagte in Installation unter Debian 11 Bullseye:

                                        Wenn möglich, wäre eine Fehlerausgabe in diese Richtung hilfreich.

                                        Welche Richtung?

                                        Ich bin mir sicher, dass beim Start (nach der Inst) im log der Hinweis auf den belegten Port steht
                                        so in der Art:

                                        2022-02-06 08:17:27.035  - error: backitup.0 (1445) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                        2022-02-06 08:17:27.235  - error: backitup.0 (1445) States database error: connect ECONNREFUSED 127.0.0.1:9000
                                        
                                        NT_OlliN Offline
                                        NT_OlliN Offline
                                        NT_Olli
                                        schrieb am zuletzt editiert von NT_Olli
                                        #19

                                        @homoran
                                        Hi,
                                        ich konnte das setup script zur Installation ja nicht erfolgreich durchführen, da der Port schon belegt war. Da ich mit ps auch kein laufenden iobroker gesehen habe, bin ich davon ausgegangen das ich hier gar nicht in die logs schauen muss.
                                        Meine Debugfähigkeiten haben bei error Failed at the iobroker.js-controller@3.3.22 install script. aufgehört.
                                        Hätte ich hier einen Hinweis in die Richtung belegter Port gefunden, wäre ich vermutlich weiter gekommen. Im Ende ist ja auch alles gelöst. Ich kenne mich auch nur bedingt mit den Details aus und bin über die Unterstützung der Community sehr dankbar.

                                        Viele Grüße

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • NT_OlliN NT_Olli

                                          @homoran
                                          Hi,
                                          ich konnte das setup script zur Installation ja nicht erfolgreich durchführen, da der Port schon belegt war. Da ich mit ps auch kein laufenden iobroker gesehen habe, bin ich davon ausgegangen das ich hier gar nicht in die logs schauen muss.
                                          Meine Debugfähigkeiten haben bei error Failed at the iobroker.js-controller@3.3.22 install script. aufgehört.
                                          Hätte ich hier einen Hinweis in die Richtung belegter Port gefunden, wäre ich vermutlich weiter gekommen. Im Ende ist ja auch alles gelöst. Ich kenne mich auch nur bedingt mit den Details aus und bin über die Unterstützung der Community sehr dankbar.

                                          Viele Grüße

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

                                          @nt_olli Ich verstehe!

                                          Das Installationsskript könnte man mit Sicherheit aufbohren. Aber bis wohin??
                                          Jetzt die Ports, später was noch alles?

                                          Die Installationsroutinen gehen davon aus, dass noch nichts anderes auf dem Server läuft.
                                          Ähnliche Diskussionen gab es auch bereits für andere, ich will mal sagen Custom-Betriebssysteme, wo wür deren Installation einiges anders war, als es bei dem selben nativen OS gewesen wäre.

                                          Im Prinzip gehen wir davon aus, dass wenn jemand es nicht auf einem eigenen System installiert, weiß was er hat und tut.

                                          Du könntest ein Feature Request in Form eines Issues erstellen, damit die Idee nicht verloren geht

                                          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 -

                                          AlCalzoneA 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

                                          531

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          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