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
    711

  • 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
    Nicht hoffen, nachschauen:

    apt policy webmin
    apt list ?obsolete
    
    SMSS Offline
    SMSS Offline
    SMS
    schrieb am zuletzt editiert von
    #48

    @Thomas-Braun

    pi@ioBroker-RasPi4:~ $ apt policy webmin
    webmin:
     Installiert:           (keine)
     Installationskandidat: (keine)
     Versionstabelle:
        1.962 -1
           100 /var/lib/dpkg/status
    pi@ioBroker-RasPi4:~ $ apt list ?obsolete
    Auflistung... Fertig
    
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • SMSS SMS

      @Thomas-Braun

      pi@ioBroker-RasPi4:~ $ apt policy webmin
      webmin:
       Installiert:           (keine)
       Installationskandidat: (keine)
       Versionstabelle:
          1.962 -1
             100 /var/lib/dpkg/status
      pi@ioBroker-RasPi4:~ $ apt list ?obsolete
      Auflistung... Fertig
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #49

      @SMS
      Okay.

      sudo apt update
      

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

                                          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

                                          571

                                          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