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.
  • 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
                      • 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
                        #70

                        @Thomas-Braun

                        auch komisch, oder?

                        pi@ioBroker-RasPi4:~ $ iobroker start javascript
                        Cannot find any instances of "javascript"!
                        
                        Thomas BraunT 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
                          #71

                          @Thomas-Braun

                          kann es sein das alles weg ist?

                          pi@ioBroker-RasPi4:~ $ iobroker list instances
                          
                          
                          + instance is alive
                          pi@ioBroker-RasPi4:~ $ iobroker list adapters
                          pi@ioBroker-RasPi4:~ $ netstat -an |grep LISTEN
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
                          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN
                          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN
                          tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN
                          tcp6       0      0 :::22                   :::*                    LISTEN
                          tcp6       0      0 ::1:631                 :::*                    LISTEN
                          tcp6       0      0 :::5900                 :::*                    LISTEN
                          pi@ioBroker-RasPi4:~ $ iobroker list instances
                          
                          
                          + instance is alive
                          pi@ioBroker-RasPi4:~ $ iobroker start admin
                          Cannot find any instances of "admin"!
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • SMSS SMS

                            @Thomas-Braun

                            auch komisch, oder?

                            pi@ioBroker-RasPi4:~ $ iobroker start javascript
                            Cannot find any instances of "javascript"!
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #72

                            @SMS
                            In top heißen die Prozesse von ioBroker jetzt node:

                            657 iobroker  20   0  167696  75952  27416 S   1,3   0,9   0:08.86 node
                            

                            Mit htop sieht das anders aus.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • SMSS SMS

                              @Thomas-Braun

                              kann es sein das alles weg ist?

                              pi@ioBroker-RasPi4:~ $ iobroker list instances
                              
                              
                              + instance is alive
                              pi@ioBroker-RasPi4:~ $ iobroker list adapters
                              pi@ioBroker-RasPi4:~ $ netstat -an |grep LISTEN
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
                              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
                              tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN
                              tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN
                              tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN
                              tcp6       0      0 :::22                   :::*                    LISTEN
                              tcp6       0      0 ::1:631                 :::*                    LISTEN
                              tcp6       0      0 :::5900                 :::*                    LISTEN
                              pi@ioBroker-RasPi4:~ $ iobroker list instances
                              
                              
                              + instance is alive
                              pi@ioBroker-RasPi4:~ $ iobroker start admin
                              Cannot find any instances of "admin"!
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #73

                              @SMS
                              Was passiert denn bei einem

                              iobroker add admin
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              SMSS 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @SMS
                                Was passiert denn bei einem

                                iobroker add admin
                                
                                SMSS Offline
                                SMSS Offline
                                SMS
                                schrieb am zuletzt editiert von
                                #74

                                @Thomas-Braun

                                pi@ioBroker-RasPi4:~ $ iobroker add admin
                                host.ioBroker-RasPi4 install adapter admin
                                upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                host.ioBroker-RasPi4 object system.adapter.admin created/updated
                                host.ioBroker-RasPi4 create instance admin
                                host.ioBroker-RasPi4 object admin.0.info.newsETag created
                                host.ioBroker-RasPi4 object admin.0.info.newsfeed created
                                host.ioBroker-RasPi4 object admin.0.connected created
                                host.ioBroker-RasPi4 object admin.0 created
                                host.ioBroker-RasPi4 object admin.0.info created
                                host.ioBroker-RasPi4 object system.adapter.admin.upload created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.sigKill created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.eventLoopLag created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.outputCount created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.inputCount created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.uptime created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.memRss created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapTotal created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapUsed created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.cputime created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.cpu created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.compactMode created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.connected created
                                host.ioBroker-RasPi4 object system.adapter.admin.0.alive created
                                host.ioBroker-RasPi4 object system.adapter.admin.0 created
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • SMSS SMS

                                  @Thomas-Braun

                                  pi@ioBroker-RasPi4:~ $ iobroker add admin
                                  host.ioBroker-RasPi4 install adapter admin
                                  upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                  upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                  upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                  upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                  host.ioBroker-RasPi4 object system.adapter.admin created/updated
                                  host.ioBroker-RasPi4 create instance admin
                                  host.ioBroker-RasPi4 object admin.0.info.newsETag created
                                  host.ioBroker-RasPi4 object admin.0.info.newsfeed created
                                  host.ioBroker-RasPi4 object admin.0.connected created
                                  host.ioBroker-RasPi4 object admin.0 created
                                  host.ioBroker-RasPi4 object admin.0.info created
                                  host.ioBroker-RasPi4 object system.adapter.admin.upload created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.sigKill created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.eventLoopLag created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.outputCount created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.inputCount created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.uptime created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.memRss created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapTotal created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapUsed created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.cputime created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.cpu created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.compactMode created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.connected created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0.alive created
                                  host.ioBroker-RasPi4 object system.adapter.admin.0 created
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #75

                                  @SMS
                                  Aha.
                                  Komisch.
                                  Dann füg mal noch

                                  iobroker add web
                                  

                                  hinzu.

                                  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
                                    Aha.
                                    Komisch.
                                    Dann füg mal noch

                                    iobroker add web
                                    

                                    hinzu.

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

                                    @Thomas-Braun

                                    pi@ioBroker-RasPi4:~ $ iobroker add web
                                    host.ioBroker-RasPi4 install adapter web
                                    upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/words.js words.js application/javascript
                                    upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                    upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                    upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index.html index.html text/html
                                    upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png image/png
                                    upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png image/png
                                    upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png image/png
                                    upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png image/png
                                    upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png image/png
                                    upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png image/png
                                    upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png image/png
                                    upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png image/png
                                    upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png image/png
                                    upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png image/png
                                    upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png image/png
                                    upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png image/png
                                    upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png image/png
                                    upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png image/png
                                    upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png image/png
                                    upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png image/png
                                    upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png image/png
                                    upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/style.css lib/css/style.css text/css
                                    upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/materialize.css lib/css/materialize.css text/css
                                    upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ui.jqgrid-4.5.4.css lib/css/jqGrid/ui.jqgrid-4.5.4.css text/css
                                    upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ellipsis-xbl.xml lib/css/jqGrid/ellipsis-xbl.xml application/xml
                                    upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css.map lib/css/iob/selectID.css.map application/json
                                    upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css lib/css/iob/selectID.css text/css
                                    upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min.css lib/css/fancytree/ui.fancytree.min.css text/css
                                    upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min-win7.css lib/css/fancytree/ui.fancytree.min-win7.css text/css
                                    upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.jquery.min.css lib/css/fancytree/ui.fancytree.jquery.min.css text/css
                                    upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.png lib/css/fancytree/state.png image/png
                                    upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/loading.gif lib/css/fancytree/loading.gif image/gif
                                    upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/icons.gif lib/css/fancytree/icons.gif image/gif
                                    upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.png lib/css/fancytree/device.png image/png
                                    upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.png lib/css/fancytree/channel.png image/png
                                    upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                                    upload [1] web /opt/iobroker/node_modules/iobroker.web/www/index.html index.html text/html
                                    upload [0] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                    host.ioBroker-RasPi4 object system.adapter.web created/updated
                                    host.ioBroker-RasPi4 object connected created/updated
                                    host.ioBroker-RasPi4 create instance web
                                    host.ioBroker-RasPi4 object web.0.connected created
                                    host.ioBroker-RasPi4 object web.0 created
                                    host.ioBroker-RasPi4 object system.adapter.web.upload created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.sigKill created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.eventLoopLag created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.outputCount created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.inputCount created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.uptime created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.memRss created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.memHeapTotal created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.memHeapUsed created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.cputime created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.cpu created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.compactMode created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.connected created
                                    host.ioBroker-RasPi4 object system.adapter.web.0.alive created
                                    host.ioBroker-RasPi4 object system.adapter.web.0 created
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • SMSS SMS

                                      @Thomas-Braun

                                      pi@ioBroker-RasPi4:~ $ iobroker add web
                                      host.ioBroker-RasPi4 install adapter web
                                      upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/words.js words.js application/javascript
                                      upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                      upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                      upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index.html index.html text/html
                                      upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png image/png
                                      upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png image/png
                                      upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png image/png
                                      upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png image/png
                                      upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png image/png
                                      upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png image/png
                                      upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png image/png
                                      upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png image/png
                                      upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png image/png
                                      upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png image/png
                                      upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png image/png
                                      upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png image/png
                                      upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png image/png
                                      upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png image/png
                                      upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png image/png
                                      upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png image/png
                                      upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png image/png
                                      upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/style.css lib/css/style.css text/css
                                      upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/materialize.css lib/css/materialize.css text/css
                                      upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ui.jqgrid-4.5.4.css lib/css/jqGrid/ui.jqgrid-4.5.4.css text/css
                                      upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ellipsis-xbl.xml lib/css/jqGrid/ellipsis-xbl.xml application/xml
                                      upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css.map lib/css/iob/selectID.css.map application/json
                                      upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css lib/css/iob/selectID.css text/css
                                      upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min.css lib/css/fancytree/ui.fancytree.min.css text/css
                                      upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min-win7.css lib/css/fancytree/ui.fancytree.min-win7.css text/css
                                      upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.jquery.min.css lib/css/fancytree/ui.fancytree.jquery.min.css text/css
                                      upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.png lib/css/fancytree/state.png image/png
                                      upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/loading.gif lib/css/fancytree/loading.gif image/gif
                                      upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/icons.gif lib/css/fancytree/icons.gif image/gif
                                      upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.png lib/css/fancytree/device.png image/png
                                      upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.png lib/css/fancytree/channel.png image/png
                                      upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                                      upload [1] web /opt/iobroker/node_modules/iobroker.web/www/index.html index.html text/html
                                      upload [0] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                      host.ioBroker-RasPi4 object system.adapter.web created/updated
                                      host.ioBroker-RasPi4 object connected created/updated
                                      host.ioBroker-RasPi4 create instance web
                                      host.ioBroker-RasPi4 object web.0.connected created
                                      host.ioBroker-RasPi4 object web.0 created
                                      host.ioBroker-RasPi4 object system.adapter.web.upload created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.sigKill created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.eventLoopLag created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.outputCount created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.inputCount created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.uptime created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.memRss created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.memHeapTotal created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.memHeapUsed created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.cputime created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.cpu created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.compactMode created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.connected created
                                      host.ioBroker-RasPi4 object system.adapter.web.0.alive created
                                      host.ioBroker-RasPi4 object system.adapter.web.0 created
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #77

                                      @SMS

                                      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 list adapters
                                        iobroker list instances
                                        
                                        SMSS Offline
                                        SMSS Offline
                                        SMS
                                        schrieb am zuletzt editiert von
                                        #78

                                        @Thomas-Braun

                                        pi@ioBroker-RasPi4:~ $ iobroker list adapters
                                        system.adapter.admin                   : admin          - v4.1.10
                                        system.adapter.web                     : web            - v3.0.14
                                        pi@ioBroker-RasPi4:~ $ iobroker list instances
                                        + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        pi@ioBroker-RasPi4:~ $
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • SMSS SMS

                                          @Thomas-Braun

                                          pi@ioBroker-RasPi4:~ $ iobroker list adapters
                                          system.adapter.admin                   : admin          - v4.1.10
                                          system.adapter.web                     : web            - v3.0.14
                                          pi@ioBroker-RasPi4:~ $ iobroker list instances
                                          + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          + instance is alive
                                          pi@ioBroker-RasPi4:~ $
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #79

                                          @SMS Okay. Kommst du auf die Seite des admin nun drauf?

                                          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

                                          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

                                          580

                                          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