Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • entavio
      entavio @Homoran last edited by

      @Homoran

      der initiale Fehler in geistiger Umnachtung ist noch rekonstruierbar, Admin Oberfläche versucht über GitHub zu updaten 😞

      gut ich habe den iobroker fixer laufen lassen, diverse updates, start und stops der Prozesse

      anbei die Ergebnisse der beiden befehle auf dem terminal/bash auf der synology, installation des js-controllers hatte ich eigentlich auch durchgeführt

      root@buanet-iobroker1:/opt/iobroker# iobroker list instances                                              
      internal/modules/cjs/loader.js:834                                                                        
        throw err;                                                                                              
        ^                                                                                                       
                                                                                                                
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'                 
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:831:15)                           
          at Function.Module._load (internal/modules/cjs/loader.js:687:27)                                      
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                   
          at internal/main/run_main_module.js:17:47 {                                                           
        code: 'MODULE_NOT_FOUND',                                                                               
        requireStack: []                                                                                        
      }                                                                                                         
      root@buanet-iobroker1:/opt/iobroker#  
      
      
      root@buanet-iobroker1:/opt/iobroker# iobroker status                                                      
      internal/modules/cjs/loader.js:834                                                                        
        throw err;                                                                                              
        ^                                                                                                       
                                                                                                                
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'                 
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:831:15)                           
          at Function.Module._load (internal/modules/cjs/loader.js:687:27)                                      
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                   
          at internal/main/run_main_module.js:17:47 {                                                           
        code: 'MODULE_NOT_FOUND',                                                                               
        requireStack: []                                                                                        
      }                                                                                                         
      root@buanet-iobroker1:/opt/iobroker#   
      
      1 Reply Last reply Reply Quote 0
      • entavio
        entavio last edited by entavio

        nach einem Neustart der synology läuft jetzt gar nichts mehr, also weder admin Oberfläche noch adapter..... 😞
        Katastrophe - brauche dringend Support

        Thomas Braun Glasfaser 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @entavio last edited by

          @entavio

          Admin Oberfläche versucht über GitHub zu updaten

          Warum macht man sowas?

          cd /opt/iobroker
          npm install iobroker.js-controller
          

          mal versucht? Wobei ich mich mit Docker und Konsorten nicht auskenne.

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

            @Thomas-Braun said in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

            npm install iobroker.js-controller

            gute frage, warum man das macht kann ich jetzt auch nicht mehr beantworten, ich weiß nur ich werde es nie wieder tun sollte das hier alles wieder zum laufen zu bekommen sein

            in einer bash im docker

            root@buanet-iobroker1:/opt/iobroker# cd /opt/iobroker                                                                                        
            root@buanet-iobroker1:/opt/iobroker# npm install iobroker.js-controller                                                                      
            sudo: Hostname buanet-iobroker1 kann nicht aufgelöst werden                                                                                 
            sudo: Die Audit-Nachricht kann nicht gesendet werden: Unbekannter Fehler -1                                                                  
            sudo: pam_open_session: Systemfehler                                                                                                         
            sudo: Regelwerks-Plugin konnte Sitzung nicht initialisieren                                                                                  
            root@buanet-iobroker1:/opt/iobroker#                                                                                                         
                                                        
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @entavio last edited by Thomas Braun

              @entavio
              Keine Ahnung wie das im Docker geht. Da scheitert es an der nicht vorhandenen Nutzerverwaltung auf den Dingern.

              Und an der Unlust, Texte ohne Großbuchstaben lesen zu wollen.

              1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @entavio last edited by

                @entavio

                Docker neu starten ..

                in der Terminal konsole

                pkill -u iobroker
                

                dann nochmal

                npm install iobroker.js-controller
                
                entavio 1 Reply Last reply Reply Quote 0
                • entavio
                  entavio @Glasfaser last edited by entavio

                  @Glasfaser

                  das hier konnte ich noch screenshotten beim Neustart von docker

                  ------------------------------------------------------------                                                                                 
                  -----   Step 3 of 5: Checking ioBroker installation    -----                                                                                 
                  ------------------------------------------------------------                                                                                 
                                                                                                                                                               
                  This is NOT the first run of the container. Some Steps will be skipped.                                                                      
                                                                                                                                                               
                  (Re)Setting folder permissions (This might take a while! Please be patient!)...                                                              
                  Done.                                                                                                                                        
                                                                                                                                                               
                  Fixing "sudo-bug" by replacing sudo with gosu...                                                                                             
                  Done.                                                                                                                                        
                                                                                                                                                               
                  ------------------------------------------------------------                                                                                 
                  -----      Step 4 of 5: Applying special settings      -----                                                                                 
                  ------------------------------------------------------------                                                                                 
                                                                                                                                                               
                  Some adapters have special requirements which can be activated by the use of environment variables.                                          
                  For more information take a look at readme.md                                                                                                
                                                                                                                                                               
                  ------------------------------------------------------------                                                                                 
                  -----          Step 5 of 5: ioBroker startup           -----                                                                                 
                  ------------------------------------------------------------                                                                                 
                                                                                                                                                               
                  Starting ioBroker...                                                                                                                         
                                                                                                                                                               
                  internal/modules/cjs/loader.js:834                                                                                                           
                    throw err;                                                                                                                                 
                    ^                                                                                                                                          
                                                                                                                                                               
                  Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/controller.js'                                                  
                      at Function.Module._resolveFilename (internal/modules/cjs/loader.js:831:15)                                                              
                      at Function.Module._load (internal/modules/cjs/loader.js:687:27)                                                                         
                      at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                                                      
                      at internal/main/run_main_module.js:17:47 {                                                                                              
                    code: 'MODULE_NOT_FOUND',                                                                                                                  
                    requireStack: []                                                                                                                           
                  }                                                              
                  

                  anbei der Befehl von dir nach Neustart unter dem Reiter terminal in einer bash

                  root@buanet-iobroker1:/opt/iobroker# pkill -u iobroker                                                                                       
                  root@buanet-iobroker1:/opt/iobroker# npm install iobroker.js-controller                                                                      
                  sudo: Hostname buanet-iobroker1 kann nicht aufgelöst werden                                                                                 
                  sudo: Die Audit-Nachricht kann nicht gesendet werden: Unbekannter Fehler -1                                                                  
                  sudo: pam_open_session: Systemfehler                                                                                                         
                  sudo: Regelwerks-Plugin konnte Sitzung nicht initialisieren                                                                                  
                  root@buanet-iobroker1:/opt/iobroker#
                  
                  Glasfaser 1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @entavio last edited by

                    @entavio

                    Da ist aber gewaltig was schief gelaufen !

                    Setze mal

                    iobroker fix
                    

                    dann

                    npm install iobroker.js-controller
                    
                    Homoran entavio 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Glasfaser last edited by Homoran

                      @Glasfaser sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                      dann
                      npm install iobroker.js-controller

                      wo machen wir das ? 😄

                      natürlich erst ins Installationsverzeichnis wechseln mit cd /opt/iobroker

                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • entavio
                        entavio @Glasfaser last edited by

                        @Glasfaser said in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                        iobroker fix

                        geht schon beim ersten schief, schonmal danke für die Unterstützung, passt das überhaupt mit der bash im docker?

                        root@buanet-iobroker1:/opt/iobroker# iobroker fix                                                                                            
                        library: loaded                                                                                                                              
                        Library version=2020-06-12                                                                                                                   
                        ioBroker is not installed in /opt/iobroker! Cannot fix anything...                                                                           
                        root@buanet-iobroker1:/opt/iobroker#      
                        
                        1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @Homoran last edited by

                          @Homoran sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                          wo machen wir das ?

                          is doch schon ... ist docker / bash 😉

                          Homoran 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Glasfaser last edited by

                            @Glasfaser sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                            is doch schon

                            war es, weißt du was in der Zwischenzeit passiert ist?

                            entavio Glasfaser 2 Replies Last reply Reply Quote 0
                            • entavio
                              entavio @Homoran last edited by

                              @Homoran
                              @Glasfaser

                              root@buanet-iobroker1:/opt/iobroker# cd /opt/iobroker                                                                                        
                              root@buanet-iobroker1:/opt/iobroker# iobroker fix                                                                                            
                              library: loaded                                                                                                                              
                              Library version=2020-06-12                                                                                                                   
                              ioBroker is not installed in /opt/iobroker! Cannot fix anything...                                                                           
                              root@buanet-iobroker1:/opt/iobroker# npm install iobroker.js-controller                                                                      
                              sudo: Hostname buanet-iobroker1 kann nicht aufgelöst werden                                                                                 
                              sudo: Die Audit-Nachricht kann nicht gesendet werden: Unbekannter Fehler -1                                                                  
                              sudo: pam_open_session: Systemfehler                                                                                                         
                              sudo: Regelwerks-Plugin konnte Sitzung nicht initialisieren                                                                                  
                              root@buanet-iobroker1:/opt/iobroker#  
                              
                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @entavio last edited by

                                @entavio ich fürchte du hast den Container geschreddert.
                                Kann dir aber leider mangels Wissens nicht weiterhelfen. Ich arbeite nicht mit Containern.

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @Homoran last edited by

                                  @Homoran sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                                  @Glasfaser sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                                  is doch schon

                                  war es, weißt du was in der Zwischenzeit passiert ist?

                                  Jein ... kann sein ... glaube ich aber nicht

                                  @entavio

                                  root@buanet-iobroker1:/opt/iobroker# cd /opt/iobroker

                                  du stehts doch schon in /opt/iobroker

                                  1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @Homoran last edited by

                                    @entavio

                                    @Homoran sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:
                                    @entavio ich fürchte du hast den Container geschreddert.

                                    dito ... schlechte Nachricht die ich dir auch Mitteilen muss ..

                                    entavio 1 Reply Last reply Reply Quote 0
                                    • entavio
                                      entavio @Glasfaser last edited by

                                      @Glasfaser

                                      ok what next? bekommt man irgendwie noch die Konfiguration der adapter und alles raus?
                                      habe ein backupfile in backups liegen ist das dort dann enthalten?

                                      kann man den container wieder herstellen?

                                      Homoran Glasfaser 2 Replies Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @entavio last edited by

                                        @entavio sagte in Admin-Oberfläche nicht zu erreichen, Prozess läuft nicht:

                                        habe ein backupfile in backups liegen

                                        das ist schon mal die halbe Miete! - da sind alle Konfigurationen drin, vorausgesetzt das File ist heil.

                                        1 Reply Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser @entavio last edited by

                                          @entavio

                                          Entweder ganz hart und hoffen , das die Datei noch in Ordnung sind .....

                                          neunen Container erstellen und den Mount-Pfad auf den alten Pfad setzen .

                                          entavio 1 Reply Last reply Reply Quote 0
                                          • entavio
                                            entavio @Glasfaser last edited by

                                            @Glasfaser

                                            ok oder alternativ?
                                            dafür bräuchte ich etwas Anleitung mit neuem container und mount-pfad

                                            Homoran Glasfaser 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            768
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            admin weboberfläche iobroker installation synology
                                            4
                                            78
                                            3965
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo