Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Admin startet nicht mehr

NEWS

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

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

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

Admin startet nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
111 Beiträge 9 Kommentatoren 12.8k Aufrufe 8 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @iced112

    cd /opt/iobroker/node_modules/iobroker.javascript
    sudo -u iobroker npm install
    
    I Offline
    I Offline
    IceD112
    schrieb am zuletzt editiert von
    #21

    @thomas-braun

    pi@ioBroker:~ $ cd /opt/iobroker/node_modules/iobroker.javascript
    pi@ioBroker:/opt/iobroker/node_modules/iobroker.javascript $ sudo -u iobroker npm install
    npm ERR! code ENOTEMPTY
    npm ERR! syscall rename
    npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
    npm ERR! dest /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/.node-f0Rqzy2m
    npm ERR! errno -39
    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node' -> '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/.node-f0Rqzy2m'
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-12-25T20_12_39_802Z-debug-0.log
    pi@ioBroker:/opt/iobroker/node_modules/iobroker.javascript $
    
    

    da hab ich aber was nicht korrekt gemacht?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • I IceD112

      @thomas-braun

      pi@ioBroker:~ $ cd /opt/iobroker/node_modules/iobroker.javascript
      pi@ioBroker:/opt/iobroker/node_modules/iobroker.javascript $ sudo -u iobroker npm install
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
      npm ERR! dest /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/.node-f0Rqzy2m
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node' -> '/opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/.node-f0Rqzy2m'
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-12-25T20_12_39_802Z-debug-0.log
      pi@ioBroker:/opt/iobroker/node_modules/iobroker.javascript $
      
      

      da hab ich aber was nicht korrekt gemacht?

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

      @iced112

      https://forum.iobroker.net/topic/57337/fehler-25-oder-217-bei-adapter-install-update-mit-npm8

      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

      I 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @iced112

        https://forum.iobroker.net/topic/57337/fehler-25-oder-217-bei-adapter-install-update-mit-npm8

        I Offline
        I Offline
        IceD112
        schrieb am zuletzt editiert von
        #23

        @thomas-braun

        for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%/}; done 
        

        und hier nach dann nochmal den?

        sudo -u iobroker npm install
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • I IceD112

          @thomas-braun

          for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%/}; done 
          

          und hier nach dann nochmal den?

          sudo -u iobroker npm install
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #24

          @iced112
          Ja. Aber pass auf das du im richtigen Verzeichnis stehst!

          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

          I 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @iced112
            Ja. Aber pass auf das du im richtigen Verzeichnis stehst!

            I Offline
            I Offline
            IceD112
            schrieb am zuletzt editiert von
            #25

            @thomas-braun

            pi@ioBroker:/opt/iobroker/node_modules/iobroker.javascript $ sudo -u iobroker npm install
            npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
            npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
            npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            
            > iobroker.javascript@6.1.4 postinstall
            > node ./install/installTypings.js
            
            Installing NodeJS typings...
            latest @types: 18, installed node: 16
            
            added 106 packages, removed 108 packages, changed 94 packages, and audited 876 packages in 54s
            
            64 packages are looking for funding
              run `npm fund` for details
            
            11 vulnerabilities (1 low, 3 moderate, 6 high, 1 critical)
            
            To address issues that do not require attention, run:
              npm audit fix
            
            To address all issues possible (including breaking changes), run:
              npm audit fix --force
            
            Some issues need review, and may require choosing
            a different dependency.
            
            Run `npm audit` for details.
            
            

            sieht schon anders aus

            I 1 Antwort Letzte Antwort
            0
            • I IceD112

              @thomas-braun

              pi@ioBroker:/opt/iobroker/node_modules/iobroker.javascript $ sudo -u iobroker npm install
              npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
              npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
              npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
              npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              
              > iobroker.javascript@6.1.4 postinstall
              > node ./install/installTypings.js
              
              Installing NodeJS typings...
              latest @types: 18, installed node: 16
              
              added 106 packages, removed 108 packages, changed 94 packages, and audited 876 packages in 54s
              
              64 packages are looking for funding
                run `npm fund` for details
              
              11 vulnerabilities (1 low, 3 moderate, 6 high, 1 critical)
              
              To address issues that do not require attention, run:
                npm audit fix
              
              To address all issues possible (including breaking changes), run:
                npm audit fix --force
              
              Some issues need review, and may require choosing
              a different dependency.
              
              Run `npm audit` for details.
              
              

              sieht schon anders aus

              I Offline
              I Offline
              IceD112
              schrieb am zuletzt editiert von
              #26

              Screenshot 2022-12-25 at 21-24-05 instances - ioBroker.png

              Startet immer noch nicht und die Version die hier steht, stimmt auch nicht mit der überein, die bei der diagnose ausgegeben wurde

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • I IceD112

                Screenshot 2022-12-25 at 21-24-05 instances - ioBroker.png

                Startet immer noch nicht und die Version die hier steht, stimmt auch nicht mit der überein, die bei der diagnose ausgegeben wurde

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

                @iced112

                iobroker update
                iobroker upgrade all --debug
                

                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

                I 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @iced112

                  iobroker update
                  iobroker upgrade all --debug
                  
                  I Offline
                  I Offline
                  IceD112
                  schrieb am zuletzt editiert von
                  #28

                  @thomas-braun
                  Ach, guck an. das hat beim zweiten versuch funktioniert. Beim ersten mal hat er noch die scheinbar neue version als "installtiert" angezeigt und als ich das zweite mal update ausgeführt habe war Java auf dem alten stand. Dann hat die installation, bzw. das update geklappt. Jetzt ist der Adapter auch wieder gestartet... und funktioniert auch wieder :-)

                  Vielen liebe Dank dir/euch

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • I IceD112

                    @thomas-braun
                    Ach, guck an. das hat beim zweiten versuch funktioniert. Beim ersten mal hat er noch die scheinbar neue version als "installtiert" angezeigt und als ich das zweite mal update ausgeführt habe war Java auf dem alten stand. Dann hat die installation, bzw. das update geklappt. Jetzt ist der Adapter auch wieder gestartet... und funktioniert auch wieder :-)

                    Vielen liebe Dank dir/euch

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

                    @iced112

                    Dann zeig jetzt nochmal die Ausgabe von

                    iobroker diag
                    

                    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

                    I 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @iced112

                      Dann zeig jetzt nochmal die Ausgabe von

                      iobroker diag
                      
                      I Offline
                      I Offline
                      IceD112
                      schrieb am zuletzt editiert von IceD112
                      #30

                      @thomas-braun

                      
                      *** ioBroker Diagnosis ***
                      
                      Please stretch the window of your terminal programm (puTTY) as wide as possible                                                                                                                                                              or switch to full screen
                      
                      The following checks may give hints to potential malconfigurations or errors, pl                                                                                                                                                             ease post them in our forum:
                      
                      https://forum.iobroker.net
                      
                      Just copy and paste the Summary Page, including the ``` characters at start and                                                                                                                                                              end.
                      It helps us to help you!
                      
                      Press any key to continue
                      
                      ======== Start marking the full check here =========
                      
                      Skript v.2022-12-13
                      
                      *** BASE SYSTEM ***
                      Model           : Raspberry Pi 4 Model B Rev 1.4
                      Architecture:   armv7l
                      Docker:         false
                      Virtualization: none
                      Distributor ID: Raspbian
                      Description:    Raspbian GNU/Linux 11 (bullseye)
                      Release:        11
                      Codename:       bullseye
                      
                      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                      NAME="Raspbian GNU/Linux"
                      VERSION_ID="11"
                      VERSION="11 (bullseye)"
                      VERSION_CODENAME=bullseye
                      ID=raspbian
                      ID_LIKE=debian
                      HOME_URL="http://www.raspbian.org/"
                      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                      
                      Systemuptime and Load:
                       22:15:29 up  1:38,  2 users,  load average: 0.93, 0.51, 0.50
                      CPU threads: 4
                      
                      *** Time and Time Zones ***
                      Sun Dec 25 21:15:29 UTC 2022
                      Sun Dec 25 22:15:29 CET 2022
                      CET +0100
                      Europe/Berlin
                      
                      *** User and Groups ***
                      pi
                      /home/pi
                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop:
                      Terminal:       tty
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            1.9G        1.5G        179M        0.0K        212M        418M
                      Swap:            99M         99M        0.0K
                      Total:          2.0G        1.6G        180M
                      
                               1872 M total memory
                               1480 M used memory
                                190 M active memory
                               1391 M inactive memory
                                179 M free memory
                                 35 M buffer memory
                                176 M swap cache
                                 99 M total swap
                                 99 M used swap
                                  0 M free swap
                      
                      *** FILESYSTEM ***
                      Filesystem                                Type      Size  Used Avail Use% Mounted on
                      /dev/root                                 ext4       29G  6.2G   22G  23% /
                      devtmpfs                                  devtmpfs  776M     0  776M   0% /dev
                      tmpfs                                     tmpfs     937M     0  937M   0% /dev/shm
                      tmpfs                                     tmpfs     375M  812K  374M   1% /run
                      tmpfs                                     tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                      /dev/mmcblk0p1                            vfat      253M   50M  203M  20% /boot
                      tmpfs                                     tmpfs     188M     0  188M   0% /run/user/1000
                      //192.168.178.1/IceDBox/IOBROKER/ioBroker cifs      4.1G  176M  4.0G   5% /opt/iobroker/backups
                      
                      Show mounted filesystems (real ones only):
                      TARGET                  SOURCE                                    FSTYPE OPTIONS
                      /                       /dev/mmcblk0p2                            ext4   rw,noatime
                      |-/boot                 /dev/mmcblk0p1                            vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                      `-/opt/iobroker/backups //192.168.178.1/IceDBox/IOBROKER/ioBroker cifs   rw,relatime,vers=3.1.1,cache=strict,username=ioB_Backup,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.178.1,file_mode=0777,dir_mode=0777,soft,nounix,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1
                      
                      Files in neuralgic directories:
                      
                      /var:
                      2.6G    /var/
                      2.2G    /var/log/journal/25070aeb79f44c94a7f7bcc85e4ba968
                      2.2G    /var/log/journal
                      2.2G    /var/log
                      138M    /var/cache
                      
                      /opt/iobroker/backups:
                      148M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      751M    /opt/iobroker/iobroker-data/
                      344M    /opt/iobroker/iobroker-data/files
                      249M    /opt/iobroker/iobroker-data/backup-objects
                      74M     /opt/iobroker/iobroker-data/files/vis.0
                      72M     /opt/iobroker/iobroker-data/files/telegram.admin
                      
                      The five largest files in iobroker-data are:
                      139M    /opt/iobroker/iobroker-data/states.jsonl
                      20M     /opt/iobroker/iobroker-data/objects.jsonl
                      15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                      8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                      8.0M    /opt/iobroker/iobroker-data/backup-objects/2022-12-24_18-41_states.jsonl.gz
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v16.19.0
                      /usr/bin/node           v16.19.0
                      /usr/bin/npm            8.19.3
                      
                      nodejs:
                        Installed: 16.19.0-deb-1nodesource1
                        Candidate: 16.19.0-deb-1nodesource1
                        Version table:
                       *** 16.19.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                              100 /var/lib/dpkg/status
                           12.22.12~dfsg-1~deb11u1 500
                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                      
                      Temp directories causing npm8 problem: 0
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Core adapters versions
                      js-controller:  4.0.23
                      admin:          6.3.5
                      
                      Adapters from github:   0
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.hue.0                    : hue                   : ioBroker                                 -  enabled, port: 443
                      + system.adapter.lgtv11.0                 : lgtv11                : ioBroker                                 -  enabled, port: 8080
                      + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      ioBroker-Repositories
                      stable        : http://download.iobroker.net/sources-dist.json
                      beta          : http://download.iobroker.net/sources-dist-latest.json
                      
                      Active repo(s): stable
                      
                      ioBroker-Instances
                      Used repository: stable
                      Adapter    "accuweather"  : 1.2.1    , installed 1.2.4
                      Adapter    "admin"        : 6.3.5    , installed 6.3.5
                      Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                      Adapter    "backitup"     : 2.5.9    , installed 2.5.9
                      Adapter    "bring"        : 1.8.1    , installed 1.8.1
                      Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                      Adapter    "daswetter"    : 3.1.4    , installed 3.1.4
                      Adapter    "denon"        : 1.13.4   , installed 1.13.4
                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                      Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                      Adapter    "fb-checkpresence": 1.1.20, installed 1.1.20
                      Adapter    "followthesun" : 0.4.0    , installed 0.4.0
                      Adapter    "ham"          : 5.3.1    , installed 5.3.1
                      Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                      Adapter    "heos"         : 1.10.0   , installed 1.10.0
                      Adapter    "hue"          : 3.7.1    , installed 3.7.1
                      Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                      Adapter    "ical"         : 1.13.2   , installed 1.13.2
                      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                      Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
                      Adapter    "meross"       : 1.14.0   , installed 1.14.0
                      Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                      Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "socketio"     : 4.2.0    , installed 6.1.8
                      Adapter    "spotify-premium": 1.2.1  , installed 1.2.2
                      Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                      Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                      Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                      Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                      Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                      Adapter    "vis-icontwo"  : 0.90.0   , installed 0.90.0
                      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "web"          : 4.3.0    , installed 5.2.4
                      Adapter    "ws"           : 1.3.0    , installed 2.1.3
                      Adapter    "yr"           : 5.3.0    , installed 5.3.0
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        26616
                      States:         22293
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:3 https://deb.nodesource.com/node_16.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14362      502/sshd: /usr/sbin
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14530      469/iobroker.js-con
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       14405      469/iobroker.js-con
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14364      502/sshd: /usr/sbin
                      tcp6       0      0 :::61991                :::*                    LISTEN      1001       17777      1609/io.harmony.0
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19693      1786/io.web.0
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       80147      6245/io.admin.0
                      udp        0      0 0.0.0.0:49103           0.0.0.0:*                           1001       19311      1624/io.heos.0
                      udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       17778      1609/io.harmony.0
                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       15257      1121/io.shelly.0
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12953      755/dhcpcd
                      udp        0      0 0.0.0.0:53431           0.0.0.0:*                           108        10238      344/avahi-daemon: r
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       19009      1461/io.chromecast.
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10236      344/avahi-daemon: r
                      udp6       0      0 :::546                  :::*                                0          12964      755/dhcpcd
                      udp6       0      0 :::5353                 :::*                                108        10237      344/avahi-daemon: r
                      udp6       0      0 :::47412                :::*                                108        10239      344/avahi-daemon: r
                      
                      ============ Mark until here for C&P =============
                      
                      iob diag has finished.
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • I IceD112

                        @thomas-braun

                        
                        *** ioBroker Diagnosis ***
                        
                        Please stretch the window of your terminal programm (puTTY) as wide as possible                                                                                                                                                              or switch to full screen
                        
                        The following checks may give hints to potential malconfigurations or errors, pl                                                                                                                                                             ease post them in our forum:
                        
                        https://forum.iobroker.net
                        
                        Just copy and paste the Summary Page, including the ``` characters at start and                                                                                                                                                              end.
                        It helps us to help you!
                        
                        Press any key to continue
                        
                        ======== Start marking the full check here =========
                        
                        Skript v.2022-12-13
                        
                        *** BASE SYSTEM ***
                        Model           : Raspberry Pi 4 Model B Rev 1.4
                        Architecture:   armv7l
                        Docker:         false
                        Virtualization: none
                        Distributor ID: Raspbian
                        Description:    Raspbian GNU/Linux 11 (bullseye)
                        Release:        11
                        Codename:       bullseye
                        
                        PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                        NAME="Raspbian GNU/Linux"
                        VERSION_ID="11"
                        VERSION="11 (bullseye)"
                        VERSION_CODENAME=bullseye
                        ID=raspbian
                        ID_LIKE=debian
                        HOME_URL="http://www.raspbian.org/"
                        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                        
                        Systemuptime and Load:
                         22:15:29 up  1:38,  2 users,  load average: 0.93, 0.51, 0.50
                        CPU threads: 4
                        
                        *** Time and Time Zones ***
                        Sun Dec 25 21:15:29 UTC 2022
                        Sun Dec 25 22:15:29 CET 2022
                        CET +0100
                        Europe/Berlin
                        
                        *** User and Groups ***
                        pi
                        /home/pi
                        pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                        
                        *** X-Server-Setup ***
                        X-Server:       false
                        Desktop:
                        Terminal:       tty
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            1.9G        1.5G        179M        0.0K        212M        418M
                        Swap:            99M         99M        0.0K
                        Total:          2.0G        1.6G        180M
                        
                                 1872 M total memory
                                 1480 M used memory
                                  190 M active memory
                                 1391 M inactive memory
                                  179 M free memory
                                   35 M buffer memory
                                  176 M swap cache
                                   99 M total swap
                                   99 M used swap
                                    0 M free swap
                        
                        *** FILESYSTEM ***
                        Filesystem                                Type      Size  Used Avail Use% Mounted on
                        /dev/root                                 ext4       29G  6.2G   22G  23% /
                        devtmpfs                                  devtmpfs  776M     0  776M   0% /dev
                        tmpfs                                     tmpfs     937M     0  937M   0% /dev/shm
                        tmpfs                                     tmpfs     375M  812K  374M   1% /run
                        tmpfs                                     tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                        /dev/mmcblk0p1                            vfat      253M   50M  203M  20% /boot
                        tmpfs                                     tmpfs     188M     0  188M   0% /run/user/1000
                        //192.168.178.1/IceDBox/IOBROKER/ioBroker cifs      4.1G  176M  4.0G   5% /opt/iobroker/backups
                        
                        Show mounted filesystems (real ones only):
                        TARGET                  SOURCE                                    FSTYPE OPTIONS
                        /                       /dev/mmcblk0p2                            ext4   rw,noatime
                        |-/boot                 /dev/mmcblk0p1                            vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                        `-/opt/iobroker/backups //192.168.178.1/IceDBox/IOBROKER/ioBroker cifs   rw,relatime,vers=3.1.1,cache=strict,username=ioB_Backup,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.178.1,file_mode=0777,dir_mode=0777,soft,nounix,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1
                        
                        Files in neuralgic directories:
                        
                        /var:
                        2.6G    /var/
                        2.2G    /var/log/journal/25070aeb79f44c94a7f7bcc85e4ba968
                        2.2G    /var/log/journal
                        2.2G    /var/log
                        138M    /var/cache
                        
                        /opt/iobroker/backups:
                        148M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        751M    /opt/iobroker/iobroker-data/
                        344M    /opt/iobroker/iobroker-data/files
                        249M    /opt/iobroker/iobroker-data/backup-objects
                        74M     /opt/iobroker/iobroker-data/files/vis.0
                        72M     /opt/iobroker/iobroker-data/files/telegram.admin
                        
                        The five largest files in iobroker-data are:
                        139M    /opt/iobroker/iobroker-data/states.jsonl
                        20M     /opt/iobroker/iobroker-data/objects.jsonl
                        15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                        8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                        8.0M    /opt/iobroker/iobroker-data/backup-objects/2022-12-24_18-41_states.jsonl.gz
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v16.19.0
                        /usr/bin/node           v16.19.0
                        /usr/bin/npm            8.19.3
                        
                        nodejs:
                          Installed: 16.19.0-deb-1nodesource1
                          Candidate: 16.19.0-deb-1nodesource1
                          Version table:
                         *** 16.19.0-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                100 /var/lib/dpkg/status
                             12.22.12~dfsg-1~deb11u1 500
                                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                        
                        Temp directories causing npm8 problem: 0
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller:  4.0.23
                        admin:          6.3.5
                        
                        Adapters from github:   0
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.hue.0                    : hue                   : ioBroker                                 -  enabled, port: 443
                        + system.adapter.lgtv11.0                 : lgtv11                : ioBroker                                 -  enabled, port: 8080
                        + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        ioBroker-Repositories
                        stable        : http://download.iobroker.net/sources-dist.json
                        beta          : http://download.iobroker.net/sources-dist-latest.json
                        
                        Active repo(s): stable
                        
                        ioBroker-Instances
                        Used repository: stable
                        Adapter    "accuweather"  : 1.2.1    , installed 1.2.4
                        Adapter    "admin"        : 6.3.5    , installed 6.3.5
                        Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                        Adapter    "backitup"     : 2.5.9    , installed 2.5.9
                        Adapter    "bring"        : 1.8.1    , installed 1.8.1
                        Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                        Adapter    "daswetter"    : 3.1.4    , installed 3.1.4
                        Adapter    "denon"        : 1.13.4   , installed 1.13.4
                        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                        Adapter    "fb-checkpresence": 1.1.20, installed 1.1.20
                        Adapter    "followthesun" : 0.4.0    , installed 0.4.0
                        Adapter    "ham"          : 5.3.1    , installed 5.3.1
                        Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                        Adapter    "heos"         : 1.10.0   , installed 1.10.0
                        Adapter    "hue"          : 3.7.1    , installed 3.7.1
                        Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                        Adapter    "ical"         : 1.13.2   , installed 1.13.2
                        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                        Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                        Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                        Controller "js-controller": 4.0.23   , installed 4.0.23
                        Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                        Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
                        Adapter    "meross"       : 1.14.0   , installed 1.14.0
                        Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                        Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "socketio"     : 4.2.0    , installed 6.1.8
                        Adapter    "spotify-premium": 1.2.1  , installed 1.2.2
                        Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                        Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                        Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                        Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                        Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                        Adapter    "vis-icontwo"  : 0.90.0   , installed 0.90.0
                        Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "web"          : 4.3.0    , installed 5.2.4
                        Adapter    "ws"           : 1.3.0    , installed 2.1.3
                        Adapter    "yr"           : 5.3.0    , installed 5.3.0
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        26616
                        States:         22293
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:3 https://deb.nodesource.com/node_16.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14362      502/sshd: /usr/sbin
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14530      469/iobroker.js-con
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       14405      469/iobroker.js-con
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          14364      502/sshd: /usr/sbin
                        tcp6       0      0 :::61991                :::*                    LISTEN      1001       17777      1609/io.harmony.0
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19693      1786/io.web.0
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       80147      6245/io.admin.0
                        udp        0      0 0.0.0.0:49103           0.0.0.0:*                           1001       19311      1624/io.heos.0
                        udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       17778      1609/io.harmony.0
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       15257      1121/io.shelly.0
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12953      755/dhcpcd
                        udp        0      0 0.0.0.0:53431           0.0.0.0:*                           108        10238      344/avahi-daemon: r
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       19009      1461/io.chromecast.
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10236      344/avahi-daemon: r
                        udp6       0      0 :::546                  :::*                                0          12964      755/dhcpcd
                        udp6       0      0 :::5353                 :::*                                108        10237      344/avahi-daemon: r
                        udp6       0      0 :::47412                :::*                                108        10239      344/avahi-daemon: r
                        
                        ============ Mark until here for C&P =============
                        
                        iob diag has finished.
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #31

                        @iced112

                        Passt.
                        Tendenziell geht dir aber der Arbeitsspeicher aus. Musst du mal beobachten.

                        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

                        I 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @iced112

                          Passt.
                          Tendenziell geht dir aber der Arbeitsspeicher aus. Musst du mal beobachten.

                          I Offline
                          I Offline
                          IceD112
                          schrieb am zuletzt editiert von
                          #32

                          @thomas-braun
                          Ok, ist mir noch garnicht aufgefallen. Ich denke da wird auf kurz oder lang nicht mehr viel an Adaptern etc dazu kommen. Den PI kann man wohl nicht aufrüsten? Oder kann man da administrativ was dran drehen?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • I IceD112

                            @thomas-braun
                            Ok, ist mir noch garnicht aufgefallen. Ich denke da wird auf kurz oder lang nicht mehr viel an Adaptern etc dazu kommen. Den PI kann man wohl nicht aufrüsten? Oder kann man da administrativ was dran drehen?

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

                            @iced112 sagte in Admin startet nicht mehr:

                            Den PI kann man wohl nicht aufrüsten?

                            Nein.

                            Oder kann man da administrativ was dran drehen?

                            Ich würde überlegen ob du die Adapter wirklich alle benötigst. Da sind bestimmt zwei, drei dabei die entbehrlich sind.

                            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
                            • P Offline
                              P Offline
                              PhoenixCR
                              schrieb am zuletzt editiert von
                              #34

                              @djmarc75 sagte in Admin startet nicht mehr:

                              iobroker start admin

                              Hallo an alle, bei mir stürzt nämlich auch der Admin ab und zu ab.
                              Der Instanz ist nicht immer in die liste an. Wenn ich es Manuel starte, läuft es eine weile.
                              Der iobroker diag Befehl, gibt bei mir nur die help liste aus, komisch.

                              pi@HomeAutomation:~ $ iobroker list instances
                                system.adapter.admin.0                  : admin                 : HomeAutomation                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.backitup.0               : backitup              : HomeAutomation                           -  enabled
                              + system.adapter.chromecast.0             : chromecast            : HomeAutomation                           -  enabled
                                system.adapter.daswetter.0              : daswetter             : HomeAutomation                           - disabled
                              + system.adapter.device-reminder.0        : device-reminder       : HomeAutomation                           -  enabled
                                system.adapter.devices.0                : devices               : HomeAutomation                           -  enabled
                              + system.adapter.discovery.0              : discovery             : HomeAutomation                           -  enabled
                              + system.adapter.ds18b20.0                : ds18b20               : HomeAutomation                           -  enabled
                                system.adapter.echarts.0                : echarts               : HomeAutomation                           - disabled
                              + system.adapter.email.0                  : email                 : HomeAutomation                           -  enabled
                                system.adapter.feiertage.0              : feiertage             : HomeAutomation                           - disabled
                                system.adapter.flot.0                   : flot                  : HomeAutomation                           -  enabled
                                system.adapter.fully-tablet-control.0   : fully-tablet-control  : HomeAutomation                           - disabled
                              + system.adapter.ham.0                    : ham                   : HomeAutomation                           -  enabled
                                system.adapter.heatingcontrol.0         : heatingcontrol        : HomeAutomation                           - disabled
                                system.adapter.history.0                : history               : HomeAutomation                           -  enabled
                                system.adapter.i2c.0                    : i2c                   : HomeAutomation                           - disabled
                                system.adapter.ical.0                   : ical                  : HomeAutomation                           -  enabled
                                system.adapter.icons-icons8.0           : icons-icons8          : HomeAutomation                           -  enabled
                                system.adapter.icons-material-png.0     : icons-material-png    : HomeAutomation                           -  enabled
                                system.adapter.icons-mfd-png.0          : icons-mfd-png         : HomeAutomation                           -  enabled
                                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : HomeAutomation                           -  enabled
                                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: HomeAutomation                           -  enabled
                              + system.adapter.influxdb.0               : influxdb              : HomeAutomation                           -  enabled, port: 8086
                              + system.adapter.info.0                   : info                  : HomeAutomation                           -  enabled
                              + system.adapter.iot.0                    : iot                   : HomeAutomation                           -  enabled
                              + system.adapter.jarvis.0                 : jarvis                : HomeAutomation                           -  enabled
                              + system.adapter.javascript.0             : javascript            : HomeAutomation                           -  enabled
                                system.adapter.lgtv.0                   : lgtv                  : HomeAutomation                           - disabled
                              + system.adapter.modbus.0                 : modbus                : HomeAutomation                           -  enabled
                                system.adapter.modbus.1                 : modbus                : HomeAutomation                           - disabled
                              + system.adapter.modbus.2                 : modbus                : HomeAutomation                           -  enabled
                              + system.adapter.mqtt.0                   : mqtt                  : HomeAutomation                           -  enabled, port: 1885, bind: 0.0.0.0
                              + system.adapter.net-tools.0              : net-tools             : HomeAutomation                           -  enabled
                              + system.adapter.node-red.0               : node-red              : HomeAutomation                           -  enabled, port: 1880, bind: 0.0.0.0
                                system.adapter.paw.0                    : paw                   : HomeAutomation                           - disabled, port: 2323
                                system.adapter.ping.0                   : ping                  : HomeAutomation                           - disabled
                                system.adapter.pushsafer.0              : pushsafer             : HomeAutomation                           - disabled
                              + system.adapter.rpi2.0                   : rpi2                  : HomeAutomation                           -  enabled
                                system.adapter.samsung.0                : samsung               : HomeAutomation                           - disabled
                                system.adapter.samsung_tizen.0          : samsung_tizen         : HomeAutomation                           - disabled, port: 8002
                              + system.adapter.sayit.0                  : sayit                 : HomeAutomation                           -  enabled, port: 0
                                system.adapter.schoolfree.0             : schoolfree            : HomeAutomation                           -  enabled
                                system.adapter.shuttercontrol.0         : shuttercontrol        : HomeAutomation                           - disabled
                              + system.adapter.sonoff.0                 : sonoff                : HomeAutomation                           -  enabled, port: 1883, bind: 0.0.0.0
                                system.adapter.speedport.0              : speedport             : HomeAutomation                           - disabled
                              + system.adapter.tankerkoenig.0           : tankerkoenig          : HomeAutomation                           -  enabled
                              + system.adapter.telegram.0               : telegram              : HomeAutomation                           -  enabled, port: 8443, bind: 0.0.0.0
                              + system.adapter.text2command.0           : text2command          : HomeAutomation                           -  enabled
                                system.adapter.trashschedule.0          : trashschedule         : HomeAutomation                           - disabled
                              + system.adapter.tuya.0                   : tuya                  : HomeAutomation                           -  enabled
                              + system.adapter.virtualpowermeter.0      : virtualpowermeter     : HomeAutomation                           -  enabled
                                system.adapter.vis-bars.0               : vis-bars              : HomeAutomation                           -  enabled
                                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : HomeAutomation                           -  enabled
                                system.adapter.vis-colorpicker.0        : vis-colorpicker       : HomeAutomation                           -  enabled
                                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : HomeAutomation                           -  enabled
                                system.adapter.vis-google-fonts.0       : vis-google-fonts      : HomeAutomation                           -  enabled
                                system.adapter.vis-history.0            : vis-history           : HomeAutomation                           -  enabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : HomeAutomation                           -  enabled
                                system.adapter.vis-icontwo.0            : vis-icontwo           : HomeAutomation                           -  enabled
                              + system.adapter.vis-inventwo.0           : vis-inventwo          : HomeAutomation                           -  enabled
                                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : HomeAutomation                           -  enabled
                                system.adapter.vis-justgage.0           : vis-justgage          : HomeAutomation                           -  enabled
                                system.adapter.vis-keyboard.0           : vis-keyboard          : HomeAutomation                           -  enabled
                                system.adapter.vis-lcars.0              : vis-lcars             : HomeAutomation                           -  enabled
                                system.adapter.vis-map.0                : vis-map               : HomeAutomation                           -  enabled
                                system.adapter.vis-material-advanced.0  : vis-material-advanced : HomeAutomation                           -  enabled
                                system.adapter.vis-metro.0              : vis-metro             : HomeAutomation                           -  enabled
                                system.adapter.vis-players.0            : vis-players           : HomeAutomation                           -  enabled
                                system.adapter.vis-plumb.0              : vis-plumb             : HomeAutomation                           -  enabled
                                system.adapter.vis-rgraph.0             : vis-rgraph            : HomeAutomation                           -  enabled
                                system.adapter.vis.0                    : vis                   : HomeAutomation                           -  enabled
                              + system.adapter.web.0                    : web                   : HomeAutomation                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : HomeAutomation                           - disabled
                                system.adapter.whatsapp-cmb.1           : whatsapp-cmb          : HomeAutomation                           - disabled
                                system.adapter.wifilight.0              : wifilight             : HomeAutomation                           - disabled
                              + system.adapter.yahka.0                  : yahka                 : HomeAutomation                           -  enabled
                                system.adapter.yahka.1                  : yahka                 : HomeAutomation                           - disabled
                              
                              + instance is alive
                              pi@HomeAutomation:~ $ iobroker diag
                              iobroker [command]
                              
                              Commands:
                                iobroker setup                                               Setup ioBroker
                                iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                                iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                                iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
                                iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                iobroker info                                                Shows the host info
                                iobroker logs [<adapter>]                                    Monitor log
                                iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                iobroker upgrade                                             Upgrade management
                                iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                iobroker object                                              Object management  [aliases: o]
                                iobroker state                                               State management  [aliases: s]
                                iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                iobroker list <type> [<filter>]                              List all entries, like objects
                                iobroker chmod <mode> <file>                                 Change file rights
                                iobroker chown <user> <group> <file>                         Change file ownership
                                iobroker touch <file>                                        Touch file
                                iobroker rm <file>                                           Remove file
                                iobroker file                                                File management
                                iobroker user                                                User commands
                                iobroker group                                               group management
                                iobroker host <hostname>                                     Set host to given hostname
                                iobroker set <adapter>.<instance>                            Change settings of adapter config
                                iobroker license <license.file or license.text>              Update license by given file
                                iobroker cert                                                Certificate management
                                iobroker clean <yes>                                         Clears all objects and states
                                iobroker backup                                              Create backup
                                iobroker restore <backup name or path>                       Restore a specified backup
                                iobroker validate <backup name or path>                      Validate a specified backup
                                iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                iobroker repo [<name>]                                       Show repo information
                                iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                iobroker unsetup                                             Reset license, installation secret and language
                                iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                iobroker multihost                                           Multihost management
                                iobroker compact                                             compact group management
                                iobroker plugin                                              Plugin management
                                iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                              
                              Options:
                                --help  Show help  [boolean]
                              
                              

                              ich habe keine ideen mehr was es sein könnte.
                              danke schn mal im voraus für eure Hilfe.

                              Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                              0
                              • P PhoenixCR

                                @djmarc75 sagte in Admin startet nicht mehr:

                                iobroker start admin

                                Hallo an alle, bei mir stürzt nämlich auch der Admin ab und zu ab.
                                Der Instanz ist nicht immer in die liste an. Wenn ich es Manuel starte, läuft es eine weile.
                                Der iobroker diag Befehl, gibt bei mir nur die help liste aus, komisch.

                                pi@HomeAutomation:~ $ iobroker list instances
                                  system.adapter.admin.0                  : admin                 : HomeAutomation                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.backitup.0               : backitup              : HomeAutomation                           -  enabled
                                + system.adapter.chromecast.0             : chromecast            : HomeAutomation                           -  enabled
                                  system.adapter.daswetter.0              : daswetter             : HomeAutomation                           - disabled
                                + system.adapter.device-reminder.0        : device-reminder       : HomeAutomation                           -  enabled
                                  system.adapter.devices.0                : devices               : HomeAutomation                           -  enabled
                                + system.adapter.discovery.0              : discovery             : HomeAutomation                           -  enabled
                                + system.adapter.ds18b20.0                : ds18b20               : HomeAutomation                           -  enabled
                                  system.adapter.echarts.0                : echarts               : HomeAutomation                           - disabled
                                + system.adapter.email.0                  : email                 : HomeAutomation                           -  enabled
                                  system.adapter.feiertage.0              : feiertage             : HomeAutomation                           - disabled
                                  system.adapter.flot.0                   : flot                  : HomeAutomation                           -  enabled
                                  system.adapter.fully-tablet-control.0   : fully-tablet-control  : HomeAutomation                           - disabled
                                + system.adapter.ham.0                    : ham                   : HomeAutomation                           -  enabled
                                  system.adapter.heatingcontrol.0         : heatingcontrol        : HomeAutomation                           - disabled
                                  system.adapter.history.0                : history               : HomeAutomation                           -  enabled
                                  system.adapter.i2c.0                    : i2c                   : HomeAutomation                           - disabled
                                  system.adapter.ical.0                   : ical                  : HomeAutomation                           -  enabled
                                  system.adapter.icons-icons8.0           : icons-icons8          : HomeAutomation                           -  enabled
                                  system.adapter.icons-material-png.0     : icons-material-png    : HomeAutomation                           -  enabled
                                  system.adapter.icons-mfd-png.0          : icons-mfd-png         : HomeAutomation                           -  enabled
                                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : HomeAutomation                           -  enabled
                                  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: HomeAutomation                           -  enabled
                                + system.adapter.influxdb.0               : influxdb              : HomeAutomation                           -  enabled, port: 8086
                                + system.adapter.info.0                   : info                  : HomeAutomation                           -  enabled
                                + system.adapter.iot.0                    : iot                   : HomeAutomation                           -  enabled
                                + system.adapter.jarvis.0                 : jarvis                : HomeAutomation                           -  enabled
                                + system.adapter.javascript.0             : javascript            : HomeAutomation                           -  enabled
                                  system.adapter.lgtv.0                   : lgtv                  : HomeAutomation                           - disabled
                                + system.adapter.modbus.0                 : modbus                : HomeAutomation                           -  enabled
                                  system.adapter.modbus.1                 : modbus                : HomeAutomation                           - disabled
                                + system.adapter.modbus.2                 : modbus                : HomeAutomation                           -  enabled
                                + system.adapter.mqtt.0                   : mqtt                  : HomeAutomation                           -  enabled, port: 1885, bind: 0.0.0.0
                                + system.adapter.net-tools.0              : net-tools             : HomeAutomation                           -  enabled
                                + system.adapter.node-red.0               : node-red              : HomeAutomation                           -  enabled, port: 1880, bind: 0.0.0.0
                                  system.adapter.paw.0                    : paw                   : HomeAutomation                           - disabled, port: 2323
                                  system.adapter.ping.0                   : ping                  : HomeAutomation                           - disabled
                                  system.adapter.pushsafer.0              : pushsafer             : HomeAutomation                           - disabled
                                + system.adapter.rpi2.0                   : rpi2                  : HomeAutomation                           -  enabled
                                  system.adapter.samsung.0                : samsung               : HomeAutomation                           - disabled
                                  system.adapter.samsung_tizen.0          : samsung_tizen         : HomeAutomation                           - disabled, port: 8002
                                + system.adapter.sayit.0                  : sayit                 : HomeAutomation                           -  enabled, port: 0
                                  system.adapter.schoolfree.0             : schoolfree            : HomeAutomation                           -  enabled
                                  system.adapter.shuttercontrol.0         : shuttercontrol        : HomeAutomation                           - disabled
                                + system.adapter.sonoff.0                 : sonoff                : HomeAutomation                           -  enabled, port: 1883, bind: 0.0.0.0
                                  system.adapter.speedport.0              : speedport             : HomeAutomation                           - disabled
                                + system.adapter.tankerkoenig.0           : tankerkoenig          : HomeAutomation                           -  enabled
                                + system.adapter.telegram.0               : telegram              : HomeAutomation                           -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.text2command.0           : text2command          : HomeAutomation                           -  enabled
                                  system.adapter.trashschedule.0          : trashschedule         : HomeAutomation                           - disabled
                                + system.adapter.tuya.0                   : tuya                  : HomeAutomation                           -  enabled
                                + system.adapter.virtualpowermeter.0      : virtualpowermeter     : HomeAutomation                           -  enabled
                                  system.adapter.vis-bars.0               : vis-bars              : HomeAutomation                           -  enabled
                                  system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : HomeAutomation                           -  enabled
                                  system.adapter.vis-colorpicker.0        : vis-colorpicker       : HomeAutomation                           -  enabled
                                  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : HomeAutomation                           -  enabled
                                  system.adapter.vis-google-fonts.0       : vis-google-fonts      : HomeAutomation                           -  enabled
                                  system.adapter.vis-history.0            : vis-history           : HomeAutomation                           -  enabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : HomeAutomation                           -  enabled
                                  system.adapter.vis-icontwo.0            : vis-icontwo           : HomeAutomation                           -  enabled
                                + system.adapter.vis-inventwo.0           : vis-inventwo          : HomeAutomation                           -  enabled
                                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : HomeAutomation                           -  enabled
                                  system.adapter.vis-justgage.0           : vis-justgage          : HomeAutomation                           -  enabled
                                  system.adapter.vis-keyboard.0           : vis-keyboard          : HomeAutomation                           -  enabled
                                  system.adapter.vis-lcars.0              : vis-lcars             : HomeAutomation                           -  enabled
                                  system.adapter.vis-map.0                : vis-map               : HomeAutomation                           -  enabled
                                  system.adapter.vis-material-advanced.0  : vis-material-advanced : HomeAutomation                           -  enabled
                                  system.adapter.vis-metro.0              : vis-metro             : HomeAutomation                           -  enabled
                                  system.adapter.vis-players.0            : vis-players           : HomeAutomation                           -  enabled
                                  system.adapter.vis-plumb.0              : vis-plumb             : HomeAutomation                           -  enabled
                                  system.adapter.vis-rgraph.0             : vis-rgraph            : HomeAutomation                           -  enabled
                                  system.adapter.vis.0                    : vis                   : HomeAutomation                           -  enabled
                                + system.adapter.web.0                    : web                   : HomeAutomation                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : HomeAutomation                           - disabled
                                  system.adapter.whatsapp-cmb.1           : whatsapp-cmb          : HomeAutomation                           - disabled
                                  system.adapter.wifilight.0              : wifilight             : HomeAutomation                           - disabled
                                + system.adapter.yahka.0                  : yahka                 : HomeAutomation                           -  enabled
                                  system.adapter.yahka.1                  : yahka                 : HomeAutomation                           - disabled
                                
                                + instance is alive
                                pi@HomeAutomation:~ $ iobroker diag
                                iobroker [command]
                                
                                Commands:
                                  iobroker setup                                               Setup ioBroker
                                  iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                                  iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                                  iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
                                  iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                  iobroker info                                                Shows the host info
                                  iobroker logs [<adapter>]                                    Monitor log
                                  iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                  iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                  iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                  iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                  iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                  iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                  iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                  iobroker upgrade                                             Upgrade management
                                  iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                  iobroker object                                              Object management  [aliases: o]
                                  iobroker state                                               State management  [aliases: s]
                                  iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                  iobroker list <type> [<filter>]                              List all entries, like objects
                                  iobroker chmod <mode> <file>                                 Change file rights
                                  iobroker chown <user> <group> <file>                         Change file ownership
                                  iobroker touch <file>                                        Touch file
                                  iobroker rm <file>                                           Remove file
                                  iobroker file                                                File management
                                  iobroker user                                                User commands
                                  iobroker group                                               group management
                                  iobroker host <hostname>                                     Set host to given hostname
                                  iobroker set <adapter>.<instance>                            Change settings of adapter config
                                  iobroker license <license.file or license.text>              Update license by given file
                                  iobroker cert                                                Certificate management
                                  iobroker clean <yes>                                         Clears all objects and states
                                  iobroker backup                                              Create backup
                                  iobroker restore <backup name or path>                       Restore a specified backup
                                  iobroker validate <backup name or path>                      Validate a specified backup
                                  iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                  iobroker repo [<name>]                                       Show repo information
                                  iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                  iobroker unsetup                                             Reset license, installation secret and language
                                  iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                  iobroker multihost                                           Multihost management
                                  iobroker compact                                             compact group management
                                  iobroker plugin                                              Plugin management
                                  iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                                
                                Options:
                                  --help  Show help  [boolean]
                                
                                

                                ich habe keine ideen mehr was es sein könnte.
                                danke schn mal im voraus für eure Hilfe.

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

                                @phoenixcr

                                iobroker stop 
                                iobroker fix
                                iobroker start
                                iobroker diag
                                

                                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

                                P 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @phoenixcr

                                  iobroker stop 
                                  iobroker fix
                                  iobroker start
                                  iobroker diag
                                  
                                  P Offline
                                  P Offline
                                  PhoenixCR
                                  schrieb am zuletzt editiert von PhoenixCR
                                  #36

                                  @thomas-braun

                                  Hallo Thomas, danke, es hat funktioniert.
                                  Anbei das Ergebnis.

                                  ======================= SUMMARY =======================
                                  			v.2022-12-13
                                  
                                  
                                  Operatingsystem: 	Raspbian GNU/Linux 10 (buster)
                                  Installation: 		Native
                                  Timezone: 		Europe/Berlin
                                  User-ID: 		1000
                                  X-Server: 		true
                                  
                                  Pending OS-Updates: 	74
                                  
                                  Nodejs-Installation: 	/usr/bin/nodejs 	v16.17.1
                                  			/usr/bin/node 		v16.17.1
                                  			/usr/bin/npm 		8.19.2
                                  
                                  ioBroker Core: 		js-controller 		4.0.23
                                  			admin 			6.3.5
                                  
                                  ioBroker Status: 	iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Pending iob updates: 	0
                                  
                                  Active repo(s): Stable (default)
                                  
                                  Objects: 		6537
                                  States: 		5071
                                  
                                  Size of iob-Database:
                                  
                                  8.8M	/opt/iobroker/iobroker-data/objects.jsonl
                                  6.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                                  6.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                                  2.2M	/opt/iobroker/iobroker-data/states.jsonl
                                  816K	/opt/iobroker/iobroker-data/states.json.migrated
                                  816K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                                  0	/opt/iobroker/iobroker-data/states.json.broken
                                  
                                  
                                  ====================== END OF SUMMARY ==================
                                  
                                  
                                  P Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • P PhoenixCR

                                    @thomas-braun

                                    Hallo Thomas, danke, es hat funktioniert.
                                    Anbei das Ergebnis.

                                    ======================= SUMMARY =======================
                                    			v.2022-12-13
                                    
                                    
                                    Operatingsystem: 	Raspbian GNU/Linux 10 (buster)
                                    Installation: 		Native
                                    Timezone: 		Europe/Berlin
                                    User-ID: 		1000
                                    X-Server: 		true
                                    
                                    Pending OS-Updates: 	74
                                    
                                    Nodejs-Installation: 	/usr/bin/nodejs 	v16.17.1
                                    			/usr/bin/node 		v16.17.1
                                    			/usr/bin/npm 		8.19.2
                                    
                                    ioBroker Core: 		js-controller 		4.0.23
                                    			admin 			6.3.5
                                    
                                    ioBroker Status: 	iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Pending iob updates: 	0
                                    
                                    Active repo(s): Stable (default)
                                    
                                    Objects: 		6537
                                    States: 		5071
                                    
                                    Size of iob-Database:
                                    
                                    8.8M	/opt/iobroker/iobroker-data/objects.jsonl
                                    6.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                                    6.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                                    2.2M	/opt/iobroker/iobroker-data/states.jsonl
                                    816K	/opt/iobroker/iobroker-data/states.json.migrated
                                    816K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                                    0	/opt/iobroker/iobroker-data/states.json.broken
                                    
                                    
                                    ====================== END OF SUMMARY ==================
                                    
                                    
                                    P Offline
                                    P Offline
                                    PhoenixCR
                                    schrieb am zuletzt editiert von PhoenixCR
                                    #37

                                    @phoenixcr

                                    
                                    
                                    
                                    *** ioBroker Diagnosis ***
                                    
                                    Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
                                    
                                    The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
                                    
                                    https://forum.iobroker.net
                                    
                                    Just copy and paste the Summary Page, including the ``` characters at start and end.
                                    It helps us to help you!
                                    
                                    Press any key to continue
                                    
                                    ======== Start marking the full check here =========
                                    
                                    Skript v.2022-12-13
                                    
                                    *** BASE SYSTEM ***
                                    Model		: Raspberry Pi 4 Model B Rev 1.4
                                    Architecture: 	armv7l
                                    Docker: 	false
                                    Virtualization: none
                                    Distributor ID:	Raspbian
                                    Description:	Raspbian GNU/Linux 10 (buster)
                                    Release:	10
                                    Codename:	buster
                                    
                                    PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                                    NAME="Raspbian GNU/Linux"
                                    VERSION_ID="10"
                                    VERSION="10 (buster)"
                                    VERSION_CODENAME=buster
                                    ID=raspbian
                                    ID_LIKE=debian
                                    HOME_URL="http://www.raspbian.org/"
                                    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                    
                                    Systemuptime and Load:
                                     10:39:03 up  2:24,  2 users,  load average: 2.11, 2.56, 2.59
                                    CPU threads: 4
                                    
                                    *** Time and Time Zones ***
                                    Tue Dec 27 09:39:03 UTC 2022
                                    Tue Dec 27 10:39:03 CET 2022
                                    CET +0100
                                    Europe/Berlin
                                    
                                    *** User and Groups ***
                                    pi
                                    /home/pi
                                    pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server: 	true
                                    Desktop: 	LXDE-pi
                                    Terminal: 	x11
                                    
                                    *** MEMORY ***
                                                  total        used        free      shared  buff/cache   available
                                    Mem:           7.9G        1.7G        4.6G        125M        1.7G        6.3G
                                    Swap:           99M          0B         99M
                                    Total:         8.0G        1.7G        4.7G
                                    
                                             7897 M total memory
                                             1677 M used memory
                                              526 M active memory
                                             2540 M inactive memory
                                             4551 M free memory
                                              240 M buffer memory
                                             1427 M swap cache
                                               99 M total swap
                                                0 M used swap
                                               99 M free swap
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    /dev/root      ext4      118G   13G  101G  11% /
                                    devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                    tmpfs          tmpfs     3.9G  1.7M  3.9G   1% /dev/shm
                                    tmpfs          tmpfs     3.9G   74M  3.8G   2% /run
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
                                    /dev/sda1      vfat      253M   49M  204M  20% /boot
                                    tmpfs          tmpfs     790M   12K  790M   1% /run/user/1000
                                    
                                    Show mounted filesystems (real ones only):
                                    TARGET                SOURCE     FSTYPE          OPTIONS
                                    /                     /dev/sda2  ext4            rw,noatime
                                    |-/sys/fs/bpf         none       bpf             rw,nosuid,nodev,noexec,relatime,mode=700
                                    |-/run/user/1000/gvfs gvfsd-fuse fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                    `-/boot               /dev/sda1  vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    2.6G	/var/
                                    1.1G	/var/cache/apt/archives
                                    1.1G	/var/cache/apt
                                    1.1G	/var/cache
                                    1002M	/var/log
                                    
                                    /opt/iobroker/backups:
                                    1.8G	/opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    786M	/opt/iobroker/iobroker-data/
                                    509M	/opt/iobroker/iobroker-data/files
                                    92M	/opt/iobroker/iobroker-data/node-red
                                    91M	/opt/iobroker/iobroker-data/node-red/node_modules
                                    86M	/opt/iobroker/iobroker-data/backup-objects
                                    
                                    The five largest files in iobroker-data are:
                                    33M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                                    15M	/opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                                    9.7M	/opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
                                    9.1M	/opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.bbf74d5f.chunk.js.map
                                    8.9M	/opt/iobroker/iobroker-data/files/echarts/static/js/2.3d2d025f.chunk.js.map
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs 	v16.17.1
                                    /usr/bin/node 		v16.17.1
                                    /usr/bin/npm 		8.19.2
                                    
                                    nodejs:
                                      Installed: 16.17.1-deb-1nodesource1
                                      Candidate: 16.19.0-deb-1nodesource1
                                      Version table:
                                         16.19.0-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                     *** 16.17.1-deb-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         10.24.0~dfsg-1~deb10u2 500
                                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller: 	4.0.23
                                    admin: 		6.3.5
                                    
                                    Adapters from github: 	3
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : HomeAutomation                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.influxdb.0               : influxdb              : HomeAutomation                           -  enabled, port: 8086
                                    + system.adapter.mqtt.0                   : mqtt                  : HomeAutomation                           -  enabled, port: 1885, bind: 0.0.0.0
                                    + system.adapter.node-red.0               : node-red              : HomeAutomation                           -  enabled, port: 1880, bind: 0.0.0.0
                                    + system.adapter.sayit.0                  : sayit                 : HomeAutomation                           -  enabled, port: 0
                                    + system.adapter.sonoff.0                 : sonoff                : HomeAutomation                           -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.telegram.0               : telegram              : HomeAutomation                           -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : HomeAutomation                           -  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): Stable (default)
                                    
                                    ioBroker-Instances
                                    Used repository: Stable (default)
                                    Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                    Adapter    "backitup"     : 2.5.9    , installed 2.5.9
                                    Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                                    Adapter    "daswetter"    : 3.1.4    , installed 3.1.4
                                    Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                    Adapter    "devices"      : 1.1.2    , installed 1.1.2
                                    Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                    Adapter    "ds18b20"      : 1.6.1    , installed 1.6.1
                                    Adapter    "echarts"      : 1.0.12   , installed 1.0.12
                                    Adapter    "email"        : 1.1.4    , installed 1.1.4
                                    Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                    Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                    Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                                    Adapter    "ham"          : 5.3.1    , installed 5.3.1
                                    Adapter    "heatingcontrol": 2.9.3   , installed 2.9.3
                                    Adapter    "history"      : 2.2.4    , installed 2.2.4
                                    Adapter    "i2c"          : 1.2.1    , installed 1.2.1
                                    Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                    Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                    Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                    Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                    Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                    Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                                    Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                    Adapter    "info"         : 1.9.19   , installed 1.9.19
                                    Adapter    "iot"          : 1.11.9   , installed 1.11.9
                                    Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                                    Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                    Controller "js-controller": 4.0.23   , installed 4.0.23
                                    Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                    Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                    Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                    Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                    Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                                    Adapter    "paw"          : 0.3.2    , installed 0.3.2
                                    Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                    Adapter    "places"       : 1.1.2    , installed 1.1.2
                                    Adapter    "psa"          : 0.0.11   , installed 0.0.11
                                    Adapter    "pushsafer"    : 1.0.3    , installed 1.0.3
                                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                    Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                    Adapter    "sayit"        : 1.12.3   , installed 1.12.3
                                    Adapter    "schoolfree"   : 1.0.1    , installed 1.0.1
                                    Adapter    "shuttercontrol": 1.4.18  , installed 1.4.18
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                    Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                    Adapter    "tankerkoenig" : 3.1.0    , installed 3.1.0
                                    Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                    Adapter    "text2command" : 2.3.0    , installed 2.3.0
                                    Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                                    Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                                    Adapter    "tuya"         : 3.11.1   , installed 3.11.1
                                    Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                                    Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                    Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                    Adapter    "vis-icontwo"  : 0.90.0   , installed 0.90.0
                                    Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                    Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                    Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                    Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
                                    Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                    Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                    Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                    Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                    Adapter    "web"          : 4.3.0    , installed 4.3.0
                                    Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                    Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                                    Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                    Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects: 	6537
                                    States: 	5070
                                    
                                    *** OS-Repositories and Updates ***
                                    E: Repository 'https://packages.grafana.com/oss/deb stable InRelease' changed its 'Origin' value from 'grafana stable' to '. stable'
                                    E: Repository 'https://packages.grafana.com/oss/deb stable InRelease' changed its 'Label' value from 'grafana stable' to '. stable'
                                    Pending Updates: 74
                                    
                                    *** 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 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       1527171    25234/io.jarvis.0   
                                    tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      0          14319      577/dnsmasq         
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17752      552/sshd            
                                    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          15673      372/cupsd           
                                    tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       1518166    21372/node-red      
                                    tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14331      499/influxd         
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       1518129    22389/io.sonoff.0   
                                    tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       1514484    22107/io.mqtt.0     
                                    tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       1514485    22107/io.mqtt.0     
                                    tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          17800      514/anydesk         
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       1507075    19141/iobroker.js-c 
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       1507068    19141/iobroker.js-c 
                                    tcp        0      0 0.0.0.0:35789           0.0.0.0:*               LISTEN      0          35725      514/anydesk         
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       1509661    19484/io.admin.0    
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       1532606    26604/io.web.0      
                                    tcp6       0      0 :::46163                :::*                    LISTEN      1001       1516423    21372/node-red      
                                    tcp6       0      0 :::53                   :::*                    LISTEN      0          14321      577/dnsmasq         
                                    tcp6       0      0 :::8086                 :::*                    LISTEN      999        19382      499/influxd         
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          17754      552/sshd            
                                    tcp6       0      0 ::1:631                 :::*                    LISTEN      0          15672      372/cupsd           
                                    tcp6       0      0 :::3000                 :::*                    LISTEN      117        20679      488/grafana-server  
                                    tcp6       0      0 :::45665                :::*                    LISTEN      1001       1518656    21372/node-red      
                                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       1518873    22710/io.tuya.0     
                                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       1518874    22710/io.tuya.0     
                                    udp        0      0 0.0.0.0:53              0.0.0.0:*                           0          14318      577/dnsmasq         
                                    udp     2624      0 0.0.0.0:68              0.0.0.0:*                           0          20843      416/dhcpcd          
                                    udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          18488      508/cups-browsed    
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       1521559    24181/io.chromecast 
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       1516452    21372/node-red      
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       1516449    21372/node-red      
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15678      410/avahi-daemon: r 
                                    udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          22414      514/anydesk         
                                    udp        0      0 0.0.0.0:58711           0.0.0.0:*                           108        15680      410/avahi-daemon: r 
                                    udp6       0      0 :::58809                :::*                                108        15681      410/avahi-daemon: r 
                                    udp6       0      0 :::546                  :::*                                0          21468      416/dhcpcd          
                                    udp6       0      0 :::53                   :::*                                0          14320      577/dnsmasq         
                                    udp6       0      0 :::5353                 :::*                                108        15679      410/avahi-daemon: r 
                                    
                                    
                                                       Mark until here for C&P 
                                    
                                    iob diag has finished.
                                    
                                    
                                    
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • P PhoenixCR

                                      @thomas-braun

                                      Hallo Thomas, danke, es hat funktioniert.
                                      Anbei das Ergebnis.

                                      ======================= SUMMARY =======================
                                      			v.2022-12-13
                                      
                                      
                                      Operatingsystem: 	Raspbian GNU/Linux 10 (buster)
                                      Installation: 		Native
                                      Timezone: 		Europe/Berlin
                                      User-ID: 		1000
                                      X-Server: 		true
                                      
                                      Pending OS-Updates: 	74
                                      
                                      Nodejs-Installation: 	/usr/bin/nodejs 	v16.17.1
                                      			/usr/bin/node 		v16.17.1
                                      			/usr/bin/npm 		8.19.2
                                      
                                      ioBroker Core: 		js-controller 		4.0.23
                                      			admin 			6.3.5
                                      
                                      ioBroker Status: 	iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Pending iob updates: 	0
                                      
                                      Active repo(s): Stable (default)
                                      
                                      Objects: 		6537
                                      States: 		5071
                                      
                                      Size of iob-Database:
                                      
                                      8.8M	/opt/iobroker/iobroker-data/objects.jsonl
                                      6.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                                      6.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                                      2.2M	/opt/iobroker/iobroker-data/states.jsonl
                                      816K	/opt/iobroker/iobroker-data/states.json.migrated
                                      816K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                                      0	/opt/iobroker/iobroker-data/states.json.broken
                                      
                                      
                                      ====================== END OF SUMMARY ==================
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #38

                                      @phoenixcr sagte in Admin startet nicht mehr:

                                      buster

                                      Buster hat sein End Of Life erreicht. Installier da das 'Bullseye'-Release.
                                      Und zwar dann OHNE Desktop.

                                      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

                                      P 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @phoenixcr sagte in Admin startet nicht mehr:

                                        buster

                                        Buster hat sein End Of Life erreicht. Installier da das 'Bullseye'-Release.
                                        Und zwar dann OHNE Desktop.

                                        P Offline
                                        P Offline
                                        PhoenixCR
                                        schrieb am zuletzt editiert von
                                        #39

                                        @thomas-braun
                                        ich brauche aber das Desktop, zwecks Fernzugriff.
                                        Glaubst du, das ist das Problem der abstürzte?
                                        Danke!

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • P PhoenixCR

                                          @thomas-braun
                                          ich brauche aber das Desktop, zwecks Fernzugriff.
                                          Glaubst du, das ist das Problem der abstürzte?
                                          Danke!

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

                                          @phoenixcr sagte in Admin startet nicht mehr:

                                          ich brauche aber das Desktop, zwecks Fernzugriff.

                                          Macht man per SSH und Kommandozeile. OHNE DESKTOP!!

                                          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

                                          J P 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          520

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe