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. Iobroker lässt sich nicht mehr starten.

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    15
    1
    834

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    1.9k

Iobroker lässt sich nicht mehr starten.

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
80 Beiträge 7 Kommentatoren 6.3k Aufrufe 6 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

    @borkenkäfer

    Wo stand denn was von sudo? Finger weg von root-Rechten, wenn es nicht unbedingt erforderlich ist.

    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller --debug
    

    sagt nun?

    B Offline
    B Offline
    Borkenkäfer
    schrieb am zuletzt editiert von
    #60

    @thomas-braun
    sorry

    meldung

    sudo -H -u iobroker npm install iobroker.js-controller --debug
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    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
    
    added 289 packages in 1m
    
    15 packages are looking for funding
      run `npm fund` for details
    ulli@raspberrypi:/opt/iobroker $ npm fund
    iobroker.core@1.0.0
    ├── https://github.com/sponsors/jaredhanson
    │   └── passport@0.6.0
    ├── https://github.com/sponsors/RubenVerborgh
    │   └── follow-redirects@1.15.5
    ├── https://opencollective.com/ioredis
    │   └── ioredis@4.28.5
    ├── https://github.com/sponsors/ljharb
    │   └── function-bind@1.1.2
    ├─┬ https://github.com/sindresorhus/execa?sponsor=1
    │ │ └── execa@5.1.1
    │ └── https://github.com/sponsors/sindresorhus
    │     └── get-stream@6.0.1, is-stream@2.0.1, onetime@5.1.2
    ├─┬ https://paulmillr.com/funding/
    │ │ └── chokidar@3.5.3
    │ └── https://github.com/sponsors/jonschlinkert
    │     └── picomatch@2.3.1
    ├─┬ https://github.com/chalk/wrap-ansi?sponsor=1
    │ │ └── wrap-ansi@7.0.0
    │ └── https://github.com/chalk/ansi-styles?sponsor=1
    │     └── ansi-styles@4.3.0
    ├── https://github.com/sponsors/sibiraj-s
    │   └── ci-info@3.9.0
    ├── https://github.com/sponsors/feross
    │   └── safe-buffer@5.2.1
    └── https://github.com/sponsors/epoberezkin
        └── ajv@6.12.6
    
    ulli@raspberrypi:/opt/iobroker $ ^C
    
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • B Borkenkäfer

      @thomas-braun
      sorry

      meldung

      sudo -H -u iobroker npm install iobroker.js-controller --debug
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      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
      
      added 289 packages in 1m
      
      15 packages are looking for funding
        run `npm fund` for details
      ulli@raspberrypi:/opt/iobroker $ npm fund
      iobroker.core@1.0.0
      ├── https://github.com/sponsors/jaredhanson
      │   └── passport@0.6.0
      ├── https://github.com/sponsors/RubenVerborgh
      │   └── follow-redirects@1.15.5
      ├── https://opencollective.com/ioredis
      │   └── ioredis@4.28.5
      ├── https://github.com/sponsors/ljharb
      │   └── function-bind@1.1.2
      ├─┬ https://github.com/sindresorhus/execa?sponsor=1
      │ │ └── execa@5.1.1
      │ └── https://github.com/sponsors/sindresorhus
      │     └── get-stream@6.0.1, is-stream@2.0.1, onetime@5.1.2
      ├─┬ https://paulmillr.com/funding/
      │ │ └── chokidar@3.5.3
      │ └── https://github.com/sponsors/jonschlinkert
      │     └── picomatch@2.3.1
      ├─┬ https://github.com/chalk/wrap-ansi?sponsor=1
      │ │ └── wrap-ansi@7.0.0
      │ └── https://github.com/chalk/ansi-styles?sponsor=1
      │     └── ansi-styles@4.3.0
      ├── https://github.com/sponsors/sibiraj-s
      │   └── ci-info@3.9.0
      ├── https://github.com/sponsors/feross
      │   └── safe-buffer@5.2.1
      └── https://github.com/sponsors/epoberezkin
          └── ajv@6.12.6
      
      ulli@raspberrypi:/opt/iobroker $ ^C
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #61

      @borkenkäfer

      sudo systemctl set-default multi-user.target
      iobroker restart
      iob 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

      B 2 Antworten Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @borkenkäfer

        sudo systemctl set-default multi-user.target
        iobroker restart
        iob diag
        
        B Offline
        B Offline
        Borkenkäfer
        schrieb am zuletzt editiert von
        #62

        @thomas-braun
        war kurz offline

        full

        Skript v.2023-10-10
        
        *** BASE SYSTEM ***
           Static hostname: raspberrypi
                 Icon name: computer
          Operating System: Debian GNU/Linux 11 (bullseye)
                    Kernel: Linux 6.1.21-v8+
              Architecture: arm64
        
        Model           : Raspberry Pi 4 Model B Rev 1.2
        Docker          : false
        Virtualization  : none
        Kernel          : aarch64
        Userland        : arm64
        
        Systemuptime and Load:
         17:44:45 up 22:20,  3 users,  load average: 1.36, 0.68, 0.45
        CPU threads: 4
        
        
        *** RASPBERRY THROTTLING ***
        Current issues:
        No throttling issues detected.
        
        Previously detected issues:
        No throttling issues detected.
        
        *** Time and Time Zones ***
                       Local time: Tue 2024-01-23 17:44:45 CET
                   Universal time: Tue 2024-01-23 16:44:45 UTC
                         RTC time: n/a
                        Time zone: Europe/Berlin (CET, +0100)
        System clock synchronized: yes
                      NTP service: active
                  RTC in local TZ: no
        
        *** User and Groups ***
        ulli
        /home/ulli
        ulli adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
        
        *** X-Server-Setup ***
        X-Server:       true
        Desktop:
        Terminal:       tty
        Boot Target:    multi-user.target
        
        *** MEMORY ***
                       total        used        free      shared  buff/cache   available
        Mem:            3.8G        807M        1.3G         38M        1.7G        2.9G
        Swap:            99M          0B         99M
        Total:          3.9G        807M        1.4G
        
                 3794 M total memory
                  807 M used memory
                 1516 M active memory
                  783 M inactive memory
                 1256 M free memory
                  170 M buffer memory
                 1560 M swap cache
                   99 M total swap
                    0 M used swap
                   99 M free swap
        
        Raspberry only:
        oom events: 0
        lifetime oom required: 0 Mbytes
        total time in oom handler: 0 ms
        max time spent in oom handler: 0 ms
        
        *** FAILED SERVICES ***
        
          UNIT LOAD ACTIVE SUB DESCRIPTION
        0 loaded units listed.
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        /dev/root      ext4       59G   12G   45G  20% /
        devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
        tmpfs          tmpfs     759M  1.2M  758M   1% /run
        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
        /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
        tmpfs          tmpfs     380M   20K  380M   1% /run/user/1000
        
        Messages concerning ext4 filesystem in dmesg:
        [Mon Jan 22 19:23:53 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:84:9D:5E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=a9a74992-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
        [Mon Jan 22 19:23:54 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
        [Mon Jan 22 19:23:54 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
        [Mon Jan 22 19:23:56 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
        
        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,errors=remount-ro
        
        Files in neuralgic directories:
        
        /var:
        4.7G    /var/
        3.8G    /var/log
        3.2G    /var/log/journal/b741ffe02a684b9895597ea9866ca817
        3.2G    /var/log/journal
        641M    /var/cache
        
        Archived and active journals take up 3.1G in the file system.
        
        /opt/iobroker/backups:
        687M    /opt/iobroker/backups/
        343M    /opt/iobroker/backups/history
        268M    /opt/iobroker/backups/files
        88M     /opt/iobroker/backups/files/echarts.admin
        57M     /opt/iobroker/backups/files/echarts
        
        /opt/iobroker/iobroker-data:
        687M    /opt/iobroker/iobroker-data/
        347M    /opt/iobroker/iobroker-data/history
        294M    /opt/iobroker/iobroker-data/files
        89M     /opt/iobroker/iobroker-data/files/echarts.admin
        57M     /opt/iobroker/iobroker-data/files/echarts
        
        The five largest files in iobroker-data are:
        24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
        24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
        23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
        21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
        17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b756fe6.js.map
        
        USB-Devices by-id:
        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
        
        /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_cc8e9ae92dd3eb11ac2234e8bf09e213-if00-port0
        
        *** NodeJS-Installation ***
        
        /usr/bin/nodejs         v18.19.0
        /usr/bin/node           v18.19.0
        /usr/bin/npm            10.2.3
        /usr/bin/npx            10.2.3
        /usr/bin/corepack       0.22.0
        
        
        nodejs:
          Installed: 18.19.0-1nodesource1
          Candidate: 18.19.0-1nodesource1
          Version table:
         *** 18.19.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                100 /var/lib/dpkg/status
             18.18.2-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.18.1-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.18.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.17.1-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.17.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.16.1-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.16.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.15.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.14.2-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.14.1-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.14.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.13.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.12.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.11.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.10.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.9.1-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.9.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.8.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.7.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.6.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.5.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.4.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.3.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.2.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.1.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             18.0.0-1nodesource1 600
                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
             12.22.12~dfsg-1~deb11u4 500
                500 http://deb.debian.org/debian bullseye/main arm64 Packages
                500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
        
        Temp directories causing npm8 problem: 75
        Some problems detected, please run iob fix
        
        Errors in npm tree:
        
        *** ioBroker-Installation ***
        
        ioBroker Status
        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Core adapters versions
        js-controller:  5.0.17
        admin:          "admin" not found
        javascript:     "javascript" not found
        
        Adapters from github:   0
        
        Adapter State
          system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
          system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
          system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
          system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
          system.adapter.evcc.0                   : evcc                  : raspberrypi                              -  enabled, port: 7070
          system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
          system.adapter.growatt.0                : growatt               : raspberrypi                              -  enabled
          system.adapter.history.0                : history               : raspberrypi                              -  enabled
          system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              - disabled
          system.adapter.jarvis.0                 : jarvis                : raspberrypi                              -  enabled
          system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
        + system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
          system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
          system.adapter.parser.0                 : parser                : raspberrypi                              -  enabled
        + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
          system.adapter.pvforecast.0             : pvforecast            : raspberrypi                              -  enabled
        + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
          system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
        + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
          system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
          system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
          system.adapter.tibberlink.0             : tibberlink            : raspberrypi                              -  enabled
          system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
          system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        + instance is alive
        
        Enabled adapters with bindings
          system.adapter.evcc.0                   : evcc                  : raspberrypi                              -  enabled, port: 7070
          system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
          system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
          system.adapter.web.0                    : web                   : raspberrypi                              -  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
        
        Installed ioBroker-Instances
        Used repository: stable
        Adapter    "cloud"        : 4.4.1    , installed 4.4.1
        Adapter    "homeconnect"  : 1.3.0    , installed 1.3.0
        Controller "js-controller": 5.0.17   , installed 5.0.17
        Adapter    "meross"       : 1.17.0   , installed 1.17.0
        Adapter    "ping"         : 1.6.2    , installed 1.6.2
        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
        Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
        Adapter    "tuya"         : 3.15.0   , installed 3.15.0
        
        Objects and States
        Please stand by - This may take a while
        Objects:        2093
        States:         1702
        
        *** OS-Repositories and Updates ***
        Hit:1 http://deb.debian.org/debian bullseye InRelease
        Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
        Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
        Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
        Get:5 https://dl.cloudsmith.io/public/evcc/stable/deb/debian bullseye InRelease [5127 B]
        Hit:6 https://dl.yarnpkg.com/debian stable InRelease
        Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
        Fetched 5127 B in 2s (2420 B/s)
        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          14242      600/sshd: /usr/sbin
        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       749922     205370/iobroker.js-
        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       748495     205370/iobroker.js-
        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          170745     44884/cupsd
        tcp6       0      0 :::22                   :::*                    LISTEN      0          14253      600/sshd: /usr/sbin
        tcp6       0      0 :::4712                 :::*                    LISTEN      116        15709      576/evcc
        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          170744     44884/cupsd
        tcp6       0      0 :::7070                 :::*                    LISTEN      116        15075      576/evcc
        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12997      572/dhcpcd
        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       758148     208071/io.tuya.0
        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       758149     208071/io.tuya.0
        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          174358     44885/cups-browsed
        udp        0      0 0.0.0.0:54194           0.0.0.0:*                           108        15460      386/avahi-daemon: r
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           116        17496      576/evcc
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15458      386/avahi-daemon: r
        udp6       0      0 :::546                  :::*                                0          13016      572/dhcpcd
        udp6       0      0 :::50063                :::*                                108        15461      386/avahi-daemon: r
        udp6       0      0 :::5353                 :::*                                116        17497      576/evcc
        udp6       0      0 :::5353                 :::*                                108        15459      386/avahi-daemon: r
        
        *** Log File - Last 25 Lines ***
        
        2024-01-23 17:45:33.753  - info: host.raspberrypi iobroker npm-install: upload [2] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/tuya.png tuya.png image/png
        2024-01-23 17:45:33.762  - info: host.raspberrypi iobroker npm-install: upload [1] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/warning.png warning.png image/png
        2024-01-23 17:45:33.775  - info: host.raspberrypi iobroker npm-install: upload [0] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/words.js words.js application/javascript
        2024-01-23 17:45:33.883  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.tuya created/updated
        2024-01-23 17:45:37.269  - info: host.raspberrypi iobroker npm-install: exit 0
        2024-01-23 17:45:37.338  - info: host.raspberrypi instance system.adapter.tuya.0 started with pid 208071
        2024-01-23 17:45:38.269  - warn: host.raspberrypi startInstance cannot find adapter "discovery@4.2.0". Try to install it... 1 attempt
        2024-01-23 17:45:38.271  - info: host.raspberrypi iobroker install discovery@4.2.0 using installedFrom
        2024-01-23 17:45:42.973  - info: host.raspberrypi iobroker npm-install: NPM version: 10.2.3Installing iobroker.discovery@4.2.0... (System call)
        2024-01-23 17:45:55.711  - info: host.raspberrypi iobroker npm-install:
        2024-01-23 17:45:55.712  - info: host.raspberrypi iobroker npm-install: added 15 packages in 12s
        2024-01-23 17:45:55.713  - info: host.raspberrypi iobroker npm-install: 59 packages are looking for funding  run `npm fund` for details
        2024-01-23 17:45:55.780  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter discovery@4.2.0
        2024-01-23 17:45:55.892  - info: host.raspberrypi iobroker npm-install: upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
        2024-01-23 17:45:55.917  - info: host.raspberrypi iobroker npm-install: upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
        2024-01-23 17:45:55.931  - info: host.raspberrypi iobroker npm-install: upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
        2024-01-23 17:45:55.946  - info: host.raspberrypi iobroker npm-install: upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
        2024-01-23 17:45:55.957  - info: host.raspberrypi iobroker npm-install: upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
        2024-01-23 17:45:55.970  - info: host.raspberrypi iobroker npm-install: upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
        2024-01-23 17:45:55.981  - info: host.raspberrypi iobroker npm-install: upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
        2024-01-23 17:45:56.083  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.discovery created/updated
        2024-01-23 17:45:57.159  - info: host.raspberrypi iobroker npm-install: exit 0
        2024-01-23 17:45:57.209  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 209055
        2024-01-23 17:45:58.159  - warn: host.raspberrypi startInstance cannot find adapter "backitup@2.9.8". Try to install it... 1 attempt
        2024-01-23 17:45:58.160  - info: host.raspberrypi iobroker install backitup@2.9.8 using installedFrom
        
        HomoranH 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @borkenkäfer

          sudo systemctl set-default multi-user.target
          iobroker restart
          iob diag
          
          B Offline
          B Offline
          Borkenkäfer
          schrieb am zuletzt editiert von
          #63

          @thomas-braun
          meine Internetleitung spinnt gerade

          soll ich d
          iob fix ausführen

          HomoranH 1 Antwort Letzte Antwort
          0
          • B Borkenkäfer

            @thomas-braun
            meine Internetleitung spinnt gerade

            soll ich d
            iob fix ausführen

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

            @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

            soll ich d
            iob fix ausführen

            was soll der bringen?

            wird da gerade ein Backup wiederhergestellt?

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

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

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

            B 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

              soll ich d
              iob fix ausführen

              was soll der bringen?

              wird da gerade ein Backup wiederhergestellt?

              B Offline
              B Offline
              Borkenkäfer
              schrieb am zuletzt editiert von
              #65

              @homoran
              das steht im full drin

              Temp directories causing npm8 problem: 75
              Some problems detected, please run iob fix
              
              
              B 1 Antwort Letzte Antwort
              0
              • B Borkenkäfer

                @homoran
                das steht im full drin

                Temp directories causing npm8 problem: 75
                Some problems detected, please run iob fix
                
                
                B Offline
                B Offline
                Borkenkäfer
                schrieb am zuletzt editiert von
                #66

                @borkenkäfer said in Iobroker lässt sich nicht mehr starten.:

                @homoran
                das steht im full drin

                Temp directories causing npm8 problem: 75
                Some problems detected, please run iob fix
                
                

                ich mach sonst nichts, nur nach Anweisung

                1 Antwort Letzte Antwort
                0
                • B Borkenkäfer

                  @thomas-braun
                  war kurz offline

                  full

                  Skript v.2023-10-10
                  
                  *** BASE SYSTEM ***
                     Static hostname: raspberrypi
                           Icon name: computer
                    Operating System: Debian GNU/Linux 11 (bullseye)
                              Kernel: Linux 6.1.21-v8+
                        Architecture: arm64
                  
                  Model           : Raspberry Pi 4 Model B Rev 1.2
                  Docker          : false
                  Virtualization  : none
                  Kernel          : aarch64
                  Userland        : arm64
                  
                  Systemuptime and Load:
                   17:44:45 up 22:20,  3 users,  load average: 1.36, 0.68, 0.45
                  CPU threads: 4
                  
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** Time and Time Zones ***
                                 Local time: Tue 2024-01-23 17:44:45 CET
                             Universal time: Tue 2024-01-23 16:44:45 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CET, +0100)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** User and Groups ***
                  ulli
                  /home/ulli
                  ulli adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       true
                  Desktop:
                  Terminal:       tty
                  Boot Target:    multi-user.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            3.8G        807M        1.3G         38M        1.7G        2.9G
                  Swap:            99M          0B         99M
                  Total:          3.9G        807M        1.4G
                  
                           3794 M total memory
                            807 M used memory
                           1516 M active memory
                            783 M inactive memory
                           1256 M free memory
                            170 M buffer memory
                           1560 M swap cache
                             99 M total swap
                              0 M used swap
                             99 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FAILED SERVICES ***
                  
                    UNIT LOAD ACTIVE SUB DESCRIPTION
                  0 loaded units listed.
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4       59G   12G   45G  20% /
                  devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                  tmpfs          tmpfs     759M  1.2M  758M   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
                  tmpfs          tmpfs     380M   20K  380M   1% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Mon Jan 22 19:23:53 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:84:9D:5E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=a9a74992-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                  [Mon Jan 22 19:23:54 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                  [Mon Jan 22 19:23:54 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                  [Mon Jan 22 19:23:56 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                  
                  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,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  4.7G    /var/
                  3.8G    /var/log
                  3.2G    /var/log/journal/b741ffe02a684b9895597ea9866ca817
                  3.2G    /var/log/journal
                  641M    /var/cache
                  
                  Archived and active journals take up 3.1G in the file system.
                  
                  /opt/iobroker/backups:
                  687M    /opt/iobroker/backups/
                  343M    /opt/iobroker/backups/history
                  268M    /opt/iobroker/backups/files
                  88M     /opt/iobroker/backups/files/echarts.admin
                  57M     /opt/iobroker/backups/files/echarts
                  
                  /opt/iobroker/iobroker-data:
                  687M    /opt/iobroker/iobroker-data/
                  347M    /opt/iobroker/iobroker-data/history
                  294M    /opt/iobroker/iobroker-data/files
                  89M     /opt/iobroker/iobroker-data/files/echarts.admin
                  57M     /opt/iobroker/iobroker-data/files/echarts
                  
                  The five largest files in iobroker-data are:
                  24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                  24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                  21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                  17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b756fe6.js.map
                  
                  USB-Devices by-id:
                  USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                  
                  /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_cc8e9ae92dd3eb11ac2234e8bf09e213-if00-port0
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.19.0
                  /usr/bin/node           v18.19.0
                  /usr/bin/npm            10.2.3
                  /usr/bin/npx            10.2.3
                  /usr/bin/corepack       0.22.0
                  
                  
                  nodejs:
                    Installed: 18.19.0-1nodesource1
                    Candidate: 18.19.0-1nodesource1
                    Version table:
                   *** 18.19.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                          100 /var/lib/dpkg/status
                       18.18.2-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.18.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.18.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.17.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.17.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.16.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.16.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.15.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.14.2-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.14.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.14.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.13.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.12.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.11.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.10.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.9.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.9.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.8.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.7.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.6.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.5.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.4.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.3.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.2.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.1.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       18.0.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                       12.22.12~dfsg-1~deb11u4 500
                          500 http://deb.debian.org/debian bullseye/main arm64 Packages
                          500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                  
                  Temp directories causing npm8 problem: 75
                  Some problems detected, please run iob fix
                  
                  Errors in npm tree:
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Core adapters versions
                  js-controller:  5.0.17
                  admin:          "admin" not found
                  javascript:     "javascript" not found
                  
                  Adapters from github:   0
                  
                  Adapter State
                    system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                    system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                    system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                    system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                    system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                    system.adapter.evcc.0                   : evcc                  : raspberrypi                              -  enabled, port: 7070
                    system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                    system.adapter.growatt.0                : growatt               : raspberrypi                              -  enabled
                    system.adapter.history.0                : history               : raspberrypi                              -  enabled
                    system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              - disabled
                    system.adapter.jarvis.0                 : jarvis                : raspberrypi                              -  enabled
                    system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                  + system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
                    system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                    system.adapter.parser.0                 : parser                : raspberrypi                              -  enabled
                  + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                    system.adapter.pvforecast.0             : pvforecast            : raspberrypi                              -  enabled
                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                    system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                  + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                    system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                    system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                    system.adapter.tibberlink.0             : tibberlink            : raspberrypi                              -  enabled
                    system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                    system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                    system.adapter.evcc.0                   : evcc                  : raspberrypi                              -  enabled, port: 7070
                    system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                    system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                    system.adapter.web.0                    : web                   : raspberrypi                              -  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
                  
                  Installed ioBroker-Instances
                  Used repository: stable
                  Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                  Adapter    "homeconnect"  : 1.3.0    , installed 1.3.0
                  Controller "js-controller": 5.0.17   , installed 5.0.17
                  Adapter    "meross"       : 1.17.0   , installed 1.17.0
                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                  Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                  Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        2093
                  States:         1702
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://deb.debian.org/debian bullseye InRelease
                  Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
                  Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                  Get:5 https://dl.cloudsmith.io/public/evcc/stable/deb/debian bullseye InRelease [5127 B]
                  Hit:6 https://dl.yarnpkg.com/debian stable InRelease
                  Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Fetched 5127 B in 2s (2420 B/s)
                  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          14242      600/sshd: /usr/sbin
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       749922     205370/iobroker.js-
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       748495     205370/iobroker.js-
                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          170745     44884/cupsd
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          14253      600/sshd: /usr/sbin
                  tcp6       0      0 :::4712                 :::*                    LISTEN      116        15709      576/evcc
                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          170744     44884/cupsd
                  tcp6       0      0 :::7070                 :::*                    LISTEN      116        15075      576/evcc
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12997      572/dhcpcd
                  udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       758148     208071/io.tuya.0
                  udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       758149     208071/io.tuya.0
                  udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          174358     44885/cups-browsed
                  udp        0      0 0.0.0.0:54194           0.0.0.0:*                           108        15460      386/avahi-daemon: r
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           116        17496      576/evcc
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15458      386/avahi-daemon: r
                  udp6       0      0 :::546                  :::*                                0          13016      572/dhcpcd
                  udp6       0      0 :::50063                :::*                                108        15461      386/avahi-daemon: r
                  udp6       0      0 :::5353                 :::*                                116        17497      576/evcc
                  udp6       0      0 :::5353                 :::*                                108        15459      386/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2024-01-23 17:45:33.753  - info: host.raspberrypi iobroker npm-install: upload [2] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/tuya.png tuya.png image/png
                  2024-01-23 17:45:33.762  - info: host.raspberrypi iobroker npm-install: upload [1] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/warning.png warning.png image/png
                  2024-01-23 17:45:33.775  - info: host.raspberrypi iobroker npm-install: upload [0] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/words.js words.js application/javascript
                  2024-01-23 17:45:33.883  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.tuya created/updated
                  2024-01-23 17:45:37.269  - info: host.raspberrypi iobroker npm-install: exit 0
                  2024-01-23 17:45:37.338  - info: host.raspberrypi instance system.adapter.tuya.0 started with pid 208071
                  2024-01-23 17:45:38.269  - warn: host.raspberrypi startInstance cannot find adapter "discovery@4.2.0". Try to install it... 1 attempt
                  2024-01-23 17:45:38.271  - info: host.raspberrypi iobroker install discovery@4.2.0 using installedFrom
                  2024-01-23 17:45:42.973  - info: host.raspberrypi iobroker npm-install: NPM version: 10.2.3Installing iobroker.discovery@4.2.0... (System call)
                  2024-01-23 17:45:55.711  - info: host.raspberrypi iobroker npm-install:
                  2024-01-23 17:45:55.712  - info: host.raspberrypi iobroker npm-install: added 15 packages in 12s
                  2024-01-23 17:45:55.713  - info: host.raspberrypi iobroker npm-install: 59 packages are looking for funding  run `npm fund` for details
                  2024-01-23 17:45:55.780  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter discovery@4.2.0
                  2024-01-23 17:45:55.892  - info: host.raspberrypi iobroker npm-install: upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                  2024-01-23 17:45:55.917  - info: host.raspberrypi iobroker npm-install: upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                  2024-01-23 17:45:55.931  - info: host.raspberrypi iobroker npm-install: upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                  2024-01-23 17:45:55.946  - info: host.raspberrypi iobroker npm-install: upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                  2024-01-23 17:45:55.957  - info: host.raspberrypi iobroker npm-install: upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                  2024-01-23 17:45:55.970  - info: host.raspberrypi iobroker npm-install: upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                  2024-01-23 17:45:55.981  - info: host.raspberrypi iobroker npm-install: upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                  2024-01-23 17:45:56.083  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.discovery created/updated
                  2024-01-23 17:45:57.159  - info: host.raspberrypi iobroker npm-install: exit 0
                  2024-01-23 17:45:57.209  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 209055
                  2024-01-23 17:45:58.159  - warn: host.raspberrypi startInstance cannot find adapter "backitup@2.9.8". Try to install it... 1 attempt
                  2024-01-23 17:45:58.160  - info: host.raspberrypi iobroker install backitup@2.9.8 using installedFrom
                  
                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #67

                  @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                  host.raspberrypi install adapter discovery@4.2.0

                  @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                  startInstance cannot find adapter "backitup@2.9.8". Try to install it... 1 attempt
                  2024-01-23 17:45:58.160 - info: host.raspberrypi iobroker install backitup@2.9.

                  das sind Meldungen bei einem Restore

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

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

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

                  B 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                    host.raspberrypi install adapter discovery@4.2.0

                    @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                    startInstance cannot find adapter "backitup@2.9.8". Try to install it... 1 attempt
                    2024-01-23 17:45:58.160 - info: host.raspberrypi iobroker install backitup@2.9.

                    das sind Meldungen bei einem Restore

                    B Offline
                    B Offline
                    Borkenkäfer
                    schrieb am zuletzt editiert von
                    #68

                    @homoran
                    soll ich iobroker dann mal starten und schauen was passiert?

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • B Borkenkäfer

                      @homoran
                      soll ich iobroker dann mal starten und schauen was passiert?

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

                      @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                      @homoran
                      soll ich iobroker dann mal starten und schauen was passiert?

                      iobroker logs --watch

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

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

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

                      B 2 Antworten Letzte Antwort
                      0
                      • HomoranH Homoran

                        @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                        @homoran
                        soll ich iobroker dann mal starten und schauen was passiert?

                        iobroker logs --watch

                        B Offline
                        B Offline
                        Borkenkäfer
                        schrieb am zuletzt editiert von
                        #70

                        @homoran

                        ein Auszug
                        das sind meine Blockly sripte

                        2024-01-23 18:45:15.004  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 294
                        2024-01-23 18:45:30.006  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 292
                        2024-01-23 18:45:33.099  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        2024-01-23 18:45:45.003  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 293
                        2024-01-23 18:46:00.005  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 295
                        2024-01-23 18:46:00.005  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 295
                        2024-01-23 18:46:03.115  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        
                        2024-01-23 18:46:03.115  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        
                        2024-01-23 18:46:15.003  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 290
                        2024-01-23 18:46:15.003  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 290
                        2024-01-23 18:46:30.006  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 292
                        2024-01-23 18:46:30.006  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 292
                        2024-01-23 18:46:33.099  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        
                        2024-01-23 18:46:33.099  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        
                        2024-01-23 18:46:45.003  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 255
                        2024-01-23 18:46:45.003  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 255
                        2024-01-23 18:47:00.002  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 262
                        2024-01-23 18:47:00.002  - info: javascript.0 (212309) script.js.common.einfach_Priosteuerung: 262
                        2024-01-23 18:47:03.085  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        
                        2024-01-23 18:47:03.085  - info: javascript.0 (212309) script.js.common.PV_Daten_auslesen:
                         Error : Connect Failed
                        
                        
                        1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                          @homoran
                          soll ich iobroker dann mal starten und schauen was passiert?

                          iobroker logs --watch

                          B Offline
                          B Offline
                          Borkenkäfer
                          schrieb am zuletzt editiert von
                          #71

                          @homoran

                          hier mal der Anfang

                          2024-01-23 17:47:08.532  - error: host.raspberrypi iobroker npm-install: host.raspberrypi Cannot install iobroker.net-tools@0.2.0: 155
                          2024-01-23 17:47:09.586  - info: host.raspberrypi iobroker npm-install: exit 25
                          2024-01-23 17:47:10.587  - warn: host.raspberrypi startInstance cannot find adapter "fritzdect@2.5.9". Try to install it... 1 attempt
                          2024-01-23 17:47:10.588  - info: host.raspberrypi iobroker install fritzdect@2.5.9 using installedFrom
                          2024-01-23 17:47:14.249  - info: host.raspberrypi iobroker npm-install: NPM version: 10.2.3
                          2024-01-23 17:47:14.252  - info: host.raspberrypi iobroker npm-install: Installing iobroker.fritzdect@2.5.9... (System call)
                          2024-01-23 17:50:15.627  - info: host.raspberrypi iobroker npm-install:
                          2024-01-23 17:50:15.628  - info: host.raspberrypi iobroker npm-install: added 22 packages, and removed 25 packages in 3m
                          2024-01-23 17:50:15.630  - info: host.raspberrypi iobroker npm-install: 73 packages are looking for funding  run `npm fund` for details
                          2024-01-23 17:50:15.677  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter fritzdect@2.5.9
                          2024-01-23 17:50:15.788  - info: host.raspberrypi iobroker npm-install: upload [5] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/admin.d.ts admin.d.ts video/mp2t
                          2024-01-23 17:50:15.815  - info: host.raspberrypi iobroker npm-install: upload [4] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/fritzdect_logo.png fritzdect_logo.png image/png
                          2024-01-23 17:50:15.825  - info: host.raspberrypi iobroker npm-install: upload [3] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/index_m.html index_m.html text/html
                          2024-01-23 17:50:15.836  - info: host.raspberrypi iobroker npm-install: upload [2] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/jsonConfig.json jsonConfig.json application/json
                          2024-01-23 17:50:15.851  - info: host.raspberrypi iobroker npm-install: upload [1] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/style.css style.css text/css
                          2024-01-23 17:50:15.862  - info: host.raspberrypi iobroker npm-install: upload [0] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/words.js words.js application/javascript
                          2024-01-23 17:50:15.902  - info: host.raspberrypi "system.adapter.vis.0" disabled
                          2024-01-23 17:50:15.912  - info: host.raspberrypi "system.adapter.vis.0" enabled
                          2024-01-23 17:50:15.915  - info: host.raspberrypi iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                          2024-01-23 17:50:15.969  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.fritzdect created/updated
                          2024-01-23 17:50:17.029  - info: host.raspberrypi iobroker npm-install: exit 0
                          2024-01-23 17:50:17.077  - info: host.raspberrypi instance system.adapter.fritzdect.0 started with pid 210259
                          2024-01-23 17:50:18.031  - warn: host.raspberrypi startInstance cannot find adapter "web@6.1.10". Try to install it... 1 attempt
                          2024-01-23 17:50:18.032  - info: host.raspberrypi iobroker install web@6.1.10 using installedFrom
                          2024-01-23 17:50:19.050  - info: fritzdect.0 (210259) starting. Version 2.5.9 in /opt/iobroker/node_modules/iobroker.fritzdect, node: v18.19.0, js-controller: 5.0.17
                          2024-01-23 17:50:19.083  - info: fritzdect.0 (210259) fritzdect entered ready
                          2024-01-23 17:50:19.121  - info: fritzdect.0 (210259) fritzdect uses USER: admin
                          2024-01-23 17:50:19.240  - error: fritzdect.0 (210259) --------------- error calling the fritzbox -----------
                          2024-01-23 17:50:19.241  - error: fritzdect.0 (210259) API msg   => error calling executeCommand
                          2024-01-23 17:50:19.242  - error: fritzdect.0 (210259) API funct => login_SID
                          2024-01-23 17:50:19.243  - error: fritzdect.0 (210259) no response part in returned error message
                          2024-01-23 17:50:19.243  - error: fritzdect.0 (210259) API  err  => {"msg":"failed to get challenge","function":"get_sid","error":{"msg":"error http.request","function":"get_login_state","error":{"errno":-3008,"code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"192.168.x.x"}}}
                          2024-01-23 17:50:19.245  - error: fritzdect.0 (210259) login not possible, check user and permissions
                          2024-01-23 17:50:20.812  - info: host.raspberrypi iobroker npm-install: host.raspberrypi Adapter "system.adapter.web.0" is stopped.
                          2024-01-23 17:50:20.818  - info: host.raspberrypi "system.adapter.web.0" disabled
                          2024-01-23 17:50:21.917  - info: host.raspberrypi iobroker npm-install: NPM version: 10.2.3
                          2024-01-23 17:50:21.919  - info: host.raspberrypi iobroker npm-install: Installing iobroker.web@6.1.10... (System call)
                          2024-01-23 17:50:46.063  - info: host.raspberrypi iobroker npm-install:
                          2024-01-23 17:50:46.064  - info: host.raspberrypi iobroker npm-install: added 62 packages in 23s
                          2024-01-23 17:50:46.065  - info: host.raspberrypi iobroker npm-install: 74 packages are looking for funding  run `npm fund` for details
                          2024-01-23 17:50:46.117  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter web@6.1.10
                          2024-01-23 17:50:47.032  - info: host.raspberrypi iobroker npm-install: upload [129] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                          2024-01-23 17:51:02.449  - info: host.raspberrypi iobroker npm-install: upload [100] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Computer.9558f6ee3941dba4e3c5.svg static/media/Computer.9558f6ee3941dba4e3c5.svg image/svg+xml
                          2024-01-23 17:51:02.528  - info: host.raspberrypi iobroker npm-install: upload [90] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg image/svg+xml
                          2024-01-23 17:51:02.609  - info: host.raspberrypi iobroker npm-install: upload [80] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Garage.f7fc0a9b326d582afee6.svg static/media/Garage.f7fc0a9b326d582afee6.svg image/svg+xml
                          2024-01-23 17:51:02.687  - info: host.raspberrypi iobroker npm-install: upload [70] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Hanging Lamps.0bd452fc843edd645c30.svg static/media/Hanging Lamps.0bd452fc843edd645c30.svg image/svg+xml
                          2024-01-23 17:51:02.764  - info: host.raspberrypi iobroker npm-install: upload [60] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Led Strip.5cf2de461e29ffbaa5f0.svg static/media/Led Strip.5cf2de461e29ffbaa5f0.svg image/svg+xml
                          2024-01-23 17:51:02.844  - info: host.raspberrypi iobroker npm-install: upload [50] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Nursery.9cecc0544bdb5c28500c.svg static/media/Nursery.9cecc0544bdb5c28500c.svg image/svg+xml
                          2024-01-23 17:51:02.923  - info: host.raspberrypi iobroker npm-install: upload [40] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Rear Wall.38843c33f1ea1f575500.svg static/media/Rear Wall.38843c33f1ea1f575500.svg image/svg+xml
                          2024-01-23 17:51:03.021  - info: host.raspberrypi iobroker npm-install: upload [30] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Sockets.8320e1a99be9de004629.svg static/media/Sockets.8320e1a99be9de004629.svg image/svg+xml
                          2024-01-23 17:51:03.113  - info: host.raspberrypi iobroker npm-install: upload [20] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Terrace.d71d07d9290674f2ca20.svg static/media/Terrace.d71d07d9290674f2ca20.svg image/svg+xml
                          2024-01-23 17:51:03.123  - info: host.raspberrypi iobroker npm-install: upload [19] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Toilet.83604dd2daafb67067dd.svg static/media/Toilet.83604dd2daafb67067dd.svg image/svg+xml
                          2024-01-23 17:51:03.132  - info: host.raspberrypi iobroker npm-install: upload [18] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Tv.4e9745a548e57bfac0c7.svg static/media/Tv.4e9745a548e57bfac0c7.svg image/svg+xml
                          2024-01-23 17:51:03.141  - info: host.raspberrypi iobroker npm-install: upload [17] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Upstairs.441813e54e0daca0882d.svg static/media/Upstairs.441813e54e0daca0882d.svg image/svg+xml
                          2024-01-23 17:51:03.150  - info: host.raspberrypi iobroker npm-install: upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                          2024-01-23 17:51:03.158  - info: host.raspberrypi iobroker npm-install: upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Ventilation.c31761d86d67e245ac92.svg static/media/Ventilation.c31761d86d67e245ac92.svg image/svg+xml
                          2024-01-23 17:51:03.167  - info: host.raspberrypi iobroker npm-install: upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Wardrobe.e8019970a2b51412cfdc.svg static/media/Wardrobe.e8019970a2b51412cfdc.svg image/svg+xml
                          2024-01-23 17:51:03.177  - info: host.raspberrypi iobroker npm-install: upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washing Machines.577f3acdb3cef002b523.svg static/media/Washing Machines.577f3acdb3cef002b523.svg image/svg+xml
                          2024-01-23 17:51:03.185  - info: host.raspberrypi iobroker npm-install: upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washroom.bfb54196f381f36de9d6.svg static/media/Washroom.bfb54196f381f36de9d6.svg image/svg+xml
                          2024-01-23 17:51:03.195  - info: host.raspberrypi iobroker npm-install: upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water Consumption.68891649591cc2434c5b.svg static/media/Water Consumption.68891649591cc2434c5b.svg image/svg+xml
                          2024-01-23 17:51:03.203  - info: host.raspberrypi iobroker npm-
                          
                          HomoranH 1 Antwort Letzte Antwort
                          0
                          • B Borkenkäfer

                            @homoran

                            hier mal der Anfang

                            2024-01-23 17:47:08.532  - error: host.raspberrypi iobroker npm-install: host.raspberrypi Cannot install iobroker.net-tools@0.2.0: 155
                            2024-01-23 17:47:09.586  - info: host.raspberrypi iobroker npm-install: exit 25
                            2024-01-23 17:47:10.587  - warn: host.raspberrypi startInstance cannot find adapter "fritzdect@2.5.9". Try to install it... 1 attempt
                            2024-01-23 17:47:10.588  - info: host.raspberrypi iobroker install fritzdect@2.5.9 using installedFrom
                            2024-01-23 17:47:14.249  - info: host.raspberrypi iobroker npm-install: NPM version: 10.2.3
                            2024-01-23 17:47:14.252  - info: host.raspberrypi iobroker npm-install: Installing iobroker.fritzdect@2.5.9... (System call)
                            2024-01-23 17:50:15.627  - info: host.raspberrypi iobroker npm-install:
                            2024-01-23 17:50:15.628  - info: host.raspberrypi iobroker npm-install: added 22 packages, and removed 25 packages in 3m
                            2024-01-23 17:50:15.630  - info: host.raspberrypi iobroker npm-install: 73 packages are looking for funding  run `npm fund` for details
                            2024-01-23 17:50:15.677  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter fritzdect@2.5.9
                            2024-01-23 17:50:15.788  - info: host.raspberrypi iobroker npm-install: upload [5] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/admin.d.ts admin.d.ts video/mp2t
                            2024-01-23 17:50:15.815  - info: host.raspberrypi iobroker npm-install: upload [4] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/fritzdect_logo.png fritzdect_logo.png image/png
                            2024-01-23 17:50:15.825  - info: host.raspberrypi iobroker npm-install: upload [3] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/index_m.html index_m.html text/html
                            2024-01-23 17:50:15.836  - info: host.raspberrypi iobroker npm-install: upload [2] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/jsonConfig.json jsonConfig.json application/json
                            2024-01-23 17:50:15.851  - info: host.raspberrypi iobroker npm-install: upload [1] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/style.css style.css text/css
                            2024-01-23 17:50:15.862  - info: host.raspberrypi iobroker npm-install: upload [0] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/words.js words.js application/javascript
                            2024-01-23 17:50:15.902  - info: host.raspberrypi "system.adapter.vis.0" disabled
                            2024-01-23 17:50:15.912  - info: host.raspberrypi "system.adapter.vis.0" enabled
                            2024-01-23 17:50:15.915  - info: host.raspberrypi iobroker npm-install: Adapter "system.adapter.vis.0" restarted.
                            2024-01-23 17:50:15.969  - info: host.raspberrypi iobroker npm-install: host.raspberrypi object system.adapter.fritzdect created/updated
                            2024-01-23 17:50:17.029  - info: host.raspberrypi iobroker npm-install: exit 0
                            2024-01-23 17:50:17.077  - info: host.raspberrypi instance system.adapter.fritzdect.0 started with pid 210259
                            2024-01-23 17:50:18.031  - warn: host.raspberrypi startInstance cannot find adapter "web@6.1.10". Try to install it... 1 attempt
                            2024-01-23 17:50:18.032  - info: host.raspberrypi iobroker install web@6.1.10 using installedFrom
                            2024-01-23 17:50:19.050  - info: fritzdect.0 (210259) starting. Version 2.5.9 in /opt/iobroker/node_modules/iobroker.fritzdect, node: v18.19.0, js-controller: 5.0.17
                            2024-01-23 17:50:19.083  - info: fritzdect.0 (210259) fritzdect entered ready
                            2024-01-23 17:50:19.121  - info: fritzdect.0 (210259) fritzdect uses USER: admin
                            2024-01-23 17:50:19.240  - error: fritzdect.0 (210259) --------------- error calling the fritzbox -----------
                            2024-01-23 17:50:19.241  - error: fritzdect.0 (210259) API msg   => error calling executeCommand
                            2024-01-23 17:50:19.242  - error: fritzdect.0 (210259) API funct => login_SID
                            2024-01-23 17:50:19.243  - error: fritzdect.0 (210259) no response part in returned error message
                            2024-01-23 17:50:19.243  - error: fritzdect.0 (210259) API  err  => {"msg":"failed to get challenge","function":"get_sid","error":{"msg":"error http.request","function":"get_login_state","error":{"errno":-3008,"code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"192.168.x.x"}}}
                            2024-01-23 17:50:19.245  - error: fritzdect.0 (210259) login not possible, check user and permissions
                            2024-01-23 17:50:20.812  - info: host.raspberrypi iobroker npm-install: host.raspberrypi Adapter "system.adapter.web.0" is stopped.
                            2024-01-23 17:50:20.818  - info: host.raspberrypi "system.adapter.web.0" disabled
                            2024-01-23 17:50:21.917  - info: host.raspberrypi iobroker npm-install: NPM version: 10.2.3
                            2024-01-23 17:50:21.919  - info: host.raspberrypi iobroker npm-install: Installing iobroker.web@6.1.10... (System call)
                            2024-01-23 17:50:46.063  - info: host.raspberrypi iobroker npm-install:
                            2024-01-23 17:50:46.064  - info: host.raspberrypi iobroker npm-install: added 62 packages in 23s
                            2024-01-23 17:50:46.065  - info: host.raspberrypi iobroker npm-install: 74 packages are looking for funding  run `npm fund` for details
                            2024-01-23 17:50:46.117  - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter web@6.1.10
                            2024-01-23 17:50:47.032  - info: host.raspberrypi iobroker npm-install: upload [129] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                            2024-01-23 17:51:02.449  - info: host.raspberrypi iobroker npm-install: upload [100] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Computer.9558f6ee3941dba4e3c5.svg static/media/Computer.9558f6ee3941dba4e3c5.svg image/svg+xml
                            2024-01-23 17:51:02.528  - info: host.raspberrypi iobroker npm-install: upload [90] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg image/svg+xml
                            2024-01-23 17:51:02.609  - info: host.raspberrypi iobroker npm-install: upload [80] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Garage.f7fc0a9b326d582afee6.svg static/media/Garage.f7fc0a9b326d582afee6.svg image/svg+xml
                            2024-01-23 17:51:02.687  - info: host.raspberrypi iobroker npm-install: upload [70] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Hanging Lamps.0bd452fc843edd645c30.svg static/media/Hanging Lamps.0bd452fc843edd645c30.svg image/svg+xml
                            2024-01-23 17:51:02.764  - info: host.raspberrypi iobroker npm-install: upload [60] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Led Strip.5cf2de461e29ffbaa5f0.svg static/media/Led Strip.5cf2de461e29ffbaa5f0.svg image/svg+xml
                            2024-01-23 17:51:02.844  - info: host.raspberrypi iobroker npm-install: upload [50] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Nursery.9cecc0544bdb5c28500c.svg static/media/Nursery.9cecc0544bdb5c28500c.svg image/svg+xml
                            2024-01-23 17:51:02.923  - info: host.raspberrypi iobroker npm-install: upload [40] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Rear Wall.38843c33f1ea1f575500.svg static/media/Rear Wall.38843c33f1ea1f575500.svg image/svg+xml
                            2024-01-23 17:51:03.021  - info: host.raspberrypi iobroker npm-install: upload [30] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Sockets.8320e1a99be9de004629.svg static/media/Sockets.8320e1a99be9de004629.svg image/svg+xml
                            2024-01-23 17:51:03.113  - info: host.raspberrypi iobroker npm-install: upload [20] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Terrace.d71d07d9290674f2ca20.svg static/media/Terrace.d71d07d9290674f2ca20.svg image/svg+xml
                            2024-01-23 17:51:03.123  - info: host.raspberrypi iobroker npm-install: upload [19] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Toilet.83604dd2daafb67067dd.svg static/media/Toilet.83604dd2daafb67067dd.svg image/svg+xml
                            2024-01-23 17:51:03.132  - info: host.raspberrypi iobroker npm-install: upload [18] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Tv.4e9745a548e57bfac0c7.svg static/media/Tv.4e9745a548e57bfac0c7.svg image/svg+xml
                            2024-01-23 17:51:03.141  - info: host.raspberrypi iobroker npm-install: upload [17] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Upstairs.441813e54e0daca0882d.svg static/media/Upstairs.441813e54e0daca0882d.svg image/svg+xml
                            2024-01-23 17:51:03.150  - info: host.raspberrypi iobroker npm-install: upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                            2024-01-23 17:51:03.158  - info: host.raspberrypi iobroker npm-install: upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Ventilation.c31761d86d67e245ac92.svg static/media/Ventilation.c31761d86d67e245ac92.svg image/svg+xml
                            2024-01-23 17:51:03.167  - info: host.raspberrypi iobroker npm-install: upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Wardrobe.e8019970a2b51412cfdc.svg static/media/Wardrobe.e8019970a2b51412cfdc.svg image/svg+xml
                            2024-01-23 17:51:03.177  - info: host.raspberrypi iobroker npm-install: upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washing Machines.577f3acdb3cef002b523.svg static/media/Washing Machines.577f3acdb3cef002b523.svg image/svg+xml
                            2024-01-23 17:51:03.185  - info: host.raspberrypi iobroker npm-install: upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washroom.bfb54196f381f36de9d6.svg static/media/Washroom.bfb54196f381f36de9d6.svg image/svg+xml
                            2024-01-23 17:51:03.195  - info: host.raspberrypi iobroker npm-install: upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water Consumption.68891649591cc2434c5b.svg static/media/Water Consumption.68891649591cc2434c5b.svg image/svg+xml
                            2024-01-23 17:51:03.203  - info: host.raspberrypi iobroker npm-
                            
                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #72

                            @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                            host.raspberrypi startInstance cannot find adapter "fritzdect

                            @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                            startInstance cannot find adapter "web@6.1.10". Try to install it... 1 attempt

                            die nächsten zwei

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

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

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

                            B 1 Antwort Letzte Antwort
                            0
                            • HomoranH Homoran

                              @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                              host.raspberrypi startInstance cannot find adapter "fritzdect

                              @borkenkäfer sagte in Iobroker lässt sich nicht mehr starten.:

                              startInstance cannot find adapter "web@6.1.10". Try to install it... 1 attempt

                              die nächsten zwei

                              B Offline
                              B Offline
                              Borkenkäfer
                              schrieb am zuletzt editiert von
                              #73

                              @homoran
                              einiger läuft schon mal wieder

                              HomoranH B 2 Antworten Letzte Antwort
                              0
                              • B Borkenkäfer

                                @homoran
                                einiger läuft schon mal wieder

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

                                @borkenkäfer so ein Neubau aller Adapter bei einem Restore kann auch mal gerne eine Stunde dauern.

                                in der Zeit darf man nicht stören.

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

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

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

                                B 1 Antwort Letzte Antwort
                                0
                                • B Borkenkäfer

                                  @homoran
                                  einiger läuft schon mal wieder

                                  B Offline
                                  B Offline
                                  Borkenkäfer
                                  schrieb am zuletzt editiert von
                                  #75

                                  @borkenkäfer said in Iobroker lässt sich nicht mehr starten.:

                                  @homoran
                                  einiges läuft schon mal wieder

                                  werde weiter testen

                                  Melde mich

                                  Danke für Eure Hilfe und eure unendliche Geduld

                                  schönen Abend

                                  1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @borkenkäfer so ein Neubau aller Adapter bei einem Restore kann auch mal gerne eine Stunde dauern.

                                    in der Zeit darf man nicht stören.

                                    B Offline
                                    B Offline
                                    Borkenkäfer
                                    schrieb am zuletzt editiert von
                                    #76

                                    @homoran
                                    hallo

                                    iobroker scheint zu funktionieren, die Scripte laufen und vis läuft auch
                                    aber ich komme nicht auf die WEB seite und es ist kein admin installiert

                                    nach dem Befehl iobroker add admin --port 8081 0der 8089 kommt folgende meldung

                                    ulli@raspberrypi:/opt/iobroker $ iobroker add admin --port 8081
                                    NPM version: 10.2.3
                                    Installing iobroker.admin@6.12.0... (System call)
                                    Try to solve ENOTEMPTY error automatically
                                    Could not handle ENOTEMPTY, because no deletable files were found
                                    npm ERR! code ENOTEMPTY
                                    npm ERR! syscall rename
                                    npm ERR! path /opt/iobroker/node_modules/@tootallnate/once
                                    npm ERR! dest /opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe
                                    npm ERR! errno -39
                                    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@tootallnate/once' -> '/opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe'
                                    
                                    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-24T17_00_04_975Z-debug-0.log
                                    host.raspberrypi Cannot install iobroker.admin@6.12.0: 217
                                    ulli@raspberrypi:/opt/iobroker $ iobroker add admin --port 8089
                                    NPM version: 10.2.3
                                    Installing iobroker.admin@6.12.0... (System call)
                                    Try to solve ENOTEMPTY error automatically
                                    Could not handle ENOTEMPTY, because no deletable files were found
                                    npm ERR! code ENOTEMPTY
                                    npm ERR! syscall rename
                                    npm ERR! path /opt/iobroker/node_modules/@tootallnate/once
                                    npm ERR! dest /opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe
                                    npm ERR! errno -39
                                    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@tootallnate/once' -> '/opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe'
                                    
                                    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-24T17_00_32_891Z-debug-0.log
                                    host.raspberrypi Cannot install iobroker.admin@6.12.0: 217
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • B Borkenkäfer

                                      @homoran
                                      hallo

                                      iobroker scheint zu funktionieren, die Scripte laufen und vis läuft auch
                                      aber ich komme nicht auf die WEB seite und es ist kein admin installiert

                                      nach dem Befehl iobroker add admin --port 8081 0der 8089 kommt folgende meldung

                                      ulli@raspberrypi:/opt/iobroker $ iobroker add admin --port 8081
                                      NPM version: 10.2.3
                                      Installing iobroker.admin@6.12.0... (System call)
                                      Try to solve ENOTEMPTY error automatically
                                      Could not handle ENOTEMPTY, because no deletable files were found
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/@tootallnate/once
                                      npm ERR! dest /opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@tootallnate/once' -> '/opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe'
                                      
                                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-24T17_00_04_975Z-debug-0.log
                                      host.raspberrypi Cannot install iobroker.admin@6.12.0: 217
                                      ulli@raspberrypi:/opt/iobroker $ iobroker add admin --port 8089
                                      NPM version: 10.2.3
                                      Installing iobroker.admin@6.12.0... (System call)
                                      Try to solve ENOTEMPTY error automatically
                                      Could not handle ENOTEMPTY, because no deletable files were found
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/@tootallnate/once
                                      npm ERR! dest /opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@tootallnate/once' -> '/opt/iobroker/node_modules/@tootallnate/.once-ZoNnWMHe'
                                      
                                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-24T17_00_32_891Z-debug-0.log
                                      host.raspberrypi Cannot install iobroker.admin@6.12.0: 217
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #77

                                      @borkenkäfer

                                      iob stop
                                      iob fix
                                      iob add admin
                                      

                                      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

                                      B 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @borkenkäfer

                                        iob stop
                                        iob fix
                                        iob add admin
                                        
                                        B Offline
                                        B Offline
                                        Borkenkäfer
                                        schrieb am zuletzt editiert von
                                        #78

                                        @thomas-braun
                                        funktioniert?
                                        was habe ich falsche gemacht das alles abgestürzt ist
                                        danke und schönen Abend

                                        B Thomas BraunT 2 Antworten Letzte Antwort
                                        0
                                        • B Borkenkäfer

                                          @thomas-braun
                                          funktioniert?
                                          was habe ich falsche gemacht das alles abgestürzt ist
                                          danke und schönen Abend

                                          B Offline
                                          B Offline
                                          Borkenkäfer
                                          schrieb am zuletzt editiert von
                                          #79

                                          @borkenkäfer said in Iobroker lässt sich nicht mehr starten.:

                                          @thomas-braun
                                          funktioniert!
                                          was habe ich falsche gemacht das alles abgestürzt ist
                                          danke und schönen Abend

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


                                          Support us

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

                                          870

                                          Online

                                          32.6k

                                          Benutzer

                                          82.0k

                                          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