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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Kein Zugriff auf Port 8081 ...

NEWS

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

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

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

Kein Zugriff auf Port 8081 ...

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

    @SMS
    Okay.

    sudo apt update
    
    SMSS Offline
    SMSS Offline
    SMS
    schrieb am zuletzt editiert von SMS
    #50

    @Thomas-Braun

    pi@ioBroker-RasPi4:~ $ sudo apt update
    OK:1 http://archive.raspberrypi.org/debian buster InRelease
    Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
    OK:3 https://deb.nodesource.com/node_10.x buster InRelease
    Es wurden 15,0 kB in 1 s geholt (12,7 kB/s).
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut.
    Statusinformationen werden eingelesen.... Fertig
    Alle Pakete sind aktuell.
    
    

    neustart?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • SMSS SMS

      @Thomas-Braun

      pi@ioBroker-RasPi4:~ $ sudo apt update
      OK:1 http://archive.raspberrypi.org/debian buster InRelease
      Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
      OK:3 https://deb.nodesource.com/node_10.x buster InRelease
      Es wurden 15,0 kB in 1 s geholt (12,7 kB/s).
      Paketlisten werden gelesen... Fertig
      Abhängigkeitsbaum wird aufgebaut.
      Statusinformationen werden eingelesen.... Fertig
      Alle Pakete sind aktuell.
      
      

      neustart?

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

      @SMS
      Ich würde zuvor noch auf node12 gehen:

      sudo nano /etc/apt/sources.list.d/nodesource.list
      

      In der Datei aus der 10 eine 12 machen. Strg-X, dann mit j speichern.

      iobroker stop 
      sudo apt update && sudo apt dist-upgrade
      sudo reboot
      

      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

      SMSS 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @SMS
        Ich würde zuvor noch auf node12 gehen:

        sudo nano /etc/apt/sources.list.d/nodesource.list
        

        In der Datei aus der 10 eine 12 machen. Strg-X, dann mit j speichern.

        iobroker stop 
        sudo apt update && sudo apt dist-upgrade
        sudo reboot
        
        SMSS Offline
        SMSS Offline
        SMS
        schrieb am zuletzt editiert von
        #52

        @Thomas-Braun

        immer noch nichts :-(

        verstehe auch nicht warum das hier steht:

        pi@ioBroker-RasPi4:~ $ iobroker list instances
         Cannot read system.config: null (OK when migrating or restoring)
         Cannot find view "system" for search "host" : null
        
        
        + instance is alive
        
        

        da sollten doch eigentlich die Adapter drin stehen und alles?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • SMSS SMS

          @Thomas-Braun

          immer noch nichts :-(

          verstehe auch nicht warum das hier steht:

          pi@ioBroker-RasPi4:~ $ iobroker list instances
           Cannot read system.config: null (OK when migrating or restoring)
           Cannot find view "system" for search "host" : null
          
          
          + instance is alive
          
          

          da sollten doch eigentlich die Adapter drin stehen und alles?

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

          @SMS

          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
          
          iobroker fix
          

          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

          SMSS 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @SMS

            which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
            
            iobroker fix
            
            SMSS Offline
            SMSS Offline
            SMS
            schrieb am zuletzt editiert von
            #54

            @Thomas-Braun

            pi@ioBroker-RasPi4:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
            /usr/bin/nodejs
            v12.19.1
            /usr/bin/node
            v12.19.1
            /usr/bin/npm
            6.14.8
            nodejs:
              Installiert:           12.19.1-1nodesource1
              Installationskandidat: 12.19.1-1nodesource1
              Versionstabelle:
             *** 12.19.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                    100 /var/lib/dpkg/status
                 10.21.0~dfsg-1~deb10u1+rpi1 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • SMSS SMS

              @Thomas-Braun

              pi@ioBroker-RasPi4:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
              /usr/bin/nodejs
              v12.19.1
              /usr/bin/node
              v12.19.1
              /usr/bin/npm
              6.14.8
              nodejs:
                Installiert:           12.19.1-1nodesource1
                Installationskandidat: 12.19.1-1nodesource1
                Versionstabelle:
               *** 12.19.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.21.0~dfsg-1~deb10u1+rpi1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #55

              @SMS
              Passt.
              Und

              iobroker stop
              iobroker fix
              

              liefert?

              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

              SMSS 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @SMS
                Passt.
                Und

                iobroker stop
                iobroker fix
                

                liefert?

                SMSS Offline
                SMSS Offline
                SMS
                schrieb am zuletzt editiert von
                #56

                @Thomas-Braun

                pi@ioBroker-RasPi4:~ $ iobroker fix
                library: loaded
                Library version=2020-06-12
                
                ==========================================================================
                
                    Welcome to the ioBroker installation fixer!
                    Script version: 2020-06-15
                
                    You might need to enter your password a couple of times.
                
                ==========================================================================
                
                
                ==========================================================================
                    Installing prerequisites (1/3)
                ==========================================================================
                
                OK:1 http://archive.raspberrypi.org/debian buster InRelease
                OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                Paketlisten werden gelesen... Fertig
                Installed gcc-c++
                Installed python-dev
                
                ==========================================================================
                    Checking ioBroker user and directory permissions (2/3)
                ==========================================================================
                
                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...
                
                ==========================================================================
                    Checking autostart (3/3)
                ==========================================================================
                
                Enabling autostart...
                Autostart enabled!
                
                ==========================================================================
                
                    Your installation was fixed successfully
                    Run iobroker start to start ioBroker again!
                
                ==========================================================================
                
                pi@ioBroker-RasPi4:~ $ iobroker start
                
                
                SMSS 1 Antwort Letzte Antwort
                0
                • SMSS SMS

                  @Thomas-Braun

                  pi@ioBroker-RasPi4:~ $ iobroker fix
                  library: loaded
                  Library version=2020-06-12
                  
                  ==========================================================================
                  
                      Welcome to the ioBroker installation fixer!
                      Script version: 2020-06-15
                  
                      You might need to enter your password a couple of times.
                  
                  ==========================================================================
                  
                  
                  ==========================================================================
                      Installing prerequisites (1/3)
                  ==========================================================================
                  
                  OK:1 http://archive.raspberrypi.org/debian buster InRelease
                  OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                  OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                  Paketlisten werden gelesen... Fertig
                  Installed gcc-c++
                  Installed python-dev
                  
                  ==========================================================================
                      Checking ioBroker user and directory permissions (2/3)
                  ==========================================================================
                  
                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...
                  
                  ==========================================================================
                      Checking autostart (3/3)
                  ==========================================================================
                  
                  Enabling autostart...
                  Autostart enabled!
                  
                  ==========================================================================
                  
                      Your installation was fixed successfully
                      Run iobroker start to start ioBroker again!
                  
                  ==========================================================================
                  
                  pi@ioBroker-RasPi4:~ $ iobroker start
                  
                  
                  SMSS Offline
                  SMSS Offline
                  SMS
                  schrieb am zuletzt editiert von
                  #57

                  71788698-4a9f-49a0-8a43-e7a58d6a0051-image.png

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • SMSS SMS

                    71788698-4a9f-49a0-8a43-e7a58d6a0051-image.png

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

                    @SMS

                    iobroker restart
                    iobroker list adapters
                    iobroker list instances
                    

                    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

                    SMSS 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @SMS

                      iobroker restart
                      iobroker list adapters
                      iobroker list instances
                      
                      SMSS Offline
                      SMSS Offline
                      SMS
                      schrieb am zuletzt editiert von
                      #59

                      @Thomas-Braun

                      pi@ioBroker-RasPi4:~ $ iobroker restart
                      pi@ioBroker-RasPi4:~ $ iobroker list adapters
                       Cannot read system.config: null (OK when migrating or restoring)
                       Cannot find view "system" for search "host" : null
                      pi@ioBroker-RasPi4:~ $ iobroker list instances
                       Cannot read system.config: null (OK when migrating or restoring)
                       Cannot find view "system" for search "host" : null
                      
                      
                      + instance is alive
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • SMSS SMS

                        @Thomas-Braun

                        pi@ioBroker-RasPi4:~ $ iobroker restart
                        pi@ioBroker-RasPi4:~ $ iobroker list adapters
                         Cannot read system.config: null (OK when migrating or restoring)
                         Cannot find view "system" for search "host" : null
                        pi@ioBroker-RasPi4:~ $ iobroker list instances
                         Cannot read system.config: null (OK when migrating or restoring)
                         Cannot find view "system" for search "host" : null
                        
                        
                        + instance is alive
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #60

                        @SMS

                        dmesg | grep -i ext4
                        

                        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

                        SMSS 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @SMS

                          dmesg | grep -i ext4
                          
                          SMSS Offline
                          SMSS Offline
                          SMS
                          schrieb am zuletzt editiert von
                          #61

                          @Thomas-Braun

                          pi@ioBroker-RasPi4:~ $ dmesg | grep -i ext4
                          [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1  smsc95xx.macaddr=DC:A6:32:B6:0D:F1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                          [    2.711495] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          [    2.719846] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [    5.050016] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • SMSS SMS

                            @Thomas-Braun

                            pi@ioBroker-RasPi4:~ $ dmesg | grep -i ext4
                            [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1  smsc95xx.macaddr=DC:A6:32:B6:0D:F1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                            [    2.711495] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                            [    2.719846] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [    5.050016] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #62

                            @SMS

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

                            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

                            SMSS 2 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @SMS

                              iobroker stop
                              cd /opt/iobroker 
                              sudo -H -u iobroker npm install iobroker.js-controller
                              iobroker start
                              
                              SMSS Offline
                              SMSS Offline
                              SMS
                              schrieb am zuletzt editiert von
                              #63

                              @Thomas-Braun

                              pi@ioBroker-RasPi4:~ $ iobroker stop
                              pi@ioBroker-RasPi4:~ $ cd /opt/iobroker
                              pi@ioBroker-RasPi4:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                              
                              > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                              > node lib/preinstallCheck.js
                              
                              NPM version: 6.14.8
                              
                              > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller
                              > node iobroker.js setup first
                              
                              object 0_userdata.0.example_state created
                              object 0_userdata.0 created
                              object alias.0 created
                              object system.certificates created
                              object system.repositories created
                              object system.config created
                              object enum.functions created
                              object enum.rooms created
                              object system.group.user created
                              object system.group.administrator created
                              object _design/system created
                              
                              The following notifications happened during sync:
                              - Ignoring Directory "admin.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "bilder" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "coronavirus-statistics.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "ds18b20.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "dwd.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "email.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "habpanel" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "habpanel.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "history.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "ical.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "icons-mfd-svg" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "icons-mfd-svg.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "landroid.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "mobile" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "mobile.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "modbus.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "mqtt.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "nina.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "node-red.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "openweathermap.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "owfs.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "parser.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "ping.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "pollenflug.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "rpi2.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "smartmeter.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "sonoff.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "systeminfo.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "tankerkoenig.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "time-switch.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-canvas-gauges.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-history.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-jqui-mfd.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-justgage.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-map.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-plumb.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-rgraph.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-timeandweather.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis-weather.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "weatherunderground.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
                              - Ignoring Directory "worx.admin" because officially not created as meta object. Please remove directory!
                              
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                              
                              + iobroker.js-controller@3.1.6
                              added 2 packages from 2 contributors, removed 15 packages and updated 15 packages in 40.402s
                              
                              19 packages are looking for funding
                                run `npm fund` for details
                              
                              pi@ioBroker-RasPi4:/opt/iobroker $ iobroker start
                              pi@ioBroker-RasPi4:/opt/iobroker $
                              
                              
                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @SMS

                                iobroker stop
                                cd /opt/iobroker 
                                sudo -H -u iobroker npm install iobroker.js-controller
                                iobroker start
                                
                                SMSS Offline
                                SMSS Offline
                                SMS
                                schrieb am zuletzt editiert von
                                #64

                                @Thomas-Braun

                                leider unverändert

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • SMSS SMS

                                  @Thomas-Braun

                                  leider unverändert

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

                                  @SMS
                                  Dann fällt mir auch nix mehr ein.

                                  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

                                  SMSS 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @SMS
                                    Dann fällt mir auch nix mehr ein.

                                    SMSS Offline
                                    SMSS Offline
                                    SMS
                                    schrieb am zuletzt editiert von
                                    #66

                                    @Thomas-Braun

                                    :-(

                                    heute morgen gegen neun hat's noch funktioniert

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • SMSS SMS

                                      @Thomas-Braun

                                      :-(

                                      heute morgen gegen neun hat's noch funktioniert

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

                                      @SMS Und gestern war Samstag.

                                      Und was hast du um 9 gemacht?

                                      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

                                      SMSS 4 Antworten Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @SMS Und gestern war Samstag.

                                        Und was hast du um 9 gemacht?

                                        SMSS Offline
                                        SMSS Offline
                                        SMS
                                        schrieb am zuletzt editiert von
                                        #68

                                        @Thomas-Braun

                                        ich war arbeiten und hab über's Handy auf meiner Oberfläche nach dem Stromverbrauch geguckt

                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @SMS Und gestern war Samstag.

                                          Und was hast du um 9 gemacht?

                                          SMSS Offline
                                          SMSS Offline
                                          SMS
                                          schrieb am zuletzt editiert von
                                          #69

                                          @Thomas-Braun

                                          müsste hier nicht auch was von iobroker stehen?

                                          pi@ioBroker-RasPi4:~ $ iobroker start
                                          pi@ioBroker-RasPi4:~ $ top
                                          top - 20:58:13 up 4 min,  1 user,  load average: 0,17, 0,13, 0,05
                                          Tasks: 128 total,   1 running, 127 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  0,2 us,  0,4 sy,  0,0 ni, 99,4 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
                                          MiB Mem :   7875,9 total,   7624,6 free,    102,2 used,    149,2 buff/cache
                                          MiB Swap:    100,0 total,    100,0 free,      0,0 used.   7549,6 avail Mem
                                          
                                            PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                                            657 iobroker  20   0  167696  75952  27416 S   1,3   0,9   0:08.86 node
                                            800 pi        20   0   10308   3048   2528 R   0,7   0,0   0:01.16 top
                                             67 root      20   0       0      0      0 I   0,3   0,0   0:00.03 kworker/u8:1-flush-179:0
                                            763 pi        20   0   12236   3560   2772 S   0,3   0,0   0:00.25 sshd
                                              1 root      20   0   33744   8164   6532 S   0,0   0,1   0:03.96 systemd
                                              2 root      20   0       0      0      0 S   0,0   0,0   0:00.01 kthreadd
                                              3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
                                              4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
                                              5 root      20   0       0      0      0 I   0,0   0,0   0:00.00 kworker/0:0-events
                                              6 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kworker/0:0H-mmc_complete
                                              7 root      20   0       0      0      0 I   0,0   0,0   0:00.09 kworker/u8:0-events_unbound
                                              8 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
                                              9 root      20   0       0      0      0 S   0,0   0,0   0:00.11 ksoftirqd/0
                                             10 root      20   0       0      0      0 I   0,0   0,0   0:00.11 rcu_sched
                                             11 root      rt   0       0      0      0 S   0,0   0,0   0:00.00 migration/0
                                             12 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
                                             13 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
                                             14 root      rt   0       0      0      0 S   0,0   0,0   0:00.00 migration/1
                                             15 root      20   0       0      0      0 S   0,0   0,0   0:00.16 ksoftirqd/1
                                             16 root      20   0       0      0      0 I   0,0   0,0   0:00.00 kworker/1:0-mm_percpu_wq
                                             17 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kworker/1:0H-kblockd
                                             18 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
                                             19 root      rt   0       0      0      0 S   0,0   0,0   0:00.00 migration/2
                                             20 root      20   0       0      0      0 S   0,0   0,0   0:00.04 ksoftirqd/2
                                             21 root      20   0       0      0      0 I   0,0   0,0   0:00.00 kworker/2:0-cgroup_destroy
                                             22 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kworker/2:0H-kblockd
                                             23 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
                                             24 root      rt   0       0      0      0 S   0,0   0,0   0:00.00 migration/3
                                             25 root      20   0       0      0      0 S   0,0   0,0   0:00.04 ksoftirqd/3
                                             26 root      20   0       0      0      0 I   0,0   0,0   0:00.00 kworker/3:0-mm_percpu_wq
                                             27 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kworker/3:0H-kblockd
                                             28 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kdevtmpfs
                                             29 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
                                             30 root      20   0       0      0      0 I   0,0   0,0   0:00.25 kworker/0:1-events
                                             31 root      20   0       0      0      0 I   0,0   0,0   0:00.06 kworker/1:1-events
                                             32 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kauditd
                                             33 root      20   0       0      0      0 S   0,0   0,0   0:00.00 khungtaskd
                                             34 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
                                             35 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
                                             36 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kcompactd0
                                             54 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kblockd
                                             55 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 blkcg_punt_bio
                                             56 root      20   0       0      0      0 I   0,0   0,0   0:00.01 kworker/2:1-events
                                             57 root      20   0       0      0      0 I   0,0   0,0   0:00.12 kworker/3:1-events_freezable
                                             58 root      rt   0       0      0      0 S   0,0   0,0   0:00.00 watchdogd
                                             59 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rpciod
                                             60 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kworker/u9:0-hci0
                                             61 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 xprtiod
                                             62 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kswapd0
                                             63 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 nfsiod
                                             64 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kthrotld
                                             65 root     -51   0       0      0      0 S   0,0   0,0   0:00.00 irq/56-aerdrv
                                             66 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 iscsi_eh
                                             69 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 DWC Notificatio
                                             70 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 uas
                                          
                                          
                                          1 Antwort Letzte Antwort
                                          0

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

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

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

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


                                          Support us

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

                                          590

                                          Online

                                          32.9k

                                          Benutzer

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