Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. ioBroker Allgemein
  4. iob diag - Skript

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

iob diag - Skript

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
738 Beiträge 49 Kommentatoren 207.8k Aufrufe 38 Watching
  • Ä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.
  • NegaleinN Negalein

    @thomas-braun sagte in iob diag - Skript:

    LXCs

    bekomm leider nur die Endauswertung

    ======================= SUMMARY =======================
                         v.2023-04-02
    
    
    Operatingsystem:        Ubuntu 20.04.5 LTS
    Kernel:                 5.15.30-2-pve
    Installation:           lxc
    Timezone:               Europe/Vienna (CEST, +0200)
    User-ID:                1001
    X-Server:               false
    Boot Target:            graphical.target
    
    Pending OS-Updates:     50
    Pending iob updates:    2
    
    Nodejs-Installation:    /usr/bin/nodejs         v16.19.0
                            /usr/bin/node           v16.19.0
                            /usr/bin/npm            8.19.3
                            /usr/bin/npx            8.19.3
    
    Recommended versions are nodejs 18.x.y and npm 9.x.y
    
    MEMORY:
                  total        used        free      shared  buff/cache   available
    Mem:            10G        5.4G        2.9G        0.0K        1.7G        4.6G
    Swap:          2.0G        1.3G        731M
    Total:          12G        6.8G        3.7G
    
    Active iob-Instances:   58
    Active repo(s): Beta (latest)
    
    ioBroker Core:          js-controller           4.0.24
                            admin                   6.4.3
    
    ioBroker Status:        iobroker is running on this host.
    
    
    Objects type: jsonl
    States  type: jsonl
    
    Status admin and web instance:
    + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
    + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
    
    Objects:                49391
    States:                 45491
    
    Size of iob-Database:
    
    58M     /opt/iobroker/iobroker-data/objects.jsonl
    29M     /opt/iobroker/iobroker-data/objects.json.migrated
    29M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
    0       /opt/iobroker/iobroker-data/objects.json.broken
    148M    /opt/iobroker/iobroker-data/states.jsonl
    9.4M    /opt/iobroker/iobroker-data/states.json.migrated
    9.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
    0       /opt/iobroker/iobroker-data/states.json.broken
    
    
    
    =================== END OF SUMMARY ====================
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #323

    @negalein sagte in iob diag - Skript:

    bekomm leider nur die Endauswertung

    Das ist aber auch das im iobroker inkludierte Skript. Aus meinem Repo kommt die Version von heute. 2023-04-04

    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

    NegaleinN 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @negalein sagte in iob diag - Skript:

      bekomm leider nur die Endauswertung

      Das ist aber auch das im iobroker inkludierte Skript. Aus meinem Repo kommt die Version von heute. 2023-04-04

      NegaleinN Offline
      NegaleinN Offline
      Negalein
      Global Moderator
      schrieb am zuletzt editiert von
      #324

      @thomas-braun sagte in iob diag - Skript:

      Das ist aber auch das im iobroker inkludierte Skript. Aus meinem Repo kommt die Version von heute. 2023-04-04

      ich hab das vom 1. Post gemacht

      curl https://raw.githubusercontent.com/Grothesk242/iob_diag/main/iob_diag > iob_diag
      chmod 744 iob_diag
      ./iob_diag
      

      ° Node.js: 20.17.0 NPM: 10.8.2
      ° Proxmox, Ubuntu 22.04.3 LTS
      ° Fixer ---> iob fix

      GlasfaserG 1 Antwort Letzte Antwort
      0
      • NegaleinN Negalein

        @thomas-braun sagte in iob diag - Skript:

        Das ist aber auch das im iobroker inkludierte Skript. Aus meinem Repo kommt die Version von heute. 2023-04-04

        ich hab das vom 1. Post gemacht

        curl https://raw.githubusercontent.com/Grothesk242/iob_diag/main/iob_diag > iob_diag
        chmod 744 iob_diag
        ./iob_diag
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von
        #325

        @negalein

        Jipp ich auch

        das kommt :

        Skript v.2023-04-02
        

        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 ..

        1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          Eine Bitte an die Tester die mit LXCs, Docker und anderem virtuellem Zeuch ;-) unterwegs sind:
          Könnt ihr nochmal das Skript wie oben im ersten Posting lokal installieren und zurückmelden, was an der Stelle "FILESYSTEM" bei diesen Systemen passiert und was da zu journalctl zurückgemeldet wird?

          Files in neuralgic directories:
          
          /var:
          570M    /var/
          203M    /var/cache
          195M    /var/cache/apt
          164M    /var/lib
          130M    /var/lib/apt
          ********* HIER WIRDS INTERESSANT ********
          Archived and active journals take up 93.1M in the file system.
          
          /opt/iobroker/backups:
          4.0K    /opt/iobroker/backups/
          

          Danke schön!

          E Online
          E Online
          emil70
          schrieb am zuletzt editiert von
          #326

          @thomas-braun

          Files in neuralgic directories:
          
          /var:
          16M     /var/
          13M     /var/lib/dpkg
          13M     /var/lib
          12M     /var/lib/dpkg/info
          1.9M    /var/cache/debconf
          
          ./iob_diag: line 118: journalctl: command not found
          
          /opt/iobroker/backups:
          94M     /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          950M    /opt/iobroker/iobroker-data/
          810M    /opt/iobroker/iobroker-data/files
          231M    /opt/iobroker/iobroker-data/files/vis-2-beta
          143M    /opt/iobroker/iobroker-data/files/vis-2-beta/static
          142M    /opt/iobroker/iobroker-data/files/vis-2-beta/static/js
          

          gruss emil70

          iobroker(V9) und Pi-hole läuft über docker (js-controller 6.0.11 und admin v7.1.15) auf einem synology DS918+ mit DSM 7.1.1-42962 Update 6

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • E emil70

            @thomas-braun

            Files in neuralgic directories:
            
            /var:
            16M     /var/
            13M     /var/lib/dpkg
            13M     /var/lib
            12M     /var/lib/dpkg/info
            1.9M    /var/cache/debconf
            
            ./iob_diag: line 118: journalctl: command not found
            
            /opt/iobroker/backups:
            94M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            950M    /opt/iobroker/iobroker-data/
            810M    /opt/iobroker/iobroker-data/files
            231M    /opt/iobroker/iobroker-data/files/vis-2-beta
            143M    /opt/iobroker/iobroker-data/files/vis-2-beta/static
            142M    /opt/iobroker/iobroker-data/files/vis-2-beta/static/js
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #327

            @emil70 @Glasfaser
            Dann muss ich das für Docker abfangen, wenn der das nicht kennt.

            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

            GlasfaserG 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @emil70 @Glasfaser
              Dann muss ich das für Docker abfangen, wenn der das nicht kennt.

              GlasfaserG Offline
              GlasfaserG Offline
              Glasfaser
              schrieb am zuletzt editiert von
              #328

              @thomas-braun

              jipp

              root@iobrokerv6:/opt/iobroker# journalctl --disk-usage
              bash: journalctl: command not found
              

              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 ..

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • GlasfaserG Glasfaser

                @thomas-braun

                jipp

                root@iobrokerv6:/opt/iobroker# journalctl --disk-usage
                bash: journalctl: command not found
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #329

                @glasfaser

                Kein Problem, dann schließe ich das für Docker aus.
                Hatte ich schon mal erwähnt, das ich das Zeug überhaupt nicht gut finde? :-D

                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

                GlasfaserG 2 Antworten Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @glasfaser

                  Kein Problem, dann schließe ich das für Docker aus.
                  Hatte ich schon mal erwähnt, das ich das Zeug überhaupt nicht gut finde? :-D

                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  schrieb am zuletzt editiert von
                  #330

                  @thomas-braun sagte in iob diag - Skript:

                  Hatte ich schon mal erwähnt, das ich das Zeug überhaupt nicht gut finde?

                  Nee ... überhaupt nicht ;)

                  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 ..

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @glasfaser

                    Kein Problem, dann schließe ich das für Docker aus.
                    Hatte ich schon mal erwähnt, das ich das Zeug überhaupt nicht gut finde? :-D

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von
                    #331

                    @thomas-braun

                    Hast du noch mehr geändert !?

                    sehe gerade :

                    *** Time and Time Zones ***
                    ./iob_diag: line 76: timedatectl: command not found
                    
                    *** User and Groups ***
                    root
                    /root
                    root
                    
                    *** X-Server-Setup ***
                    X-Server:       false
                    Desktop:
                    Terminal:
                    ./iob_diag: line 93: systemctl: command not found
                    Boot Target:
                    
                    

                    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 ..

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @thomas-braun

                      Hast du noch mehr geändert !?

                      sehe gerade :

                      *** Time and Time Zones ***
                      ./iob_diag: line 76: timedatectl: command not found
                      
                      *** User and Groups ***
                      root
                      /root
                      root
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop:
                      Terminal:
                      ./iob_diag: line 93: systemctl: command not found
                      Boot Target:
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #332

                      @glasfaser

                      Ja, musste ich für Debian 'Bookworm' umstellen. Da wird die Zeit anders angepackt. Aber ich hab wohl da nicht dran gedacht, dass der Docker halt nicht per systemd gestartet wird.
                      Muss ich da wohl auch den Code verzweigen.
                      Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                      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

                      GlasfaserG E 3 Antworten Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @glasfaser

                        Ja, musste ich für Debian 'Bookworm' umstellen. Da wird die Zeit anders angepackt. Aber ich hab wohl da nicht dran gedacht, dass der Docker halt nicht per systemd gestartet wird.
                        Muss ich da wohl auch den Code verzweigen.
                        Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von Glasfaser
                        #333

                        @thomas-braun sagte in iob diag - Skript:

                        Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                        Upps

                        Files in neuralgic directories:
                        
                        /var:
                        sudo: unable to resolve host iobrokerv6: Name or service not known
                        32M     /var/
                        30M     /var/lib
                        18M     /var/lib/apt/lists
                        18M     /var/lib/apt
                        13M     /var/lib/dpkg
                        ./iob_diag: line 303: syntax error: unexpected end of file
                        root@iobrokerv6:/opt/iobroker#
                        
                        

                        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 ..

                        NegaleinN Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @glasfaser

                          Ja, musste ich für Debian 'Bookworm' umstellen. Da wird die Zeit anders angepackt. Aber ich hab wohl da nicht dran gedacht, dass der Docker halt nicht per systemd gestartet wird.
                          Muss ich da wohl auch den Code verzweigen.
                          Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                          E Online
                          E Online
                          emil70
                          schrieb am zuletzt editiert von
                          #334

                          @thomas-braun

                          Habe bei mir auch noch mal genau geguckt

                          Diese Fehlermeldungen gibt es

                          *** Time and Time Zones ***
                          ./iob_diag: line 76: timedatectl: command not found
                          
                          *** X-Server-Setup ***
                          X-Server:       false
                          Desktop: 
                          Terminal: 
                          ./iob_diag: line 93: systemctl: command not found
                          
                          ./iob_diag: line 118: journalctl: command not found
                          
                          

                          gruss emil70

                          iobroker(V9) und Pi-hole läuft über docker (js-controller 6.0.11 und admin v7.1.15) auf einem synology DS918+ mit DSM 7.1.1-42962 Update 6

                          1 Antwort Letzte Antwort
                          0
                          • GlasfaserG Glasfaser

                            @thomas-braun sagte in iob diag - Skript:

                            Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                            Upps

                            Files in neuralgic directories:
                            
                            /var:
                            sudo: unable to resolve host iobrokerv6: Name or service not known
                            32M     /var/
                            30M     /var/lib
                            18M     /var/lib/apt/lists
                            18M     /var/lib/apt
                            13M     /var/lib/dpkg
                            ./iob_diag: line 303: syntax error: unexpected end of file
                            root@iobrokerv6:/opt/iobroker#
                            
                            
                            NegaleinN Offline
                            NegaleinN Offline
                            Negalein
                            Global Moderator
                            schrieb am zuletzt editiert von
                            #335

                            @glasfaser sagte in iob diag - Skript:

                            Upps

                            auch gerade gehabt

                            *** FILESYSTEM ***
                            Filesystem                       Type      Size  Used Avail Use% Mounted on
                            /dev/mapper/pve-vm--100--disk--0 ext4       20G   15G  4.0G  79% /
                            10.0.1.21:/volume1/Backups       nfs4       14T  9.5T  4.6T  68% /opt/iobroker/backups
                            none                             tmpfs     492K  4.0K  488K   1% /dev
                            udev                             devtmpfs  7.8G     0  7.8G   0% /dev/tty
                            tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
                            tmpfs                            tmpfs     1.6G  136K  1.6G   1% /run
                            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                            tmpfs                            tmpfs     1.6G     0  1.6G   0% /run/user/1001
                            
                            Messages concerning ext4 filesystem in dmesg:
                            dmesg: read kernel buffer failed: Operation not permitted
                            
                            Show mounted filesystems (real ones only):
                            TARGET                           SOURCE                                FSTYPE     OPTIONS
                            /                                /dev/mapper/pve-vm--100--disk--0      ext4       rw,relatime,stripe=16
                            |-/opt/iobroker/backups          10.0.1.21:/volume1/Backups            nfs4       rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.1.201,local_lock=none,addr=10.0.1.21
                            |-/proc/cpuinfo                  lxcfs[/proc/cpuinfo]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            |-/proc/diskstats                lxcfs[/proc/diskstats]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            |-/proc/loadavg                  lxcfs[/proc/loadavg]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            |-/proc/meminfo                  lxcfs[/proc/meminfo]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            |-/proc/stat                     lxcfs[/proc/stat]                     fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            |-/proc/swaps                    lxcfs[/proc/swaps]                    fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            |-/proc/uptime                   lxcfs[/proc/uptime]                   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            `-/sys/devices/system/cpu/online lxcfs[/sys/devices/system/cpu/online] fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                            
                            Files in neuralgic directories:
                            
                            /var:
                            2.5G    /var/
                            2.0G    /var/log/journal/b354c482f7cc342776f020ee5ea440c3
                            2.0G    /var/log/journal
                            2.0G    /var/log
                            307M    /var/lib
                            ./iob_diag: line 303: syntax error: unexpected end of file
                            

                            ° Node.js: 20.17.0 NPM: 10.8.2
                            ° Proxmox, Ubuntu 22.04.3 LTS
                            ° Fixer ---> iob fix

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @glasfaser

                              Ja, musste ich für Debian 'Bookworm' umstellen. Da wird die Zeit anders angepackt. Aber ich hab wohl da nicht dran gedacht, dass der Docker halt nicht per systemd gestartet wird.
                              Muss ich da wohl auch den Code verzweigen.
                              Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von Glasfaser
                              #336

                              @thomas-braun

                              Geht :

                              Files in neuralgic directories:
                              /var:
                              sudo: unable to resolve host iobrokerv6: Name or service not known
                              32M     /var/
                              30M     /var/lib
                              18M     /var/lib/apt/lists
                              18M     /var/lib/apt
                              13M     /var/lib/dpkg
                              Orrrrrrrrrr... Docker doesn't read journals!
                              /opt/iobroker/backups:
                              582M    /opt/iobroker/backups/
                              `

                              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 ..

                              1 Antwort Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @thomas-braun sagte in iob diag - Skript:

                                Kannst nochmal nach dem journalctl schauen? Sollte jetzt raus sein.

                                Upps

                                Files in neuralgic directories:
                                
                                /var:
                                sudo: unable to resolve host iobrokerv6: Name or service not known
                                32M     /var/
                                30M     /var/lib
                                18M     /var/lib/apt/lists
                                18M     /var/lib/apt
                                13M     /var/lib/dpkg
                                ./iob_diag: line 303: syntax error: unexpected end of file
                                root@iobrokerv6:/opt/iobroker#
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #337

                                @glasfaser

                                Jaja, wenn man seinen eigenen Code nicht mal laufen lässt... ;-)
                                Probier jetzt nochmal.

                                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

                                GlasfaserG 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @glasfaser

                                  Jaja, wenn man seinen eigenen Code nicht mal laufen lässt... ;-)
                                  Probier jetzt nochmal.

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #338

                                  @thomas-braun sagte in iob diag - Skript:

                                  Probier jetzt nochmal.

                                  siehe oben

                                  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 ..

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @thomas-braun sagte in iob diag - Skript:

                                    Probier jetzt nochmal.

                                    siehe oben

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

                                    @glasfaser

                                    Okay, dann blanke ich die Meldung jetzt.

                                    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

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @glasfaser

                                      Okay, dann blanke ich die Meldung jetzt.

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

                                      Also bei der Zeit und beim Terminaltype tickt der Docker anders, stimmt's?

                                      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

                                      GlasfaserG 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        Also bei der Zeit und beim Terminaltype tickt der Docker anders, stimmt's?

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        schrieb am zuletzt editiert von
                                        #341

                                        @thomas-braun

                                        Ja , die Befehle gibt es nicht

                                        z.b:

                                        root@iobrokerv6:/opt/iobroker# timedatectl
                                        bash: timedatectl: command not found
                                        

                                        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 ..

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @thomas-braun

                                          Ja , die Befehle gibt es nicht

                                          z.b:

                                          root@iobrokerv6:/opt/iobroker# timedatectl
                                          bash: timedatectl: command not found
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von Thomas Braun
                                          #342

                                          @glasfaser

                                          Klar, das sind alles systemd-Kommandos.
                                          Muss ich wohl leider den Code splitten und 'Sonderstrick' machen.

                                          (Und/oder den root-Verboten-Code scharf schalten!)

                                          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
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          901

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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