Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker Raspi startet nicht mehr

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    IoBroker Raspi startet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tomg1970 last edited by

      @wendy2702:

      Ich sehe keinen Admin.

      Kannst du mal schauen ob der läuft? `

      .. ja das stimmt … auch nach einem neustart wird er kurz angezeigt und hängt jetzt

      1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 last edited by

        Admin mal neu installieren oder updaten

        Gesendet von iPhone mit Tapatalk Pro

        1 Reply Last reply Reply Quote 0
        • T
          tomg1970 last edited by

          @wendy2702:

          Admin mal neu installieren oder updaten `

          wie mache ich das einzeln über die konsole?

          ????

          cd /opt/iobroker
          iobroker stop
          npm cache clean
          npm install iobroker.js-controller --production
          npm install iobroker.admin
          iobroker start
          
          1 Reply Last reply Reply Quote 0
          • wendy2702
            wendy2702 last edited by

            Wenn du im iobroker Verzeichnis bist und nur mal “iobroker” eintippst und return kommt eine Auflistung der möglichen befehle.

            Glaube „iobroker install admin“ bin mir aber gerade nicht 100% sicher

            Gesendet von iPhone mit Tapatalk Pro

            1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 last edited by

              Oder Update statt install

              Gesendet von iPhone mit Tapatalk Pro

              1 Reply Last reply Reply Quote 0
              • T
                tomg1970 last edited by

                läuft wohl auch einiges schief?

                login as: pi
                pi@192.168.1.74's password:
                Linux ioBroker-Pi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l
                
                The programs included with the Debian GNU/Linux system are free software;
                the exact distribution terms for each program are described in the
                individual files in /usr/share/doc/*/copyright.
                
                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                permitted by applicable law.
                Last login: Tue Feb  6 22:16:57 2018 from 192.168.1.34
                pi@ioBroker-Pi:~ $ cd /opt/iobroker
                pi@ioBroker-Pi:/opt/iobroker $ iobroker stop
                iobroker controller daemon is not running
                pi@ioBroker-Pi:/opt/iobroker $ npm cache clean
                pi@ioBroker-Pi:/opt/iobroker $ npm install iobroker.jscontroller --production
                npm ERR! Linux 4.9.59-v7+
                npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "iobroker.jscontroller" "--production"
                npm ERR! node v6.12.3
                npm ERR! npm  v3.10.10
                npm ERR! code E404
                
                npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/iobroker.jscontroller
                npm ERR! 404
                npm ERR! 404  'iobroker.jscontroller' is not in the npm registry.
                npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
                npm ERR! 404
                npm ERR! 404 Note that you can also install from a
                npm ERR! 404 tarball, folder, http url, or git url.
                
                npm ERR! Please include the following file with any support request:
                npm ERR!     /opt/iobroker/npm-debug.log
                pi@ioBroker-Pi:/opt/iobroker $ npm install iobroker.admin
                iobroker@1.0.0 /opt/iobroker
                └── (empty)
                
                npm ERR! code 1
                pi@ioBroker-Pi:/opt/iobroker $ iobroker start
                Starting iobroker controller daemon...
                iobroker controller daemon failed to start:  Failed to write pidfile (EACCES)
                Error: Failed to write pidfile (EACCES)
                pi@ioBroker-Pi:/opt/iobroker $
                
                
                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators last edited by

                  @tomg1970:

                  wie mache ich das einzeln über die konsole? `

                  Das ist schon ok!

                  eine Änderung:

                  cd /opt/iobroker
                  sudo iobroker stop
                  sudo npm cache clean
                  sudo npm install iobroker.jscontroller --production
                  sudo npm install iobroker.admin --production
                  sudo iobroker start
                  

                  EDIT:

                  Code geändert - du bist ja als User pi drin

                  Gruß

                  Rainer

                  1 Reply Last reply Reply Quote 0
                  • T
                    tomg1970 last edited by

                    Herzlichen DANK EUCH… momentan läuft es wieder

                    Mal schauen wie es morgen ist 🙂

                    1 Reply Last reply Reply Quote 0
                    • T
                      tomg1970 last edited by

                      Also .. heute früh war IoBroker nicht erreichbar. Aufgrund der Zeit habe ich nur gesehen, das die Visualiserungen in Mediola nicht vorhanden waren.

                      Nach einem Neustart ging es dann wohl.

                      Wie könnte ich herausfinden, woran das liegt?

                      1 Reply Last reply Reply Quote 0
                      • wendy2702
                        wendy2702 last edited by

                        Iobroker Logfile wäre der erste ansatz.

                        Linux syslog der zweite

                        Gesendet von iPhone mit Tapatalk Pro

                        1 Reply Last reply Reply Quote 0
                        • T
                          tomg1970 last edited by

                          So nach dem ich meinem IoBroker was gutes tun wollte und alle Adapter aktualisieren über die Admin durchgeführt habe. Habe ich nun folgenden Fehler im IoBorker Log:

                          host.ioBroker-Pi	2018-02-07 19:25:20.050	info	Restart adapter system.adapter.rpi2.0 because enabled
                          host.ioBroker-Pi	2018-02-07 19:25:20.050	error	instance system.adapter.rpi2.0 terminated with code 10 (Cannot find start file of adapter)
                          

                          Edit: Ich habe nun die gesicherte "io-package.json" wieder nach /opt/iobroker/node_modules/iobroker.rpi2 kopiert und den Adapter neu installiert… nun scheint der Fehler weg zu sein

                          1 Reply Last reply Reply Quote 0
                          • wendy2702
                            wendy2702 last edited by

                            Rpi läuft schon.

                            Adapter stoppen

                            Prozess killen

                            Adapter starten

                            Sollte helfen

                            Gesendet von iPhone mit Tapatalk Pro

                            1 Reply Last reply Reply Quote 0
                            • T
                              tomg1970 last edited by

                              OK jetzt habe ich alle Adapter aktuell. Nur mit dem VIS-Adapter habe ich noch das Problem.

                              Wie kann ich über die Konsole ein Update ausführen?

                              So in der Art hatte ich es mir gedacht?

                              cd /opt/iobroker
                              sudo iobroker stop
                              sudo iobroker upgrade vis	
                              sudo iobroker start
                              
                              1 Reply Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 last edited by

                                Immer ein „sudo“ vor die Befehle schreiben.

                                ./ nur bei Script Ausführungen

                                Gesendet von iPhone mit Tapatalk Pro

                                1 Reply Last reply Reply Quote 0
                                • T
                                  tomg1970 last edited by

                                  @wendy2702:

                                  Immer ein „sudo“ vor die Befehle schreiben.

                                  ./ nur bei Script Ausführungen

                                  Gesendet von iPhone mit Tapatalk Pro `

                                  Merci habe es oben gleich mal geändert.

                                  Die Konsole sagt mir das VIS up to date ist. Im Admin wird mir aber angezeigt das die 1.0.4 nicht mehr aktuell ist?

                                  1 Reply Last reply Reply Quote 0
                                  • wendy2702
                                    wendy2702 last edited by

                                    Warum machst du den update nicht über den Admin?

                                    Welche Version wird denn angeboten?

                                    1.11 hatte glaube ich einige bugs deshalb bin ich zurück auf 1.04

                                    Gesendet von iPhone mit Tapatalk Pro

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tomg1970 last edited by

                                      @wendy2702:

                                      Warum machst du den update nicht über den Admin?

                                      Welche Version wird denn angeboten?

                                      1.11 hatte glaube ich einige bugs deshalb bin ich zurück auf 1.04

                                      Gesendet von iPhone mit Tapatalk Pro `

                                      Ja über den Admin hat er kein update durchgeführt und hat sich aufgehängt??

                                      Edit: Ahhhh 😄 jetzt starte Edit.Vis Weboberfläche nicht mehr 😢

                                      1 Reply Last reply Reply Quote 0
                                      • wendy2702
                                        wendy2702 last edited by

                                        Was heißt aufgehängt?

                                        Wie lange hast du gewartet?

                                        Sonst kannst du versuchen die letzte aktuelle Version aus dem GIT zu installieren.

                                        Gesendet von iPhone mit Tapatalk Pro

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tomg1970 last edited by

                                          Sorry das ich dich hier jetzt aufhalte….

                                          Ich hab schon wirklich einige Zeit gewartet. Erst hat der Admin noch funktioniert.... dann bin ich auf Edit.Vis ... da drehte sich nur der Spinner... und irgendwann hat sich Admin auch aufgehängt (auch drehender Spinner)

                                          Was soll ich deiner Meinung nach nun genau tun?

                                          1 Reply Last reply Reply Quote 0
                                          • wendy2702
                                            wendy2702 last edited by

                                            Also wenn du über den Admin ein update machst geht doch ein neues Fenster auf in dem man den Upgrade Fortschritt verfolgen kann.

                                            Hattest du das nicht?

                                            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

                                            496
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            46
                                            6106
                                            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