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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] JS-Controller update schlägt fehl

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    694

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    531

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

[gelöst] JS-Controller update schlägt fehl

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller update
51 Beiträge 6 Kommentatoren 4.6k Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • da_WoodyD da_Woody

    @thomas-braun sagte in JS-Controller update schlägt fehl:

    useradd -G sudo woody

    woody@ioBroker:~$ useradd -G sudo woody
    -bash: useradd: Kommando nicht gefunden.
    woody@ioBroker:~$ su
    Passwort:
    root@ioBroker:/home/woody# useradd -G sudo woody
    bash: useradd: Kommando nicht gefunden.
    root@ioBroker:/home/woody#
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #22

    @da_woody

    /usr/sbin/useradd -G sudo woody
    

    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

    da_WoodyD 1 Antwort Letzte Antwort
    0
    • da_WoodyD da_Woody

      @thomas-braun step by step nach deiner anleitung.
      https://forum.iobroker.net/topic/65655/upgrade-von-debian-11-bullseye-auf-12-bookworm

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

      @da_woody sagte in JS-Controller update schlägt fehl:

      step by step nach deiner anleitung.

      Eigentlich werden die User und deren Gruppen usw. da nicht weiter angepackt.

      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

        @da_woody

        /usr/sbin/useradd -G sudo woody
        
        da_WoodyD Online
        da_WoodyD Online
        da_Woody
        schrieb am zuletzt editiert von
        #24

        @thomas-braun sagte in JS-Controller update schlägt fehl:

        /usr/sbin/useradd -G sudo woody

        fool.gif

        root@ioBroker:/home/woody# /usr/sbin/useradd -G sudo woody
        useradd: Benutzer »woody« existiert bereits
        root@ioBroker:/home/woody#
        
        

        gruß vom Woody
        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • da_WoodyD da_Woody

          @thomas-braun sagte in JS-Controller update schlägt fehl:

          /usr/sbin/useradd -G sudo woody

          fool.gif

          root@ioBroker:/home/woody# /usr/sbin/useradd -G sudo woody
          useradd: Benutzer »woody« existiert bereits
          root@ioBroker:/home/woody#
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #25

          @da_woody

          /usr/sbin/usermod -a -G sudo woody
          

          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

          da_WoodyD 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @da_woody

            /usr/sbin/usermod -a -G sudo woody
            
            da_WoodyD Online
            da_WoodyD Online
            da_Woody
            schrieb am zuletzt editiert von
            #26

            @thomas-braun sagte in JS-Controller update schlägt fehl:

            /usr/sbin/usermod -a -G sudo woody

            wow, kein gemeckere...

            root@ioBroker:/home/woody# /usr/sbin/usermod -a -G sudo woody
            root@ioBroker:/home/woody# id
            uid=0(root) gid=0(root) Gruppen=0(root)
            root@ioBroker:/home/woody# exit
            exit
            woody@ioBroker:~$ id
            uid=1000(woody) gid=1000(woody) Gruppen=1000(woody),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),109(netdev),1001(iobroker)
            woody@ioBroker:~$
            
            

            gruß vom Woody
            HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • da_WoodyD da_Woody

              @thomas-braun sagte in JS-Controller update schlägt fehl:

              /usr/sbin/usermod -a -G sudo woody

              wow, kein gemeckere...

              root@ioBroker:/home/woody# /usr/sbin/usermod -a -G sudo woody
              root@ioBroker:/home/woody# id
              uid=0(root) gid=0(root) Gruppen=0(root)
              root@ioBroker:/home/woody# exit
              exit
              woody@ioBroker:~$ id
              uid=1000(woody) gid=1000(woody) Gruppen=1000(woody),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),109(netdev),1001(iobroker)
              woody@ioBroker:~$
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #27

              @da_woody

              Den woody jetzt abmelden. Gruppenzugehörigkeiten werden nur bei einem Login gelesen.

              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

              da_WoodyD 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @da_woody

                Den woody jetzt abmelden. Gruppenzugehörigkeiten werden nur bei einem Login gelesen.

                da_WoodyD Online
                da_WoodyD Online
                da_Woody
                schrieb am zuletzt editiert von
                #28

                @thomas-braun session zu, session auf:

                woody@ioBroker:~$ id
                uid=1000(woody) gid=1000(woody) Gruppen=1000(woody),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),1001(iobroker)
                woody@ioBroker:~$
                
                

                gruß vom Woody
                HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                Thomas BraunT 2 Antworten Letzte Antwort
                0
                • da_WoodyD da_Woody

                  @thomas-braun session zu, session auf:

                  woody@ioBroker:~$ id
                  uid=1000(woody) gid=1000(woody) Gruppen=1000(woody),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),1001(iobroker)
                  woody@ioBroker:~$
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #29

                  @da_woody sagte in JS-Controller update schlägt fehl:

                  27(sudo)

                  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

                  da_WoodyD 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @da_woody sagte in JS-Controller update schlägt fehl:

                    27(sudo)

                    da_WoodyD Online
                    da_WoodyD Online
                    da_Woody
                    schrieb am zuletzt editiert von
                    #30

                    @thomas-braun danke.gif
                    gefällt mich!
                    werd mal testen, ob das update jetzt klappert...

                    gruß vom Woody
                    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                    1 Antwort Letzte Antwort
                    0
                    • da_WoodyD da_Woody

                      @thomas-braun session zu, session auf:

                      woody@ioBroker:~$ id
                      uid=1000(woody) gid=1000(woody) Gruppen=1000(woody),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),1001(iobroker)
                      woody@ioBroker:~$
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #31

                      @da_woody

                      Da scheint aber trotzdem irgendwas nicht richtig zu sein bei dir.

                      echo $PATH
                      

                      sagt?

                      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

                      da_WoodyD 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @da_woody

                        Da scheint aber trotzdem irgendwas nicht richtig zu sein bei dir.

                        echo $PATH
                        

                        sagt?

                        da_WoodyD Online
                        da_WoodyD Online
                        da_Woody
                        schrieb am zuletzt editiert von da_Woody
                        #32

                        @thomas-braun sagte in JS-Controller update schlägt fehl:

                        echo $PATH

                        woody@ioBroker:~$ echo $PATH
                        /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
                        woody@ioBroker:~$
                        
                        

                        gruß vom Woody
                        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • da_WoodyD da_Woody

                          @thomas-braun sagte in JS-Controller update schlägt fehl:

                          echo $PATH

                          woody@ioBroker:~$ echo $PATH
                          /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
                          woody@ioBroker:~$
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #33

                          @da_woody
                          Da fehlt ja einiges.

                          Hier schaut das so aus:

                          echad@chet:~ $ echo $PATH
                          /home/echad/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/echad/.local/bin:/home/echad/.local/bin
                          echad@chet:~ $
                          

                          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

                          da_WoodyD 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @da_woody
                            Da fehlt ja einiges.

                            Hier schaut das so aus:

                            echad@chet:~ $ echo $PATH
                            /home/echad/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/echad/.local/bin:/home/echad/.local/bin
                            echad@chet:~ $
                            
                            da_WoodyD Online
                            da_WoodyD Online
                            da_Woody
                            schrieb am zuletzt editiert von
                            #34

                            @thomas-braun nie gefummelt. wüsste nichtmal wo... droelf.gif

                            gruß vom Woody
                            HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                            1 Antwort Letzte Antwort
                            0
                            • da_WoodyD Online
                              da_WoodyD Online
                              da_Woody
                              schrieb am zuletzt editiert von
                              #35

                              banane2.gif
                              7e443df9-372d-4ec3-95d2-a08616319535-grafik.png

                              gruß vom Woody
                              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • da_WoodyD da_Woody

                                banane2.gif
                                7e443df9-372d-4ec3-95d2-a08616319535-grafik.png

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

                                @da_woody

                                Wie reagiert

                                iob diag
                                

                                nun auf das grob zusammengeflickte System?

                                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

                                da_WoodyD 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @da_woody

                                  Wie reagiert

                                  iob diag
                                  

                                  nun auf das grob zusammengeflickte System?

                                  da_WoodyD Online
                                  da_WoodyD Online
                                  da_Woody
                                  schrieb am zuletzt editiert von
                                  #37

                                  @thomas-braun sagte in [gelöst] JS-Controller update schlägt fehl:

                                  iob diag

                                  ======================= SUMMARY =======================
                                                       v.2023-04-16
                                  
                                  
                                  Operatingsystem:        Debian GNU/Linux 12 (bookworm)
                                  Kernel:                 6.1.0-10-amd64
                                  Installation:           kvm
                                  Timezone:               Europe/Vienna (CEST, +0200)
                                  User-ID:                1000
                                  X-Server:               false
                                  Boot Target:            graphical.target
                                  
                                  Pending OS-Updates:     38
                                  Pending iob updates:    0
                                  
                                  Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                                          /usr/bin/node           v18.16.1
                                                          /usr/bin/npm            9.5.1
                                                          /usr/bin/npx            9.5.1
                                  
                                  Recommended versions are nodejs 18.x.y and npm 9.x.y
                                  Your nodejs installation is correct
                                  
                                  MEMORY:
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            6.2G        3.6G        1.9G        528K        993M        2.6G
                                  Swap:           1.0G          0B        1.0G
                                  Total:          7.2G        3.6G        2.9G
                                  
                                  Active iob-Instances:   36
                                  Active repo(s): Beta (latest)
                                  
                                  ioBroker Core:          js-controller           5.0.11
                                                          admin                   6.7.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:                23431
                                  States:                 17588
                                  
                                  Size of iob-Database:
                                  
                                  30M     /opt/iobroker/iobroker-data/objects.jsonl
                                  20M     /opt/iobroker/iobroker-data/objects.json.bak
                                  20M     /opt/iobroker/iobroker-data/objects.json
                                  14M     /opt/iobroker/iobroker-data/states.jsonl
                                  3.0M    /opt/iobroker/iobroker-data/states.json.bak
                                  3.0M    /opt/iobroker/iobroker-data/states.json
                                  
                                  
                                  
                                  =================== END OF SUMMARY ====================
                                  
                                  

                                  gruß vom Woody
                                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • da_WoodyD da_Woody

                                    @thomas-braun sagte in [gelöst] JS-Controller update schlägt fehl:

                                    iob diag

                                    ======================= SUMMARY =======================
                                                         v.2023-04-16
                                    
                                    
                                    Operatingsystem:        Debian GNU/Linux 12 (bookworm)
                                    Kernel:                 6.1.0-10-amd64
                                    Installation:           kvm
                                    Timezone:               Europe/Vienna (CEST, +0200)
                                    User-ID:                1000
                                    X-Server:               false
                                    Boot Target:            graphical.target
                                    
                                    Pending OS-Updates:     38
                                    Pending iob updates:    0
                                    
                                    Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                                            /usr/bin/node           v18.16.1
                                                            /usr/bin/npm            9.5.1
                                                            /usr/bin/npx            9.5.1
                                    
                                    Recommended versions are nodejs 18.x.y and npm 9.x.y
                                    Your nodejs installation is correct
                                    
                                    MEMORY:
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            6.2G        3.6G        1.9G        528K        993M        2.6G
                                    Swap:           1.0G          0B        1.0G
                                    Total:          7.2G        3.6G        2.9G
                                    
                                    Active iob-Instances:   36
                                    Active repo(s): Beta (latest)
                                    
                                    ioBroker Core:          js-controller           5.0.11
                                                            admin                   6.7.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:                23431
                                    States:                 17588
                                    
                                    Size of iob-Database:
                                    
                                    30M     /opt/iobroker/iobroker-data/objects.jsonl
                                    20M     /opt/iobroker/iobroker-data/objects.json.bak
                                    20M     /opt/iobroker/iobroker-data/objects.json
                                    14M     /opt/iobroker/iobroker-data/states.jsonl
                                    3.0M    /opt/iobroker/iobroker-data/states.json.bak
                                    3.0M    /opt/iobroker/iobroker-data/states.json
                                    
                                    
                                    
                                    =================== END OF SUMMARY ====================
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #38

                                    @da_woody sagte in [gelöst] JS-Controller update schlägt fehl:

                                    Pending OS-Updates: 38

                                    Und dann bitte die Langfassung.

                                    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

                                    da_WoodyD 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @da_woody sagte in [gelöst] JS-Controller update schlägt fehl:

                                      Pending OS-Updates: 38

                                      Und dann bitte die Langfassung.

                                      da_WoodyD Online
                                      da_WoodyD Online
                                      da_Woody
                                      schrieb am zuletzt editiert von
                                      #39

                                      @thomas-braun büddescheen:

                                      Skript v.2023-04-16
                                      
                                      *** BASE SYSTEM ***
                                      Architecture    : x86_64
                                      Docker          : false
                                      Virtualization  : kvm
                                      Distributor ID: Debian
                                      Description:    Debian GNU/Linux 12 (bookworm)
                                      Release:        12
                                      Codename:       bookworm
                                      
                                      PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
                                      NAME="Debian GNU/Linux"
                                      VERSION_ID="12"
                                      VERSION="12 (bookworm)"
                                      VERSION_CODENAME=bookworm
                                      ID=debian
                                      HOME_URL="https://www.debian.org/"
                                      SUPPORT_URL="https://www.debian.org/support"
                                      BUG_REPORT_URL="https://bugs.debian.org/"
                                      
                                      Systemuptime and Load:
                                       19:18:32 up 1 min,  2 users,  load average: 1.20, 0.35, 0.12
                                      CPU threads: 4
                                      
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Thu 2023-08-03 19:18:32 CEST
                                                 Universal time: Thu 2023-08-03 17:18:32 UTC
                                                       RTC time: Thu 2023-08-03 17:18:32
                                                      Time zone: Europe/Vienna (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      woody
                                      /home/woody
                                      woody cdrom floppy sudo audio dip video plugdev netdev iobroker
                                      
                                      *** X-Server-Setup ***
                                      X-Server:       false
                                      Desktop:
                                      Terminal:       tty
                                      Boot Target:    graphical.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            6.2G        2.0G        4.0G        499K        456M        4.2G
                                      Swap:           1.0G          0B        1.0G
                                      Total:          7.2G        2.0G        5.0G
                                      
                                               5925 M total memory
                                               1907 M used memory
                                                141 M active memory
                                               1798 M inactive memory
                                               3808 M free memory
                                                 50 M buffer memory
                                                384 M swap cache
                                                974 M total swap
                                                  0 M used swap
                                                974 M free swap
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  2.9G     0  2.9G   0% /dev
                                      tmpfs          tmpfs     593M  492K  593M   1% /run
                                      /dev/sda1      ext4       97G   14G   79G  15% /
                                      tmpfs          tmpfs     2.9G     0  2.9G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                      tmpfs          tmpfs     593M     0  593M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Thu Aug  3 19:17:31 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Thu Aug  3 19:17:32 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems (real ones only):
                                      TARGET SOURCE    FSTYPE OPTIONS
                                      /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      3.9G    /var/
                                      3.4G    /var/log/journal/6285e535af59466aa3856f0d231ada92
                                      3.4G    /var/log/journal
                                      3.4G    /var/log
                                      331M    /var/cache
                                      
                                      Hint: You are currently not seeing messages from other users and the system.
                                            Users in groups 'adm', 'systemd-journal' can see all messages.
                                            Pass -q to turn off this notice.
                                      Archived and active journals take up 743.3M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      487M    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      513M    /opt/iobroker/iobroker-data/
                                      297M    /opt/iobroker/iobroker-data/files
                                      120M    /opt/iobroker/iobroker-data/backup-objects
                                      51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                      43M     /opt/iobroker/iobroker-data/files/iot.admin
                                      
                                      The five largest files in iobroker-data are:
                                      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                      30M     /opt/iobroker/iobroker-data/objects.jsonl
                                      21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.e564fb87.js.map
                                      20M     /opt/iobroker/iobroker-data/states.jsonl
                                      20M     /opt/iobroker/iobroker-data/objects.json.bak
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.17.0
                                      /usr/bin/node           v18.17.0
                                      /usr/bin/npm            9.6.7
                                      /usr/bin/npx            9.6.7
                                      
                                      
                                      nodejs:
                                        Installed: 18.17.0-deb-1nodesource1
                                        Candidate: 18.17.0-deb-1nodesource1
                                        Version table:
                                       *** 18.17.0-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           18.13.0+dfsg1-1 500
                                              500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      MULTIHOSTSERVICE/enabled: false
                                      
                                      Core adapters versions
                                      js-controller:  5.0.11
                                      admin:          6.7.0
                                      javascript:     7.1.1
                                      
                                      Adapters from github:   4
                                      
                                      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                                 -  enabled
                                        system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
                                        system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                                        system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
                                        system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
                                        system.adapter.device-reminder.0        : device-reminder       : ioBroker                                 -  enabled
                                        system.adapter.device-watcher.0         : device-watcher        : ioBroker                                 -  enabled
                                        system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: ioBroker                                 -  enabled
                                        system.adapter.energiefluss.0           : energiefluss          : ioBroker                                 -  enabled
                                        system.adapter.fronius.0                : fronius               : ioBroker                                 -  enabled
                                        system.adapter.gruenbeck.0              : gruenbeck             : ioBroker                                 -  enabled
                                        system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                                        system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
                                        system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
                                        system.adapter.ical.3                   : ical                  : ioBroker                                 -  enabled
                                      + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                                        system.adapter.influxdb.1               : influxdb              : ioBroker                                 - disabled, port: 8086
                                        system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
                                        system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                                        system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 -  enabled
                                      + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                                        system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
                                        system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 -  enabled
                                        system.adapter.meteoalarm.1             : meteoalarm            : ioBroker                                 -  enabled
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 -  enabled, port: 54321
                                      + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                        system.adapter.octoprint.0              : octoprint             : ioBroker                                 -  enabled
                                        system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
                                        system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 -  enabled
                                      + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
                                        system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                                      + system.adapter.radar2.0                 : radar2                : ioBroker                                 -  enabled
                                        system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: woody
                                      + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
                                      + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, bind: 0.0.0.0
                                        system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 - disabled
                                        system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        system.adapter.smartcontrol.0           : smartcontrol          : ioBroker                                 -  enabled
                                        system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.0.250
                                        system.adapter.switchbot-hub.0          : switchbot-hub         : ioBroker                                 -  enabled
                                      + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
                                      + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 4001
                                        system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
                                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
                                        system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                                        system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
                                        system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.wled.0                   : wled                  : ioBroker                                 - disabled
                                      
                                      + 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.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 -  enabled, port: 54321
                                      + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                        system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                                        system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: woody
                                        system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.0.250
                                      + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
                                      + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 4001
                                        system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      ioBroker-Repositories
                                      Stable (default): http://download.iobroker.net/sources-dist.json
                                      Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): Beta (latest)
                                      
                                      Installed ioBroker-Instances
                                      Used repository: Beta (latest)
                                      Adapter    "admin"        : 6.7.0    , installed 6.7.0
                                      Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                      Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                      Adapter    "birthdays"    : 2.3.1    , installed 2.3.1
                                      Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                      Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                      Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                      Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                                      Adapter    "gruenbeck"    : 0.0.42   , installed 0.0.42
                                      Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                      Adapter    "info"         : 1.9.26   , installed 1.9.26
                                      Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                      Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                      Adapter    "javascript"   : 7.1.1    , installed 7.1.1
                                      Controller "js-controller": 5.0.11   , installed 5.0.11
                                      Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                                      Adapter    "meteoalarm"   : 2.3.6    , installed 2.3.6
                                      Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                                      Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                      Adapter    "octoprint"    : 5.0.1    , installed 5.0.1
                                      Adapter    "openweathermap": 0.3.11  , installed 0.3.11
                                      Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                                      Adapter    "radar2"       : 2.0.7    , installed 2.0.7
                                      Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                                      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                      Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                      Adapter    "shuttercontrol": 1.6.1   , installed 1.6.1
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "smartcontrol" : 1.3.2    , installed 1.3.2
                                      Adapter    "socketio"     : 6.5.2    , installed 6.5.2
                                      Adapter    "sonoff"       : 2.5.7    , installed 2.5.7
                                      Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                      Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                      Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                      Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                      Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                                      Adapter    "web"          : 6.1.0    , installed 6.1.0
                                      Adapter    "wled"         : 0.7.0    , installed 0.7.0
                                      Adapter    "ws"           : 2.5.3    , installed 2.5.3
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        23431
                                      States:         17605
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                      Hit:2 http://deb.debian.org/debian bookworm InRelease
                                      Hit:3 https://deb.nodesource.com/node_18.x bookworm InRelease
                                      Hit:4 http://deb.debian.org/debian bookworm-updates 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 192.168.0.250:1883      0.0.0.0:*               LISTEN      1001       20705      953/io.sonoff.0
                                      tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1000       17179      639/sshd: woody@pts
                                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       22029      1107/io.shelly.1
                                      tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       18644      731/io.mqtt.0
                                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          13296      1/init
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15879      480/sshd: /usr/sbin
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       14942      458/iobroker.js-con
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       15913      458/iobroker.js-con
                                      tcp6       0      0 ::1:6010                :::*                    LISTEN      1000       17178      639/sshd: woody@pts
                                      tcp6       0      0 :::111                  :::*                    LISTEN      0          13298      1/init
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          15881      480/sshd: /usr/sbin
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15997      515/io.admin.0
                                      udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       19555      766/io.radar2.0
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14729      408/dhclient
                                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13297      1/init
                                      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       18280      716/io.mihome-vacuu
                                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       19940      825/io.shelly.0
                                      udp6       0      0 :::111                  :::*                                0          13299      1/init
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2023-08-03 19:18:58.364  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_send_email_attachment" has to be type "string" but received type "boolean"
                                      2023-08-03 19:18:58.440  - info: host.ioBroker instance system.adapter.backitup.0 started with pid 1130
                                      2023-08-03 19:18:58.468  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_view_google" has to be type "string" but received type "boolean"
                                      2023-08-03 19:18:58.502  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_send_email_attachment" has to be type "string" but received type "boolean"
                                      2023-08-03 19:18:58.542  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_view_microsoft" has to be type "string" but received type "boolean"
                                      2023-08-03 19:18:58.581  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_view_google" has to be type "string" but received type "boolean"
                                      2023-08-03 19:18:58.810  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_view_microsoft" has to be type "string" but received type "boolean"
                                      2023-08-03 19:19:02.272  - info: host.ioBroker instance scheduled system.adapter.birthdays.0 0 0 * * *
                                      2023-08-03 19:19:02.288  - info: host.ioBroker instance system.adapter.birthdays.0 started with pid 1158
                                      2023-08-03 19:19:05.643  - info: backitup.0 (1130) starting. Version 2.6.23 in /opt/iobroker/node_modules/iobroker.backitup, node: v18.17.0, js-controller: 5.0.11
                                      2023-08-03 19:19:05.837  - info: backitup.0 (1130) [iobroker] backup will be activated at 03:30 every 1 day(s)
                                      2023-08-03 19:19:06.549  - info: host.ioBroker instance scheduled system.adapter.daswetter.0 */30 * * * *
                                      2023-08-03 19:19:06.590  - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 1229
                                      2023-08-03 19:19:06.783  - error: backitup.0 (1130) Error: Command failed: sudo mount -t cifs -o username=simon,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.0.3/sharename/backupDir /opt/iobroker/backups
                                      mount error(2): No such file or directory
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      2023-08-03 19:19:11.010  - info: host.ioBroker instance system.adapter.device-reminder.0 started with pid 1260
                                      2023-08-03 19:19:14.862  - info: host.ioBroker instance system.adapter.fronius.0 started with pid 1291
                                      2023-08-03 19:19:18.853  - info: host.ioBroker instance system.adapter.gruenbeck.0 started with pid 1307
                                      2023-08-03 19:19:21.112  - info: device-reminder.0 (1260) starting. Version 1.2.9 in /opt/iobroker/node_modules/iobroker.device-reminder, node: v18.17.0, js-controller: 5.0.11
                                      2023-08-03 19:19:22.228  - info: device-reminder.0 (1260) Device "Waschmaschine" was successfully created
                                      2023-08-03 19:19:23.109  - info: host.ioBroker instance system.adapter.info.0 started with pid 1330
                                      2023-08-03 19:19:24.986  - info: device-reminder.0 (1260) Device "Trockner" was successfully created
                                      2023-08-03 19:19:27.490  - info: host.ioBroker instance system.adapter.iot.0 started with pid 2001
                                      
                                      

                                      summary:

                                                           v.2023-04-16
                                      
                                      
                                      Operatingsystem:        Debian GNU/Linux 12 (bookworm)
                                      Kernel:                 6.1.0-10-amd64
                                      Installation:           kvm
                                      Timezone:               Europe/Vienna (CEST, +0200)
                                      User-ID:                1000
                                      X-Server:               false
                                      Boot Target:            graphical.target
                                      
                                      Pending OS-Updates:     0
                                      Pending iob updates:    0
                                      
                                      Nodejs-Installation:    /usr/bin/nodejs         v18.17.0
                                                              /usr/bin/node           v18.17.0
                                                              /usr/bin/npm            9.6.7
                                                              /usr/bin/npx            9.6.7
                                      
                                      Recommended versions are nodejs 18.x.y and npm 9.x.y
                                      Your nodejs installation is correct
                                      
                                      MEMORY:
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            6.2G        3.5G        2.1G        503K        799M        2.7G
                                      Swap:           1.0G          0B        1.0G
                                      Total:          7.2G        3.5G        3.2G
                                      
                                      Active iob-Instances:   36
                                      Active repo(s): Beta (latest)
                                      
                                      ioBroker Core:          js-controller           5.0.11
                                                              admin                   6.7.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:                23431
                                      States:                 17605
                                      
                                      Size of iob-Database:
                                      
                                      36M     /opt/iobroker/iobroker-data/objects.jsonl
                                      20M     /opt/iobroker/iobroker-data/objects.json.bak
                                      20M     /opt/iobroker/iobroker-data/objects.json
                                      24M     /opt/iobroker/iobroker-data/states.jsonl
                                      3.0M    /opt/iobroker/iobroker-data/states.json.bak
                                      3.0M    /opt/iobroker/iobroker-data/states.json
                                      
                                      
                                      

                                      gruß vom Woody
                                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                      crunchipC Thomas BraunT 2 Antworten Letzte Antwort
                                      0
                                      • da_WoodyD da_Woody

                                        @thomas-braun büddescheen:

                                        Skript v.2023-04-16
                                        
                                        *** BASE SYSTEM ***
                                        Architecture    : x86_64
                                        Docker          : false
                                        Virtualization  : kvm
                                        Distributor ID: Debian
                                        Description:    Debian GNU/Linux 12 (bookworm)
                                        Release:        12
                                        Codename:       bookworm
                                        
                                        PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
                                        NAME="Debian GNU/Linux"
                                        VERSION_ID="12"
                                        VERSION="12 (bookworm)"
                                        VERSION_CODENAME=bookworm
                                        ID=debian
                                        HOME_URL="https://www.debian.org/"
                                        SUPPORT_URL="https://www.debian.org/support"
                                        BUG_REPORT_URL="https://bugs.debian.org/"
                                        
                                        Systemuptime and Load:
                                         19:18:32 up 1 min,  2 users,  load average: 1.20, 0.35, 0.12
                                        CPU threads: 4
                                        
                                        
                                        *** Time and Time Zones ***
                                                       Local time: Thu 2023-08-03 19:18:32 CEST
                                                   Universal time: Thu 2023-08-03 17:18:32 UTC
                                                         RTC time: Thu 2023-08-03 17:18:32
                                                        Time zone: Europe/Vienna (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** User and Groups ***
                                        woody
                                        /home/woody
                                        woody cdrom floppy sudo audio dip video plugdev netdev iobroker
                                        
                                        *** X-Server-Setup ***
                                        X-Server:       false
                                        Desktop:
                                        Terminal:       tty
                                        Boot Target:    graphical.target
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            6.2G        2.0G        4.0G        499K        456M        4.2G
                                        Swap:           1.0G          0B        1.0G
                                        Total:          7.2G        2.0G        5.0G
                                        
                                                 5925 M total memory
                                                 1907 M used memory
                                                  141 M active memory
                                                 1798 M inactive memory
                                                 3808 M free memory
                                                   50 M buffer memory
                                                  384 M swap cache
                                                  974 M total swap
                                                    0 M used swap
                                                  974 M free swap
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  2.9G     0  2.9G   0% /dev
                                        tmpfs          tmpfs     593M  492K  593M   1% /run
                                        /dev/sda1      ext4       97G   14G   79G  15% /
                                        tmpfs          tmpfs     2.9G     0  2.9G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                        tmpfs          tmpfs     593M     0  593M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Thu Aug  3 19:17:31 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                        [Thu Aug  3 19:17:32 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                        
                                        Show mounted filesystems (real ones only):
                                        TARGET SOURCE    FSTYPE OPTIONS
                                        /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        3.9G    /var/
                                        3.4G    /var/log/journal/6285e535af59466aa3856f0d231ada92
                                        3.4G    /var/log/journal
                                        3.4G    /var/log
                                        331M    /var/cache
                                        
                                        Hint: You are currently not seeing messages from other users and the system.
                                              Users in groups 'adm', 'systemd-journal' can see all messages.
                                              Pass -q to turn off this notice.
                                        Archived and active journals take up 743.3M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        487M    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        513M    /opt/iobroker/iobroker-data/
                                        297M    /opt/iobroker/iobroker-data/files
                                        120M    /opt/iobroker/iobroker-data/backup-objects
                                        51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                        43M     /opt/iobroker/iobroker-data/files/iot.admin
                                        
                                        The five largest files in iobroker-data are:
                                        33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                        30M     /opt/iobroker/iobroker-data/objects.jsonl
                                        21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.e564fb87.js.map
                                        20M     /opt/iobroker/iobroker-data/states.jsonl
                                        20M     /opt/iobroker/iobroker-data/objects.json.bak
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v18.17.0
                                        /usr/bin/node           v18.17.0
                                        /usr/bin/npm            9.6.7
                                        /usr/bin/npx            9.6.7
                                        
                                        
                                        nodejs:
                                          Installed: 18.17.0-deb-1nodesource1
                                          Candidate: 18.17.0-deb-1nodesource1
                                          Version table:
                                         *** 18.17.0-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             18.13.0+dfsg1-1 500
                                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                        
                                        Temp directories causing npm8 problem: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        MULTIHOSTSERVICE/enabled: false
                                        
                                        Core adapters versions
                                        js-controller:  5.0.11
                                        admin:          6.7.0
                                        javascript:     7.1.1
                                        
                                        Adapters from github:   4
                                        
                                        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                                 -  enabled
                                          system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
                                          system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                                          system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
                                          system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
                                          system.adapter.device-reminder.0        : device-reminder       : ioBroker                                 -  enabled
                                          system.adapter.device-watcher.0         : device-watcher        : ioBroker                                 -  enabled
                                          system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: ioBroker                                 -  enabled
                                          system.adapter.energiefluss.0           : energiefluss          : ioBroker                                 -  enabled
                                          system.adapter.fronius.0                : fronius               : ioBroker                                 -  enabled
                                          system.adapter.gruenbeck.0              : gruenbeck             : ioBroker                                 -  enabled
                                          system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                                          system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
                                          system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
                                          system.adapter.ical.3                   : ical                  : ioBroker                                 -  enabled
                                        + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                                          system.adapter.influxdb.1               : influxdb              : ioBroker                                 - disabled, port: 8086
                                          system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
                                          system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                                          system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 -  enabled
                                        + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                                          system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
                                          system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 -  enabled
                                          system.adapter.meteoalarm.1             : meteoalarm            : ioBroker                                 -  enabled
                                        + system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 -  enabled, port: 54321
                                        + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                          system.adapter.octoprint.0              : octoprint             : ioBroker                                 -  enabled
                                          system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
                                          system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 -  enabled
                                        + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
                                          system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                                        + system.adapter.radar2.0                 : radar2                : ioBroker                                 -  enabled
                                          system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: woody
                                        + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
                                        + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, bind: 0.0.0.0
                                          system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 - disabled
                                          system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          system.adapter.smartcontrol.0           : smartcontrol          : ioBroker                                 -  enabled
                                          system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.0.250
                                          system.adapter.switchbot-hub.0          : switchbot-hub         : ioBroker                                 -  enabled
                                        + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
                                        + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 4001
                                          system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
                                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
                                          system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                                          system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
                                          system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.wled.0                   : wled                  : ioBroker                                 - disabled
                                        
                                        + 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.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 -  enabled, port: 54321
                                        + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                          system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                                          system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: woody
                                          system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.0.250
                                        + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
                                        + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 4001
                                          system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        ioBroker-Repositories
                                        Stable (default): http://download.iobroker.net/sources-dist.json
                                        Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                        
                                        Active repo(s): Beta (latest)
                                        
                                        Installed ioBroker-Instances
                                        Used repository: Beta (latest)
                                        Adapter    "admin"        : 6.7.0    , installed 6.7.0
                                        Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                                        Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                        Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                        Adapter    "birthdays"    : 2.3.1    , installed 2.3.1
                                        Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                        Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                        Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                        Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                                        Adapter    "gruenbeck"    : 0.0.42   , installed 0.0.42
                                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                        Adapter    "info"         : 1.9.26   , installed 1.9.26
                                        Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                        Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                        Adapter    "javascript"   : 7.1.1    , installed 7.1.1
                                        Controller "js-controller": 5.0.11   , installed 5.0.11
                                        Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                                        Adapter    "meteoalarm"   : 2.3.6    , installed 2.3.6
                                        Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                                        Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                        Adapter    "octoprint"    : 5.0.1    , installed 5.0.1
                                        Adapter    "openweathermap": 0.3.11  , installed 0.3.11
                                        Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                        Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                                        Adapter    "radar2"       : 2.0.7    , installed 2.0.7
                                        Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                        Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                        Adapter    "shuttercontrol": 1.6.1   , installed 1.6.1
                                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                        Adapter    "smartcontrol" : 1.3.2    , installed 1.3.2
                                        Adapter    "socketio"     : 6.5.2    , installed 6.5.2
                                        Adapter    "sonoff"       : 2.5.7    , installed 2.5.7
                                        Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                        Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                        Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                        Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                                        Adapter    "web"          : 6.1.0    , installed 6.1.0
                                        Adapter    "wled"         : 0.7.0    , installed 0.7.0
                                        Adapter    "ws"           : 2.5.3    , installed 2.5.3
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        23431
                                        States:         17605
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                        Hit:2 http://deb.debian.org/debian bookworm InRelease
                                        Hit:3 https://deb.nodesource.com/node_18.x bookworm InRelease
                                        Hit:4 http://deb.debian.org/debian bookworm-updates 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 192.168.0.250:1883      0.0.0.0:*               LISTEN      1001       20705      953/io.sonoff.0
                                        tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1000       17179      639/sshd: woody@pts
                                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       22029      1107/io.shelly.1
                                        tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       18644      731/io.mqtt.0
                                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          13296      1/init
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15879      480/sshd: /usr/sbin
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       14942      458/iobroker.js-con
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       15913      458/iobroker.js-con
                                        tcp6       0      0 ::1:6010                :::*                    LISTEN      1000       17178      639/sshd: woody@pts
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          13298      1/init
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          15881      480/sshd: /usr/sbin
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15997      515/io.admin.0
                                        udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       19555      766/io.radar2.0
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14729      408/dhclient
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13297      1/init
                                        udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       18280      716/io.mihome-vacuu
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       19940      825/io.shelly.0
                                        udp6       0      0 :::111                  :::*                                0          13299      1/init
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2023-08-03 19:18:58.364  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_send_email_attachment" has to be type "string" but received type "boolean"
                                        2023-08-03 19:18:58.440  - info: host.ioBroker instance system.adapter.backitup.0 started with pid 1130
                                        2023-08-03 19:18:58.468  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_view_google" has to be type "string" but received type "boolean"
                                        2023-08-03 19:18:58.502  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_send_email_attachment" has to be type "string" but received type "boolean"
                                        2023-08-03 19:18:58.542  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_view_microsoft" has to be type "string" but received type "boolean"
                                        2023-08-03 19:18:58.581  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_view_google" has to be type "string" but received type "boolean"
                                        2023-08-03 19:18:58.810  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_view_microsoft" has to be type "string" but received type "boolean"
                                        2023-08-03 19:19:02.272  - info: host.ioBroker instance scheduled system.adapter.birthdays.0 0 0 * * *
                                        2023-08-03 19:19:02.288  - info: host.ioBroker instance system.adapter.birthdays.0 started with pid 1158
                                        2023-08-03 19:19:05.643  - info: backitup.0 (1130) starting. Version 2.6.23 in /opt/iobroker/node_modules/iobroker.backitup, node: v18.17.0, js-controller: 5.0.11
                                        2023-08-03 19:19:05.837  - info: backitup.0 (1130) [iobroker] backup will be activated at 03:30 every 1 day(s)
                                        2023-08-03 19:19:06.549  - info: host.ioBroker instance scheduled system.adapter.daswetter.0 */30 * * * *
                                        2023-08-03 19:19:06.590  - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 1229
                                        2023-08-03 19:19:06.783  - error: backitup.0 (1130) Error: Command failed: sudo mount -t cifs -o username=simon,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.0.3/sharename/backupDir /opt/iobroker/backups
                                        mount error(2): No such file or directory
                                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                        
                                        2023-08-03 19:19:11.010  - info: host.ioBroker instance system.adapter.device-reminder.0 started with pid 1260
                                        2023-08-03 19:19:14.862  - info: host.ioBroker instance system.adapter.fronius.0 started with pid 1291
                                        2023-08-03 19:19:18.853  - info: host.ioBroker instance system.adapter.gruenbeck.0 started with pid 1307
                                        2023-08-03 19:19:21.112  - info: device-reminder.0 (1260) starting. Version 1.2.9 in /opt/iobroker/node_modules/iobroker.device-reminder, node: v18.17.0, js-controller: 5.0.11
                                        2023-08-03 19:19:22.228  - info: device-reminder.0 (1260) Device "Waschmaschine" was successfully created
                                        2023-08-03 19:19:23.109  - info: host.ioBroker instance system.adapter.info.0 started with pid 1330
                                        2023-08-03 19:19:24.986  - info: device-reminder.0 (1260) Device "Trockner" was successfully created
                                        2023-08-03 19:19:27.490  - info: host.ioBroker instance system.adapter.iot.0 started with pid 2001
                                        
                                        

                                        summary:

                                                             v.2023-04-16
                                        
                                        
                                        Operatingsystem:        Debian GNU/Linux 12 (bookworm)
                                        Kernel:                 6.1.0-10-amd64
                                        Installation:           kvm
                                        Timezone:               Europe/Vienna (CEST, +0200)
                                        User-ID:                1000
                                        X-Server:               false
                                        Boot Target:            graphical.target
                                        
                                        Pending OS-Updates:     0
                                        Pending iob updates:    0
                                        
                                        Nodejs-Installation:    /usr/bin/nodejs         v18.17.0
                                                                /usr/bin/node           v18.17.0
                                                                /usr/bin/npm            9.6.7
                                                                /usr/bin/npx            9.6.7
                                        
                                        Recommended versions are nodejs 18.x.y and npm 9.x.y
                                        Your nodejs installation is correct
                                        
                                        MEMORY:
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            6.2G        3.5G        2.1G        503K        799M        2.7G
                                        Swap:           1.0G          0B        1.0G
                                        Total:          7.2G        3.5G        3.2G
                                        
                                        Active iob-Instances:   36
                                        Active repo(s): Beta (latest)
                                        
                                        ioBroker Core:          js-controller           5.0.11
                                                                admin                   6.7.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:                23431
                                        States:                 17605
                                        
                                        Size of iob-Database:
                                        
                                        36M     /opt/iobroker/iobroker-data/objects.jsonl
                                        20M     /opt/iobroker/iobroker-data/objects.json.bak
                                        20M     /opt/iobroker/iobroker-data/objects.json
                                        24M     /opt/iobroker/iobroker-data/states.jsonl
                                        3.0M    /opt/iobroker/iobroker-data/states.json.bak
                                        3.0M    /opt/iobroker/iobroker-data/states.json
                                        
                                        
                                        
                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active Developer
                                        schrieb am zuletzt editiert von
                                        #40

                                        @da_woody irgend etwas stimmt aber teilweise nicht mit deinen Instanzen
                                        z.b

                                          system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                                        

                                        wo ist das +?

                                        umgestiegen von Proxmox auf Unraid

                                        1 Antwort Letzte Antwort
                                        0
                                        • da_WoodyD da_Woody

                                          @thomas-braun büddescheen:

                                          Skript v.2023-04-16
                                          
                                          *** BASE SYSTEM ***
                                          Architecture    : x86_64
                                          Docker          : false
                                          Virtualization  : kvm
                                          Distributor ID: Debian
                                          Description:    Debian GNU/Linux 12 (bookworm)
                                          Release:        12
                                          Codename:       bookworm
                                          
                                          PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
                                          NAME="Debian GNU/Linux"
                                          VERSION_ID="12"
                                          VERSION="12 (bookworm)"
                                          VERSION_CODENAME=bookworm
                                          ID=debian
                                          HOME_URL="https://www.debian.org/"
                                          SUPPORT_URL="https://www.debian.org/support"
                                          BUG_REPORT_URL="https://bugs.debian.org/"
                                          
                                          Systemuptime and Load:
                                           19:18:32 up 1 min,  2 users,  load average: 1.20, 0.35, 0.12
                                          CPU threads: 4
                                          
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Thu 2023-08-03 19:18:32 CEST
                                                     Universal time: Thu 2023-08-03 17:18:32 UTC
                                                           RTC time: Thu 2023-08-03 17:18:32
                                                          Time zone: Europe/Vienna (CEST, +0200)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** User and Groups ***
                                          woody
                                          /home/woody
                                          woody cdrom floppy sudo audio dip video plugdev netdev iobroker
                                          
                                          *** X-Server-Setup ***
                                          X-Server:       false
                                          Desktop:
                                          Terminal:       tty
                                          Boot Target:    graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            6.2G        2.0G        4.0G        499K        456M        4.2G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          7.2G        2.0G        5.0G
                                          
                                                   5925 M total memory
                                                   1907 M used memory
                                                    141 M active memory
                                                   1798 M inactive memory
                                                   3808 M free memory
                                                     50 M buffer memory
                                                    384 M swap cache
                                                    974 M total swap
                                                      0 M used swap
                                                    974 M free swap
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          udev           devtmpfs  2.9G     0  2.9G   0% /dev
                                          tmpfs          tmpfs     593M  492K  593M   1% /run
                                          /dev/sda1      ext4       97G   14G   79G  15% /
                                          tmpfs          tmpfs     2.9G     0  2.9G   0% /dev/shm
                                          tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                          tmpfs          tmpfs     593M     0  593M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Thu Aug  3 19:17:31 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Thu Aug  3 19:17:32 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems (real ones only):
                                          TARGET SOURCE    FSTYPE OPTIONS
                                          /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          3.9G    /var/
                                          3.4G    /var/log/journal/6285e535af59466aa3856f0d231ada92
                                          3.4G    /var/log/journal
                                          3.4G    /var/log
                                          331M    /var/cache
                                          
                                          Hint: You are currently not seeing messages from other users and the system.
                                                Users in groups 'adm', 'systemd-journal' can see all messages.
                                                Pass -q to turn off this notice.
                                          Archived and active journals take up 743.3M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          487M    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          513M    /opt/iobroker/iobroker-data/
                                          297M    /opt/iobroker/iobroker-data/files
                                          120M    /opt/iobroker/iobroker-data/backup-objects
                                          51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                          43M     /opt/iobroker/iobroker-data/files/iot.admin
                                          
                                          The five largest files in iobroker-data are:
                                          33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                          30M     /opt/iobroker/iobroker-data/objects.jsonl
                                          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.e564fb87.js.map
                                          20M     /opt/iobroker/iobroker-data/states.jsonl
                                          20M     /opt/iobroker/iobroker-data/objects.json.bak
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.17.0
                                          /usr/bin/node           v18.17.0
                                          /usr/bin/npm            9.6.7
                                          /usr/bin/npx            9.6.7
                                          
                                          
                                          nodejs:
                                            Installed: 18.17.0-deb-1nodesource1
                                            Candidate: 18.17.0-deb-1nodesource1
                                            Version table:
                                           *** 18.17.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               18.13.0+dfsg1-1 500
                                                  500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          MULTIHOSTSERVICE/enabled: false
                                          
                                          Core adapters versions
                                          js-controller:  5.0.11
                                          admin:          6.7.0
                                          javascript:     7.1.1
                                          
                                          Adapters from github:   4
                                          
                                          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                                 -  enabled
                                            system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
                                            system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                                            system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
                                            system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
                                            system.adapter.device-reminder.0        : device-reminder       : ioBroker                                 -  enabled
                                            system.adapter.device-watcher.0         : device-watcher        : ioBroker                                 -  enabled
                                            system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: ioBroker                                 -  enabled
                                            system.adapter.energiefluss.0           : energiefluss          : ioBroker                                 -  enabled
                                            system.adapter.fronius.0                : fronius               : ioBroker                                 -  enabled
                                            system.adapter.gruenbeck.0              : gruenbeck             : ioBroker                                 -  enabled
                                            system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                                            system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
                                            system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
                                            system.adapter.ical.3                   : ical                  : ioBroker                                 -  enabled
                                          + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                                            system.adapter.influxdb.1               : influxdb              : ioBroker                                 - disabled, port: 8086
                                            system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
                                            system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                                            system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 -  enabled
                                          + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                                            system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
                                            system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 -  enabled
                                            system.adapter.meteoalarm.1             : meteoalarm            : ioBroker                                 -  enabled
                                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 -  enabled, port: 54321
                                          + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                            system.adapter.octoprint.0              : octoprint             : ioBroker                                 -  enabled
                                            system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
                                            system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 -  enabled
                                          + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
                                            system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                                          + system.adapter.radar2.0                 : radar2                : ioBroker                                 -  enabled
                                            system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: woody
                                          + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
                                          + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, bind: 0.0.0.0
                                            system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 - disabled
                                            system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            system.adapter.smartcontrol.0           : smartcontrol          : ioBroker                                 -  enabled
                                            system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.0.250
                                            system.adapter.switchbot-hub.0          : switchbot-hub         : ioBroker                                 -  enabled
                                          + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
                                          + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 4001
                                            system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
                                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
                                            system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                                            system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
                                            system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.wled.0                   : wled                  : ioBroker                                 - disabled
                                          
                                          + 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.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 -  enabled, port: 54321
                                          + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                            system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                                            system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: woody
                                            system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.0.250
                                          + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
                                          + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 4001
                                            system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          Stable (default): http://download.iobroker.net/sources-dist.json
                                          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                          
                                          Active repo(s): Beta (latest)
                                          
                                          Installed ioBroker-Instances
                                          Used repository: Beta (latest)
                                          Adapter    "admin"        : 6.7.0    , installed 6.7.0
                                          Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                          Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                          Adapter    "birthdays"    : 2.3.1    , installed 2.3.1
                                          Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                          Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                          Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                          Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                                          Adapter    "gruenbeck"    : 0.0.42   , installed 0.0.42
                                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                          Adapter    "info"         : 1.9.26   , installed 1.9.26
                                          Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                          Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                          Adapter    "javascript"   : 7.1.1    , installed 7.1.1
                                          Controller "js-controller": 5.0.11   , installed 5.0.11
                                          Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                                          Adapter    "meteoalarm"   : 2.3.6    , installed 2.3.6
                                          Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                                          Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                          Adapter    "octoprint"    : 5.0.1    , installed 5.0.1
                                          Adapter    "openweathermap": 0.3.11  , installed 0.3.11
                                          Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                                          Adapter    "radar2"       : 2.0.7    , installed 2.0.7
                                          Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                                          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                          Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                          Adapter    "shuttercontrol": 1.6.1   , installed 1.6.1
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "smartcontrol" : 1.3.2    , installed 1.3.2
                                          Adapter    "socketio"     : 6.5.2    , installed 6.5.2
                                          Adapter    "sonoff"       : 2.5.7    , installed 2.5.7
                                          Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                          Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                          Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                          Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                                          Adapter    "web"          : 6.1.0    , installed 6.1.0
                                          Adapter    "wled"         : 0.7.0    , installed 0.7.0
                                          Adapter    "ws"           : 2.5.3    , installed 2.5.3
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        23431
                                          States:         17605
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                                          Hit:3 https://deb.nodesource.com/node_18.x bookworm InRelease
                                          Hit:4 http://deb.debian.org/debian bookworm-updates 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 192.168.0.250:1883      0.0.0.0:*               LISTEN      1001       20705      953/io.sonoff.0
                                          tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1000       17179      639/sshd: woody@pts
                                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       22029      1107/io.shelly.1
                                          tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       18644      731/io.mqtt.0
                                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          13296      1/init
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15879      480/sshd: /usr/sbin
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       14942      458/iobroker.js-con
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       15913      458/iobroker.js-con
                                          tcp6       0      0 ::1:6010                :::*                    LISTEN      1000       17178      639/sshd: woody@pts
                                          tcp6       0      0 :::111                  :::*                    LISTEN      0          13298      1/init
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          15881      480/sshd: /usr/sbin
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15997      515/io.admin.0
                                          udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       19555      766/io.radar2.0
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14729      408/dhclient
                                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13297      1/init
                                          udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       18280      716/io.mihome-vacuu
                                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       19940      825/io.shelly.0
                                          udp6       0      0 :::111                  :::*                                0          13299      1/init
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2023-08-03 19:18:58.364  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_send_email_attachment" has to be type "string" but received type "boolean"
                                          2023-08-03 19:18:58.440  - info: host.ioBroker instance system.adapter.backitup.0 started with pid 1130
                                          2023-08-03 19:18:58.468  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_view_google" has to be type "string" but received type "boolean"
                                          2023-08-03 19:18:58.502  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_send_email_attachment" has to be type "string" but received type "boolean"
                                          2023-08-03 19:18:58.542  - info: synology.0 (996) State value to set for "synology.0.FileStation.info.enable_view_microsoft" has to be type "string" but received type "boolean"
                                          2023-08-03 19:18:58.581  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_view_google" has to be type "string" but received type "boolean"
                                          2023-08-03 19:18:58.810  - info: synology.1 (1022) State value to set for "synology.1.FileStation.info.enable_view_microsoft" has to be type "string" but received type "boolean"
                                          2023-08-03 19:19:02.272  - info: host.ioBroker instance scheduled system.adapter.birthdays.0 0 0 * * *
                                          2023-08-03 19:19:02.288  - info: host.ioBroker instance system.adapter.birthdays.0 started with pid 1158
                                          2023-08-03 19:19:05.643  - info: backitup.0 (1130) starting. Version 2.6.23 in /opt/iobroker/node_modules/iobroker.backitup, node: v18.17.0, js-controller: 5.0.11
                                          2023-08-03 19:19:05.837  - info: backitup.0 (1130) [iobroker] backup will be activated at 03:30 every 1 day(s)
                                          2023-08-03 19:19:06.549  - info: host.ioBroker instance scheduled system.adapter.daswetter.0 */30 * * * *
                                          2023-08-03 19:19:06.590  - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 1229
                                          2023-08-03 19:19:06.783  - error: backitup.0 (1130) Error: Command failed: sudo mount -t cifs -o username=simon,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.0.3/sharename/backupDir /opt/iobroker/backups
                                          mount error(2): No such file or directory
                                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                          
                                          2023-08-03 19:19:11.010  - info: host.ioBroker instance system.adapter.device-reminder.0 started with pid 1260
                                          2023-08-03 19:19:14.862  - info: host.ioBroker instance system.adapter.fronius.0 started with pid 1291
                                          2023-08-03 19:19:18.853  - info: host.ioBroker instance system.adapter.gruenbeck.0 started with pid 1307
                                          2023-08-03 19:19:21.112  - info: device-reminder.0 (1260) starting. Version 1.2.9 in /opt/iobroker/node_modules/iobroker.device-reminder, node: v18.17.0, js-controller: 5.0.11
                                          2023-08-03 19:19:22.228  - info: device-reminder.0 (1260) Device "Waschmaschine" was successfully created
                                          2023-08-03 19:19:23.109  - info: host.ioBroker instance system.adapter.info.0 started with pid 1330
                                          2023-08-03 19:19:24.986  - info: device-reminder.0 (1260) Device "Trockner" was successfully created
                                          2023-08-03 19:19:27.490  - info: host.ioBroker instance system.adapter.iot.0 started with pid 2001
                                          
                                          

                                          summary:

                                                               v.2023-04-16
                                          
                                          
                                          Operatingsystem:        Debian GNU/Linux 12 (bookworm)
                                          Kernel:                 6.1.0-10-amd64
                                          Installation:           kvm
                                          Timezone:               Europe/Vienna (CEST, +0200)
                                          User-ID:                1000
                                          X-Server:               false
                                          Boot Target:            graphical.target
                                          
                                          Pending OS-Updates:     0
                                          Pending iob updates:    0
                                          
                                          Nodejs-Installation:    /usr/bin/nodejs         v18.17.0
                                                                  /usr/bin/node           v18.17.0
                                                                  /usr/bin/npm            9.6.7
                                                                  /usr/bin/npx            9.6.7
                                          
                                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                                          Your nodejs installation is correct
                                          
                                          MEMORY:
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            6.2G        3.5G        2.1G        503K        799M        2.7G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          7.2G        3.5G        3.2G
                                          
                                          Active iob-Instances:   36
                                          Active repo(s): Beta (latest)
                                          
                                          ioBroker Core:          js-controller           5.0.11
                                                                  admin                   6.7.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:                23431
                                          States:                 17605
                                          
                                          Size of iob-Database:
                                          
                                          36M     /opt/iobroker/iobroker-data/objects.jsonl
                                          20M     /opt/iobroker/iobroker-data/objects.json.bak
                                          20M     /opt/iobroker/iobroker-data/objects.json
                                          24M     /opt/iobroker/iobroker-data/states.jsonl
                                          3.0M    /opt/iobroker/iobroker-data/states.json.bak
                                          3.0M    /opt/iobroker/iobroker-data/states.json
                                          
                                          
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #41

                                          @da_woody

                                          Setz den woody noch in die Gruppe adm rein.
                                          Dann kann der ohne root Rechte auch logs lesen.

                                          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

                                          da_WoodyD 1 Antwort Letzte Antwort
                                          0

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

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

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

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


                                          Support us

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

                                          581

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          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