Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Iobroker Oberfläche langsam. Störmeldungen

    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

    Iobroker Oberfläche langsam. Störmeldungen

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @tourer4778 last edited by

      @tourer4778 https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten?_=1703405292873&lang=de

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

        @crunchip
        Okay, Stabil konnte ich einstellen.
        Wo kann ich das mit dem X-Server einstellen?

        T 1 Reply Last reply Reply Quote 0
        • T
          TT-Tom @tourer4778 last edited by

          @tourer4778

          Steht auch in dem Link von @crunchip

          T 1 Reply Last reply Reply Quote 0
          • T
            tourer4778 @TT-Tom last edited by

            @tt-tom
            Tut mir leid, auf dem link finde ich nichts in verbindung mit X-Server, wo nach muss ich dort suchen ?

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

              @tourer4778 Screenshot_20231224-104207_Firefox.jpg

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

                @tourer4778 ab RunLevel 5 / graphische Oberfläche(nennt sich x-server)

                T 1 Reply Last reply Reply Quote 1
                • T
                  tourer4778 @crunchip last edited by

                  @crunchip
                  Aber bei steht er auf 3, was ja laut dem schreiben okay ist.
                  f6d0a1d3-7c11-4907-b111-3f5ae6854f30-grafik.png

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

                    @tourer4778
                    Hast du trotzdem ein full Raspbian mit Desktop installiert, statt der lite Version?

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

                      @homoran
                      Das kann sein, ich weiß es nicht mehr genau.
                      Schluckt das so viel mehr Leistung?

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

                        @tourer4778

                        sudo apt update
                        sudo apt full-upgrade 
                        sudo systemctl set-default multi-user target
                        sudo reboot
                        

                        Dann nochmal

                        iob diag
                        
                        T 2 Replies Last reply Reply Quote 0
                        • T
                          tourer4778 @Thomas Braun last edited by

                          @thomas-braun sagte in Iobroker Oberfläche langsam. Störmeldungen:

                          iob diag

                          Danke, hat funktioniert. Werde jetzt mal beobachten ...

                          64143d09-d8b9-4bde-a735-146831b37781-grafik.png


                          Copy text starting here:

                          ======================= SUMMARY =======================
                                                  v.2023-10-10
                          
                          
                             Static hostname: raspberrypi
                                   Icon name: computer
                            Operating System: Raspbian GNU/Linux 11 (bullseye)
                                      Kernel: Linux 6.1.21-v8+
                                Architecture: arm64
                          
                          Installation:           native
                          Kernel:                 aarch64
                          Userland:               armhf
                          Timezone:               Europe/Berlin (CET, +0100)
                          User-ID:                1000
                          X-Server:               false
                          Boot Target:            multi-user.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    4
                          
                          Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                  /usr/bin/node           v18.19.0
                                                  /usr/bin/npm            10.2.3
                                                  /usr/bin/npx            10.2.3
                                                  /usr/bin/corepack       0.22.0
                          
                          Recommended versions are nodejs 18.19.0 and npm 10.2.3
                          Your nodejs installation is correct
                          
                          MEMORY:
                                         total        used        free      shared  buff/cache   available
                          Mem:            7.8G        1.9G        4.9G        0.0K        970M        5.8G
                          Swap:            99M          0B         99M
                          Total:          7.9G        1.9G        5.0G
                          
                          Active iob-Instances:   37
                          Active repo(s): stable
                          
                          ioBroker Core:          js-controller           5.0.17
                                                  admin                   6.12.0
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                14724
                          States:                 13024
                          
                          Size of iob-Database:
                          
                          23M     /opt/iobroker/iobroker-data/objects.jsonl
                          9.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                          9.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                          4.6M    /opt/iobroker/iobroker-data/states.jsonl
                          680K    /opt/iobroker/iobroker-data/states.json.migrated
                          680K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                          0       /opt/iobroker/iobroker-data/states.json.broken
                          
                          
                          
                          =================== END OF SUMMARY ====================
                          

                          === Mark text until here for copying ===

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

                            Danke, mein System läuft schon wesentlich besser.

                            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

                            845
                            Online

                            31.9k
                            Users

                            80.1k
                            Topics

                            1.3m
                            Posts

                            admin errorproblem
                            8
                            24
                            1508
                            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