Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. help please - iobroker läuft nicht

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    help please - iobroker läuft nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Pahan last edited by

      @pahan

      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      
      P 1 Reply Last reply Reply Quote 0
      • P
        Pahan @Thomas Braun last edited by

        @thomas-braun sagte in help please - iobroker läuft nicht:

        @pahan

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

        sorry, hatte ich vergessen. Klar, hattest du ja oben schon erwähnt.
        Diese Eingabe liefert folgendes:

        
        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
        
        > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        > node lib/preinstallCheck.js
        
        NPM version: 6.14.15
        
        > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
        > node iobroker.js setup first
        
        object _design/custom updated
        object _design/system updated
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        
        + iobroker.js-controller@3.3.22
        updated 4 packages in 103.877s
        
        111 packages are looking for funding
          run `npm fund` for details
        
        pi@raspberrypi:/opt/iobroker $
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Pahan last edited by

          @pahan

          systemctl status iobroker
          
          P 1 Reply Last reply Reply Quote 0
          • P
            Pahan @Thomas Braun last edited by Pahan

            @thomas-braun sagte in help please - iobroker läuft nicht:

            @pahan

            systemctl status iobroker
            

            liefert :

            pi@raspberrypi:/opt/iobroker $ systemctl status iobroker
            ● iobroker.service
               Loaded: masked (Reason: Unit iobroker.service is masked.)
               Active: inactive (dead)
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Pahan last edited by Thomas Braun

              @pahan

              systemctl unmask iobroker.service
              

              Wenn das nicht geht mit

              sudo systemctl unmask iobroker.service
              

              probieren.

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

                @thomas-braun sagte in help please - iobroker läuft nicht:

                @pahan

                systemctl unmask iobroker.service
                

                Wenn das nicht geht mit

                sudo systemctl unmask iobroker.service
                

                probieren.

                beides probiert, das Ergebnis scheint das Gleiche zu sein. "dead"

                ==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ===
                Authentication is required to reload the systemd state.
                Authenticating as: ,,, (pi)
                Password:
                ==== AUTHENTICATION COMPLETE ===
                pi@raspberrypi:~ $ systemctl status iobroker
                ● iobroker.service
                   Loaded: masked (Reason: Unit iobroker.service is masked.)
                   Active: inactive (dead)
                pi@raspberrypi:~ $ sudo systemctl unmask iobroker.service
                pi@raspberrypi:~ $ systemctl status iobroker
                ● iobroker.service
                   Loaded: masked (Reason: Unit iobroker.service is masked.)
                   Active: inactive (dead)
                pi@raspberrypi:~ $
                
                
                1 Reply Last reply Reply Quote 0
                • P
                  Pahan last edited by Pahan

                  keine weitere Idee?

                  ich könnte auch damit leben...wenn es ginge....iobroker neu zu installieren, aber mir ist wichtig, dass ich Grafana beibehalte.

                  Oder kann man in meinem Fall doch noch was retten?

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

                    @pahan

                    Gib bitte nochmal die Ausgabe auf

                    sudo systemctl daemon-reload
                    systemctl status iobroker.service
                    ls -l /lib/systemd/system/iobroker.service
                    sudo systemctl daemon-reload
                    
                    P 1 Reply Last reply Reply Quote 1
                    • P
                      Pahan @Thomas Braun last edited by

                      @thomas-braun sagte in help please - iobroker läuft nicht:

                      @pahan

                      Gib bitte nochmal die Ausgabe auf

                      sudo systemctl daemon-reload
                      systemctl status iobroker.service
                      ls -l /lib/systemd/system/iobroker.service
                      sudo systemctl daemon-reload
                      

                      Habe die Befehle einzeln eingegeben, anbei die Ausgabe, meist springt der Kursor einfach in die nächste Zeile, ohne etwas zu kommentieren:

                      pi@raspberrypi:~ $ sudo systemctl daemon-reload
                      pi@raspberrypi:~ $ systemctl status iobroker.service
                      ● iobroker.service
                         Loaded: masked (Reason: Unit iobroker.service is masked.)
                         Active: inactive (dead)
                      pi@raspberrypi:~ $ ls -l /lib/systemd/system/iobroker.service
                      -rw-r--r-- 1 root root 0 Jan 26 21:29 /lib/systemd/system/iobroker.service
                      pi@raspberrypi:~ $ sudo systemctl daemon-reload
                      pi@raspberrypi:~ $
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Pahan last edited by

                        @pahan sagte in help please - iobroker läuft nicht:

                        sudo systemctl unmask iobroker.service
                        systemctl status iobroker.service
                        
                        P 1 Reply Last reply Reply Quote 1
                        • P
                          Pahan @Thomas Braun last edited by

                          @thomas-braun sagte in help please - iobroker läuft nicht:

                          @pahan sagte in help please - iobroker läuft nicht:

                          sudo systemctl unmask iobroker.service
                          systemctl status iobroker.service
                          

                          liefert folgende Ausgabe:

                          pi@raspberrypi:~ $ sudo systemctl unmask iobroker.service
                          pi@raspberrypi:~ $ systemctl status iobroker.service
                          ● iobroker.service
                             Loaded: masked (Reason: Unit iobroker.service is masked.)
                             Active: inactive (dead)
                          pi@raspberrypi:~ $
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Pahan last edited by

                            @pahan

                            Dann fällt mir auch nichts mehr dazu ein.

                            P crunchip 2 Replies Last reply Reply Quote 0
                            • P
                              Pahan @Thomas Braun last edited by

                              @thomas-braun sagte in help please - iobroker läuft nicht:

                              @pahan

                              Dann fällt mir auch nichts mehr dazu ein.

                              könntest du mir ggf. hiermit helfen?

                              "ich könnte auch damit leben...wenn es ginge....iobroker neu zu installieren, aber mir ist wichtig, dass ich Grafana beibehalte."

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

                                @pahan

                                Ich hab kein Grafana laufen. Aber ein Backup haben hilft.

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

                                  @thomas-braun vllt hilft ein reboot und dann nochmal probieren

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

                                    @crunchip

                                    Kann man mal probieren. Sollte aber eigentlich auch per daemon-restart funktionieren.

                                    crunchip 1 Reply Last reply Reply Quote 0
                                    • P
                                      Pahan last edited by Pahan

                                      Leute, ich bin echt am Boden zerstört...ich habe nur den fehlerhaften UPNP Adapter richtig deinstalliert...Hammer.

                                      Könnt ihr mir empfehlen, wie ich in meinem Fall iobroker installiere? Ohne dass sich später etwas zerschießt. Klar, ich könnte die SD-Karte formatieren und alles neu installieren, aber so würde ich Grafana verlieren und das wäre sehr sehr schade.

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

                                        @pahan sagte in help please - iobroker läuft nicht:

                                        ich habe nur den fehlerhaften UPNP Adapter richtig deinstalliert...Hammer.

                                        Offengesagt: Ich glaube nicht, dass dir der Adapter den Service maskiert. Das darf der user iobroker gar nicht.

                                        1 Reply Last reply Reply Quote 2
                                        • crunchip
                                          crunchip Forum Testing Most Active @Pahan last edited by crunchip

                                          @pahan hast du grafana mit gesichert?
                                          Dann kannst du doch neu installieren und die backups einspielen.
                                          Andernfalls musst du dir das grafana manuell rauskopieren und danach wieder einspielen
                                          https://community.grafana.com/t/backup-restore-to-new-system/37218/2

                                          P 1 Reply Last reply Reply Quote 1
                                          • crunchip
                                            crunchip Forum Testing Most Active @Thomas Braun last edited by

                                            @thomas-braun oder ist das so wie https://forum.iobroker.net/post/526313

                                            Thomas Braun 1 Reply 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

                                            879
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            78
                                            3095
                                            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