Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  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.0k

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

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

iob diag - Skript

iob diag - Skript

Scheduled Pinned Locked Moved ioBroker Allgemein
738 Posts 49 Posters 206.2k Views 38 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E emil70

    @thomas-braun sagte in iob diag - Skript:

    @emil70 sagte in iob diag - Skript:

    Frage mich nur, wie man sich dann den ersten Teil ansehen will. Hochscrollen geht da nicht

    Bevor man auf die Zusammenfassung geht kann man scrollen.

    Das ist mir klar.

    Hatte im script

    printf "\033c"
    

    mit eingebaut und

    read -p "Zur Zusammenfassung drücke die Enter-Taste";
    

    deaktiviert

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #147

    @emil70
    Ah, Missverständnis bei mir.

    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

    E 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @emil70
      Ah, Missverständnis bei mir.

      E Offline
      E Offline
      emil70
      wrote on last edited by emil70
      #148

      @thomas-braun

      Die Fehlermeldung

      ./iob_diag: line 47: systemd-detect-virt: command not found
      LXC: 
      ./iob_diag: line 48: systemd-detect-virt: command not found
      

      Habe ich jetzt 2 x unter docker durch

      echo -e "LXC: `systemd-detect-virt`"
      SYSTDDVIRT=$(systemd-detect-virt)
      

      da muss doch eine

      if Abfrage auch geht

      so vielleicht oder ähnlich

      SYSTDDVIRT=systemd-detect-virt
      if [ -f "$SYSTDDVIRT" ]; then
          echo "LXC: Ja"
      else
          echo "LXC: Nein"
      fi;
      

      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 Reply Last reply
      0
      • E emil70

        @thomas-braun

        Die Fehlermeldung

        ./iob_diag: line 47: systemd-detect-virt: command not found
        LXC: 
        ./iob_diag: line 48: systemd-detect-virt: command not found
        

        Habe ich jetzt 2 x unter docker durch

        echo -e "LXC: `systemd-detect-virt`"
        SYSTDDVIRT=$(systemd-detect-virt)
        

        da muss doch eine

        if Abfrage auch geht

        so vielleicht oder ähnlich

        SYSTDDVIRT=systemd-detect-virt
        if [ -f "$SYSTDDVIRT" ]; then
            echo "LXC: Ja"
        else
            echo "LXC: Nein"
        fi;
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #149

        @emil70

        Schau jetzt nochmal wie dein LXC erkannt wird.

        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

        M E 2 Replies Last reply
        0
        • Thomas BraunT Thomas Braun

          @emil70

          Schau jetzt nochmal wie dein LXC erkannt wird.

          M Offline
          M Offline
          MCU
          wrote on last edited by
          #150

          @thomas-braun X-Server Info ist doch Windows, oder? Sollte es dann auch dort stehen?

          NUC i7 64GB mit Proxmox ---- https://mcuiobroker.gitbook.io/jarvis-infos/ Aktualisierungen der Doku auf Instagram verfolgen -> https://www.instagram.com/mcuiobroker
          Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

          Thomas BraunT 1 Reply Last reply
          0
          • M MCU

            @thomas-braun X-Server Info ist doch Windows, oder? Sollte es dann auch dort stehen?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #151

            @mcu sagte in iob diag - Skript:

            X-Server Info ist doch Windows, oder? Sollte es dann auch dort stehen?

            Nein, der X-Server ist die Server-Umgebung für eine graphische Oberfläche unter Linux.

            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 Reply Last reply
            0
            • OstfrieseUnterwegsO Offline
              OstfrieseUnterwegsO Offline
              OstfrieseUnterwegs
              wrote on last edited by
              #152

              Hilfreiches Script!
              Bei der Zusammenfassung fehlen noch die Steuerzeichen für die Code-Tags.

              Thomas BraunT 1 Reply Last reply
              0
              • OstfrieseUnterwegsO OstfrieseUnterwegs

                Hilfreiches Script!
                Bei der Zusammenfassung fehlen noch die Steuerzeichen für die Code-Tags.

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #153

                @ostfrieseunterwegs

                Sind jetzt drin.

                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 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @ostfrieseunterwegs

                  Sind jetzt drin.

                  NegaleinN Offline
                  NegaleinN Offline
                  Negalein
                  Global Moderator
                  wrote on last edited by
                  #154

                  @thomas-braun

                  Jetzt hab ich mal die komplette ausgabe hier.
                  Was sagt das so vom System (abgesehen von den Updates)? Gut, schlecht?

                  *** BASISSYSTEM ***
                  CPU-Architektur: x86_64
                  Docker: Nein
                  LXC: lxc
                  Distributor ID: Ubuntu
                  Description:    Ubuntu 20.04.4 LTS
                  Release:        20.04
                  Codename:       focal
                  
                  NAME="Ubuntu"
                  VERSION="20.04.4 LTS (Focal Fossa)"
                  ID=ubuntu
                  ID_LIKE=debian
                  PRETTY_NAME="Ubuntu 20.04.4 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:06:25 up 59 days,  3:24,  1 user,  load average: 2.02, 2.04, 1.94
                  CPU threads: 4
                  
                  *** Zeit und Zeitzonen ***
                  Sun Nov  6 14:06:25 UTC 2022
                  Sun Nov  6 15:06:25 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        918M        0.0K        474M        1.4G
                  Swap:          2.0G        1.7G        303M
                  Total:         8.2G        6.5G        1.2G
                  
                           6144 M total memory
                           4751 M used memory
                           3807 M active memory
                           1044 M inactive memory
                            918 M free memory
                              0 M buffer memory
                            474 M swap cache
                           2048 M total swap
                           1744 M used swap
                            303 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  132K  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:
                  [sudo] password for nega:
                  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:
                  4.0G    /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:
                  126M states.jsonl
                   43M objects.jsonl
                   29M objects.json.migrated
                   29M objects.json.bak.migrated
                  9.4M states.json.migrated
                  
                  *** Nodejs-Installation ***
                  /usr/bin/nodejs         v16.15.1
                  /usr/bin/node           v16.15.1
                  /usr/bin/npm            8.11.0
                  
                  nodejs:
                    Installed: 16.15.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
                   *** 16.15.1-deb-1nodesource1 100
                          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 und Updates
                  Stable (default): http://download.iobroker.net/sources-dist.json
                  Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): Beta (latest)
                  
                  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: 160
                  
                  *** 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          33162      144/sshd: /usr/sbin
                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          31745      1/init
                  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       459018472  2020380/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        31365      100/systemd-resolve
                  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          33164      144/sshd: /usr/sbin
                  tcp6       0      0 :::111                  :::*                    LISTEN      0          31747      1/init
                  tcp6       0      0 ::1:6010                :::*                    LISTEN      1001       459018471  2020380/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        31364      100/systemd-resolve
                  udp        0      0 10.0.1.202:68           0.0.0.0:*                           105        457919803  95/systemd-networkd
                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          31746      1/init
                  udp6       0      0 :::111                  :::*                                0          31748      1/init
                  
                  
                  =================== ZUSAMMENFASSUNG ====================
                  
                  
                  Betriebssystem:         Ubuntu 20.04.4 LTS
                  Installation:           lxc
                  Zeitzone:               Europe/Vienna
                  User-ID:                1001
                  X-Server:               deaktiv
                  Nodejs-Installation:    /usr/bin/nodejs         v16.15.1
                                          /usr/bin/node           v16.15.1
                                          /usr/bin/npm            8.11.0
                  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
                   43M objects.jsonl
                  4.0K objects.jsonl.lock
                  9.4M states.json.bak.migrated
                     0 states.json.broken
                  9.4M states.json.migrated
                  128M 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

                  Thomas BraunT 1 Reply Last reply
                  0
                  • NegaleinN Negalein

                    @thomas-braun

                    Jetzt hab ich mal die komplette ausgabe hier.
                    Was sagt das so vom System (abgesehen von den Updates)? Gut, schlecht?

                    *** BASISSYSTEM ***
                    CPU-Architektur: x86_64
                    Docker: Nein
                    LXC: lxc
                    Distributor ID: Ubuntu
                    Description:    Ubuntu 20.04.4 LTS
                    Release:        20.04
                    Codename:       focal
                    
                    NAME="Ubuntu"
                    VERSION="20.04.4 LTS (Focal Fossa)"
                    ID=ubuntu
                    ID_LIKE=debian
                    PRETTY_NAME="Ubuntu 20.04.4 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:06:25 up 59 days,  3:24,  1 user,  load average: 2.02, 2.04, 1.94
                    CPU threads: 4
                    
                    *** Zeit und Zeitzonen ***
                    Sun Nov  6 14:06:25 UTC 2022
                    Sun Nov  6 15:06:25 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        918M        0.0K        474M        1.4G
                    Swap:          2.0G        1.7G        303M
                    Total:         8.2G        6.5G        1.2G
                    
                             6144 M total memory
                             4751 M used memory
                             3807 M active memory
                             1044 M inactive memory
                              918 M free memory
                                0 M buffer memory
                              474 M swap cache
                             2048 M total swap
                             1744 M used swap
                              303 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  132K  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:
                    [sudo] password for nega:
                    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:
                    4.0G    /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:
                    126M states.jsonl
                     43M objects.jsonl
                     29M objects.json.migrated
                     29M objects.json.bak.migrated
                    9.4M states.json.migrated
                    
                    *** Nodejs-Installation ***
                    /usr/bin/nodejs         v16.15.1
                    /usr/bin/node           v16.15.1
                    /usr/bin/npm            8.11.0
                    
                    nodejs:
                      Installed: 16.15.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
                     *** 16.15.1-deb-1nodesource1 100
                            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 und Updates
                    Stable (default): http://download.iobroker.net/sources-dist.json
                    Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                    
                    Active repo(s): Beta (latest)
                    
                    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: 160
                    
                    *** 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          33162      144/sshd: /usr/sbin
                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          31745      1/init
                    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       459018472  2020380/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        31365      100/systemd-resolve
                    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          33164      144/sshd: /usr/sbin
                    tcp6       0      0 :::111                  :::*                    LISTEN      0          31747      1/init
                    tcp6       0      0 ::1:6010                :::*                    LISTEN      1001       459018471  2020380/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        31364      100/systemd-resolve
                    udp        0      0 10.0.1.202:68           0.0.0.0:*                           105        457919803  95/systemd-networkd
                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          31746      1/init
                    udp6       0      0 :::111                  :::*                                0          31748      1/init
                    
                    
                    =================== ZUSAMMENFASSUNG ====================
                    
                    
                    Betriebssystem:         Ubuntu 20.04.4 LTS
                    Installation:           lxc
                    Zeitzone:               Europe/Vienna
                    User-ID:                1001
                    X-Server:               deaktiv
                    Nodejs-Installation:    /usr/bin/nodejs         v16.15.1
                                            /usr/bin/node           v16.15.1
                                            /usr/bin/npm            8.11.0
                    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
                     43M objects.jsonl
                    4.0K objects.jsonl.lock
                    9.4M states.json.bak.migrated
                       0 states.json.broken
                    9.4M states.json.migrated
                    128M states.jsonl
                    4.0K states.jsonl.lock
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #155

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

                    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 NegaleinN 3 Replies Last reply
                    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.

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #156

                      @thomas-braun ich war nochmal kurz auf der Eisbahn.
                      bei updates der Pakete steht nix

                      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:
                      
                      *** Lauschende Ports ***
                      Aktive Internetverbindungen (Nur Server)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
                      

                      ist aber falsch

                      i@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:~$
                      

                      hab jetzt nix gemacht, damit ich noch testen kann!

                      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 Reply Last reply
                      0
                      • HomoranH Homoran

                        @thomas-braun ich war nochmal kurz auf der Eisbahn.
                        bei updates der Pakete steht nix

                        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:
                        
                        *** Lauschende Ports ***
                        Aktive Internetverbindungen (Nur Server)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
                        

                        ist aber falsch

                        i@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:~$
                        

                        hab jetzt nix gemacht, damit ich noch testen kann!

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by Thomas Braun
                        #157

                        @homoran

                        Führ mal
                        Bitte

                        sudo apt-get update
                        apt-get upgrade -s
                        

                        aus.

                        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 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @homoran

                          Führ mal
                          Bitte

                          sudo apt-get update
                          apt-get upgrade -s
                          

                          aus.

                          HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by Homoran
                          #158

                          @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?

                          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 Reply Last reply
                          0
                          • 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
                            wrote on last edited by
                            #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 Replies Last reply
                            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 Do not disturb
                              HomoranH Do not disturb
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #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 Reply Last reply
                              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
                                wrote on last edited by
                                #161

                                @thomas-braun muss das nicht

                                sudo apt-get upgrade -s 
                                

                                sein?

                                Thomas BraunT 1 Reply Last reply
                                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
                                  wrote on last edited by
                                  #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 Reply Last reply
                                  1
                                  • OstfrieseUnterwegsO OstfrieseUnterwegs

                                    @thomas-braun muss das nicht

                                    sudo apt-get upgrade -s 
                                    

                                    sein?

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #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 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @homoran

                                      Hast recht.
                                      Muss

                                      sudo apt-get update
                                      apt-get upgrade -s
                                      

                                      lauten.

                                      HomoranH Do not disturb
                                      HomoranH Do not disturb
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by 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 Reply Last reply
                                      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
                                        wrote on last edited by
                                        #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 Reply Last reply
                                        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
                                          wrote on last edited by
                                          #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 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          519

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe