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

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

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

iob diag - Skript

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
738 Beiträge 49 Kommentatoren 207.2k 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.
  • HomoranH Homoran

    @thomas-braun sagte in iob diag - Skript:

    @homoran

    Führ mal
    Bitte

    sudo apt-get upgrade
    apt-get upgrade -s
    

    aus.

    ehrlich?
    danach geht nix mehr zu testen

    upgrade? nicht update?

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

    @homoran sagte in iob diag - Skript:

    danach geht nix mehr zu testen

    Doch, das upgrade wird nur simuliert, nicht geschrieben.
    Ich seh aber schon, wo es da klemmt.

    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

    HomoranH OstfrieseUnterwegsO 2 Antworten Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @homoran sagte in iob diag - Skript:

      danach geht nix mehr zu testen

      Doch, das upgrade wird nur simuliert, nicht geschrieben.
      Ich seh aber schon, wo es da klemmt.

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #160

      @thomas-braun sagte in iob diag - Skript:

      Doch, das upgrade wird nur simuliert, nicht geschrieben.

      doch! bereits bei der erstrn Zeile, oder?

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

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

        @homoran sagte in iob diag - Skript:

        danach geht nix mehr zu testen

        Doch, das upgrade wird nur simuliert, nicht geschrieben.
        Ich seh aber schon, wo es da klemmt.

        OstfrieseUnterwegsO Offline
        OstfrieseUnterwegsO Offline
        OstfrieseUnterwegs
        schrieb am zuletzt editiert von
        #161

        @thomas-braun muss das nicht

        sudo apt-get upgrade -s 
        

        sein?

        Thomas BraunT 1 Antwort Letzte Antwort
        1
        • HomoranH Homoran

          @thomas-braun sagte in iob diag - Skript:

          Doch, das upgrade wird nur simuliert, nicht geschrieben.

          doch! bereits bei der erstrn Zeile, oder?

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

          @homoran

          Hast recht.
          Muss

          sudo apt-get update
          apt-get upgrade -s
          

          lauten.

          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

          HomoranH 1 Antwort Letzte Antwort
          1
          • OstfrieseUnterwegsO OstfrieseUnterwegs

            @thomas-braun muss das nicht

            sudo apt-get upgrade -s 
            

            sein?

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

            @ostfrieseunterwegs

            Nein, wir wollen da nicht mit root-Rechten agieren.
            Immer nur so scharfes Werkzeug wie gerade notwendig 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

            OstfrieseUnterwegsO 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @homoran

              Hast recht.
              Muss

              sudo apt-get update
              apt-get upgrade -s
              

              lauten.

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von Homoran
              #164

              @thomas-braun echt cool:

              i@iobroker-VM03:~$ sudo apt-get update
              OK:1 http://security.debian.org/debian-security bullseye-security InRelease
              OK:2 http://deb.debian.org/debian bullseye InRelease
              OK:3 http://deb.debian.org/debian bullseye-updates InRelease
              OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
              Paketlisten werden gelesen… Fertig
              pi@iobroker-VM03:~$ sudo apt update
              OK:1 http://security.debian.org/debian-security bullseye-security InRelease
              OK:2 http://deb.debian.org/debian bullseye InRelease
              OK:3 http://deb.debian.org/debian bullseye-updates InRelease
              OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
              Paketlisten werden gelesen… Fertig
              Abhängigkeitsbaum wird aufgebaut… Fertig
              Statusinformationen werden eingelesen… Fertig
              Aktualisierung für 74 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
              pi@iobroker-VM03:~$
              

              schon beim update gibt es Unterschiede zwischen apt und apt-get

              weitermachen?

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @thomas-braun echt cool:

                i@iobroker-VM03:~$ sudo apt-get update
                OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                OK:2 http://deb.debian.org/debian bullseye InRelease
                OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                Paketlisten werden gelesen… Fertig
                pi@iobroker-VM03:~$ sudo apt update
                OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                OK:2 http://deb.debian.org/debian bullseye InRelease
                OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                Paketlisten werden gelesen… Fertig
                Abhängigkeitsbaum wird aufgebaut… Fertig
                Statusinformationen werden eingelesen… Fertig
                Aktualisierung für 74 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                pi@iobroker-VM03:~$
                

                schon beim update gibt es Unterschiede zwischen apt und apt-get

                weitermachen?

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

                @homoran

                Ja, jetzt

                apt-get upgrade -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

                HomoranH 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @ostfrieseunterwegs

                  Nein, wir wollen da nicht mit root-Rechten agieren.
                  Immer nur so scharfes Werkzeug wie gerade notwendig verwenden...

                  OstfrieseUnterwegsO Offline
                  OstfrieseUnterwegsO Offline
                  OstfrieseUnterwegs
                  schrieb am zuletzt editiert von
                  #166

                  @thomas-braun
                  Ah, ok, ich war davon ausgegangen, dass apt-get ohne sudo überhaupt nicht ausgeführt wird, aber die Rechte sind wohl feiner implementiert, als ich dachte.

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @homoran

                    Ja, jetzt

                    apt-get upgrade -s
                    
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von
                    #167

                    @thomas-braun sorry! textcopy klappt nicht

                    Screenshot_20221106-154800_JuiceSSH.jpg

                    das geht noch vieeel weiter. brauchst du das auch?

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • HomoranH Homoran

                      @thomas-braun sorry! textcopy klappt nicht

                      Screenshot_20221106-154800_JuiceSSH.jpg

                      das geht noch vieeel weiter. brauchst du das auch?

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

                      @homoran sagte in iob diag - Skript:

                      brauchst du das auch?

                      Eigentlich brauch ich nur den letzten Absatz, wo die simulierten Aktionen zusammengefasst werden.

                      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

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @homoran sagte in iob diag - Skript:

                        brauchst du das auch?

                        Eigentlich brauch ich nur den letzten Absatz, wo die simulierten Aktionen zusammengefasst werden.

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #169

                        @thomas-braun Screenshot_20221106-155102_JuiceSSH.jpg

                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

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

                          @negalein sagte in iob diag - Skript:

                          Ausstehende Updates: 160

                          Da musst du DRINGEND ran. Je mehr das wird, umso komplexer wird ein Update. Und 160 ist schon echt viel.

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

                          @thomas-braun sagte in iob diag - Skript:

                          Da musst du DRINGEND ran. Je mehr das wird, umso komplexer wird ein Update. Und 160 ist schon echt viel.

                          gerade dabei :)

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

                          1 Antwort Letzte Antwort
                          0
                          • HomoranH Homoran

                            @thomas-braun Screenshot_20221106-155102_JuiceSSH.jpg

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

                            @homoran

                            Lad das skript nochmal. Hab was umgestellt.

                            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

                            HomoranH 1 Antwort Letzte Antwort
                            0
                            • HomoranH Homoran

                              @thomas-braun Screenshot_20221106-155102_JuiceSSH.jpg

                              mcm1957M Online
                              mcm1957M Online
                              mcm1957
                              schrieb am zuletzt editiert von
                              #172

                              @Thomas-Braun

                              Wau SUPER das Skript - DANKE

                              @homoran

                              Bitte überlegen, ob man das irgendwie pinnen könnte. Hab das Skript fast übersehen, soll heißen erst heute auf Grund der letzten Beiträge mitbekommen.

                              McM

                              Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                              Support Repositoryverwaltung.

                              Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                              LESEN - gute Forenbeitrage

                              HomoranH 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @homoran

                                Lad das skript nochmal. Hab was umgestellt.

                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #173

                                @thomas-braun sagte in iob diag - Skript:

                                @homoran

                                Lad das skript nochmal. Hab was umgestellt.

                                noch ein wenig Finetuning bitte!

                                *** Repositories und OS-Updates ***
                                OK:1 http://deb.debian.org/debian bullseye InRelease
                                OK:2 http://deb.debian.org/debian bullseye-updates InRelease
                                OK:3 http://security.debian.org/debian-security bullseye-security InRelease
                                OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                                Paketlisten werden gelesen… Fertig
                                Ausstehende Updates: Die 72
                                

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • mcm1957M mcm1957

                                  @Thomas-Braun

                                  Wau SUPER das Skript - DANKE

                                  @homoran

                                  Bitte überlegen, ob man das irgendwie pinnen könnte. Hab das Skript fast übersehen, soll heißen erst heute auf Grund der letzten Beiträge mitbekommen.

                                  McM

                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #174

                                  @mcm57 sagte in iob diag - Skript:

                                  Bitte überlegen, ob man das irgendwie pinnen könnte

                                  wird es geben wenn alles "final" ist

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @negalein sagte in iob diag - Skript:

                                    Ausstehende Updates: 160

                                    Da musst du DRINGEND ran. Je mehr das wird, umso komplexer wird ein Update. Und 160 ist schon echt viel.

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

                                    @thomas-braun sagte in iob diag - Skript:

                                    Und 160 ist schon echt viel.

                                    so, bin durch :)

                                    *** BASISSYSTEM ***
                                    CPU-Architektur: x86_64
                                    Docker: Nein
                                    LXC: lxc
                                    Distributor ID: Ubuntu
                                    Description:    Ubuntu 20.04.5 LTS
                                    Release:        20.04
                                    Codename:       focal
                                    
                                    NAME="Ubuntu"
                                    VERSION="20.04.5 LTS (Focal Fossa)"
                                    ID=ubuntu
                                    ID_LIKE=debian
                                    PRETTY_NAME="Ubuntu 20.04.5 LTS"
                                    VERSION_ID="20.04"
                                    HOME_URL="https://www.ubuntu.com/"
                                    SUPPORT_URL="https://help.ubuntu.com/"
                                    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
                                    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
                                    VERSION_CODENAME=focal
                                    UBUNTU_CODENAME=focal
                                    
                                    Systemuptime und Load:
                                     15:55:52 up 59 days,  4:13,  1 user,  load average: 1.50, 2.39, 2.23
                                    CPU threads: 4
                                    
                                    *** Zeit und Zeitzonen ***
                                    Sun Nov  6 14:55:52 UTC 2022
                                    Sun Nov  6 15:55:52 CET 2022
                                    CET +0100
                                    Europe/Vienna
                                    
                                    *** User und Gruppen ***
                                    nega
                                    /home/nega
                                    nega adm dialout sudo users iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server: Nein
                                    Desktop:
                                    Konsole: tty
                                    
                                    *** ARBEITSSPEICHER ***
                                                  total        used        free      shared  buff/cache   available
                                    Mem:           6.1G        4.8G        310M        0.0K        1.0G        1.3G
                                    Swap:          2.0G        1.7G        302M
                                    Total:         8.2G        6.5G        613M
                                    
                                             6144 M total memory
                                             4799 M used memory
                                             4068 M active memory
                                             1349 M inactive memory
                                              310 M free memory
                                                0 M buffer memory
                                             1034 M swap cache
                                             2048 M total swap
                                             1745 M used swap
                                              302 M free swap
                                    
                                    *** DATEISYSTEM ***
                                    Filesystem                       Type      Size  Used Avail Use% Mounted on
                                    /dev/mapper/pve-vm--100--disk--0 ext4       20G   14G  5.1G  73% /
                                    10.0.1.21:/volume1/Backups       nfs4       14T  7.6T  6.5T  54% /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
                                    
                                    Daten in neuralgischen Verzeichnissen:
                                    
                                    /var:
                                    2.5G    /var/
                                    2.0G    /var/log/journal/b354c482f7cc342776f020ee5ea440c3
                                    2.0G    /var/log/journal
                                    2.0G    /var/log
                                    294M    /var/lib
                                    
                                    /opt/iobroker/backups:
                                    3.3G    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    3.9G    /opt/iobroker/iobroker-data/
                                    2.5G    /opt/iobroker/iobroker-data/history
                                    1014M   /opt/iobroker/iobroker-data/files
                                    341M    /opt/iobroker/iobroker-data/files/vis.0
                                    316M    /opt/iobroker/iobroker-data/backup-objects
                                    
                                    Die 5 größten Dateien in iobroker-data:
                                     59M states.jsonl
                                     47M objects.jsonl
                                     29M objects.json.migrated
                                     29M objects.json.bak.migrated
                                    9.4M states.json.migrated
                                    
                                    *** Nodejs-Installation ***
                                    /usr/bin/nodejs         v16.18.1
                                    /usr/bin/node           v16.18.1
                                    /usr/bin/npm            8.19.2
                                    
                                    nodejs:
                                      Installed: 16.18.1-deb-1nodesource1
                                      Candidate: 16.18.1-deb-1nodesource1
                                      Version table:
                                     *** 16.18.1-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_16.x focal/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         10.19.0~dfsg-3ubuntu1 500
                                            500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                                    
                                    *** ioBroker-Installation ***
                                    
                                    Versionsnummern der Kern-Adapter
                                    js-controller:  4.0.23
                                    Admin-Adapter:  6.2.23
                                    
                                    ioBroker-Repos
                                    Stable (default): http://download.iobroker.net/sources-dist.json
                                    Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): Beta (latest)
                                    
                                    ioBroker-Updates
                                    Used repository: Beta (latest)
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.5 [Updatable]
                                    
                                    Objekte und Zustände
                                    werden ermittelt - Dies kann einen Moment dauern.
                                    Objekte:        44024
                                    Zustände:       40453
                                    
                                    *** Repositories und OS-Updates ***
                                    Hit:1 https://deb.nodesource.com/node_16.x focal InRelease
                                    Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
                                    Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
                                    Hit:4 http://archive.ubuntu.com/ubuntu focal-security InRelease
                                    Hit:5 https://packagecloud.io/ookla/speedtest-cli/ubuntu focal InRelease
                                    Reading package lists... Done
                                    Ausstehende Updates: 0
                                    
                                    *** Lauschende Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          459304853  2031740/sshd: /usr/
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          31745      1/systemd
                                    tcp        0      0 0.0.0.0:49541           0.0.0.0:*               LISTEN      1000       44973986   199443/wput
                                    tcp        0      0 0.0.0.0:33179           0.0.0.0:*               LISTEN      1000       44724275   198404/wput
                                    tcp        0      0 0.0.0.0:41371           0.0.0.0:*               LISTEN      1000       43004499   191228/wput
                                    tcp        0      0 0.0.0.0:33251           0.0.0.0:*               LISTEN      1000       44643010   198128/wput
                                    tcp        0      0 0.0.0.0:8701            0.0.0.0:*               LISTEN      1000       40089      770/io.hm-rpc.2
                                    tcp        0      0 0.0.0.0:57615           0.0.0.0:*               LISTEN      1000       43167669   192281/wput
                                    tcp        0      0 0.0.0.0:49771           0.0.0.0:*               LISTEN      1000       44518133   197607/wput
                                    tcp        0      0 0.0.0.0:50049           0.0.0.0:*               LISTEN      1000       44392437   197031/wput
                                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1000       32287      120/iobroker.js-con
                                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1000       34067      120/iobroker.js-con
                                    tcp        0      0 0.0.0.0:34003           0.0.0.0:*               LISTEN      1000       43824216   194549/wput
                                    tcp        0      0 0.0.0.0:50219           0.0.0.0:*               LISTEN      1000       43682667   193926/wput
                                    tcp        0      0 0.0.0.0:50595           0.0.0.0:*               LISTEN      1000       44224282   196358/wput
                                    tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1001       459255367  2022180/sshd: nega@
                                    tcp        0      0 0.0.0.0:34351           0.0.0.0:*               LISTEN      1000       44100092   195644/wput
                                    tcp        0      0 0.0.0.0:2001            0.0.0.0:*               LISTEN      1000       264468026  1162298/io.hm-rpc.1
                                    tcp        0      0 0.0.0.0:2010            0.0.0.0:*               LISTEN      1000       264468032  1162305/io.hm-rpc.0
                                    tcp        0      0 0.0.0.0:59225           0.0.0.0:*               LISTEN      1000       43961951   195082/wput
                                    tcp        0      0 127.0.0.1:39533         0.0.0.0:*               LISTEN      1000       75833      2444/chrome
                                    tcp        0      0 0.0.0.0:43455           0.0.0.0:*               LISTEN      1000       43006388   191447/wput
                                    tcp        0      0 0.0.0.0:35221           0.0.0.0:*               LISTEN      1000       43003855   191402/wput
                                    tcp        0      0 0.0.0.0:35075           0.0.0.0:*               LISTEN      1000       44974560   199032/wput
                                    tcp        0      0 0.0.0.0:51879           0.0.0.0:*               LISTEN      1000       44972794   199121/wput
                                    tcp        0      0 0.0.0.0:43891           0.0.0.0:*               LISTEN      1000       44271852   196521/wput
                                    tcp        0      0 0.0.0.0:60251           0.0.0.0:*               LISTEN      1000       44627799   198053/wput
                                    tcp        0      0 0.0.0.0:52405           0.0.0.0:*               LISTEN      1000       44054142   195482/wput
                                    tcp        0      0 10.0.1.202:8100         0.0.0.0:*               LISTEN      1000       51625      1182/io.doorbird.0
                                    tcp        0      0 0.0.0.0:44075           0.0.0.0:*               LISTEN      1000       43358491   192556/wput
                                    tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        459305571  2031837/systemd-res
                                    tcp        0      0 0.0.0.0:52609           0.0.0.0:*               LISTEN      1000       44238554   196384/wput
                                    tcp        0      0 0.0.0.0:37085           0.0.0.0:*               LISTEN      1000       43005160   191286/wput
                                    tcp        0      0 0.0.0.0:45139           0.0.0.0:*               LISTEN      1000       44485383   197472/wput
                                    tcp        0      0 0.0.0.0:37335           0.0.0.0:*               LISTEN      1000       43106212   192002/wput
                                    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          33238      296/master
                                    tcp        0      0 0.0.0.0:53881           0.0.0.0:*               LISTEN      1000       43093131   191976/wput
                                    tcp        0      0 0.0.0.0:46065           0.0.0.0:*               LISTEN      1000       45025654   199681/wput
                                    tcp        0      0 0.0.0.0:54035           0.0.0.0:*               LISTEN      1000       44970604   199166/wput
                                    tcp        0      0 0.0.0.0:54677           0.0.0.0:*               LISTEN      1000       43004848   191522/wput
                                    tcp        0      0 0.0.0.0:55605           0.0.0.0:*               LISTEN      1000       44348045   196856/wput
                                    tcp        0      0 0.0.0.0:55641           0.0.0.0:*               LISTEN      1000       44972791   199371/wput
                                    tcp        0      0 0.0.0.0:55973           0.0.0.0:*               LISTEN      1000       44365268   196933/wput
                                    tcp        0      0 0.0.0.0:39571           0.0.0.0:*               LISTEN      1000       43340786   192452/wput
                                    tcp        0      0 0.0.0.0:55901           0.0.0.0:*               LISTEN      1000       44975404   199328/wput
                                    tcp        0      0 0.0.0.0:39817           0.0.0.0:*               LISTEN      1000       43777455   194268/wput
                                    tcp        0      0 0.0.0.0:47885           0.0.0.0:*               LISTEN      1000       44286400   196625/wput
                                    tcp        0      0 0.0.0.0:47903           0.0.0.0:*               LISTEN      1000       44301836   196685/wput
                                    tcp        0      0 0.0.0.0:56143           0.0.0.0:*               LISTEN      1000       43005597   191328/wput
                                    tcp        0      0 0.0.0.0:40105           0.0.0.0:*               LISTEN      1000       43154688   192203/wput
                                    tcp        0      0 0.0.0.0:56613           0.0.0.0:*               LISTEN      1000       44207006   196223/wput
                                    tcp        0      0 0.0.0.0:40239           0.0.0.0:*               LISTEN      1000       44675322   198247/wput
                                    tcp        0      0 0.0.0.0:40943           0.0.0.0:*               LISTEN      1000       44972788   199269/wput
                                    tcp        0      0 0.0.0.0:57187           0.0.0.0:*               LISTEN      1000       44533340   197681/wput
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          459304855  2031740/sshd: /usr/
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          31747      1/systemd
                                    tcp6       0      0 ::1:6010                :::*                    LISTEN      1001       459255366  2022180/sshd: nega@
                                    tcp6       0      0 :::61991                :::*                    LISTEN      1000       31264400   140098/io.harmony.1
                                    tcp6       0      0 ::1:25                  :::*                    LISTEN      0          33239      296/master
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1000       256495404  1127044/io.web.0
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1000       279040541  1226006/io.admin.0
                                    tcp6       0      0 :::8087                 :::*                    LISTEN      1000       241264278  1059609/io.simple-a
                                    tcp6       0      0 :::8084                 :::*                    LISTEN      1000       64858      2100/io.socketio.0
                                    tcp6       0      0 :::8093                 :::*                    LISTEN      1000       66370      2381/io.rest-api.0
                                    udp        0      0 0.0.0.0:9898            0.0.0.0:*                           1000       439148881  848/io.mihome.0
                                    udp        0      0 0.0.0.0:59620           0.0.0.0:*                           1000       318977549  1401696/io.snmp.0
                                    udp        0      0 0.0.0.0:59889           0.0.0.0:*                           1000       318977550  1401696/io.snmp.0
                                    udp        0      0 0.0.0.0:44504           0.0.0.0:*                           1000       458560000  1877717/io.xbox.0
                                    udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1000       31264401   140098/io.harmony.1
                                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       352740191  1551038/io.shelly.0
                                    udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        459305570  2031837/systemd-res
                                    udp        0      0 10.0.1.202:68           0.0.0.0:*                           105        459303637  2031831/systemd-net
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          31746      1/systemd
                                    udp6       0      0 :::111                  :::*                                0          31748      1/systemd
                                    
                                    
                                    =================== ZUSAMMENFASSUNG ====================
                                    
                                    
                                    Betriebssystem:         Ubuntu 20.04.5 LTS
                                    Installation:           lxc
                                    Zeitzone:               Europe/Vienna
                                    User-ID:                1001
                                    X-Server:               deaktiv
                                    Nodejs-Installation:    /usr/bin/nodejs         v16.18.1
                                                            /usr/bin/node           v16.18.1
                                                            /usr/bin/npm            8.19.2
                                    ioBroker Core:          js-controller           4.0.23
                                                                            admin:  6.2.23
                                    Active repo(s): Beta (latest)
                                    Objekte:                44024
                                    Zustände:               40453
                                    
                                    Größe der iob-Datenbanken:
                                    
                                     12K backup-objects
                                     29M objects.json.bak.migrated
                                       0 objects.json.broken
                                     29M objects.json.migrated
                                     53M objects.jsonl
                                    4.0K objects.jsonl.lock
                                    9.4M states.json.bak.migrated
                                       0 states.json.broken
                                    9.4M states.json.migrated
                                     61M states.jsonl
                                    4.0K states.jsonl.lock
                                    
                                    

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

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @thomas-braun sagte in iob diag - Skript:

                                      @homoran

                                      Lad das skript nochmal. Hab was umgestellt.

                                      noch ein wenig Finetuning bitte!

                                      *** Repositories und OS-Updates ***
                                      OK:1 http://deb.debian.org/debian bullseye InRelease
                                      OK:2 http://deb.debian.org/debian bullseye-updates InRelease
                                      OK:3 http://security.debian.org/debian-security bullseye-security InRelease
                                      OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                                      Paketlisten werden gelesen… Fertig
                                      Ausstehende Updates: Die 72
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #176

                                      @homoran sagte in iob diag - Skript:

                                      noch ein wenig Finetuning bitte!

                                      Hmmmm. Da ist der Aufbau bei der englischen und der deutschen Ausgabe anders...
                                      Ich glaube, ich zwinge die Ausgaben im skript auf englisch, das ist dann für alle Sprachen gleich...

                                      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

                                      mcm1957M 1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @homoran

                                        Timezone kann ich! :-D
                                        Fummel ich gleich rein.

                                        apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #177

                                        @thomas-braun aus gegebenem Anlass von letztens: Uhrzeit und ntp Status? ;-)

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #178

                                          @apollon77 sagte in iob diag - Skript:

                                          aus gegebenem Anlass von letztens: Uhrzeit und ntp Status?

                                          Ist rudimentär drin. Könnte man auch noch etwas fester abklopfen...

                                          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

                                          865

                                          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