Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Raspberry OS lite Image for/with ioBroker

    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

    Raspberry OS lite Image for/with ioBroker

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

      @beekeeper

      Wo kommt der Quark eigentlich immer her?
      Der Befehl iobroker wird NICHT per sudo eingeleitet!

      iobroker status
      iobroker list instances
      iobroker list adapters
      
      B 1 Reply Last reply Reply Quote 0
      • B
        Beekeeper @Thomas Braun last edited by

        @thomas-braun Danke für die schnelle Antwort. Ich dachte sudo schadet im Zweifelsfall nicht und sorgt immer für ausreichende Rechte.
        iobroker status:
        iobroker is running on this host.
        Objects type: file
        States type: file

        iobroker list instances

        • instance is alive

        iobroker list adapters:
        system.adapter.admin : admin - v5.1.25

        Also scheint zu laufen, oder?

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

          @beekeeper
          Doch, es schadet, weil es nämlich genau die Rechte verfummeln kann. Finger weg von root-Rechten, wenn man keine braucht.
          Bitte Konsolentext in CodeTags posten. Und bitte auch vollständig. Inkl. Login prompt.

          iobroker stop
          iobroker fix
          iobroker start
          
          B 1 Reply Last reply Reply Quote 0
          • B
            Beekeeper @Thomas Braun last edited by

            @thomas-braun Habe alles nochmal durchlaufen lassen:

            login as: pi
            pi@192.168.0.80's password:
            Linux raspberrypi 5.10.52-v7l+ #1440 SMP Tue Jul 27 09:55:21 BST 2021 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 Oct  5 20:05:46 2021
            
            SSH is enabled and the default password for the 'pi' user has not been changed.
            This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
            
            pi@raspberrypi:~ $ iobroker stop
            pi@raspberrypi:~ $ iobroker fix
            library: loaded
            Library version=2021-08-05
            
            ==========================================================================
            
                Welcome to the ioBroker installation fixer!
                Script version: 2021-04-07
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/3)
            ==========================================================================
            
            OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            OK:2 http://archive.raspberrypi.org/debian buster InRelease
            OK:3 https://deb.nodesource.com/node_14.x buster InRelease
            Paketlisten werden gelesen... Fertig
            Installed gcc-c++
            
            ==========================================================================
                Checking ioBroker user and directory permissions (2/3)
            ==========================================================================
            
            Created /etc/sudoers.d/iobroker
            Fixing directory permissions...
            
            ==========================================================================
                Checking autostart (3/3)
            ==========================================================================
            
            Enabling autostart...
            Autostart enabled!
            
            ==========================================================================
            
                Your installation was fixed successfully
                Run iobroker start to start ioBroker again!
            
            ==========================================================================
            
            pi@raspberrypi:~ $ iobroker start
            pi@raspberrypi:~ $ iobroker status
            iobroker is running on this host.
            
            
            Objects type: file
            States  type: file
            pi@raspberrypi:~ $ iobroker list instances
            
            
            + instance is alive
            pi@raspberrypi:~ $ iobroker list adapters
            system.adapter.admin                   : admin          - v5.1.25
            pi@raspberrypi:~ $
            

            Leider noch keine Besserung

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

              @beekeeper

              iobroker add admin
              

              Und änder das Standardpasswort.

              B 1 Reply Last reply Reply Quote 1
              • B
                Beekeeper @Thomas Braun last edited by

                @thomas-braun said in Raspberry OS lite Image for/with ioBroker:

                iobroker add admin

                Vielen Dank, dass hat geklappt. Passwort ändere ich jetzt auch noch

                1 Reply Last reply Reply Quote 0
                • F
                  fischer_slarcor.de @andre last edited by

                  Hallo, ich bekomme die Vis nicht zum laufen, was soll ich tun?
                  Habe bereits mehrer Images ausprobiert und auch manuell schon auf gesetzt nix geht - keine WEB Oberfläche
                  Meine alte jedoch geht - jedoch Alexa Instanz veraltet.
                  Bitte um Hilfe.

                  Danke.
                  F.S.

                  Thomas Braun X 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @fischer_slarcor.de last edited by

                    @fischer_slarcor-de
                    Bitte eigenen Thread eröffnen. Das ist ein anderes Thema.

                    1 Reply Last reply Reply Quote 0
                    • X
                      XWing @fischer_slarcor.de last edited by

                      @fischer_slarcor-de
                      Ich habe das gleiche Problem. Es ließ sich alles installieren. Nur Vis und Flot wollen nicht. Es kommt die Fehlermeldung: Keine Versionsinfo für web.
                      Das gleiche beim Flot Adapter.

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

                        @xwing

                        iobroker upload all
                        

                        mal probieren.

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

                          @thomas-braun
                          Das hat leider nicht geholfen:
                          5b2b7ad8-ce36-4f9b-bf09-afe5216d252e-grafik.png

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

                            @xwing
                            Bitte keine Screenshots, hier sind Rückmeldungen aus dem logfile oder dem Terminal gefragt.

                            iobroker update -i
                            
                            X 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @XWing last edited by

                              @xwing sagte in Raspberry OS lite Image for/with ioBroker:

                              Das hat leider nicht geholfen

                              läuft web überhaupt?

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

                                @thomas-braun
                                @homoran
                                Habe gerade gemerkt, daß dies nicht der Fall war.
                                Jetzt läuft es, aber den Vis Adapter bekomme ich nicht installiert. Es kommt immer obige Fehlermeldung.
                                Im Protokoll gibt es leider keine Einträge, wenn ich eine Installation versuche. Es kommt ja auch zu keinem Installationsvorgang. Nach dem Abnicken der Lizenz kommt obige Meldung.

                                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @XWing last edited by

                                  @xwing mach mal einene forced refresh und versuch es noch mal

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

                                    @xwing sagte in Raspberry OS lite Image for/with ioBroker:

                                    Im Protokoll gibt es leider keine Einträge, wenn ich eine Installation versuche.

                                    Irgendwas kommt da mit Sicherheit...

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

                                      @thomas-braun
                                      Da stand wirklich nichts.

                                      Ich habe das Problem jetzt gelöst:

                                      cd /opt/iobroker
                                      npm uninstall iobroker.vis
                                      

                                      Danach konnte ich den Adapter über die Oberfläche installieren.

                                      1 Reply Last reply Reply Quote 0
                                      • I
                                        IORalf last edited by

                                        Ich habe das Image auf einem Nano 2 installiert.
                                        Startet soweit bis zum login, keyboard etc. angepasst und WLan eingetragen

                                        Im Startlog steht Starting LSB: starts IoBroker...
                                        My IP Adress is 192.168.1.139
                                        Starting OpenBSD ....

                                        Wenn ich im Browser die IP Adresse eingebe kommt die Fehlermeldung
                                        192.168.1.139 hat die Verbindung abgelehnt.

                                        Per Putty/SSH kein Problem

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

                                          @ioralf sagte in Raspberry OS lite Image for/with ioBroker:

                                          Starting OpenBSD ....

                                          ???
                                          OpenBSD ist ein anderes Betriebssystem. Was hast du da installiert? Oder ist das nicht die komplette Meldung?

                                          Und warum installiert man nicht einfach ein Raspberry Lite selber und haut den ioBroker noch per Einzeiler hinterher? Werd ich wohl nie verstehen...

                                          I 1 Reply Last reply Reply Quote 0
                                          • I
                                            IORalf last edited by IORalf

                                            Ich kann meinen Eintrag leider nicht ändern,
                                            mit :8081 geht auch die Weboberfläche

                                            Starting OpenBSD ... - steht halt so im Log, oder was war die Frage

                                            KJ2876K0i0.png
                                            Danke

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            757
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            37
                                            191
                                            123964
                                            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