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. Echarts Presets verschwinden

NEWS

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

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

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

Echarts Presets verschwinden

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
51 Beiträge 4 Kommentatoren 4.0k Aufrufe 3 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

    @homoran

    Irgendwas ganz schräges.

    @Bambulko
    Lass das Skript nun noch mal laufen.

    B Offline
    B Offline
    Bambulko
    schrieb am zuletzt editiert von Bambulko
    #37

    @thomas-braun

    Nothing to do - Your installation is using the correct paths.
    
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • B Bambulko

      @thomas-braun

      Nothing to do - Your installation is using the correct paths.
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #38

      @bambulko

      Da müssen zwei Zeilen mit 'Nothing to do' kommen.

      Und schmeiß den ganzen anderen node-Krempel raus:

      sudo apt autoremove
      

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

      B 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @bambulko

        Da müssen zwei Zeilen mit 'Nothing to do' kommen.

        Und schmeiß den ganzen anderen node-Krempel raus:

        sudo apt autoremove
        
        B Offline
        B Offline
        Bambulko
        schrieb am zuletzt editiert von Bambulko
        #39

        @thomas-braun Ich bekomme immer das hier, egal wie oft ich das skript laufen lasse.

        Nothing to do - Your installation is using the correct paths.
        
        You are running nodejs v18.18.0. Do you want to install recommended version v.18 ? 
        
        

        Das Skript installiert immer 18.17 ueber 18.18, und dann 18.18 ueber 18.17.

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • B Bambulko

          @thomas-braun Ich bekomme immer das hier, egal wie oft ich das skript laufen lasse.

          Nothing to do - Your installation is using the correct paths.
          
          You are running nodejs v18.18.0. Do you want to install recommended version v.18 ? 
          
          

          Das Skript installiert immer 18.17 ueber 18.18, und dann 18.18 ueber 18.17.

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

          @bambulko

          Ja, stimmt. Wenn keine recommended version im ioBroker gefunden werden kann dann kommt das so.

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

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

          B 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @bambulko

            Ja, stimmt. Wenn keine recommended version im ioBroker gefunden werden kann dann kommt das so.

            cd /opt/iobroker/
            sudo -H -u iobroker npm install iobroker.js-controller
            
            B Offline
            B Offline
            Bambulko
            schrieb am zuletzt editiert von
            #41

            @thomas-braun said in Echarts Presets verschwinden:

            cd /opt/iobroker/

            up to date in 2s
            
            49 packages are looking for funding
              run `npm fund` for details
            
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • B Bambulko

              @thomas-braun said in Echarts Presets verschwinden:

              cd /opt/iobroker/

              up to date in 2s
              
              49 packages are looking for funding
                run `npm fund` for details
              
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #42

              @bambulko

              Bitte immer VOLLSTÄNDIGE Ein- wie Ausgaben posten.

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

              B 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @bambulko

                Bitte immer VOLLSTÄNDIGE Ein- wie Ausgaben posten.

                B Offline
                B Offline
                Bambulko
                schrieb am zuletzt editiert von
                #43

                @thomas-braun

                Nuc:/opt/iobroker$ cd /opt/iobroker/
                Nuc:/opt/iobroker$ 
                Nuc:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
                
                up to date in 2s
                
                49 packages are looking for funding
                  run `npm fund` for details
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • B Bambulko

                  @thomas-braun

                  Nuc:/opt/iobroker$ cd /opt/iobroker/
                  Nuc:/opt/iobroker$ 
                  Nuc:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
                  
                  up to date in 2s
                  
                  49 packages are looking for funding
                    run `npm fund` for details
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #44

                  @bambulko

                  iob update
                  iob status
                  

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

                  B 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @bambulko

                    iob update
                    iob status
                    
                    B Offline
                    B Offline
                    Bambulko
                    schrieb am zuletzt editiert von
                    #45

                    @thomas-braun

                    Nuc:/opt/iobroker$ iob update
                     Cannot read system.config: null (OK when migrating or restoring)
                    Error: Object "system.config" not found
                    Nuc:/opt/iobroker$ iob status
                     Cannot read system.config: null (OK when migrating or restoring)
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • B Bambulko

                      @thomas-braun

                      Nuc:/opt/iobroker$ iob update
                       Cannot read system.config: null (OK when migrating or restoring)
                      Error: Object "system.config" not found
                      Nuc:/opt/iobroker$ iob status
                       Cannot read system.config: null (OK when migrating or restoring)
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #46

                      @bambulko Hast du die unnützen node-* Pakete rausgeworfen?

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

                      B 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @bambulko Hast du die unnützen node-* Pakete rausgeworfen?

                        B Offline
                        B Offline
                        Bambulko
                        schrieb am zuletzt editiert von
                        #47

                        @thomas-braun Ja.

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • B Bambulko

                          @thomas-braun Ja.

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

                          @bambulko

                          iob diag
                          

                          in der langen Version.

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

                          B 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @bambulko

                            iob diag
                            

                            in der langen Version.

                            B Offline
                            B Offline
                            Bambulko
                            schrieb am zuletzt editiert von Bambulko
                            #49

                            @thomas-braun

                            Skript v.2023-06-20
                            
                            *** BASE SYSTEM ***
                               Static hostname: Nuc
                                     Icon name: computer-desktop
                                       Chassis: desktop
                                    Machine ID: ad3458d0640e4781a50233d6b3388c72
                                       Boot ID: 0f842b6f9206477d90dac70147d5fedf
                              Operating System: Ubuntu 20.04.6 LTS
                                        Kernel: Linux 5.15.0-84-generic
                                  Architecture: x86-64
                            
                            model name	: Intel(R) Celeron(R) J4005 CPU @ 2.00GHz
                            Docker          : false
                            Virtualization  : none
                            Kernel          : x86_64
                            Userland        : amd64
                            
                            Systemuptime and Load:
                             22:30:18 up  2:12,  2 users,  load average: 3.77, 3.16, 2.50
                            CPU threads: 2
                            
                            
                            *** Time and Time Zones ***
                                           Local time: Thu 2023-09-21 22:30:18 CEST
                                       Universal time: Thu 2023-09-21 20:30:18 UTC 
                                             RTC time: Thu 2023-09-21 20:30:18     
                                            Time zone: Europe/Berlin (CEST, +0200) 
                            System clock synchronized: yes                         
                                          NTP service: active                      
                                      RTC in local TZ: no                          
                            
                            *** User and Groups ***
                            user
                            /home/user
                            user adm dialout cdrom sudo dip plugdev lpadmin lxd sambashare iobroker
                            
                            *** X-Server-Setup ***
                            X-Server: 	true
                            Desktop: 	mate
                            Terminal: 	x11
                            Boot Target: 	graphical.target
                            
                            *** MEMORY ***
                                          total        used        free      shared  buff/cache   available
                            Mem:            15G        4.3G        5.2G        577M        5.6G         10G
                            Swap:          2.0G          0B        2.0G
                            Total:          17G        4.3G        7.3G
                            
                                    15133 M total memory
                                     4343 M used memory
                                     2232 M active memory
                                     5909 M inactive memory
                                     5234 M free memory
                                      936 M buffer memory
                                     4619 M swap cache
                                     2047 M total swap
                                        0 M used swap
                                     2047 M free swap
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            udev           devtmpfs  7.4G     0  7.4G   0% /dev
                            tmpfs          tmpfs     1.5G  1.8M  1.5G   1% /run
                            /dev/sda2      ext4      938G  144G  747G  17% /
                            tmpfs          tmpfs     7.4G     0  7.4G   0% /dev/shm
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            tmpfs          tmpfs     7.4G     0  7.4G   0% /sys/fs/cgroup
                            /dev/loop0     squashfs  128K  128K     0 100% /snap/bare/5
                            /dev/loop1     squashfs   56M   56M     0 100% /snap/core18/2785
                            /dev/loop2     squashfs   64M   64M     0 100% /snap/core20/2015
                            /dev/loop4     squashfs   64M   64M     0 100% /snap/core20/1974
                            /dev/loop3     squashfs   74M   74M     0 100% /snap/core22/864
                            /dev/loop6     squashfs   92M   92M     0 100% /snap/gtk-common-themes/1535
                            /dev/loop8     squashfs  486M  486M     0 100% /snap/gnome-42-2204/120
                            /dev/loop7     squashfs   82M   82M     0 100% /snap/gtk-common-themes/1534
                            /dev/loop9     squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/140
                            /dev/loop5     squashfs   74M   74M     0 100% /snap/core22/858
                            /dev/loop12    squashfs  486M  486M     0 100% /snap/gnome-42-2204/126
                            /dev/loop13    squashfs   95M   95M     0 100% /snap/noson/579
                            /dev/loop16    squashfs   41M   41M     0 100% /snap/snapd/20092
                            /dev/loop15    squashfs   46M   46M     0 100% /snap/snap-store/638
                            /dev/loop14    squashfs   13M   13M     0 100% /snap/snap-store/959
                            /dev/loop10    squashfs   56M   56M     0 100% /snap/core18/2790
                            /dev/loop11    squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/143
                            /dev/loop17    squashfs   41M   41M     0 100% /snap/snapd/19993
                            /dev/sda1      vfat      511M  6.1M  505M   2% /boot/efi
                            tmpfs          tmpfs     1.5G   56K  1.5G   1% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Thu Sep 21 20:17:22 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                            [Thu Sep 21 20:17:23 2023] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
                            
                            Show mounted filesystems (real ones only):
                            TARGET                         SOURCE      FSTYPE   OPTIONS
                            /                              /dev/sda2   ext4     rw,relatime,errors=remount-ro
                            |-/sys/kernel/tracing          tracefs     tracefs  rw,nosuid,nodev,noexec,relatime
                            |-/snap/bare/5                 /dev/loop0  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/core18/2785            /dev/loop1  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/core20/2015            /dev/loop2  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/core20/1974            /dev/loop4  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/core22/864             /dev/loop3  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/gtk-common-themes/1535 /dev/loop6  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/gnome-42-2204/120      /dev/loop8  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/gtk-common-themes/1534 /dev/loop7  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/gnome-3-38-2004/140    /dev/loop9  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/core22/858             /dev/loop5  squashfs ro,nodev,relatime,errors=continue
                            |-/snap/gnome-42-2204/126      /dev/loop12 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/noson/579              /dev/loop13 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/snapd/20092            /dev/loop16 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/snap-store/638         /dev/loop15 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/snap-store/959         /dev/loop14 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/core18/2790            /dev/loop10 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/gnome-3-38-2004/143    /dev/loop11 squashfs ro,nodev,relatime,errors=continue
                            |-/snap/snapd/19993            /dev/loop17 squashfs ro,nodev,relatime,errors=continue
                            `-/boot/efi                    /dev/sda1   vfat     rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            12G	/var/
                            6.8G	/var/lib
                            4.1G	/var/log/journal/ad3458d0640e4781a50233d6b3388c72
                            4.1G	/var/log/journal
                            4.1G	/var/log
                            
                            Archived and active journals take up 4.0G in the file system.
                            
                            /opt/iobroker/backups:
                            du: cannot access '/opt/iobroker/backups/': No such file or directory
                            
                            /opt/iobroker/iobroker-data:
                            15M	/opt/iobroker/iobroker-data/files
                            15M	/opt/iobroker/iobroker-data/
                            13M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                            13M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static
                            13M	/opt/iobroker/iobroker-data/files/admin.admin/custom
                            
                            The five largest files in iobroker-data are:
                            6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                            2.8M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
                            1.6M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map
                            652K	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js.map
                            384K	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs 	v18.18.0
                            /usr/bin/node 		v18.18.0
                            /usr/bin/npm 		9.8.1
                            /usr/bin/npx 		9.8.1
                            
                            
                            nodejs:
                              Installed: 18.18.0-1nodesource1
                              Candidate: 18.18.0-1nodesource1
                              Version table:
                             *** 18.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 18.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 10.19.0~dfsg-3ubuntu1.1 500
                                    500 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                                    500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                                 10.19.0~dfsg-3ubuntu1 500
                                    500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            Errors in npm tree: 0
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                             Cannot read system.config: null (OK when migrating or restoring)
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                             Cannot read system.config: null (OK when migrating or restoring)
                            No configuration change needed.
                            
                            
                            Multihost discovery server: disabled
                            Discovery authentication:   enabled
                            Persistent activation:      disabled
                            Objects:                    jsonl on 127.0.0.1
                            States:                     jsonl on 127.0.0.1
                            
                            Core adapters versions
                            js-controller: 	4.0.24
                            admin: 		6.3.5
                            javascript: 	"javascript" not found
                            
                            Adapters from github: 	0
                            
                            Adapter State
                             Cannot read system.config: null (OK when migrating or restoring)
                            
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            
                            ioBroker-Repositories
                             Cannot read system.config: null (OK when migrating or restoring)
                            List is empty
                            
                            Installed ioBroker-Instances
                             Cannot read system.config: null (OK when migrating or restoring)
                            Error: Object "system.config" not found
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects: 	33
                            States: 	26
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
                            Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                            Hit:3 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                            Hit:4 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
                            Hit:5 https://phoscon.de/apt/deconz focal InRelease
                            Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                            Reading package lists...
                            Pending Updates: 0
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                            tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       57763      3637/deCONZ         
                            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      130        37850      903/influxd         
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          38201      931/sshd: /usr/sbin 
                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          19537      1/init              
                            tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN      0          38914      743/cupsd           
                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      0          44737      2094/docker-proxy   
                            tcp        0      0 127.0.0.1:39365         0.0.0.0:*               LISTEN      0          39021      912/containerd      
                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       752286     111136/iobroker.js- 
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       753258     111136/iobroker.js- 
                            tcp        0      0 0.0.0.0:8091            0.0.0.0:*               LISTEN      0          43886      1978/docker-proxy   
                            tcp        0      0 0.0.0.0:8082            0.0.0.0:*               LISTEN      0          43977      2027/docker-proxy   
                            tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      0          43927      2000/docker-proxy   
                            tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       57617      3637/deCONZ         
                            tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      0          43999      2048/docker-proxy   
                            tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        31177      641/systemd-resolve 
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          38212      931/sshd: /usr/sbin 
                            tcp6       0      0 :::111                  :::*                    LISTEN      0          19541      1/init              
                            tcp6       0      0 :::631                  :::*                    LISTEN      0          38915      743/cupsd           
                            tcp6       0      0 :::1882                 :::*                    LISTEN      0          44740      2100/docker-proxy   
                            tcp6       0      0 :::8091                 :::*                    LISTEN      0          43892      1983/docker-proxy   
                            tcp6       0      0 :::8082                 :::*                    LISTEN      0          43982      2033/docker-proxy   
                            tcp6       0      0 :::8083                 :::*                    LISTEN      0          44654      2011/docker-proxy   
                            tcp6       0      0 :::8081                 :::*                    LISTEN      0          44004      2055/docker-proxy   
                            tcp6       0      0 :::8086                 :::*                    LISTEN      130        43023      903/influxd         
                            udp        0      0 0.0.0.0:60140           0.0.0.0:*                           115        36343      738/avahi-daemon: r 
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           115        36341      738/avahi-daemon: r 
                            udp        0      0 0.0.0.0:8081            0.0.0.0:*                           0          45073      2071/docker-proxy   
                            udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        31176      641/systemd-resolve 
                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          19538      1/init              
                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          38957      902/cups-browsed    
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       57796      3637/deCONZ         
                            udp6       0      0 :::5353                 :::*                                115        36342      738/avahi-daemon: r 
                            udp6       0      0 :::55503                :::*                                115        36344      738/avahi-daemon: r 
                            udp6       0      0 :::8081                 :::*                                0          44733      2077/docker-proxy   
                            udp6       0      0 :::111                  :::*                                0          19544      1/init              
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-09-21 22:14:39.108  - error: host.Nuc Cannot find view "system" for search "instance"
                            2023-09-21 22:14:39.110  - error: host.Nuc Could not collect system.host.Nuc states to check for obsolete states: Error: Cannot find view "system"
                            2023-09-21 22:14:39.111  - error: host.Nuc  _design/system missing - call node iobroker.js setup
                            2023-09-21 22:14:39.111  - info: host.Nuc  no instances found
                            2023-09-21 22:14:39.112  - info: host.Nuc no instances found
                            2023-09-21 22:27:26.562  - info: host.Nuc received SIGTERM
                            2023-09-21 22:27:26.577  - info: host.Nuc terminated
                            2023-09-21 22:30:14.056  - info: host.Nuc iobroker.js-controller version 4.0.24 js-controller starting
                            2023-09-21 22:30:14.059  - info: host.Nuc Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                            2023-09-21 22:30:14.060  - info: host.Nuc hostname: Nuc, node: v18.18.0
                            2023-09-21 22:30:14.060  - info: host.Nuc ip addresses: 192.168.179.52 fe80::b7b5:ce0f:92af:db16 172.18.0.1 fe80::42:ccff:fe35:673b fe80::5c18:58ff:fe12:6738
                            2023-09-21 22:30:14.191  - error: host.Nuc Cannot read system.config: null (OK when migrating or restoring)
                            2023-09-21 22:30:14.242  - error: host.Nuc Cannot find view "system" for search "host"
                            2023-09-21 22:30:14.432  - info: host.Nuc connected to Objects and States
                            2023-09-21 22:30:14.464  - info: host.Nuc added notifications configuration of host
                            2023-09-21 22:30:14.511  - error: host.Nuc Cannot find view "system" for search "instance"
                            2023-09-21 22:30:14.512  - error: host.Nuc Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
                            2023-09-21 22:30:14.581  - info: host.Nuc Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                            2023-09-21 22:30:14.595  - error: host.Nuc Cannot find view "system" for search "host"
                            2023-09-21 22:30:14.630  - error: host.Nuc Cannot find view "system" for search "state"
                            2023-09-21 22:30:14.631  - error: host.Nuc Cannot find view "system" for search "instance"
                            2023-09-21 22:30:14.632  - error: host.Nuc Could not collect system.host.Nuc states to check for obsolete states: Error: Cannot find view "system"
                            2023-09-21 22:30:14.632  - error: host.Nuc  _design/system missing - call node iobroker.js setup
                            2023-09-21 22:30:14.637  - info: host.Nuc  no instances found
                            2023-09-21 22:30:14.637  - info: host.Nuc no instances found
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • B Bambulko

                              @thomas-braun

                              Skript v.2023-06-20
                              
                              *** BASE SYSTEM ***
                                 Static hostname: Nuc
                                       Icon name: computer-desktop
                                         Chassis: desktop
                                      Machine ID: ad3458d0640e4781a50233d6b3388c72
                                         Boot ID: 0f842b6f9206477d90dac70147d5fedf
                                Operating System: Ubuntu 20.04.6 LTS
                                          Kernel: Linux 5.15.0-84-generic
                                    Architecture: x86-64
                              
                              model name	: Intel(R) Celeron(R) J4005 CPU @ 2.00GHz
                              Docker          : false
                              Virtualization  : none
                              Kernel          : x86_64
                              Userland        : amd64
                              
                              Systemuptime and Load:
                               22:30:18 up  2:12,  2 users,  load average: 3.77, 3.16, 2.50
                              CPU threads: 2
                              
                              
                              *** Time and Time Zones ***
                                             Local time: Thu 2023-09-21 22:30:18 CEST
                                         Universal time: Thu 2023-09-21 20:30:18 UTC 
                                               RTC time: Thu 2023-09-21 20:30:18     
                                              Time zone: Europe/Berlin (CEST, +0200) 
                              System clock synchronized: yes                         
                                            NTP service: active                      
                                        RTC in local TZ: no                          
                              
                              *** User and Groups ***
                              user
                              /home/user
                              user adm dialout cdrom sudo dip plugdev lpadmin lxd sambashare iobroker
                              
                              *** X-Server-Setup ***
                              X-Server: 	true
                              Desktop: 	mate
                              Terminal: 	x11
                              Boot Target: 	graphical.target
                              
                              *** MEMORY ***
                                            total        used        free      shared  buff/cache   available
                              Mem:            15G        4.3G        5.2G        577M        5.6G         10G
                              Swap:          2.0G          0B        2.0G
                              Total:          17G        4.3G        7.3G
                              
                                      15133 M total memory
                                       4343 M used memory
                                       2232 M active memory
                                       5909 M inactive memory
                                       5234 M free memory
                                        936 M buffer memory
                                       4619 M swap cache
                                       2047 M total swap
                                          0 M used swap
                                       2047 M free swap
                              
                              *** FILESYSTEM ***
                              Filesystem     Type      Size  Used Avail Use% Mounted on
                              udev           devtmpfs  7.4G     0  7.4G   0% /dev
                              tmpfs          tmpfs     1.5G  1.8M  1.5G   1% /run
                              /dev/sda2      ext4      938G  144G  747G  17% /
                              tmpfs          tmpfs     7.4G     0  7.4G   0% /dev/shm
                              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                              tmpfs          tmpfs     7.4G     0  7.4G   0% /sys/fs/cgroup
                              /dev/loop0     squashfs  128K  128K     0 100% /snap/bare/5
                              /dev/loop1     squashfs   56M   56M     0 100% /snap/core18/2785
                              /dev/loop2     squashfs   64M   64M     0 100% /snap/core20/2015
                              /dev/loop4     squashfs   64M   64M     0 100% /snap/core20/1974
                              /dev/loop3     squashfs   74M   74M     0 100% /snap/core22/864
                              /dev/loop6     squashfs   92M   92M     0 100% /snap/gtk-common-themes/1535
                              /dev/loop8     squashfs  486M  486M     0 100% /snap/gnome-42-2204/120
                              /dev/loop7     squashfs   82M   82M     0 100% /snap/gtk-common-themes/1534
                              /dev/loop9     squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/140
                              /dev/loop5     squashfs   74M   74M     0 100% /snap/core22/858
                              /dev/loop12    squashfs  486M  486M     0 100% /snap/gnome-42-2204/126
                              /dev/loop13    squashfs   95M   95M     0 100% /snap/noson/579
                              /dev/loop16    squashfs   41M   41M     0 100% /snap/snapd/20092
                              /dev/loop15    squashfs   46M   46M     0 100% /snap/snap-store/638
                              /dev/loop14    squashfs   13M   13M     0 100% /snap/snap-store/959
                              /dev/loop10    squashfs   56M   56M     0 100% /snap/core18/2790
                              /dev/loop11    squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/143
                              /dev/loop17    squashfs   41M   41M     0 100% /snap/snapd/19993
                              /dev/sda1      vfat      511M  6.1M  505M   2% /boot/efi
                              tmpfs          tmpfs     1.5G   56K  1.5G   1% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              [Thu Sep 21 20:17:22 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                              [Thu Sep 21 20:17:23 2023] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
                              
                              Show mounted filesystems (real ones only):
                              TARGET                         SOURCE      FSTYPE   OPTIONS
                              /                              /dev/sda2   ext4     rw,relatime,errors=remount-ro
                              |-/sys/kernel/tracing          tracefs     tracefs  rw,nosuid,nodev,noexec,relatime
                              |-/snap/bare/5                 /dev/loop0  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core18/2785            /dev/loop1  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core20/2015            /dev/loop2  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core20/1974            /dev/loop4  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core22/864             /dev/loop3  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/gtk-common-themes/1535 /dev/loop6  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/gnome-42-2204/120      /dev/loop8  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/gtk-common-themes/1534 /dev/loop7  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/gnome-3-38-2004/140    /dev/loop9  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core22/858             /dev/loop5  squashfs ro,nodev,relatime,errors=continue
                              |-/snap/gnome-42-2204/126      /dev/loop12 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/noson/579              /dev/loop13 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/snapd/20092            /dev/loop16 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/snap-store/638         /dev/loop15 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/snap-store/959         /dev/loop14 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/core18/2790            /dev/loop10 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/gnome-3-38-2004/143    /dev/loop11 squashfs ro,nodev,relatime,errors=continue
                              |-/snap/snapd/19993            /dev/loop17 squashfs ro,nodev,relatime,errors=continue
                              `-/boot/efi                    /dev/sda1   vfat     rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
                              
                              Files in neuralgic directories:
                              
                              /var:
                              12G	/var/
                              6.8G	/var/lib
                              4.1G	/var/log/journal/ad3458d0640e4781a50233d6b3388c72
                              4.1G	/var/log/journal
                              4.1G	/var/log
                              
                              Archived and active journals take up 4.0G in the file system.
                              
                              /opt/iobroker/backups:
                              du: cannot access '/opt/iobroker/backups/': No such file or directory
                              
                              /opt/iobroker/iobroker-data:
                              15M	/opt/iobroker/iobroker-data/files
                              15M	/opt/iobroker/iobroker-data/
                              13M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                              13M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static
                              13M	/opt/iobroker/iobroker-data/files/admin.admin/custom
                              
                              The five largest files in iobroker-data are:
                              6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                              2.8M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
                              1.6M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map
                              652K	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js.map
                              384K	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs 	v18.18.0
                              /usr/bin/node 		v18.18.0
                              /usr/bin/npm 		9.8.1
                              /usr/bin/npx 		9.8.1
                              
                              
                              nodejs:
                                Installed: 18.18.0-1nodesource1
                                Candidate: 18.18.0-1nodesource1
                                Version table:
                               *** 18.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   18.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   10.19.0~dfsg-3ubuntu1.1 500
                                      500 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                                      500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                                   10.19.0~dfsg-3ubuntu1 500
                                      500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              Errors in npm tree: 0
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                               Cannot read system.config: null (OK when migrating or restoring)
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                               Cannot read system.config: null (OK when migrating or restoring)
                              No configuration change needed.
                              
                              
                              Multihost discovery server: disabled
                              Discovery authentication:   enabled
                              Persistent activation:      disabled
                              Objects:                    jsonl on 127.0.0.1
                              States:                     jsonl on 127.0.0.1
                              
                              Core adapters versions
                              js-controller: 	4.0.24
                              admin: 		6.3.5
                              javascript: 	"javascript" not found
                              
                              Adapters from github: 	0
                              
                              Adapter State
                               Cannot read system.config: null (OK when migrating or restoring)
                              
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              
                              ioBroker-Repositories
                               Cannot read system.config: null (OK when migrating or restoring)
                              List is empty
                              
                              Installed ioBroker-Instances
                               Cannot read system.config: null (OK when migrating or restoring)
                              Error: Object "system.config" not found
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects: 	33
                              States: 	26
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
                              Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                              Hit:3 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                              Hit:4 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
                              Hit:5 https://phoscon.de/apt/deconz focal InRelease
                              Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                              Reading package lists...
                              Pending Updates: 0
                              
                              *** Listening Ports ***
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                              tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       57763      3637/deCONZ         
                              tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      130        37850      903/influxd         
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          38201      931/sshd: /usr/sbin 
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          19537      1/init              
                              tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN      0          38914      743/cupsd           
                              tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      0          44737      2094/docker-proxy   
                              tcp        0      0 127.0.0.1:39365         0.0.0.0:*               LISTEN      0          39021      912/containerd      
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       752286     111136/iobroker.js- 
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       753258     111136/iobroker.js- 
                              tcp        0      0 0.0.0.0:8091            0.0.0.0:*               LISTEN      0          43886      1978/docker-proxy   
                              tcp        0      0 0.0.0.0:8082            0.0.0.0:*               LISTEN      0          43977      2027/docker-proxy   
                              tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      0          43927      2000/docker-proxy   
                              tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       57617      3637/deCONZ         
                              tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      0          43999      2048/docker-proxy   
                              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        31177      641/systemd-resolve 
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          38212      931/sshd: /usr/sbin 
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          19541      1/init              
                              tcp6       0      0 :::631                  :::*                    LISTEN      0          38915      743/cupsd           
                              tcp6       0      0 :::1882                 :::*                    LISTEN      0          44740      2100/docker-proxy   
                              tcp6       0      0 :::8091                 :::*                    LISTEN      0          43892      1983/docker-proxy   
                              tcp6       0      0 :::8082                 :::*                    LISTEN      0          43982      2033/docker-proxy   
                              tcp6       0      0 :::8083                 :::*                    LISTEN      0          44654      2011/docker-proxy   
                              tcp6       0      0 :::8081                 :::*                    LISTEN      0          44004      2055/docker-proxy   
                              tcp6       0      0 :::8086                 :::*                    LISTEN      130        43023      903/influxd         
                              udp        0      0 0.0.0.0:60140           0.0.0.0:*                           115        36343      738/avahi-daemon: r 
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           115        36341      738/avahi-daemon: r 
                              udp        0      0 0.0.0.0:8081            0.0.0.0:*                           0          45073      2071/docker-proxy   
                              udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        31176      641/systemd-resolve 
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          19538      1/init              
                              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          38957      902/cups-browsed    
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       57796      3637/deCONZ         
                              udp6       0      0 :::5353                 :::*                                115        36342      738/avahi-daemon: r 
                              udp6       0      0 :::55503                :::*                                115        36344      738/avahi-daemon: r 
                              udp6       0      0 :::8081                 :::*                                0          44733      2077/docker-proxy   
                              udp6       0      0 :::111                  :::*                                0          19544      1/init              
                              
                              *** Log File - Last 25 Lines ***
                              
                              2023-09-21 22:14:39.108  - error: host.Nuc Cannot find view "system" for search "instance"
                              2023-09-21 22:14:39.110  - error: host.Nuc Could not collect system.host.Nuc states to check for obsolete states: Error: Cannot find view "system"
                              2023-09-21 22:14:39.111  - error: host.Nuc  _design/system missing - call node iobroker.js setup
                              2023-09-21 22:14:39.111  - info: host.Nuc  no instances found
                              2023-09-21 22:14:39.112  - info: host.Nuc no instances found
                              2023-09-21 22:27:26.562  - info: host.Nuc received SIGTERM
                              2023-09-21 22:27:26.577  - info: host.Nuc terminated
                              2023-09-21 22:30:14.056  - info: host.Nuc iobroker.js-controller version 4.0.24 js-controller starting
                              2023-09-21 22:30:14.059  - info: host.Nuc Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                              2023-09-21 22:30:14.060  - info: host.Nuc hostname: Nuc, node: v18.18.0
                              2023-09-21 22:30:14.060  - info: host.Nuc ip addresses: 192.168.179.52 fe80::b7b5:ce0f:92af:db16 172.18.0.1 fe80::42:ccff:fe35:673b fe80::5c18:58ff:fe12:6738
                              2023-09-21 22:30:14.191  - error: host.Nuc Cannot read system.config: null (OK when migrating or restoring)
                              2023-09-21 22:30:14.242  - error: host.Nuc Cannot find view "system" for search "host"
                              2023-09-21 22:30:14.432  - info: host.Nuc connected to Objects and States
                              2023-09-21 22:30:14.464  - info: host.Nuc added notifications configuration of host
                              2023-09-21 22:30:14.511  - error: host.Nuc Cannot find view "system" for search "instance"
                              2023-09-21 22:30:14.512  - error: host.Nuc Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
                              2023-09-21 22:30:14.581  - info: host.Nuc Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                              2023-09-21 22:30:14.595  - error: host.Nuc Cannot find view "system" for search "host"
                              2023-09-21 22:30:14.630  - error: host.Nuc Cannot find view "system" for search "state"
                              2023-09-21 22:30:14.631  - error: host.Nuc Cannot find view "system" for search "instance"
                              2023-09-21 22:30:14.632  - error: host.Nuc Could not collect system.host.Nuc states to check for obsolete states: Error: Cannot find view "system"
                              2023-09-21 22:30:14.632  - error: host.Nuc  _design/system missing - call node iobroker.js setup
                              2023-09-21 22:30:14.637  - info: host.Nuc  no instances found
                              2023-09-21 22:30:14.637  - info: host.Nuc no instances found
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von Thomas Braun
                              #50

                              @bambulko sagte in Echarts Presets verschwinden:

                              > X-Server: 	true
                              > Desktop: 	mate
                              > Terminal: 	x11
                              > Boot Target: 	graphical.target
                              

                              schalt den Desktop-Quark und alles was damit zusammen angeschleppt wird aus. Server immer ohne GUI.

                              sudo systemctl set-default multi-user.target
                              sudo systemctl isolate multi-user.target
                              

                              Dann lass den

                              iob fix
                              

                              laufen.

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

                              B 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @bambulko sagte in Echarts Presets verschwinden:

                                > X-Server: 	true
                                > Desktop: 	mate
                                > Terminal: 	x11
                                > Boot Target: 	graphical.target
                                

                                schalt den Desktop-Quark und alles was damit zusammen angeschleppt wird aus. Server immer ohne GUI.

                                sudo systemctl set-default multi-user.target
                                sudo systemctl isolate multi-user.target
                                

                                Dann lass den

                                iob fix
                                

                                laufen.

                                B Offline
                                B Offline
                                Bambulko
                                schrieb am zuletzt editiert von
                                #51

                                @thomas-braun Vielen Dank erst einmal bis hierher. Ich muss morgen leider frueh raus und jetzt erst mal ins Bett. Keine Ahnung was ich da so verbockt habe, dass nicht einmal die Installation klappt.

                                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

                                578

                                Online

                                32.7k

                                Benutzer

                                82.6k

                                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