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. Einsteigerfragen
  4. [gelöst] js-adapter startet immer wieder neu

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

[gelöst] js-adapter startet immer wieder neu

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
54 Beiträge 4 Kommentatoren 4.2k Aufrufe 3 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.
  • fhainzF fhainz

    @thomas-braun

    fabian@iobroker:~$ sudo systemctl set-default multihost.target
    Failed to set default target: Unit file multihost.target does not exist.
    fabian@iobroker:~$ iob update
    Error: Object "system.repositories" not found
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #35

    @fhainz

    Mein Fehler.

    sudo systemctl set-default multi-user.target
    

    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
    • Thomas BraunT Thomas Braun

      @fhainz

      iob repo list
      
      fhainzF Offline
      fhainzF Offline
      fhainz
      schrieb am zuletzt editiert von fhainz
      #36

      @thomas-braun

      sudo systemctl set-default multi-user.target
      

      Hab ich gemacht.

      fabian@iobroker:~$ iob repo list
      List is empty
      

      Leer und lassen sich im Admin unter Systemeinstellungen/Repositories auch nicht neu anlegen. Nach dem Speichern sind sie wieder weg.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • fhainzF fhainz

        @thomas-braun

        sudo systemctl set-default multi-user.target
        

        Hab ich gemacht.

        fabian@iobroker:~$ iob repo list
        List is empty
        

        Leer und lassen sich im Admin unter Systemeinstellungen/Repositories auch nicht neu anlegen. Nach dem Speichern sind sie wieder weg.

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

        @fhainz

        iob repo add beta http://download.iobroker.net/sources-dist-latest.json
        iob repo add stable http://download.iobroker.net/sources-dist.json
        iob repo set stable
        iob repo list
        

        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

        fhainzF 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @fhainz

          iob repo add beta http://download.iobroker.net/sources-dist-latest.json
          iob repo add stable http://download.iobroker.net/sources-dist.json
          iob repo set stable
          iob repo list
          
          fhainzF Offline
          fhainzF Offline
          fhainz
          schrieb am zuletzt editiert von Homoran
          #38

          @thomas-braun:

          fabian@iobroker:~$ iob repo list
          List is empty
          fabian@iobroker:~$ iob repo add beta http://download.iobroker.net/sources-dist-latest.json
          Cannot add repository location: Repository "beta" yet exists: http://download.iobroker.net/sources-dist-latest.json
          fabian@iobroker:~$ iob repo add stable http://download.iobroker.net/sources-dist.json
          Cannot add repository location: Repository "stable" yet exists: http://download.iobroker.net/sources-dist.json
          fabian@iobroker:~$ iob repo set stable
          Repository "stable" set as active.
          List is empty
          fabian@iobroker:~$ iob repo list
          List is empty
          

          MOD-EDIT: Code in code-tags gesetzt!

          Wird leider nicht übernommen.

          1 Antwort Letzte Antwort
          0
          • fhainzF Offline
            fhainzF Offline
            fhainz
            schrieb am zuletzt editiert von
            #39

            Ich habe jetzt noch den fix Befehl versucht.

            fabian@iobroker:~$ iob stop
            fabian@iobroker:~$ iob fix
            ..
            ..
            ..
            Your installation was fixed successfully
            fabian@iobroker:~$ iob start
            

            Problem besteht weiterhin. Repositories sind leer, ein neues Hinzufügen funktioniert aber auch nicht.

            fabian@iobroker:~$ iob repo list
            List is empty
            fabian@iobroker:~$ iob repo add beta http://download.iobroker.net/sources-dist-latest.json
            Cannot add repository location: Repository "beta" yet exists: http://download.iobroker.net/sources-dist-latest.json
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • fhainzF fhainz

              Ich habe jetzt noch den fix Befehl versucht.

              fabian@iobroker:~$ iob stop
              fabian@iobroker:~$ iob fix
              ..
              ..
              ..
              Your installation was fixed successfully
              fabian@iobroker:~$ iob start
              

              Problem besteht weiterhin. Repositories sind leer, ein neues Hinzufügen funktioniert aber auch nicht.

              fabian@iobroker:~$ iob repo list
              List is empty
              fabian@iobroker:~$ iob repo add beta http://download.iobroker.net/sources-dist-latest.json
              Cannot add repository location: Repository "beta" yet exists: http://download.iobroker.net/sources-dist-latest.json
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #40

              @fhainz

              Keine Ahnung was da bei dir warum 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

              fhainzF 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @fhainz

                Keine Ahnung was da bei dir warum klemmt.

                fhainzF Offline
                fhainzF Offline
                fhainz
                schrieb am zuletzt editiert von
                #41

                @thomas-braun
                Ok, danke für deine Hilfe. Dann hoffe ich auf @Homoran, vielleicht hat er noch eine idee.

                HomoranH 1 Antwort Letzte Antwort
                0
                • fhainzF fhainz

                  @thomas-braun
                  Ok, danke für deine Hilfe. Dann hoffe ich auf @Homoran, vielleicht hat er noch eine idee.

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

                  @fhainz sagte in js-adapter startet immer wieder neu:

                  Dann hoffe ich auf @Homoran, vielleicht hat er noch eine idee.

                  keine Ahnung.

                  hatte es einen Stromausfall gegeben?
                  Dann könnte dein Dateisystem einen Schuss abbekommen haben.

                  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 -

                  fhainzF 1 Antwort Letzte Antwort
                  0
                  • fhainzF Offline
                    fhainzF Offline
                    fhainz
                    schrieb am zuletzt editiert von
                    #43

                    Ich habe jetzt den Befehl

                    iob setup first
                    

                    aus diesem Beitrag versucht: https://forum.iobroker.net/topic/67296/repositories-liste-ist-leer-und-kein-adapter-angezeigt/19?_=1705321064399

                    Die Repositories sind jetzt wieder da. Somit war es auch wieder möglich den JS-Adapter neu zu installieren. Anschließend habe ich alle Skripte gestartet und bisher läuft es wieder soweit.

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • HomoranH Homoran

                      @fhainz sagte in js-adapter startet immer wieder neu:

                      Dann hoffe ich auf @Homoran, vielleicht hat er noch eine idee.

                      keine Ahnung.

                      hatte es einen Stromausfall gegeben?
                      Dann könnte dein Dateisystem einen Schuss abbekommen haben.

                      fhainzF Offline
                      fhainzF Offline
                      fhainz
                      schrieb am zuletzt editiert von
                      #44

                      @homoran

                      Nein, Stromausfall gab es keinen. Das System hängt zur Sicherheit auch noch an einer USV.

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • fhainzF fhainz

                        @homoran

                        Nein, Stromausfall gab es keinen. Das System hängt zur Sicherheit auch noch an einer USV.

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

                        @fhainz sagte in js-adapter startet immer wieder neu:

                        @homoran

                        Nein, Stromausfall gab es keinen. Das System hängt zur Sicherheit auch noch an einer USV.

                        aber irgendetwas hat dir deine Grundinstallation zerschossen.
                        das passiert nicht einfach so.

                        @fhainz sagte in js-adapter startet immer wieder neu:

                        Ich habe jetzt den Befehl
                        iob setup first

                        aus diesem Beitrag versucht

                        versuche ich mir mal für ähnlich gelagerte Fälle zu merken, ob da ein System hintersteckt.
                        Damit wird genau diese Grundinstallation hergestellt, üblicherweise als allererstes beim Aufsetzen

                        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 -

                        fhainzF 1 Antwort Letzte Antwort
                        0
                        • fhainzF fhainz

                          Ich habe jetzt den Befehl

                          iob setup first
                          

                          aus diesem Beitrag versucht: https://forum.iobroker.net/topic/67296/repositories-liste-ist-leer-und-kein-adapter-angezeigt/19?_=1705321064399

                          Die Repositories sind jetzt wieder da. Somit war es auch wieder möglich den JS-Adapter neu zu installieren. Anschließend habe ich alle Skripte gestartet und bisher läuft es wieder soweit.

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

                          @fhainz

                          Ein

                          iob setup first
                          

                          wollte ich auch gerade noch in den Ring werfen. Hattest du aber ja jetzt schon selber ausbaldowert.

                          Ist denn das

                          iob diag
                          

                          nun senkrecht?

                          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

                          fhainzF 1 Antwort Letzte Antwort
                          1
                          • HomoranH Homoran

                            @fhainz sagte in js-adapter startet immer wieder neu:

                            @homoran

                            Nein, Stromausfall gab es keinen. Das System hängt zur Sicherheit auch noch an einer USV.

                            aber irgendetwas hat dir deine Grundinstallation zerschossen.
                            das passiert nicht einfach so.

                            @fhainz sagte in js-adapter startet immer wieder neu:

                            Ich habe jetzt den Befehl
                            iob setup first

                            aus diesem Beitrag versucht

                            versuche ich mir mal für ähnlich gelagerte Fälle zu merken, ob da ein System hintersteckt.
                            Damit wird genau diese Grundinstallation hergestellt, üblicherweise als allererstes beim Aufsetzen

                            fhainzF Offline
                            fhainzF Offline
                            fhainz
                            schrieb am zuletzt editiert von
                            #47

                            @homoran

                            Ja eigenartig wie es zu dem zerschossenen System kam. Ich komme von FHEM und bin gerade dabei alles umzuziehen. Derzeit sende ich mir noch einige Daten via MQTT von iobroker nach FHEM. In den Logs hab ich gesehen, dass bis 05:14 alles prima funktionierte. Ab da hat FHEM auch nix mehr erhalten. Um diese Zeit hab ich aber noch gut geschlafen. :)

                            Auch dir vielen Dank für deine Hilfe!

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @fhainz

                              Ein

                              iob setup first
                              

                              wollte ich auch gerade noch in den Ring werfen. Hattest du aber ja jetzt schon selber ausbaldowert.

                              Ist denn das

                              iob diag
                              

                              nun senkrecht?

                              fhainzF Offline
                              fhainzF Offline
                              fhainz
                              schrieb am zuletzt editiert von
                              #48

                              @thomas-braun

                              Ja, ich denke das sieht jetzt wieder gut aus.

                              Skript v.2023-10-10
                              
                              *** BASE SYSTEM ***
                               Static hostname: iobroker
                                     Icon name: computer-vm
                                       Chassis: vm
                                Virtualization: oracle
                              Operating System: Ubuntu 22.04.3 LTS
                                        Kernel: Linux 5.15.0-91-generic
                                  Architecture: x86-64
                               Hardware Vendor: innotek GmbH
                                Hardware Model: VirtualBox
                              
                              model name      : Intel(R) Core(TM) i5-7260U CPU @ 2.20GHz
                              Docker          : false
                              Virtualization  : oracle
                              Kernel          : x86_64
                              Userland        : amd64
                              
                              Systemuptime and Load:
                               13:42:02 up 37 min,  2 users,  load average: 1.12, 1.22, 1.07
                              CPU threads: 2
                              
                              
                              *** Time and Time Zones ***
                                             Local time: Mon 2024-01-15 13:42:02 CET
                                         Universal time: Mon 2024-01-15 12:42:02 UTC
                                               RTC time: Mon 2024-01-15 12:42:03
                                              Time zone: Europe/Berlin (CET, +0100)
                              System clock synchronized: yes
                                            NTP service: active
                                        RTC in local TZ: no
                              
                              *** User and Groups ***
                              fabian
                              /home/fabian
                              fabian adm cdrom sudo dip plugdev lxd iobroker
                              
                              *** X-Server-Setup ***
                              X-Server:       false
                              Desktop:
                              Terminal:       tty
                              Boot Target:    multi-user.target
                              
                              *** MEMORY ***
                                             total        used        free      shared  buff/cache   available
                              Mem:            7.9G        4.4G        1.8G        1.0M        1.7G        3.2G
                              Swap:             0B          0B          0B
                              Total:          7.9G        4.4G        1.8G
                              
                                       7938 M total memory
                                       4405 M used memory
                                        589 M active memory
                                       5147 M inactive memory
                                       1795 M free memory
                                        151 M buffer memory
                                       1585 M swap cache
                                          0 M total swap
                                          0 M used swap
                                          0 M free swap
                              
                              *** FAILED SERVICES ***
                              
                                UNIT LOAD ACTIVE SUB DESCRIPTION
                              0 loaded units listed.
                              
                              *** FILESYSTEM ***
                              Filesystem                        Type   Size  Used Avail Use% Mounted on
                              tmpfs                             tmpfs  794M  1.2M  793M   1% /run
                              /dev/mapper/ubuntu--vg-ubuntu--lv ext4    18G   16G  1.3G  93% /
                              tmpfs                             tmpfs  3.9G     0  3.9G   0% /dev/shm
                              tmpfs                             tmpfs  5.0M     0  5.0M   0% /run/lock
                              /dev/sda2                         ext4   1.8G  252M  1.4G  16% /boot
                              tmpfs                             tmpfs  794M  4.0K  794M   1% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              [Mon Jan 15 13:04:22 2024] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                              [Mon Jan 15 13:04:22 2024] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
                              [Mon Jan 15 13:04:24 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                              
                              Show mounted filesystems \(real ones only\):
                              TARGET              SOURCE                            FSTYPE   OPTIONS
                              /                   /dev/mapper/ubuntu--vg-ubuntu--lv ext4     rw,relatime
                              |-/snap/core20/2015 /dev/loop1                        squashfs ro,nodev,relatime,errors=continue
                              |-/snap/lxd/24322   /dev/loop2                        squashfs ro,nodev,relatime,errors=continue
                              |-/snap/snapd/20290 /dev/loop3                        squashfs ro,nodev,relatime,errors=continue
                              |-/snap/snapd/20671 /dev/loop4                        squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core20/2105 /dev/loop0                        squashfs ro,nodev,relatime,errors=continue
                              `-/boot             /dev/sda2                         ext4     rw,relatime
                              
                              Files in neuralgic directories:
                              
                              /var:
                              8.6G    /var/
                              7.2G    /var/lib
                              6.5G    /var/lib/influxdb/engine/data
                              6.5G    /var/lib/influxdb/engine
                              6.5G    /var/lib/influxdb
                              
                              Archived and active journals take up 816.3M in the file system.
                              
                              /opt/iobroker/backups:
                              150M    /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              1.1G    /opt/iobroker/iobroker-data/
                              611M    /opt/iobroker/iobroker-data/files
                              200M    /opt/iobroker/iobroker-data/history
                              187M    /opt/iobroker/iobroker-data/backup-objects
                              164M    /opt/iobroker/iobroker-data/files/vis-2
                              
                              The five largest files in iobroker-data are:
                              24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                              24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                              23M     /opt/iobroker/iobroker-data/states.jsonl
                              23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                              22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js.map
                              
                              USB-Devices by-id:
                              USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                              
                              /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A907AG4V-if00-port0
                              /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03188557-if00-port0
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v18.19.0
                              /usr/bin/node           v18.19.0
                              /usr/bin/npm            10.2.3
                              /usr/bin/npx            10.2.3
                              /usr/bin/corepack       0.22.0
                              
                              
                              nodejs:
                                Installed: 18.19.0-1nodesource1
                                Candidate: 18.19.0-1nodesource1
                                Version table:
                               *** 18.19.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   18.18.2-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.1-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.1-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.1-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.15.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.2-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.1-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.13.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.12.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.11.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.10.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.1-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.8.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.7.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.6.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.5.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.4.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.3.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.2.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.1.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.0.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   12.22.9~dfsg-1ubuntu3.3 500
                                      500 http://at.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                      500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                   12.22.9~dfsg-1ubuntu3 500
                                      500 http://at.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              Errors in npm tree:
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Core adapters versions
                              js-controller:  5.0.17
                              admin:          6.12.0
                              javascript:     7.1.6
                              
                              Adapters from github:   2
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                system.adapter.alexa2.0                 : alexa2                : iobroker                                 - disabled
                                system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                system.adapter.awattar.0                : awattar               : iobroker                                 -  enabled
                              + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                                system.adapter.fronius-solarweb.0       : fronius-solarweb      : iobroker                                 - disabled
                              + system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                              + system.adapter.govee-local.0            : govee-local           : iobroker                                 -  enabled
                                system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                system.adapter.history.0                : history               : iobroker                                 - disabled
                                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                              + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                system.adapter.linkeddevices.0          : linkeddevices         : iobroker                                 - disabled
                                system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                system.adapter.mobile.0                 : mobile                : iobroker                                 - disabled
                              + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                              + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                              + system.adapter.modbus.2                 : modbus                : iobroker                                 -  enabled
                              + system.adapter.modbus.3                 : modbus                : iobroker                                 -  enabled
                              + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1884
                              + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                              + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                              + system.adapter.owfs.0                   : owfs                  : iobroker                                 -  enabled, port: 4304
                                system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                                system.adapter.roborock.0               : roborock              : iobroker                                 - disabled
                              + system.adapter.s7.0                     : s7                    : iobroker                                 -  enabled
                              + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                              + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                system.adapter.sonoff.0                 : sonoff                : iobroker                                 - disabled, port: 1887, bind: 0.0.0.0
                              + system.adapter.statistics.0             : statistics            : iobroker                                 -  enabled
                              + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : iobroker                                 -  enabled
                                system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker                                 -  enabled
                                system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: iobroker                                 -  enabled
                                system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                              + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB1
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                              + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1884
                              + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                              + system.adapter.owfs.0                   : owfs                  : iobroker                                 -  enabled, port: 4304
                              + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                              + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                              + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB1
                              
                              ioBroker-Repositories
                              stable        : http://download.iobroker.net/sources-dist.json
                              beta          : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo(s): stable
                              
                              Installed ioBroker-Instances
                              Used repository: stable
                              Adapter    "admin"        : 6.12.0   , installed 6.12.0
                              Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                              Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                              Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                              Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                              Adapter    "deconz"       : 1.3.23   , installed 1.3.23
                              Adapter    "devices"      : 1.1.5    , installed 1.1.5
                              Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                              Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                              Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                              Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                              Adapter    "govee-local"  : 0.1.2    , installed 0.2.1
                              Adapter    "history"      : 3.0.1    , installed 3.0.1
                              Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                              Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                              Adapter    "info"         : 2.0.0    , installed 2.0.0
                              Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                              Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                              Controller "js-controller": 5.0.17   , installed 5.0.17
                              Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                              Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                              Adapter    "material"     : 1.3.1    , installed 1.3.1
                              Adapter    "minuvis"      : 2.3.3    , installed 2.3.3
                              Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                              Adapter    "modbus"       : 6.0.1    , installed 6.0.1
                              Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                              Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                              Adapter    "notification-manager": 1.0.0, installed 1.0.0
                              Adapter    "owfs"         : 0.7.0    , installed 0.7.0
                              Adapter    "ping"         : 1.6.2    , installed 1.6.2
                              Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                              Adapter    "roborock"     : 0.4.4    , installed 0.4.4
                              Adapter    "s7"           : 1.3.15   , installed 1.3.15
                              Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                              Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                              Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                              Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                              Adapter    "vis-2"        : 2.9.11   , installed 2.9.11
                              Adapter    "vis-2-widgets-energy": 0.3.9, installed 0.3.9
                              Adapter    "vis-2-widgets-gauges": 1.0.2, installed 1.0.2
                              Adapter    "vis-2-widgets-jaeger-design": 1.1.5, installed 1.1.5
                              Adapter    "vis-2-widgets-material": 1.3.17, installed 1.3.17
                              Adapter    "web"          : 6.1.10   , installed 6.1.10
                              Adapter    "ws"           : 2.5.8    , installed 2.5.8
                              Adapter    "zigbee"       : 1.9.7    , installed 1.9.7
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        10984
                              States:         8671
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://at.archive.ubuntu.com/ubuntu jammy InRelease
                              Hit:2 http://at.archive.ubuntu.com/ubuntu jammy-updates InRelease
                              Hit:3 https://repos.influxdata.com/debian stable InRelease
                              Hit:4 http://at.archive.ubuntu.com/ubuntu jammy-backports InRelease
                              Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                              Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
                              Reading package lists...
                              Pending Updates: 0
                              
                              *** Listening Ports ***
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       32832      2512/iobroker.js-co
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       32062      2512/iobroker.js-co
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21208      725/sshd: /usr/sbin
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          16933      1/init
                              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        20950      659/systemd-resolve
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          21219      725/sshd: /usr/sbin
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          16935      1/init
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       34821      2792/io.web.0
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       32106      2539/io.admin.0
                              tcp6       0      0 :::8086                 :::*                    LISTEN      998        22332      713/influxd
                              tcp6       0      0 :::8084                 :::*                    LISTEN      1001       34638      2837/io.socketio.0
                              udp        0      0 0.0.0.0:57059           0.0.0.0:*                           1001       35113      2822/io.govee-local
                              udp        0      0 0.0.0.0:4002            0.0.0.0:*                           1001       34522      2822/io.govee-local
                              udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        20949      659/systemd-resolve
                              udp        0      0 10.0.100.233:68         0.0.0.0:*                           101        21747      657/systemd-network
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          16934      1/init
                              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       33325      2671/io.shelly.0
                              udp6       0      0 :::111                  :::*                                0          16936      1/init
                              
                              *** Log File - Last 25 Lines ***
                              
                              2024-01-15 13:28:38.701  - info: admin.0 (2539) <== Disconnect system.user.admin from ::ffff:10.0.100.231 admin
                              2024-01-15 13:28:39.093  - info: admin.0 (2539) ==> Connected system.user.admin from ::ffff:10.0.100.231
                              2024-01-15 13:31:27.282  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                              2024-01-15 13:31:31.820  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                              2024-01-15 13:31:36.854  - info: web.0 (2792) <== Disconnect system.user.admin from ::ffff:10.0.100.231
                              2024-01-15 13:31:37.024  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                              
                              
                              ======================= SUMMARY =======================
                                                      v.2023-10-10
                              
                              
                               Static hostname: iobroker
                                     Icon name: computer-vm
                                       Chassis: vm
                                Virtualization: oracle
                              Operating System: Ubuntu 22.04.3 LTS
                                        Kernel: Linux 5.15.0-91-generic
                                  Architecture: x86-64
                               Hardware Vendor: innotek GmbH
                                Hardware Model: VirtualBox
                              
                              Installation:           oracle
                              Kernel:                 x86_64
                              Userland:               amd64
                              Timezone:               Europe/Berlin (CET, +0100)
                              User-ID:                1000
                              X-Server:               false
                              Boot Target:            multi-user.target
                              
                              Pending OS-Updates:     0
                              Pending iob updates:    0
                              
                              Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                      /usr/bin/node           v18.19.0
                                                      /usr/bin/npm            10.2.3
                                                      /usr/bin/npx            10.2.3
                                                      /usr/bin/corepack       0.22.0
                              
                              Recommended versions are nodejs 18.19.0 and npm 10.2.3
                              Your nodejs installation is correct
                              
                              MEMORY:
                                             total        used        free      shared  buff/cache   available
                              Mem:            7.9G        4.5G        1.7G        1.0M        1.7G        3.1G
                              Swap:             0B          0B          0B
                              Total:          7.9G        4.5G        1.7G
                              
                              Active iob-Instances:   23
                              Active repo(s): stable
                              
                              ioBroker Core:          js-controller           5.0.17
                                                      admin                   6.12.0
                              
                              ioBroker Status:        iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Status admin and web instance:
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              Objects:                10984
                              States:                 8671
                              
                              Size of iob-Database:
                              
                              15M     /opt/iobroker/iobroker-data/objects.jsonl
                              24M     /opt/iobroker/iobroker-data/states.jsonl
                              
                              
                              
                              =================== END OF SUMMARY ====================
                              
                              HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                              0
                              • fhainzF fhainz

                                @thomas-braun

                                Ja, ich denke das sieht jetzt wieder gut aus.

                                Skript v.2023-10-10
                                
                                *** BASE SYSTEM ***
                                 Static hostname: iobroker
                                       Icon name: computer-vm
                                         Chassis: vm
                                  Virtualization: oracle
                                Operating System: Ubuntu 22.04.3 LTS
                                          Kernel: Linux 5.15.0-91-generic
                                    Architecture: x86-64
                                 Hardware Vendor: innotek GmbH
                                  Hardware Model: VirtualBox
                                
                                model name      : Intel(R) Core(TM) i5-7260U CPU @ 2.20GHz
                                Docker          : false
                                Virtualization  : oracle
                                Kernel          : x86_64
                                Userland        : amd64
                                
                                Systemuptime and Load:
                                 13:42:02 up 37 min,  2 users,  load average: 1.12, 1.22, 1.07
                                CPU threads: 2
                                
                                
                                *** Time and Time Zones ***
                                               Local time: Mon 2024-01-15 13:42:02 CET
                                           Universal time: Mon 2024-01-15 12:42:02 UTC
                                                 RTC time: Mon 2024-01-15 12:42:03
                                                Time zone: Europe/Berlin (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                fabian
                                /home/fabian
                                fabian adm cdrom sudo dip plugdev lxd iobroker
                                
                                *** X-Server-Setup ***
                                X-Server:       false
                                Desktop:
                                Terminal:       tty
                                Boot Target:    multi-user.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            7.9G        4.4G        1.8G        1.0M        1.7G        3.2G
                                Swap:             0B          0B          0B
                                Total:          7.9G        4.4G        1.8G
                                
                                         7938 M total memory
                                         4405 M used memory
                                          589 M active memory
                                         5147 M inactive memory
                                         1795 M free memory
                                          151 M buffer memory
                                         1585 M swap cache
                                            0 M total swap
                                            0 M used swap
                                            0 M free swap
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT LOAD ACTIVE SUB DESCRIPTION
                                0 loaded units listed.
                                
                                *** FILESYSTEM ***
                                Filesystem                        Type   Size  Used Avail Use% Mounted on
                                tmpfs                             tmpfs  794M  1.2M  793M   1% /run
                                /dev/mapper/ubuntu--vg-ubuntu--lv ext4    18G   16G  1.3G  93% /
                                tmpfs                             tmpfs  3.9G     0  3.9G   0% /dev/shm
                                tmpfs                             tmpfs  5.0M     0  5.0M   0% /run/lock
                                /dev/sda2                         ext4   1.8G  252M  1.4G  16% /boot
                                tmpfs                             tmpfs  794M  4.0K  794M   1% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Mon Jan 15 13:04:22 2024] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                [Mon Jan 15 13:04:22 2024] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
                                [Mon Jan 15 13:04:24 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                
                                Show mounted filesystems \(real ones only\):
                                TARGET              SOURCE                            FSTYPE   OPTIONS
                                /                   /dev/mapper/ubuntu--vg-ubuntu--lv ext4     rw,relatime
                                |-/snap/core20/2015 /dev/loop1                        squashfs ro,nodev,relatime,errors=continue
                                |-/snap/lxd/24322   /dev/loop2                        squashfs ro,nodev,relatime,errors=continue
                                |-/snap/snapd/20290 /dev/loop3                        squashfs ro,nodev,relatime,errors=continue
                                |-/snap/snapd/20671 /dev/loop4                        squashfs ro,nodev,relatime,errors=continue
                                |-/snap/core20/2105 /dev/loop0                        squashfs ro,nodev,relatime,errors=continue
                                `-/boot             /dev/sda2                         ext4     rw,relatime
                                
                                Files in neuralgic directories:
                                
                                /var:
                                8.6G    /var/
                                7.2G    /var/lib
                                6.5G    /var/lib/influxdb/engine/data
                                6.5G    /var/lib/influxdb/engine
                                6.5G    /var/lib/influxdb
                                
                                Archived and active journals take up 816.3M in the file system.
                                
                                /opt/iobroker/backups:
                                150M    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                1.1G    /opt/iobroker/iobroker-data/
                                611M    /opt/iobroker/iobroker-data/files
                                200M    /opt/iobroker/iobroker-data/history
                                187M    /opt/iobroker/iobroker-data/backup-objects
                                164M    /opt/iobroker/iobroker-data/files/vis-2
                                
                                The five largest files in iobroker-data are:
                                24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                23M     /opt/iobroker/iobroker-data/states.jsonl
                                23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js.map
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                
                                /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A907AG4V-if00-port0
                                /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03188557-if00-port0
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v18.19.0
                                /usr/bin/node           v18.19.0
                                /usr/bin/npm            10.2.3
                                /usr/bin/npx            10.2.3
                                /usr/bin/corepack       0.22.0
                                
                                
                                nodejs:
                                  Installed: 18.19.0-1nodesource1
                                  Candidate: 18.19.0-1nodesource1
                                  Version table:
                                 *** 18.19.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     18.18.2-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.18.1-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.18.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.17.1-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.17.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.16.1-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.16.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.15.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.14.2-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.14.1-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.14.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.13.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.12.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.11.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.10.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.9.1-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.9.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.8.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.7.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.6.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.5.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.4.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.3.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.2.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.1.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.0.0-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     12.22.9~dfsg-1ubuntu3.3 500
                                        500 http://at.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                        500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                     12.22.9~dfsg-1ubuntu3 500
                                        500 http://at.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller:  5.0.17
                                admin:          6.12.0
                                javascript:     7.1.6
                                
                                Adapters from github:   2
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.alexa2.0                 : alexa2                : iobroker                                 - disabled
                                  system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                  system.adapter.awattar.0                : awattar               : iobroker                                 -  enabled
                                + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                  system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                                  system.adapter.fronius-solarweb.0       : fronius-solarweb      : iobroker                                 - disabled
                                + system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                                + system.adapter.govee-local.0            : govee-local           : iobroker                                 -  enabled
                                  system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                  system.adapter.history.0                : history               : iobroker                                 - disabled
                                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                                + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                  system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                  system.adapter.linkeddevices.0          : linkeddevices         : iobroker                                 - disabled
                                  system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                  system.adapter.mobile.0                 : mobile                : iobroker                                 - disabled
                                + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                                + system.adapter.modbus.2                 : modbus                : iobroker                                 -  enabled
                                + system.adapter.modbus.3                 : modbus                : iobroker                                 -  enabled
                                + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1884
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                  system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                                + system.adapter.owfs.0                   : owfs                  : iobroker                                 -  enabled, port: 4304
                                  system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                  system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                                  system.adapter.roborock.0               : roborock              : iobroker                                 - disabled
                                + system.adapter.s7.0                     : s7                    : iobroker                                 -  enabled
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                  system.adapter.sonoff.0                 : sonoff                : iobroker                                 - disabled, port: 1887, bind: 0.0.0.0
                                + system.adapter.statistics.0             : statistics            : iobroker                                 -  enabled
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : iobroker                                 -  enabled
                                  system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker                                 -  enabled
                                  system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: iobroker                                 -  enabled
                                  system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                                + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB1
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1884
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                + system.adapter.owfs.0                   : owfs                  : iobroker                                 -  enabled, port: 4304
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB1
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): stable
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                                Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                Adapter    "deconz"       : 1.3.23   , installed 1.3.23
                                Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                                Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                                Adapter    "govee-local"  : 0.1.2    , installed 0.2.1
                                Adapter    "history"      : 3.0.1    , installed 3.0.1
                                Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                Adapter    "info"         : 2.0.0    , installed 2.0.0
                                Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                Controller "js-controller": 5.0.17   , installed 5.0.17
                                Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                Adapter    "material"     : 1.3.1    , installed 1.3.1
                                Adapter    "minuvis"      : 2.3.3    , installed 2.3.3
                                Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                Adapter    "modbus"       : 6.0.1    , installed 6.0.1
                                Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                Adapter    "notification-manager": 1.0.0, installed 1.0.0
                                Adapter    "owfs"         : 0.7.0    , installed 0.7.0
                                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                                Adapter    "roborock"     : 0.4.4    , installed 0.4.4
                                Adapter    "s7"           : 1.3.15   , installed 1.3.15
                                Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                                Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                Adapter    "vis-2"        : 2.9.11   , installed 2.9.11
                                Adapter    "vis-2-widgets-energy": 0.3.9, installed 0.3.9
                                Adapter    "vis-2-widgets-gauges": 1.0.2, installed 1.0.2
                                Adapter    "vis-2-widgets-jaeger-design": 1.1.5, installed 1.1.5
                                Adapter    "vis-2-widgets-material": 1.3.17, installed 1.3.17
                                Adapter    "web"          : 6.1.10   , installed 6.1.10
                                Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                Adapter    "zigbee"       : 1.9.7    , installed 1.9.7
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        10984
                                States:         8671
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://at.archive.ubuntu.com/ubuntu jammy InRelease
                                Hit:2 http://at.archive.ubuntu.com/ubuntu jammy-updates InRelease
                                Hit:3 https://repos.influxdata.com/debian stable InRelease
                                Hit:4 http://at.archive.ubuntu.com/ubuntu jammy-backports InRelease
                                Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                Reading package lists...
                                Pending Updates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       32832      2512/iobroker.js-co
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       32062      2512/iobroker.js-co
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21208      725/sshd: /usr/sbin
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          16933      1/init
                                tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        20950      659/systemd-resolve
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          21219      725/sshd: /usr/sbin
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          16935      1/init
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       34821      2792/io.web.0
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       32106      2539/io.admin.0
                                tcp6       0      0 :::8086                 :::*                    LISTEN      998        22332      713/influxd
                                tcp6       0      0 :::8084                 :::*                    LISTEN      1001       34638      2837/io.socketio.0
                                udp        0      0 0.0.0.0:57059           0.0.0.0:*                           1001       35113      2822/io.govee-local
                                udp        0      0 0.0.0.0:4002            0.0.0.0:*                           1001       34522      2822/io.govee-local
                                udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        20949      659/systemd-resolve
                                udp        0      0 10.0.100.233:68         0.0.0.0:*                           101        21747      657/systemd-network
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          16934      1/init
                                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       33325      2671/io.shelly.0
                                udp6       0      0 :::111                  :::*                                0          16936      1/init
                                
                                *** Log File - Last 25 Lines ***
                                
                                2024-01-15 13:28:38.701  - info: admin.0 (2539) <== Disconnect system.user.admin from ::ffff:10.0.100.231 admin
                                2024-01-15 13:28:39.093  - info: admin.0 (2539) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                2024-01-15 13:31:27.282  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                2024-01-15 13:31:31.820  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                2024-01-15 13:31:36.854  - info: web.0 (2792) <== Disconnect system.user.admin from ::ffff:10.0.100.231
                                2024-01-15 13:31:37.024  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                
                                
                                ======================= SUMMARY =======================
                                                        v.2023-10-10
                                
                                
                                 Static hostname: iobroker
                                       Icon name: computer-vm
                                         Chassis: vm
                                  Virtualization: oracle
                                Operating System: Ubuntu 22.04.3 LTS
                                          Kernel: Linux 5.15.0-91-generic
                                    Architecture: x86-64
                                 Hardware Vendor: innotek GmbH
                                  Hardware Model: VirtualBox
                                
                                Installation:           oracle
                                Kernel:                 x86_64
                                Userland:               amd64
                                Timezone:               Europe/Berlin (CET, +0100)
                                User-ID:                1000
                                X-Server:               false
                                Boot Target:            multi-user.target
                                
                                Pending OS-Updates:     0
                                Pending iob updates:    0
                                
                                Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                        /usr/bin/node           v18.19.0
                                                        /usr/bin/npm            10.2.3
                                                        /usr/bin/npx            10.2.3
                                                        /usr/bin/corepack       0.22.0
                                
                                Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                Your nodejs installation is correct
                                
                                MEMORY:
                                               total        used        free      shared  buff/cache   available
                                Mem:            7.9G        4.5G        1.7G        1.0M        1.7G        3.1G
                                Swap:             0B          0B          0B
                                Total:          7.9G        4.5G        1.7G
                                
                                Active iob-Instances:   23
                                Active repo(s): stable
                                
                                ioBroker Core:          js-controller           5.0.17
                                                        admin                   6.12.0
                                
                                ioBroker Status:        iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Status admin and web instance:
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                Objects:                10984
                                States:                 8671
                                
                                Size of iob-Database:
                                
                                15M     /opt/iobroker/iobroker-data/objects.jsonl
                                24M     /opt/iobroker/iobroker-data/states.jsonl
                                
                                
                                
                                =================== END OF SUMMARY ====================
                                
                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #49

                                @fhainz Sieht gut aus, die ganzen ELSPROBLEMS si d weg.

                                dann setzt den Thread auf [gelöst]

                                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
                                • fhainzF fhainz

                                  @thomas-braun

                                  Ja, ich denke das sieht jetzt wieder gut aus.

                                  Skript v.2023-10-10
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: iobroker
                                         Icon name: computer-vm
                                           Chassis: vm
                                    Virtualization: oracle
                                  Operating System: Ubuntu 22.04.3 LTS
                                            Kernel: Linux 5.15.0-91-generic
                                      Architecture: x86-64
                                   Hardware Vendor: innotek GmbH
                                    Hardware Model: VirtualBox
                                  
                                  model name      : Intel(R) Core(TM) i5-7260U CPU @ 2.20GHz
                                  Docker          : false
                                  Virtualization  : oracle
                                  Kernel          : x86_64
                                  Userland        : amd64
                                  
                                  Systemuptime and Load:
                                   13:42:02 up 37 min,  2 users,  load average: 1.12, 1.22, 1.07
                                  CPU threads: 2
                                  
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Mon 2024-01-15 13:42:02 CET
                                             Universal time: Mon 2024-01-15 12:42:02 UTC
                                                   RTC time: Mon 2024-01-15 12:42:03
                                                  Time zone: Europe/Berlin (CET, +0100)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** User and Groups ***
                                  fabian
                                  /home/fabian
                                  fabian adm cdrom sudo dip plugdev lxd iobroker
                                  
                                  *** X-Server-Setup ***
                                  X-Server:       false
                                  Desktop:
                                  Terminal:       tty
                                  Boot Target:    multi-user.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            7.9G        4.4G        1.8G        1.0M        1.7G        3.2G
                                  Swap:             0B          0B          0B
                                  Total:          7.9G        4.4G        1.8G
                                  
                                           7938 M total memory
                                           4405 M used memory
                                            589 M active memory
                                           5147 M inactive memory
                                           1795 M free memory
                                            151 M buffer memory
                                           1585 M swap cache
                                              0 M total swap
                                              0 M used swap
                                              0 M free swap
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  *** FILESYSTEM ***
                                  Filesystem                        Type   Size  Used Avail Use% Mounted on
                                  tmpfs                             tmpfs  794M  1.2M  793M   1% /run
                                  /dev/mapper/ubuntu--vg-ubuntu--lv ext4    18G   16G  1.3G  93% /
                                  tmpfs                             tmpfs  3.9G     0  3.9G   0% /dev/shm
                                  tmpfs                             tmpfs  5.0M     0  5.0M   0% /run/lock
                                  /dev/sda2                         ext4   1.8G  252M  1.4G  16% /boot
                                  tmpfs                             tmpfs  794M  4.0K  794M   1% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Mon Jan 15 13:04:22 2024] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                  [Mon Jan 15 13:04:22 2024] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
                                  [Mon Jan 15 13:04:24 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                  
                                  Show mounted filesystems \(real ones only\):
                                  TARGET              SOURCE                            FSTYPE   OPTIONS
                                  /                   /dev/mapper/ubuntu--vg-ubuntu--lv ext4     rw,relatime
                                  |-/snap/core20/2015 /dev/loop1                        squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/lxd/24322   /dev/loop2                        squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/snapd/20290 /dev/loop3                        squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/snapd/20671 /dev/loop4                        squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/core20/2105 /dev/loop0                        squashfs ro,nodev,relatime,errors=continue
                                  `-/boot             /dev/sda2                         ext4     rw,relatime
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  8.6G    /var/
                                  7.2G    /var/lib
                                  6.5G    /var/lib/influxdb/engine/data
                                  6.5G    /var/lib/influxdb/engine
                                  6.5G    /var/lib/influxdb
                                  
                                  Archived and active journals take up 816.3M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  150M    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  1.1G    /opt/iobroker/iobroker-data/
                                  611M    /opt/iobroker/iobroker-data/files
                                  200M    /opt/iobroker/iobroker-data/history
                                  187M    /opt/iobroker/iobroker-data/backup-objects
                                  164M    /opt/iobroker/iobroker-data/files/vis-2
                                  
                                  The five largest files in iobroker-data are:
                                  24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                  24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                  23M     /opt/iobroker/iobroker-data/states.jsonl
                                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                  22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js.map
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A907AG4V-if00-port0
                                  /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03188557-if00-port0
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v18.19.0
                                  /usr/bin/node           v18.19.0
                                  /usr/bin/npm            10.2.3
                                  /usr/bin/npx            10.2.3
                                  /usr/bin/corepack       0.22.0
                                  
                                  
                                  nodejs:
                                    Installed: 18.19.0-1nodesource1
                                    Candidate: 18.19.0-1nodesource1
                                    Version table:
                                   *** 18.19.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          100 /var/lib/dpkg/status
                                       18.18.2-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.18.1-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.18.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.17.1-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.17.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.16.1-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.16.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.15.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.14.2-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.14.1-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.14.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.13.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.12.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.11.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.10.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.9.1-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.9.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.8.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.7.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.6.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.5.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.4.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.3.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.2.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.1.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.0.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       12.22.9~dfsg-1ubuntu3.3 500
                                          500 http://at.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                          500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                       12.22.9~dfsg-1ubuntu3 500
                                          500 http://at.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree:
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Core adapters versions
                                  js-controller:  5.0.17
                                  admin:          6.12.0
                                  javascript:     7.1.6
                                  
                                  Adapters from github:   2
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.alexa2.0                 : alexa2                : iobroker                                 - disabled
                                    system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                    system.adapter.awattar.0                : awattar               : iobroker                                 -  enabled
                                  + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                    system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                                    system.adapter.fronius-solarweb.0       : fronius-solarweb      : iobroker                                 - disabled
                                  + system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                                  + system.adapter.govee-local.0            : govee-local           : iobroker                                 -  enabled
                                    system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                    system.adapter.history.0                : history               : iobroker                                 - disabled
                                    system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                                  + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                    system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                    system.adapter.linkeddevices.0          : linkeddevices         : iobroker                                 - disabled
                                    system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                    system.adapter.mobile.0                 : mobile                : iobroker                                 - disabled
                                  + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                  + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                                  + system.adapter.modbus.2                 : modbus                : iobroker                                 -  enabled
                                  + system.adapter.modbus.3                 : modbus                : iobroker                                 -  enabled
                                  + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1884
                                  + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                    system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                  + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                                  + system.adapter.owfs.0                   : owfs                  : iobroker                                 -  enabled, port: 4304
                                    system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                    system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                                    system.adapter.roborock.0               : roborock              : iobroker                                 - disabled
                                  + system.adapter.s7.0                     : s7                    : iobroker                                 -  enabled
                                  + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    system.adapter.sonoff.0                 : sonoff                : iobroker                                 - disabled, port: 1887, bind: 0.0.0.0
                                  + system.adapter.statistics.0             : statistics            : iobroker                                 -  enabled
                                  + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : iobroker                                 -  enabled
                                    system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker                                 -  enabled
                                    system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: iobroker                                 -  enabled
                                    system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                                  + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB1
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                  + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1884
                                  + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.owfs.0                   : owfs                  : iobroker                                 -  enabled, port: 4304
                                  + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                  + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyUSB1
                                  
                                  ioBroker-Repositories
                                  stable        : http://download.iobroker.net/sources-dist.json
                                  beta          : http://download.iobroker.net/sources-dist-latest.json
                                  
                                  Active repo(s): stable
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                  Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                  Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                  Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                                  Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                  Adapter    "deconz"       : 1.3.23   , installed 1.3.23
                                  Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                  Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                  Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                  Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                                  Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                                  Adapter    "govee-local"  : 0.1.2    , installed 0.2.1
                                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                                  Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                  Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                  Adapter    "info"         : 2.0.0    , installed 2.0.0
                                  Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                  Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                  Controller "js-controller": 5.0.17   , installed 5.0.17
                                  Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                  Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                  Adapter    "material"     : 1.3.1    , installed 1.3.1
                                  Adapter    "minuvis"      : 2.3.3    , installed 2.3.3
                                  Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                  Adapter    "modbus"       : 6.0.1    , installed 6.0.1
                                  Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                  Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                                  Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                  Adapter    "notification-manager": 1.0.0, installed 1.0.0
                                  Adapter    "owfs"         : 0.7.0    , installed 0.7.0
                                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                  Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                                  Adapter    "roborock"     : 0.4.4    , installed 0.4.4
                                  Adapter    "s7"           : 1.3.15   , installed 1.3.15
                                  Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                  Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                  Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                  Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                                  Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                  Adapter    "vis-2"        : 2.9.11   , installed 2.9.11
                                  Adapter    "vis-2-widgets-energy": 0.3.9, installed 0.3.9
                                  Adapter    "vis-2-widgets-gauges": 1.0.2, installed 1.0.2
                                  Adapter    "vis-2-widgets-jaeger-design": 1.1.5, installed 1.1.5
                                  Adapter    "vis-2-widgets-material": 1.3.17, installed 1.3.17
                                  Adapter    "web"          : 6.1.10   , installed 6.1.10
                                  Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                  Adapter    "zigbee"       : 1.9.7    , installed 1.9.7
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        10984
                                  States:         8671
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://at.archive.ubuntu.com/ubuntu jammy InRelease
                                  Hit:2 http://at.archive.ubuntu.com/ubuntu jammy-updates InRelease
                                  Hit:3 https://repos.influxdata.com/debian stable InRelease
                                  Hit:4 http://at.archive.ubuntu.com/ubuntu jammy-backports InRelease
                                  Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                  Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                  Reading package lists...
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       32832      2512/iobroker.js-co
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       32062      2512/iobroker.js-co
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21208      725/sshd: /usr/sbin
                                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          16933      1/init
                                  tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        20950      659/systemd-resolve
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          21219      725/sshd: /usr/sbin
                                  tcp6       0      0 :::111                  :::*                    LISTEN      0          16935      1/init
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       34821      2792/io.web.0
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       32106      2539/io.admin.0
                                  tcp6       0      0 :::8086                 :::*                    LISTEN      998        22332      713/influxd
                                  tcp6       0      0 :::8084                 :::*                    LISTEN      1001       34638      2837/io.socketio.0
                                  udp        0      0 0.0.0.0:57059           0.0.0.0:*                           1001       35113      2822/io.govee-local
                                  udp        0      0 0.0.0.0:4002            0.0.0.0:*                           1001       34522      2822/io.govee-local
                                  udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        20949      659/systemd-resolve
                                  udp        0      0 10.0.100.233:68         0.0.0.0:*                           101        21747      657/systemd-network
                                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          16934      1/init
                                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       33325      2671/io.shelly.0
                                  udp6       0      0 :::111                  :::*                                0          16936      1/init
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-01-15 13:28:38.701  - info: admin.0 (2539) <== Disconnect system.user.admin from ::ffff:10.0.100.231 admin
                                  2024-01-15 13:28:39.093  - info: admin.0 (2539) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                  2024-01-15 13:31:27.282  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                  2024-01-15 13:31:31.820  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                  2024-01-15 13:31:36.854  - info: web.0 (2792) <== Disconnect system.user.admin from ::ffff:10.0.100.231
                                  2024-01-15 13:31:37.024  - info: web.0 (2792) ==> Connected system.user.admin from ::ffff:10.0.100.231
                                  
                                  
                                  ======================= SUMMARY =======================
                                                          v.2023-10-10
                                  
                                  
                                   Static hostname: iobroker
                                         Icon name: computer-vm
                                           Chassis: vm
                                    Virtualization: oracle
                                  Operating System: Ubuntu 22.04.3 LTS
                                            Kernel: Linux 5.15.0-91-generic
                                      Architecture: x86-64
                                   Hardware Vendor: innotek GmbH
                                    Hardware Model: VirtualBox
                                  
                                  Installation:           oracle
                                  Kernel:                 x86_64
                                  Userland:               amd64
                                  Timezone:               Europe/Berlin (CET, +0100)
                                  User-ID:                1000
                                  X-Server:               false
                                  Boot Target:            multi-user.target
                                  
                                  Pending OS-Updates:     0
                                  Pending iob updates:    0
                                  
                                  Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                          /usr/bin/node           v18.19.0
                                                          /usr/bin/npm            10.2.3
                                                          /usr/bin/npx            10.2.3
                                                          /usr/bin/corepack       0.22.0
                                  
                                  Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                  Your nodejs installation is correct
                                  
                                  MEMORY:
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            7.9G        4.5G        1.7G        1.0M        1.7G        3.1G
                                  Swap:             0B          0B          0B
                                  Total:          7.9G        4.5G        1.7G
                                  
                                  Active iob-Instances:   23
                                  Active repo(s): stable
                                  
                                  ioBroker Core:          js-controller           5.0.17
                                                          admin                   6.12.0
                                  
                                  ioBroker Status:        iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Status admin and web instance:
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  Objects:                10984
                                  States:                 8671
                                  
                                  Size of iob-Database:
                                  
                                  15M     /opt/iobroker/iobroker-data/objects.jsonl
                                  24M     /opt/iobroker/iobroker-data/states.jsonl
                                  
                                  
                                  
                                  =================== END OF SUMMARY ====================
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #50

                                  @fhainz

                                  Ja, das schaut wieder gut aus.
                                  Ich würde wohl ein kleines Swap anlegen, deins ist derzeit ausgeschaltet.

                                  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

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

                                    @fhainz

                                    Ja, das schaut wieder gut aus.
                                    Ich würde wohl ein kleines Swap anlegen, deins ist derzeit ausgeschaltet.

                                    fhainzF Offline
                                    fhainzF Offline
                                    fhainz
                                    schrieb am zuletzt editiert von
                                    #51

                                    @thomas-braun sagte in [gelöst] js-adapter startet immer wieder neu:

                                    Ich würde wohl ein kleines Swap anlegen, deins ist derzeit ausgeschaltet.

                                    ok.. wie bekomme ich das hin?

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

                                      @fhainz

                                      Ja, das schaut wieder gut aus.
                                      Ich würde wohl ein kleines Swap anlegen, deins ist derzeit ausgeschaltet.

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

                                      @thomas-braun sagte in [gelöst] js-adapter startet immer wieder neu:

                                      @fhainz

                                      Ja, das schaut wieder gut aus.
                                      Ich würde wohl ein kleines Swap anlegen, deins ist derzeit ausgeschaltet.

                                      :scream:

                                      @fhainz
                                      läuft um die ominöse Uhrzeit zufällig backitup?

                                      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
                                      • fhainzF fhainz

                                        @thomas-braun sagte in [gelöst] js-adapter startet immer wieder neu:

                                        Ich würde wohl ein kleines Swap anlegen, deins ist derzeit ausgeschaltet.

                                        ok.. wie bekomme ich das hin?

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

                                        @fhainz

                                        Schau in die man page:

                                        https://manpages.ubuntu.com/manpages/xenial/en/man8/swapon.8.html

                                        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
                                        • fhainzF Offline
                                          fhainzF Offline
                                          fhainz
                                          schrieb am zuletzt editiert von
                                          #54

                                          @Homoran
                                          Backitup lief davor, gegen 03:40. Das Backup lief noch normal durch und wurde auf die OneDrive gesichert.

                                          @Thomas-Braun
                                          danke, das lese ich mir durch

                                          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

                                          713

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          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