Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. VIS - No Connection

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    702

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

VIS - No Connection

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
185 Beiträge 10 Kommentatoren 18.7k Aufrufe 10 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • P Pahan

    @thomas-braun sagte in VIS - No Connection:

    @pahan

    Da ist ein Multihost?
    Hattest du das erwähnt?

    habe ich mich vorhin auch gefragt. Was soll das in Verbindung mit Raspi oder iobroker sein? So dass mehrere User auf einen Host zugreifen?

    Nein, habe ich nicht, zumindest nicht gewollt

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #142

    @pahan

    iobroker status
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    0
    • P Offline
      P Offline
      Pahan
      schrieb am zuletzt editiert von
      #143

      @thomas-braun sagte in VIS - No Connection:

      @pahan

      iobroker status
      

      liefert:

      pi@raspberrypi:~ $ iobroker status
       Connection is closed.
      Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
          at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
          at processTicksAndRejections (node:internal/process/task_queues:96:5)
      pi@raspberrypi:~ $
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • P Pahan

        @thomas-braun sagte in VIS - No Connection:

        @pahan

        iobroker status
        

        liefert:

        pi@raspberrypi:~ $ iobroker status
         Connection is closed.
        Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
            at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
            at processTicksAndRejections (node:internal/process/task_queues:96:5)
        pi@raspberrypi:~ $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #144

        @pahan

        iob setup custom
        

        Stell das mal auf jsonl für beide Datenbanken um.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        P 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @pahan

          iob setup custom
          

          Stell das mal auf jsonl für beide Datenbanken um.

          P Offline
          P Offline
          Pahan
          schrieb am zuletzt editiert von
          #145

          @thomas-braun sagte in VIS - No Connection:

          @pahan

          iob setup custom
          

          Stell das mal auf jsonl für beide Datenbanken um.

          kommt folgendes:

          pi@raspberrypi:~ $ iob setup custom
          Current configuration:
          - Objects database:
            - Type: jsonl
            - Host/Unix Socket: j
            - Port: 9001
          - States database:
            - Type: jsonl
            - Host/Unix Socket: j
            - Port: 9000
          - Data Directory: ../../iobroker-data/
          - Host name: raspberrypi
          
          Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: j
          Host / Unix Socket of objects DB(jsonl), default[j]: j
          Port of objects DB(jsonl), default[9001]: 9001
          Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]: j
          Host / Unix Socket of states DB (jsonl), default[j]: j
          Port of states DB (jsonl), default[9000]: 9000
          Host name of this machine [raspberrypi]: raspberrypi
          updating conf/iobroker.json
          pi@raspberrypi:~ $ iobroker status
          No connection to databases possible ...
          
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • P Pahan

            @thomas-braun sagte in VIS - No Connection:

            @pahan

            iob setup custom
            

            Stell das mal auf jsonl für beide Datenbanken um.

            kommt folgendes:

            pi@raspberrypi:~ $ iob setup custom
            Current configuration:
            - Objects database:
              - Type: jsonl
              - Host/Unix Socket: j
              - Port: 9001
            - States database:
              - Type: jsonl
              - Host/Unix Socket: j
              - Port: 9000
            - Data Directory: ../../iobroker-data/
            - Host name: raspberrypi
            
            Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: j
            Host / Unix Socket of objects DB(jsonl), default[j]: j
            Port of objects DB(jsonl), default[9001]: 9001
            Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]: j
            Host / Unix Socket of states DB (jsonl), default[j]: j
            Port of states DB (jsonl), default[9000]: 9000
            Host name of this machine [raspberrypi]: raspberrypi
            updating conf/iobroker.json
            pi@raspberrypi:~ $ iobroker status
            No connection to databases possible ...
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #146

            @pahan

            Da scheint bei den Sockets was zu klemmen.
            Bei mir sieht das so aus:

            echad@chet:~ $ iob setup custom
            Current configuration:
            - Objects database:
              - Type: jsonl
              - Host/Unix Socket: 0.0.0.0
              - Port: 9001
            - States database:
              - Type: jsonl
              - Host/Unix Socket: 0.0.0.0
              - Port: 9000
            - Data Directory: ../../iobroker-data/
            
            Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:
            Host / Unix Socket of objects DB(jsonl), default[0.0.0.0]:
            Port of objects DB(jsonl), default[9001]:
            Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
            Host / Unix Socket of states DB (jsonl), default[0.0.0.0]:
            Port of states DB (jsonl), default[9000]:
            Data directory (file), default[../../iobroker-data/]:
            Host name of this machine [chet]:
            updating conf/iobroker.json
            

            Ich bin aber jetzt zum Matratzenhorchdienst eingeteilt.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            P 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @pahan

              Da scheint bei den Sockets was zu klemmen.
              Bei mir sieht das so aus:

              echad@chet:~ $ iob setup custom
              Current configuration:
              - Objects database:
                - Type: jsonl
                - Host/Unix Socket: 0.0.0.0
                - Port: 9001
              - States database:
                - Type: jsonl
                - Host/Unix Socket: 0.0.0.0
                - Port: 9000
              - Data Directory: ../../iobroker-data/
              
              Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:
              Host / Unix Socket of objects DB(jsonl), default[0.0.0.0]:
              Port of objects DB(jsonl), default[9001]:
              Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
              Host / Unix Socket of states DB (jsonl), default[0.0.0.0]:
              Port of states DB (jsonl), default[9000]:
              Data directory (file), default[../../iobroker-data/]:
              Host name of this machine [chet]:
              updating conf/iobroker.json
              

              Ich bin aber jetzt zum Matratzenhorchdienst eingeteilt.

              P Offline
              P Offline
              Pahan
              schrieb am zuletzt editiert von
              #147

              @thomas-braun sagte in VIS - No Connection:

              @pahan

              Da scheint bei den Sockets was zu klemmen.

              Ich bin aber jetzt zum Matratzenhorchdienst eingeteilt.

              Alles klar, wenn dir beim Horchen noch was einfällt, gerne morgen einfach mal was posten. Zur Info: Ich komme nun auch nicht mehr auf die Admin Oberfläche.

              Gute Nacht !

              P 1 Antwort Letzte Antwort
              0
              • P Pahan

                @thomas-braun sagte in VIS - No Connection:

                @pahan

                Da scheint bei den Sockets was zu klemmen.

                Ich bin aber jetzt zum Matratzenhorchdienst eingeteilt.

                Alles klar, wenn dir beim Horchen noch was einfällt, gerne morgen einfach mal was posten. Zur Info: Ich komme nun auch nicht mehr auf die Admin Oberfläche.

                Gute Nacht !

                P Offline
                P Offline
                Pahan
                schrieb am zuletzt editiert von
                #148

                habe die Sockets jetzt umgestellt und sieht nun so aus:

                
                pi@raspberrypi:~ $ iob setup custom
                Current configuration:
                - Objects database:
                  - Type: jsonl
                  - Host/Unix Socket: j
                  - Port: 9001
                - States database:
                  - Type: jsonl
                  - Host/Unix Socket: j
                  - Port: 9000
                - Data Directory: ../../iobroker-data/
                
                Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: j
                Host / Unix Socket of objects DB(jsonl), default[j]: 127.0.0.1
                Port of objects DB(jsonl), default[9001]: 9001
                Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]: j
                Host / Unix Socket of states DB (jsonl), default[127.0.0.1]: 127.0.0.1
                Port of states DB (jsonl), default[9000]: 9000
                Data directory (file), default[../../iobroker-data/]:
                Host name of this machine [raspberrypi]: raspberrypi
                updating conf/iobroker.json
                pi@raspberrypi:~ $ iobroker status
                Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobr                                                    oker/iobroker-data/states.jsonl"!
                pi@raspberrypi:~ $ iobroker restart
                pi@raspberrypi:~ $ iobroker status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                pi@raspberrypi:~ $
                
                

                die Gui ist wieder erreichbar, allerdings nach wie vor sehr sehr langsam und sehr viele Instanzen bleiben auf rot

                1 Antwort Letzte Antwort
                0
                • P Offline
                  P Offline
                  Pahan
                  schrieb am zuletzt editiert von Pahan
                  #149

                  Moin zusammen,

                  die Gui ist zwar erreichbar, jedoch nicht nutzbar. Die "Uhr" dreht sich die ganze Zeit und ich komme auf keinen der Tabs. Es kommt dann auch die Fehlermeldung : "Cannot get adapters: timeout"

                  Da läuft mächtig was im Hintergrund. Habe den Adapter Javascript über die Shell auch schon gestoppt, nur kommt dieser sofort wieder.

                  
                  pi@raspberrypi:~ $ top
                  top - 10:47:20 up 10:13,  3 users,  load average: 3.46, 3.72, 4.08
                  Tasks: 215 total,   3 running, 212 sleeping,   0 stopped,   0 zombie
                  %Cpu(s): 69.7 us, 11.5 sy,  0.0 ni, 14.0 id,  0.1 wa,  0.0 hi,  4.7 si,  0.0 st
                  MiB Mem :   3838.9 total,   1155.4 free,   1781.3 used,    902.2 buff/cache
                  MiB Swap:    100.0 total,      0.0 free,    100.0 used.   2082.8 avail Mem
                  
                    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                   2208 iobroker  20   0  397668 289820  35488 R  94.0   7.4 532:07.03 iobroker.js-con
                   9264 iobroker  20   0  342180 223716  35412 R  93.7   5.7   0:38.98 io.javascript.0
                   2226 iobroker  20   0  227452 119304  35856 S  63.8   3.0 216:35.13 io.admin.0
                   2683 iobroker  20   0  198168  87916  35220 S  60.5   2.2 291:15.74 io.logparser.0
                   8718 iobroker  20   0  311836  83892  37652 S  15.0   2.1   0:09.39 io.mihome-vacuu
                   2471 iobroker  20   0 1250080  77640  31048 S   6.6   2.0  36:05.30 io.synology.0
                   2365 iobroker  20   0  203552  76884  30556 S   2.7   2.0   6:06.37 io.hm-rpc.0
                   2283 iobroker  20   0  206336  79136  30556 S   1.0   2.0  14:21.58 io.influxdb.0
                   2452 iobroker  20   0  211012  83848  30564 S   1.0   2.1   5:28.04 io.shelly.0
                   2785 iobroker  20   0  188552  59152  31180 S   0.7   1.5   0:43.41 io.trashschedul
                   9334 pi        20   0   11352   2952   2540 R   0.7   0.1   0:00.12 top
                     12 root      20   0       0      0      0 S   0.3   0.0   0:14.90 ksoftirqd/0
                     13 root      20   0       0      0      0 I   0.3   0.0   0:28.91 rcu_sched
                    101 root      20   0       0      0      0 S   0.3   0.0   0:06.57 jbd2/mmcblk0p2-
                    538 grafana   20   0 1001680  27468  10764 S   0.3   0.7   1:08.90 grafana-server
                    547 influxdb  20   0 1025700  92052   9164 S   0.3   2.3  25:59.53 influxd
                   2380 iobroker  20   0  203072  73316  30540 S   0.3   1.9   3:11.26 io.hm-rpc.1
                  
                  
                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • P Pahan

                    Moin zusammen,

                    die Gui ist zwar erreichbar, jedoch nicht nutzbar. Die "Uhr" dreht sich die ganze Zeit und ich komme auf keinen der Tabs. Es kommt dann auch die Fehlermeldung : "Cannot get adapters: timeout"

                    Da läuft mächtig was im Hintergrund. Habe den Adapter Javascript über die Shell auch schon gestoppt, nur kommt dieser sofort wieder.

                    
                    pi@raspberrypi:~ $ top
                    top - 10:47:20 up 10:13,  3 users,  load average: 3.46, 3.72, 4.08
                    Tasks: 215 total,   3 running, 212 sleeping,   0 stopped,   0 zombie
                    %Cpu(s): 69.7 us, 11.5 sy,  0.0 ni, 14.0 id,  0.1 wa,  0.0 hi,  4.7 si,  0.0 st
                    MiB Mem :   3838.9 total,   1155.4 free,   1781.3 used,    902.2 buff/cache
                    MiB Swap:    100.0 total,      0.0 free,    100.0 used.   2082.8 avail Mem
                    
                      PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                     2208 iobroker  20   0  397668 289820  35488 R  94.0   7.4 532:07.03 iobroker.js-con
                     9264 iobroker  20   0  342180 223716  35412 R  93.7   5.7   0:38.98 io.javascript.0
                     2226 iobroker  20   0  227452 119304  35856 S  63.8   3.0 216:35.13 io.admin.0
                     2683 iobroker  20   0  198168  87916  35220 S  60.5   2.2 291:15.74 io.logparser.0
                     8718 iobroker  20   0  311836  83892  37652 S  15.0   2.1   0:09.39 io.mihome-vacuu
                     2471 iobroker  20   0 1250080  77640  31048 S   6.6   2.0  36:05.30 io.synology.0
                     2365 iobroker  20   0  203552  76884  30556 S   2.7   2.0   6:06.37 io.hm-rpc.0
                     2283 iobroker  20   0  206336  79136  30556 S   1.0   2.0  14:21.58 io.influxdb.0
                     2452 iobroker  20   0  211012  83848  30564 S   1.0   2.1   5:28.04 io.shelly.0
                     2785 iobroker  20   0  188552  59152  31180 S   0.7   1.5   0:43.41 io.trashschedul
                     9334 pi        20   0   11352   2952   2540 R   0.7   0.1   0:00.12 top
                       12 root      20   0       0      0      0 S   0.3   0.0   0:14.90 ksoftirqd/0
                       13 root      20   0       0      0      0 I   0.3   0.0   0:28.91 rcu_sched
                      101 root      20   0       0      0      0 S   0.3   0.0   0:06.57 jbd2/mmcblk0p2-
                      538 grafana   20   0 1001680  27468  10764 S   0.3   0.7   1:08.90 grafana-server
                      547 influxdb  20   0 1025700  92052   9164 S   0.3   2.3  25:59.53 influxd
                     2380 iobroker  20   0  203072  73316  30540 S   0.3   1.9   3:11.26 io.hm-rpc.1
                    
                    
                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von Glasfaser
                    #150

                    @Pahan

                    Habe den Adapter Javascript über die Shell auch schon gestoppt,

                    Zeige mal :

                    iobroker status javascript.0
                    

                    und

                    ps auxww|grep io
                    

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    P 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @Pahan

                      Habe den Adapter Javascript über die Shell auch schon gestoppt,

                      Zeige mal :

                      iobroker status javascript.0
                      

                      und

                      ps auxww|grep io
                      
                      P Offline
                      P Offline
                      Pahan
                      schrieb am zuletzt editiert von
                      #151

                      @glasfaser sagte in VIS - No Connection:

                      @Pahan

                      Habe den Adapter Javascript über die Shell auch schon gestoppt,

                      Zeige mal :

                      iobroker status javascript.0
                      

                      liefert:

                      pi@raspberrypi:~ $ iobroker status javascript.0
                       Connection is closed.
                      Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                          at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
                          at processTicksAndRejections (node:internal/process/task_queues:96:5)
                      
                      

                      und

                      ps auxww|grep io
                      

                      liefert:

                      pi@raspberrypi:~ $ ps auxww|grep io
                      root        14  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/0]
                      root        17  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/1]
                      root        22  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/2]
                      root        27  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/3]
                      root        65  0.0  0.0      0     0 ?        I<   00:33   0:00 [blkcg_punt_bio]
                      root        69  0.0  0.0      0     0 ?        I<   00:33   0:00 [rpciod]
                      root        71  0.0  0.0      0     0 ?        I<   00:33   0:00 [xprtiod]
                      root        74  0.0  0.0      0     0 ?        I<   00:33   0:00 [nfsiod]
                      root        88  0.0  0.0      0     0 ?        I<   00:33   0:00 [DWC Notificatio]
                      message+   373  0.0  0.0   8104  2660 ?        Ss   00:33   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                      grafana    538  0.1  0.7 1001848 28776 ?       Ssl  00:33   1:33 /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --pidfile=/run/grafana/grafana-server.pid --packaging=deb cfg:default.paths.logs=/var/log/grafana cfg:default.paths.data=/var/lib/grafana cfg:default.paths.plugins=/var/lib/grafana/plugins cfg:default.paths.provisioning=/etc/grafana/provisioning
                      pi         729  0.0  0.1 381308  5008 ?        S<sl 00:33   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                      pi         753  0.0  0.0   7688  1752 ?        Ss   00:33   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                      pi         754  0.0  0.0  19568  1876 ?        S<l  00:33   0:00 /usr/bin/pipewire-media-session
                      root       770  0.0  0.1  33176  4480 ?        Sl   00:33   0:00 lightdm --session-child 14 17
                      pi         817  0.0  0.1  56268  5068 ?        Ssl  00:33   0:01 /usr/bin/lxsession -s LXDE-pi -e LXDE
                      pi         880  0.0  0.0   4616   892 ?        Ss   00:33   0:00 /usr/bin/ssh-agent x-session-manager
                      iobroker  2208 89.1  7.0 386284 278276 ?       Rsl  00:49 734:01 iobroker.js-controller
                      iobroker  2226 36.5  2.7 228020 109372 ?       Rl   00:49 300:49 io.admin.0
                      iobroker  2253  0.1  1.3 184384 54568 ?        Sl   00:50   0:50 io.email.0
                      iobroker  2264  0.1  1.5 190476 60228 ?        Sl   00:50   1:03 io.history.0
                      iobroker  2283  2.4  2.0 206468 79976 ?        Sl   00:50  19:49 io.influxdb.0
                      iobroker  2319  0.1  1.4 190956 58216 ?        Sl   00:50   0:53 io.whatsapp-cmb.0
                      iobroker  2334  0.1  1.7 199092 68464 ?        Sl   00:50   1:38 io.alexa2.0
                      iobroker  2349  0.3  2.0 204600 80256 ?        Sl   00:50   3:08 io.hm-rega.0
                      iobroker  2365  1.0  1.9 204152 77356 ?        Sl   00:50   8:22 io.hm-rpc.0
                      iobroker  2380  0.5  1.8 203928 74456 ?        Sl   00:50   4:23 io.hm-rpc.1
                      iobroker  2391  0.2  1.6 191720 63328 ?        Sl   00:50   1:45 io.hm-rpc.2
                      iobroker  2452  0.9  2.1 213992 86412 ?        Sl   00:50   7:27 io.shelly.0
                      iobroker  2471  6.0  2.0 1251552 78796 ?       Rl   00:50  49:46 io.synology.0
                      iobroker  2482  0.1  1.5 188916 59976 ?        Sl   00:51   0:52 io.tr-064.0
                      iobroker  2508  0.1  2.0 204468 79128 ?        Sl   00:51   1:30 io.backitup.0
                      iobroker  2523  0.4  1.7 185552 69356 ?        Sl   00:51   3:37 io.binance.0
                      iobroker  2551  0.1  1.4 186188 56280 ?        Sl   00:51   0:50 io.discovery.0
                      root      2580  0.0  0.0      0     0 ?        I<   00:51   0:00 [cifsiod]
                      iobroker  2619  0.1  1.3 184416 54400 ?        Sl   00:51   0:49 io.fritzbox.0
                      iobroker  2634  0.1  1.8 184872 71444 ?        Sl   00:51   1:13 io.info.0
                      iobroker  2660  0.1  1.8 201360 74084 ?        Sl   00:51   1:00 io.iot.0
                      iobroker  2683 48.8  2.2 199652 89844 ?        Rl   00:51 401:18 io.logparser.0
                      iobroker  2701  0.1  1.3 182344 52784 ?        Sl   00:51   0:58 io.mihome-lamp.0
                      iobroker  2724  0.1  1.4 186760 58400 ?        Sl   00:52   1:18 io.snmp.0
                      iobroker  2746  0.1  1.6 191056 63992 ?        Sl   00:53   1:22 io.tankerkoenig.0
                      iobroker  2757  0.1  1.5 190628 61276 ?        Sl   00:53   1:14 io.sourceanalytix.0
                      iobroker  2774  0.1  1.6 192356 66812 ?        Sl   00:53   1:00 io.sprinklecontrol.0
                      iobroker  2785  0.1  1.5 189068 61332 ?        Sl   00:54   0:58 io.trashschedule.0
                      iobroker  2808  0.0  1.3 184200 52676 ?        Sl   00:54   0:48 io.vis-inventwo.0
                      iobroker  2830  0.2  2.0 210076 81636 ?        Sl   00:54   1:58 io.web.0
                      iobroker  2841  0.2  2.0 204116 81088 ?        Sl   00:54   1:59 io.eusec.0
                      iobroker 11940  0.7  2.0 245192 78900 ?        Sl   14:16   0:07 io.mihome-vacuum.0
                      iobroker 12020 83.1 24.8 1269840 975332 ?      Rl   14:24   6:42 io.javascript.0
                      iobroker 12069  1.2  1.7 186896 69728 ?        Sl   14:27   0:04 io.mercedesme.0
                      iobroker 12086  1.8  1.7 183312 67208 ?        Sl   14:29   0:03 /usr/bin/node /opt/iobroker/node_modules/iobroker.upnp/main.js 0 warn
                      iobroker 12119  2.1  1.3 176824 53876 ?        Sl   14:30   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.dwd/main.js 0 info
                      iobroker 12130  2.9  1.3 176804 54112 ?        Sl   14:31   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.daswetter/main.js 0 info
                      iobroker 12157  6.7  1.4 179244 57672 ?        Sl   14:32   0:03 /usr/bin/node /opt/iobroker/node_modules/iobroker.ical/main.js 0 info
                      pi       12170  0.0  0.0   7452   576 pts/0    S+   14:32   0:00 grep --color=auto io
                      pi@raspberrypi:~ $
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • P Pahan

                        @glasfaser sagte in VIS - No Connection:

                        @Pahan

                        Habe den Adapter Javascript über die Shell auch schon gestoppt,

                        Zeige mal :

                        iobroker status javascript.0
                        

                        liefert:

                        pi@raspberrypi:~ $ iobroker status javascript.0
                         Connection is closed.
                        Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                            at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
                            at processTicksAndRejections (node:internal/process/task_queues:96:5)
                        
                        

                        und

                        ps auxww|grep io
                        

                        liefert:

                        pi@raspberrypi:~ $ ps auxww|grep io
                        root        14  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/0]
                        root        17  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/1]
                        root        22  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/2]
                        root        27  0.0  0.0      0     0 ?        S    00:33   0:00 [migration/3]
                        root        65  0.0  0.0      0     0 ?        I<   00:33   0:00 [blkcg_punt_bio]
                        root        69  0.0  0.0      0     0 ?        I<   00:33   0:00 [rpciod]
                        root        71  0.0  0.0      0     0 ?        I<   00:33   0:00 [xprtiod]
                        root        74  0.0  0.0      0     0 ?        I<   00:33   0:00 [nfsiod]
                        root        88  0.0  0.0      0     0 ?        I<   00:33   0:00 [DWC Notificatio]
                        message+   373  0.0  0.0   8104  2660 ?        Ss   00:33   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                        grafana    538  0.1  0.7 1001848 28776 ?       Ssl  00:33   1:33 /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --pidfile=/run/grafana/grafana-server.pid --packaging=deb cfg:default.paths.logs=/var/log/grafana cfg:default.paths.data=/var/lib/grafana cfg:default.paths.plugins=/var/lib/grafana/plugins cfg:default.paths.provisioning=/etc/grafana/provisioning
                        pi         729  0.0  0.1 381308  5008 ?        S<sl 00:33   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                        pi         753  0.0  0.0   7688  1752 ?        Ss   00:33   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                        pi         754  0.0  0.0  19568  1876 ?        S<l  00:33   0:00 /usr/bin/pipewire-media-session
                        root       770  0.0  0.1  33176  4480 ?        Sl   00:33   0:00 lightdm --session-child 14 17
                        pi         817  0.0  0.1  56268  5068 ?        Ssl  00:33   0:01 /usr/bin/lxsession -s LXDE-pi -e LXDE
                        pi         880  0.0  0.0   4616   892 ?        Ss   00:33   0:00 /usr/bin/ssh-agent x-session-manager
                        iobroker  2208 89.1  7.0 386284 278276 ?       Rsl  00:49 734:01 iobroker.js-controller
                        iobroker  2226 36.5  2.7 228020 109372 ?       Rl   00:49 300:49 io.admin.0
                        iobroker  2253  0.1  1.3 184384 54568 ?        Sl   00:50   0:50 io.email.0
                        iobroker  2264  0.1  1.5 190476 60228 ?        Sl   00:50   1:03 io.history.0
                        iobroker  2283  2.4  2.0 206468 79976 ?        Sl   00:50  19:49 io.influxdb.0
                        iobroker  2319  0.1  1.4 190956 58216 ?        Sl   00:50   0:53 io.whatsapp-cmb.0
                        iobroker  2334  0.1  1.7 199092 68464 ?        Sl   00:50   1:38 io.alexa2.0
                        iobroker  2349  0.3  2.0 204600 80256 ?        Sl   00:50   3:08 io.hm-rega.0
                        iobroker  2365  1.0  1.9 204152 77356 ?        Sl   00:50   8:22 io.hm-rpc.0
                        iobroker  2380  0.5  1.8 203928 74456 ?        Sl   00:50   4:23 io.hm-rpc.1
                        iobroker  2391  0.2  1.6 191720 63328 ?        Sl   00:50   1:45 io.hm-rpc.2
                        iobroker  2452  0.9  2.1 213992 86412 ?        Sl   00:50   7:27 io.shelly.0
                        iobroker  2471  6.0  2.0 1251552 78796 ?       Rl   00:50  49:46 io.synology.0
                        iobroker  2482  0.1  1.5 188916 59976 ?        Sl   00:51   0:52 io.tr-064.0
                        iobroker  2508  0.1  2.0 204468 79128 ?        Sl   00:51   1:30 io.backitup.0
                        iobroker  2523  0.4  1.7 185552 69356 ?        Sl   00:51   3:37 io.binance.0
                        iobroker  2551  0.1  1.4 186188 56280 ?        Sl   00:51   0:50 io.discovery.0
                        root      2580  0.0  0.0      0     0 ?        I<   00:51   0:00 [cifsiod]
                        iobroker  2619  0.1  1.3 184416 54400 ?        Sl   00:51   0:49 io.fritzbox.0
                        iobroker  2634  0.1  1.8 184872 71444 ?        Sl   00:51   1:13 io.info.0
                        iobroker  2660  0.1  1.8 201360 74084 ?        Sl   00:51   1:00 io.iot.0
                        iobroker  2683 48.8  2.2 199652 89844 ?        Rl   00:51 401:18 io.logparser.0
                        iobroker  2701  0.1  1.3 182344 52784 ?        Sl   00:51   0:58 io.mihome-lamp.0
                        iobroker  2724  0.1  1.4 186760 58400 ?        Sl   00:52   1:18 io.snmp.0
                        iobroker  2746  0.1  1.6 191056 63992 ?        Sl   00:53   1:22 io.tankerkoenig.0
                        iobroker  2757  0.1  1.5 190628 61276 ?        Sl   00:53   1:14 io.sourceanalytix.0
                        iobroker  2774  0.1  1.6 192356 66812 ?        Sl   00:53   1:00 io.sprinklecontrol.0
                        iobroker  2785  0.1  1.5 189068 61332 ?        Sl   00:54   0:58 io.trashschedule.0
                        iobroker  2808  0.0  1.3 184200 52676 ?        Sl   00:54   0:48 io.vis-inventwo.0
                        iobroker  2830  0.2  2.0 210076 81636 ?        Sl   00:54   1:58 io.web.0
                        iobroker  2841  0.2  2.0 204116 81088 ?        Sl   00:54   1:59 io.eusec.0
                        iobroker 11940  0.7  2.0 245192 78900 ?        Sl   14:16   0:07 io.mihome-vacuum.0
                        iobroker 12020 83.1 24.8 1269840 975332 ?      Rl   14:24   6:42 io.javascript.0
                        iobroker 12069  1.2  1.7 186896 69728 ?        Sl   14:27   0:04 io.mercedesme.0
                        iobroker 12086  1.8  1.7 183312 67208 ?        Sl   14:29   0:03 /usr/bin/node /opt/iobroker/node_modules/iobroker.upnp/main.js 0 warn
                        iobroker 12119  2.1  1.3 176824 53876 ?        Sl   14:30   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.dwd/main.js 0 info
                        iobroker 12130  2.9  1.3 176804 54112 ?        Sl   14:31   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.daswetter/main.js 0 info
                        iobroker 12157  6.7  1.4 179244 57672 ?        Sl   14:32   0:03 /usr/bin/node /opt/iobroker/node_modules/iobroker.ical/main.js 0 info
                        pi       12170  0.0  0.0   7452   576 pts/0    S+   14:32   0:00 grep --color=auto io
                        pi@raspberrypi:~ $
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #152

                        @pahan

                        Da läuft noch der Desktop.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        P 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @pahan

                          Da läuft noch der Desktop.

                          P Offline
                          P Offline
                          Pahan
                          schrieb am zuletzt editiert von
                          #153

                          @thomas-braun sagte in VIS - No Connection:

                          @pahan

                          Da läuft noch der Desktop.

                          das sagt mir leider wenig. Kannst du kurz erklären, was damit gemeint ist und warum das schlecht ist?
                          ...und dann noch, wie ich das abstelle.
                          Danke

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • P Pahan

                            @thomas-braun sagte in VIS - No Connection:

                            @pahan

                            Da läuft noch der Desktop.

                            das sagt mir leider wenig. Kannst du kurz erklären, was damit gemeint ist und warum das schlecht ist?
                            ...und dann noch, wie ich das abstelle.
                            Danke

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #154

                            @pahan sagte in VIS - No Connection:

                            warum das schlecht ist?

                            Weil es Ressourcen frisst, unsicherer und unstabiler ist und nicht benötigt wird.

                            In

                            sudo raspi-config
                            

                            Im Menü 1 - S5 - B1 auswählen.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            P 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @pahan sagte in VIS - No Connection:

                              warum das schlecht ist?

                              Weil es Ressourcen frisst, unsicherer und unstabiler ist und nicht benötigt wird.

                              In

                              sudo raspi-config
                              

                              Im Menü 1 - S5 - B1 auswählen.

                              P Offline
                              P Offline
                              Pahan
                              schrieb am zuletzt editiert von
                              #155

                              @thomas-braun sagte in VIS - No Connection:

                              @pahan sagte in VIS - No Connection:

                              warum das schlecht ist?

                              Weil es Ressourcen frisst, unsicherer und unstabiler ist und nicht benötigt wird.

                              In

                              sudo raspi-config
                              

                              Im Menü 1 - S5 - B1 auswählen.

                              erledigt.

                              ps auxww|grep io
                              

                              liefert nun folgendes:

                              pi@raspberrypi:~ $ ps auxww|grep io
                              root        14  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/0]
                              root        17  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/1]
                              root        22  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/2]
                              root        27  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/3]
                              root        65  0.0  0.0      0     0 ?        I<   15:40   0:00 [blkcg_punt_bio]
                              root        69  0.0  0.0      0     0 ?        I<   15:40   0:00 [rpciod]
                              root        71  0.0  0.0      0     0 ?        I<   15:40   0:00 [xprtiod]
                              root        74  0.0  0.0      0     0 ?        I<   15:40   0:00 [nfsiod]
                              root        86  0.0  0.0      0     0 ?        I<   15:40   0:00 [DWC Notificatio]
                              message+   374  0.1  0.0   7904  3660 ?        Ss   15:40   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                              grafana    538  0.7  1.9 993204 77300 ?        Ssl  15:40   0:02 /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --pidfile=/run/grafana/grafana-server.pid --packaging=deb cfg:default.paths.logs=/var/log/grafana cfg:default.paths.data=/var/lib/grafana cfg:default.paths.plugins=/var/lib/grafana/plugins cfg:default.paths.provisioning=/etc/grafana/provisioning
                              iobroker   706 81.6  4.5 285496 178488 ?       Ssl  15:40   4:40 iobroker.js-controller
                              iobroker   783 24.3  2.9 227172 115756 ?       Rl   15:41   1:21 io.admin.0
                              iobroker   806  0.8  1.4 179708 57816 ?        Sl   15:41   0:02 io.email.0
                              iobroker   821  2.4  1.8 188124 73392 ?        Sl   15:41   0:08 io.history.0
                              iobroker   840  6.1  1.9 193488 77556 ?        Sl   15:41   0:20 io.influxdb.0
                              iobroker   859 80.1 11.8 623652 465272 ?       Rl   15:41   4:15 io.javascript.0
                              iobroker   870  1.0  1.6 182204 66380 ?        Sl   15:41   0:03 io.whatsapp-cmb.0
                              iobroker   891  4.2  1.9 196728 77864 ?        Sl   15:41   0:13 io.alexa2.0
                              iobroker   902  5.0  2.0 192112 80204 ?        Sl   15:41   0:15 io.hm-rega.0
                              iobroker   917  3.5  1.7 182900 69620 ?        Sl   15:41   0:10 io.hm-rpc.0
                              iobroker   932  3.1  1.8 187112 71816 ?        Sl   15:41   0:09 io.hm-rpc.1
                              iobroker   943  2.2  1.7 182772 67844 ?        Sl   15:41   0:06 io.hm-rpc.2
                              iobroker  1003  6.3  1.9 189608 74696 ?        Sl   15:42   0:17 io.shelly.0
                              iobroker  1018 11.0  2.1 1243984 82872 ?       Rl   15:42   0:30 io.synology.0
                              iobroker  1033  1.7  1.7 183412 68248 ?        Sl   15:42   0:04 io.tr-064.0
                              iobroker  1063  2.5  2.0 193780 78912 ?        Sl   15:42   0:06 io.backitup.0
                              iobroker  1082  2.4  1.7 184836 68080 ?        Sl   15:42   0:06 io.binance.0
                              root      1111  0.0  0.0      0     0 ?        I<   15:42   0:00 [cifsiod]
                              iobroker  1143  1.5  1.4 179656 58336 ?        Sl   15:42   0:03 io.discovery.0
                              iobroker  1176  1.5  1.4 178544 55936 ?        Sl   15:42   0:03 io.fritzbox.0
                              iobroker  1206  2.9  1.9 192432 75708 ?        Sl   15:42   0:07 io.info.0
                              iobroker  1225  4.3  2.0 194248 80700 ?        Sl   15:42   0:10 io.iot.0
                              iobroker  1252 47.9  1.8 181908 73096 ?        Rl   15:42   1:50 io.logparser.0
                              iobroker  1278  1.6  1.4 177280 56496 ?        Sl   15:43   0:03 io.mihome-lamp.0
                              iobroker  1293  1.9  1.5 179452 60296 ?        Sl   15:43   0:04 io.snmp.0
                              iobroker  1300  2.2  1.5 181164 62540 ?        Sl   15:43   0:04 io.sourceanalytix.0
                              iobroker  1315  2.5  1.7 180808 68224 ?        Sl   15:43   0:05 io.sprinklecontrol.0
                              iobroker  1326  2.2  1.6 180748 63440 ?        Sl   15:43   0:04 io.tankerkoenig.0
                              iobroker  1341  2.1  1.7 188740 70372 ?        Sl   15:43   0:04 io.trashschedule.0
                              iobroker  1389  1.7  1.4 177500 55056 ?        Sl   15:43   0:03 io.vis-inventwo.0
                              iobroker  1415  2.6  1.7 183880 69528 ?        Sl   15:43   0:04 io.web.0
                              iobroker  1422  5.9  2.1 195408 85116 ?        Sl   15:43   0:10 io.eusec.0
                              pi        1566  0.3  0.2 109124  9524 ?        Ssl  15:44   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                              pi        1594  0.0  0.0   7556  3104 ?        Ss   15:44   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                              pi        1595  0.0  0.1  19572  5140 ?        Sl   15:44   0:00 /usr/bin/pipewire-media-session
                              iobroker  1713  4.7  1.3 175580 53312 ?        Sl   15:45   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.dwd/main.js 0 info
                              pi        1736  0.0  0.0   7452   572 pts/0    R+   15:46   0:00 grep --color=auto io
                              pi@raspberrypi:~ $
                              
                              P 1 Antwort Letzte Antwort
                              0
                              • P Pahan

                                @thomas-braun sagte in VIS - No Connection:

                                @pahan sagte in VIS - No Connection:

                                warum das schlecht ist?

                                Weil es Ressourcen frisst, unsicherer und unstabiler ist und nicht benötigt wird.

                                In

                                sudo raspi-config
                                

                                Im Menü 1 - S5 - B1 auswählen.

                                erledigt.

                                ps auxww|grep io
                                

                                liefert nun folgendes:

                                pi@raspberrypi:~ $ ps auxww|grep io
                                root        14  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/0]
                                root        17  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/1]
                                root        22  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/2]
                                root        27  0.0  0.0      0     0 ?        S    15:40   0:00 [migration/3]
                                root        65  0.0  0.0      0     0 ?        I<   15:40   0:00 [blkcg_punt_bio]
                                root        69  0.0  0.0      0     0 ?        I<   15:40   0:00 [rpciod]
                                root        71  0.0  0.0      0     0 ?        I<   15:40   0:00 [xprtiod]
                                root        74  0.0  0.0      0     0 ?        I<   15:40   0:00 [nfsiod]
                                root        86  0.0  0.0      0     0 ?        I<   15:40   0:00 [DWC Notificatio]
                                message+   374  0.1  0.0   7904  3660 ?        Ss   15:40   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                                grafana    538  0.7  1.9 993204 77300 ?        Ssl  15:40   0:02 /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --pidfile=/run/grafana/grafana-server.pid --packaging=deb cfg:default.paths.logs=/var/log/grafana cfg:default.paths.data=/var/lib/grafana cfg:default.paths.plugins=/var/lib/grafana/plugins cfg:default.paths.provisioning=/etc/grafana/provisioning
                                iobroker   706 81.6  4.5 285496 178488 ?       Ssl  15:40   4:40 iobroker.js-controller
                                iobroker   783 24.3  2.9 227172 115756 ?       Rl   15:41   1:21 io.admin.0
                                iobroker   806  0.8  1.4 179708 57816 ?        Sl   15:41   0:02 io.email.0
                                iobroker   821  2.4  1.8 188124 73392 ?        Sl   15:41   0:08 io.history.0
                                iobroker   840  6.1  1.9 193488 77556 ?        Sl   15:41   0:20 io.influxdb.0
                                iobroker   859 80.1 11.8 623652 465272 ?       Rl   15:41   4:15 io.javascript.0
                                iobroker   870  1.0  1.6 182204 66380 ?        Sl   15:41   0:03 io.whatsapp-cmb.0
                                iobroker   891  4.2  1.9 196728 77864 ?        Sl   15:41   0:13 io.alexa2.0
                                iobroker   902  5.0  2.0 192112 80204 ?        Sl   15:41   0:15 io.hm-rega.0
                                iobroker   917  3.5  1.7 182900 69620 ?        Sl   15:41   0:10 io.hm-rpc.0
                                iobroker   932  3.1  1.8 187112 71816 ?        Sl   15:41   0:09 io.hm-rpc.1
                                iobroker   943  2.2  1.7 182772 67844 ?        Sl   15:41   0:06 io.hm-rpc.2
                                iobroker  1003  6.3  1.9 189608 74696 ?        Sl   15:42   0:17 io.shelly.0
                                iobroker  1018 11.0  2.1 1243984 82872 ?       Rl   15:42   0:30 io.synology.0
                                iobroker  1033  1.7  1.7 183412 68248 ?        Sl   15:42   0:04 io.tr-064.0
                                iobroker  1063  2.5  2.0 193780 78912 ?        Sl   15:42   0:06 io.backitup.0
                                iobroker  1082  2.4  1.7 184836 68080 ?        Sl   15:42   0:06 io.binance.0
                                root      1111  0.0  0.0      0     0 ?        I<   15:42   0:00 [cifsiod]
                                iobroker  1143  1.5  1.4 179656 58336 ?        Sl   15:42   0:03 io.discovery.0
                                iobroker  1176  1.5  1.4 178544 55936 ?        Sl   15:42   0:03 io.fritzbox.0
                                iobroker  1206  2.9  1.9 192432 75708 ?        Sl   15:42   0:07 io.info.0
                                iobroker  1225  4.3  2.0 194248 80700 ?        Sl   15:42   0:10 io.iot.0
                                iobroker  1252 47.9  1.8 181908 73096 ?        Rl   15:42   1:50 io.logparser.0
                                iobroker  1278  1.6  1.4 177280 56496 ?        Sl   15:43   0:03 io.mihome-lamp.0
                                iobroker  1293  1.9  1.5 179452 60296 ?        Sl   15:43   0:04 io.snmp.0
                                iobroker  1300  2.2  1.5 181164 62540 ?        Sl   15:43   0:04 io.sourceanalytix.0
                                iobroker  1315  2.5  1.7 180808 68224 ?        Sl   15:43   0:05 io.sprinklecontrol.0
                                iobroker  1326  2.2  1.6 180748 63440 ?        Sl   15:43   0:04 io.tankerkoenig.0
                                iobroker  1341  2.1  1.7 188740 70372 ?        Sl   15:43   0:04 io.trashschedule.0
                                iobroker  1389  1.7  1.4 177500 55056 ?        Sl   15:43   0:03 io.vis-inventwo.0
                                iobroker  1415  2.6  1.7 183880 69528 ?        Sl   15:43   0:04 io.web.0
                                iobroker  1422  5.9  2.1 195408 85116 ?        Sl   15:43   0:10 io.eusec.0
                                pi        1566  0.3  0.2 109124  9524 ?        Ssl  15:44   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                                pi        1594  0.0  0.0   7556  3104 ?        Ss   15:44   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                                pi        1595  0.0  0.1  19572  5140 ?        Sl   15:44   0:00 /usr/bin/pipewire-media-session
                                iobroker  1713  4.7  1.3 175580 53312 ?        Sl   15:45   0:02 /usr/bin/node /opt/iobroker/node_modules/iobroker.dwd/main.js 0 info
                                pi        1736  0.0  0.0   7452   572 pts/0    R+   15:46   0:00 grep --color=auto io
                                pi@raspberrypi:~ $
                                
                                P Offline
                                P Offline
                                Pahan
                                schrieb am zuletzt editiert von
                                #156

                                Hallo zusammen,

                                ich habe nach wie vor das Problem, dass der Raspi ständig voll läuft und deswegen auch der iobroker abschmiert.
                                Zwei große Log-Dateien (13GB und 7GB) habe ich bereits gelöscht, hatte auch die Scripte angehalten, dann lief alles, jedoch nur eine sehr kurze Zeit lang. Nun ist dieser wieder voll, ich finde jedoch nicht, womit.

                                df -h
                                

                                liefert folgendes:

                                pi@raspberrypi:~ $ df -h
                                Filesystem      Size  Used Avail Use% Mounted on
                                /dev/root        29G   29G     0 100% /
                                devtmpfs        1.8G     0  1.8G   0% /dev
                                tmpfs           1.9G     0  1.9G   0% /dev/shm
                                tmpfs           768M  836K  767M   1% /run
                                tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                                /dev/mmcblk0p1  253M   50M  203M  20% /boot
                                tmpfs           384M   16K  384M   1% /run/user/1000
                                

                                und der Befehl:

                                du -a . | sort -n -r | head -n 5
                                

                                liefert folgendes:

                                pi@raspberrypi:~ $ du -a . | sort -n -r | head -n 5
                                145652  .
                                95192   ./.npm
                                95176   ./.npm/_cacache
                                83336   ./.npm/_cacache/content-v2
                                81188   ./.npm/_cacache/content-v2/sha512
                                

                                woraus ich leider nicht schlau werde.

                                So groß sind die Dateien/Ordner doch eigentlich nicht ?!?

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • P Pahan

                                  Hallo zusammen,

                                  ich habe nach wie vor das Problem, dass der Raspi ständig voll läuft und deswegen auch der iobroker abschmiert.
                                  Zwei große Log-Dateien (13GB und 7GB) habe ich bereits gelöscht, hatte auch die Scripte angehalten, dann lief alles, jedoch nur eine sehr kurze Zeit lang. Nun ist dieser wieder voll, ich finde jedoch nicht, womit.

                                  df -h
                                  

                                  liefert folgendes:

                                  pi@raspberrypi:~ $ df -h
                                  Filesystem      Size  Used Avail Use% Mounted on
                                  /dev/root        29G   29G     0 100% /
                                  devtmpfs        1.8G     0  1.8G   0% /dev
                                  tmpfs           1.9G     0  1.9G   0% /dev/shm
                                  tmpfs           768M  836K  767M   1% /run
                                  tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                                  /dev/mmcblk0p1  253M   50M  203M  20% /boot
                                  tmpfs           384M   16K  384M   1% /run/user/1000
                                  

                                  und der Befehl:

                                  du -a . | sort -n -r | head -n 5
                                  

                                  liefert folgendes:

                                  pi@raspberrypi:~ $ du -a . | sort -n -r | head -n 5
                                  145652  .
                                  95192   ./.npm
                                  95176   ./.npm/_cacache
                                  83336   ./.npm/_cacache/content-v2
                                  81188   ./.npm/_cacache/content-v2/sha512
                                  

                                  woraus ich leider nicht schlau werde.

                                  So groß sind die Dateien/Ordner doch eigentlich nicht ?!?

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #157

                                  @pahan

                                  Installier dir

                                  sudo apt install ncdu
                                  

                                  und schau damit dann nach. Das ist eigentlich recht intuitiv zu verwenden.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  P 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @pahan

                                    Installier dir

                                    sudo apt install ncdu
                                    

                                    und schau damit dann nach. Das ist eigentlich recht intuitiv zu verwenden.

                                    P Offline
                                    P Offline
                                    Pahan
                                    schrieb am zuletzt editiert von
                                    #158

                                    @thomas-braun sagte in VIS - No Connection:

                                    @pahan

                                    Installier dir

                                    sudo apt install ncdu
                                    

                                    und schau damit dann nach. Das ist eigentlich recht intuitiv zu verwenden.

                                    ncdu ist bereits drauf, aber auch damit finde ich nicht die große Datei, die innerhalb von 1/2h Stunde etwa 15GB groß geworden ist. Im Log Verzeichnis ist auch nichts dabei. Ich bin auch per Filezilla soweit die üblichen "verdächtigen" Ordner durchgegangen.

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • P Pahan

                                      @thomas-braun sagte in VIS - No Connection:

                                      @pahan

                                      Installier dir

                                      sudo apt install ncdu
                                      

                                      und schau damit dann nach. Das ist eigentlich recht intuitiv zu verwenden.

                                      ncdu ist bereits drauf, aber auch damit finde ich nicht die große Datei, die innerhalb von 1/2h Stunde etwa 15GB groß geworden ist. Im Log Verzeichnis ist auch nichts dabei. Ich bin auch per Filezilla soweit die üblichen "verdächtigen" Ordner durchgegangen.

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #159

                                      @pahan

                                      sudo ncdu /
                                      

                                      zeigt dir ALLES ab dem Wurzelverzeichnis. Da musst du also fündig werden können.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      P 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @pahan

                                        sudo ncdu /
                                        

                                        zeigt dir ALLES ab dem Wurzelverzeichnis. Da musst du also fündig werden können.

                                        P Offline
                                        P Offline
                                        Pahan
                                        schrieb am zuletzt editiert von
                                        #160

                                        @thomas-braun sagte in VIS - No Connection:

                                        @pahan

                                        sudo ncdu /
                                        

                                        zeigt dir ALLES ab dem Wurzelverzeichnis. Da musst du also fündig werden können.

                                        HAMMER ! Danke dir!

                                        da waren sie drin...

                                        
                                        --- /var/log --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                 /..
                                           10.6 GiB [##########]  syslog
                                           10.5 GiB [######### ]  kern.log
                                          800.3 MiB [          ] /journal
                                          701.8 MiB [          ]  syslog.1
                                           87.9 MiB [          ]  daemon.log
                                           33.9 MiB [          ]  daemon.log.2.gz
                                           17.7 MiB [          ]  syslog.2.gz
                                           17.6 MiB [          ]  daemon.log.3.gz
                                            4.5 MiB [          ]  messages
                                            4.2 MiB [          ]  user.log
                                            1.0 MiB [          ]  auth.log.2.gz
                                          724.0 KiB [          ]  wtmp
                                          164.0 KiB [          ]  dpkg.log.1
                                          152.0 KiB [          ]  auth.log
                                          136.0 KiB [          ]  kern.log.2.gz
                                           96.0 KiB [          ] /apt
                                           60.0 KiB [          ] /grafana
                                           56.0 KiB [          ]  user.log.2.gz
                                           56.0 KiB [          ] /unattended-upgrades
                                           52.0 KiB [          ]  messages.2.gz
                                           48.0 KiB [          ]  boot.log.2
                                           44.0 KiB [          ] /cups
                                        

                                        ich ziehe sie mir runter, um reinzuschauen, aber normal ist das doch nicht.

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • P Pahan

                                          @thomas-braun sagte in VIS - No Connection:

                                          @pahan

                                          sudo ncdu /
                                          

                                          zeigt dir ALLES ab dem Wurzelverzeichnis. Da musst du also fündig werden können.

                                          HAMMER ! Danke dir!

                                          da waren sie drin...

                                          
                                          --- /var/log --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                   /..
                                             10.6 GiB [##########]  syslog
                                             10.5 GiB [######### ]  kern.log
                                            800.3 MiB [          ] /journal
                                            701.8 MiB [          ]  syslog.1
                                             87.9 MiB [          ]  daemon.log
                                             33.9 MiB [          ]  daemon.log.2.gz
                                             17.7 MiB [          ]  syslog.2.gz
                                             17.6 MiB [          ]  daemon.log.3.gz
                                              4.5 MiB [          ]  messages
                                              4.2 MiB [          ]  user.log
                                              1.0 MiB [          ]  auth.log.2.gz
                                            724.0 KiB [          ]  wtmp
                                            164.0 KiB [          ]  dpkg.log.1
                                            152.0 KiB [          ]  auth.log
                                            136.0 KiB [          ]  kern.log.2.gz
                                             96.0 KiB [          ] /apt
                                             60.0 KiB [          ] /grafana
                                             56.0 KiB [          ]  user.log.2.gz
                                             56.0 KiB [          ] /unattended-upgrades
                                             52.0 KiB [          ]  messages.2.gz
                                             48.0 KiB [          ]  boot.log.2
                                             44.0 KiB [          ] /cups
                                          

                                          ich ziehe sie mir runter, um reinzuschauen, aber normal ist das doch nicht.

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #161

                                          @pahan sagte in VIS - No Connection:

                                          aber normal ist das doch nicht.

                                          Nö, irgendwas hämmert dir sowohl syslog wie auch kern.log voll.
                                          Musste mal reinschauen, was das ist.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          P 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          615

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe