Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. js-controller Lucy (Version 7.0) jetzt im Beta Repository

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    js-controller Lucy (Version 7.0) jetzt im Beta Repository

    This topic has been deleted. Only users with topic management privileges can see it.
    • Dr. Bakterius
      Dr. Bakterius Most Active @ticaki last edited by

      @ticaki sagte in js-controller Lucy (Version 7.0) jetzt im Beta Repository:

      Ganz lesen, ich hatte es nicht aktiviert was zu anderen Problemen geführt hat

      Naja, aus

      @ticaki sagte in js-controller Lucy (Version 7.0) jetzt im Beta Repository:

      priviligiert ohne nesting - ohne nesting war falsch

      bin zumindest ich nicht schlau geworden. 🤔

      T 1 Reply Last reply Reply Quote 0
      • T
        ticaki Developer @Dr. Bakterius last edited by ticaki

        @dr-bakterius
        so besser: (priviligiert ohne nesting - das deaktivierte Nesting war falsch hab es später aktiviert, als dieses Problem schon behoben war). ?

        EDIT: und um das klarer zu beschreiben, die Adapter waren alle auf deaktiviert und eine Aktivierung hat die Warnung vor doppelt laufenden Adaptern erzeugt.

        1 Reply Last reply Reply Quote 0
        • foxriver76
          foxriver76 Developer @ticaki last edited by

          @ticaki Rückspielen eines Backups .. Proxmox Backup oder ioBroker Backup

          T 1 Reply Last reply Reply Quote 0
          • T
            ticaki Developer @foxriver76 last edited by ticaki

            @foxriver76

            iobroker backup

            hergang:

            • lxc erzeugt debian bookworm
            • sudo user erzeugt
            • curl installiert
            • iobroker installiert
            • iob fix ausgeführt
            • redis eingestellt (iob setup custom) Das ist aber nicht nötig, hat den redis-server aus dem backup genommen.
            • iobroker backup eingespielt
            Neuschwansteini 1 Reply Last reply Reply Quote 0
            • Neuschwansteini
              Neuschwansteini @ticaki last edited by

              @ticaki @foxriver76

              Bin vor 2 Wochen vom Docker auf einen LXC Bookworm umgezogen, mit Js-Controller 7.0.1.
              Gleiches vorgehen, hat alles einwandfrei funktioniert, den iob fix hab ich mir aber gespart - ich hab immer noch in mir, dass man das nur bei Problemen machen soll 🙂
              Nach dem Restore, das erstaunlich schnell ging (68 Adapter, knapp 60000 Objects and States), liefen nach und nach die Adapter, wurden im Admin aber als disabled angezeigt.
              Einmal Reboot des LXC, und seitdem ist alles gut..

              Ich finds immer wieder schoen, wie einfach man iobroker installieren und umziehen kann.. ich glaub, in den letzten Jahren gabs nix, worauf ich iobroker nicht hatte.. 🙂
              Das upgrade auf js-controller 7.0.2 hab ich gewohnter Weise in der Console gemacht.. lief einwandfrei durch.

              T 1 Reply Last reply Reply Quote 0
              • T
                ticaki Developer @Neuschwansteini last edited by

                @ilovegym
                Bei mir sind sie nicht gestartet ansonsten wie gesagt alles gut. Hab jedoch den lcx im Backup prozess (nach einn paar minuten) neu gestartet da ich keinen zugriff auf die Oberfläche bekommen habe. Das kann aber ein Nutzerfehler gewesen sein. Hab ihn auch neu gestartet als ich gesehen habe das da nix an ist und im Log auch nichts startet.

                Scheint aber anscheinend ein Einzelfall gewesen zu sein. Danke für die Klarstellung.

                1 Reply Last reply Reply Quote 1
                • D
                  DLehmann @DLehmann last edited by

                  @dlehmann

                  Hier noch eine Rückmeldung zu meinem Thema mit der Umstellung auf redis.

                  Ich hatte jetzt Zeit, das Update auf 7.0.2 zu machen. Danach lief die Umstellung auf redis erfolgreich durch und iobroker läuft jetzt mit redis Datenbank.

                  1 Reply Last reply Reply Quote 1
                  • Feuersturm
                    Feuersturm last edited by Feuersturm

                    @foxriver76
                    Update von js-controller 7.0.2 auf 7.0.3 über admin ui v7.2.6 mit vorherigem iob fix lief ohne Probleme 🙂

                    1 Reply Last reply Reply Quote 2
                    • foxriver76
                      foxriver76 Developer last edited by

                      Beim Update von 7.0.2 auf 7.0.3 mit UI sollte nun npm auch keine Rechte in node_modules mehr kaputt machen.

                      Feuersturm 1 Reply Last reply Reply Quote 1
                      • Feuersturm
                        Feuersturm @foxriver76 last edited by

                        @foxriver76 Soll ich irgendwas prüfen?

                        foxriver76 1 Reply Last reply Reply Quote 0
                        • foxriver76
                          foxriver76 Developer @Feuersturm last edited by

                          @feuersturm man kann checken ob nach dem Update (ohne fixer danach ausgeführt zu haben) u. a. die Dateien in /opt/iobroker/node_modules/iobroker.js-controller noch dem user iobroker gehören und nicht root.

                          Feuersturm T 2 Replies Last reply Reply Quote 0
                          • Feuersturm
                            Feuersturm @foxriver76 last edited by

                            @foxriver76 Das sieht gut aus

                            proxmox@ioB-Prod-Testsystem:~$ cd /opt/iobroker/node_modules/iobroker.js-controller
                            proxmox@ioB-Prod-Testsystem:/opt/iobroker/node_modules/iobroker.js-controller$ ls -l
                            total 116
                            -rw-rw-r--+  1 iobroker iobroker  1135 Nov 14 22:24 LICENSE
                            -rw-rw-r--+  1 iobroker iobroker   193 Nov 14 22:24 README.md
                            drwxrwxr-x+  4 iobroker iobroker  4096 Nov 14 22:24 build
                            drwxrwxr-x+  2 iobroker iobroker  4096 Nov 14 22:24 conf
                            -rw-rw-r--+  1 iobroker iobroker   188 Nov 14 22:24 controller.js
                            -rw-rw-r--+  1 iobroker iobroker 77166 Nov 14 22:24 io-package.json
                            -rwxr-xr-x+  1 iobroker iobroker    66 Nov 14 22:24 iobroker.js
                            drwxrwxr-x+ 12 iobroker iobroker  4096 Nov 14 22:24 node_modules
                            -rw-rw-r--+  1 iobroker iobroker  3611 Nov 14 22:24 package.json
                            -rw-rw-r--+  1 iobroker iobroker   156 Nov 14 22:31 pids.txt
                            drwxrwxr-x+  2 iobroker iobroker  4096 Nov 14 22:25 tmp
                            
                            
                            1 Reply Last reply Reply Quote 1
                            • T
                              TT-Tom @foxriver76 last edited by

                              @foxriver76
                              kann ich auch bestätigen

                              tom@iobmaster:/opt/iobroker/node_modules/iobroker.js-controller $ ls -l
                              insgesamt 120
                              drwxrwxr-x+ 2 iobroker iobroker  4096 31. Aug 03:46 backups
                              drwxrwxr-x+ 4 iobroker iobroker  4096 29. Aug 14:49 build
                              drwxrwxr-x+ 2 iobroker iobroker  4096 29. Aug 14:49 conf
                              -rw-rwxr--+ 1 iobroker iobroker   188 29. Aug 14:49 controller.js
                              -rwxrwxr-x+ 1 iobroker iobroker    66 29. Aug 14:49 iobroker.js
                              -rw-rwxr--+ 1 iobroker iobroker 72851 29. Aug 14:49 io-package.json
                              -rw-rwxr--+ 1 iobroker iobroker  1135 29. Aug 14:49 LICENSE
                              drwxrwxr-x+ 2 iobroker iobroker  4096 29. Aug 14:49 log
                              drwxrwxr-x+ 4 iobroker iobroker  4096 29. Aug 14:48 node_modules
                              -rw-rwxr--+ 1 iobroker iobroker  3650 29. Aug 14:49 package.json
                              -rw-rw-r--+ 1 iobroker iobroker   225 14. Nov 23:16 pids.txt
                              -rw-rwxr--+ 1 iobroker iobroker   193 29. Aug 14:49 README.md
                              drwxrwxr-x+ 2 iobroker iobroker  4096 13. Nov 03:46 tmp
                              tom@iobmaster:/opt/iobroker/node_modules/iobroker.js-controller $ 
                              
                              1 Reply Last reply Reply Quote 0
                              • Merlin123
                                Merlin123 last edited by Merlin123

                                Ich bekomme bei Versuch den js-controller aus dem Admin zu aktualisieren immer noch

                                SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON
                                

                                Das Problem habe ich schon "ewig". (Also auch mit den 6er Versionen)
                                Ich habe den js-controller 7.0.2 installiert. Nach der Installation iob fix laufen lassen. Jetzt dann aus dem Admin 7.3.1 das Update auf 7.0.3 gestartet.
                                Node.js: v20.18.0
                                Debian Bookworm, alle Pakete aktuell

                                Gibt es noch Ideen?

                                foxriver76 1 Reply Last reply Reply Quote 0
                                • Neuschwansteini
                                  Neuschwansteini @foxriver76 last edited by

                                  @foxriver76

                                  hier hat das update von 7.0.2 auf 7.0.3 einwandfrei per Gui geklappt, die Rechte sind im bookworm-LXC einwandfrei.
                                  Ich hab seit der installation von iobroker nie mehr den fix gemacht.

                                  1 Reply Last reply Reply Quote 0
                                  • foxriver76
                                    foxriver76 Developer @Merlin123 last edited by

                                    @merlin123 gibt es irgendwas im log file da muss mindestens was stehen wie controller is trying to upgrade itself.. und dann villt noch was?

                                    Merlin123 1 Reply Last reply Reply Quote 0
                                    • Merlin123
                                      Merlin123 @foxriver76 last edited by

                                      @foxriver76 ich seh nix... Adapter auf Debug umgestellt und das Update gestartet:

                                      admin.1
                                      2024-11-15 10:56:49.115	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
                                      
                                      admin.1
                                      2024-11-15 10:56:49.114	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
                                      
                                      admin.1
                                      2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.112	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.111	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.110	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.109	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.108	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.115	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
                                      
                                      admin.1
                                      2024-11-15 10:56:49.114	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
                                      
                                      admin.1
                                      2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.113	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.112	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.111	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.110	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.109	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:49.108	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:31.938	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:31.889	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize
                                      
                                      admin.1
                                      2024-11-15 10:56:31.843	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree
                                      
                                      admin.1
                                      2024-11-15 10:56:31.787	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel
                                      
                                      admin.1
                                      2024-11-15 10:56:31.784	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime
                                      
                                      admin.1
                                      2024-11-15 10:56:31.783	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem
                                      
                                      admin.1
                                      2024-11-15 10:56:31.781	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu
                                      
                                      admin.1
                                      2024-11-15 10:56:31.779	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount
                                      
                                      admin.1
                                      2024-11-15 10:56:31.778	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount
                                      
                                      admin.1
                                      2024-11-15 10:56:29.522	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
                                      
                                      admin.1
                                      2024-11-15 10:56:29.522	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel
                                      
                                      admin.1
                                      2024-11-15 10:56:29.520	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:29.519	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:29.518	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:29.517	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:29.516	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:29.514	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:29.513	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:28.259	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize, system.host.iobrokervm.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:28.209	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree, system.host.iobrokervm.diskSize
                                      
                                      admin.1
                                      2024-11-15 10:56:28.204	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel, system.host.iobrokervm.diskFree
                                      
                                      admin.1
                                      2024-11-15 10:56:28.145	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime, system.host.iobrokervm.logLevel
                                      
                                      admin.1
                                      2024-11-15 10:56:28.142	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem, system.host.iobrokervm.uptime
                                      
                                      admin.1
                                      2024-11-15 10:56:28.141	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu, system.host.iobrokervm.mem
                                      
                                      admin.1
                                      2024-11-15 10:56:28.139	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount, system.host.iobrokervm.cpu
                                      
                                      admin.1
                                      2024-11-15 10:56:28.137	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount, system.host.iobrokervm.outputCount
                                      
                                      admin.1
                                      2024-11-15 10:56:28.135	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.iobrokervm.inputCount
                                      
                                      admin.1
                                      2024-11-15 10:56:28.087	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
                                      
                                      admin.1
                                      2024-11-15 10:56:28.086	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.085	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.084	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.083	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.082	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.080	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.079	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.078	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.077	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.076	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.074	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:28.073	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:26.138	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                                      
                                      admin.1
                                      2024-11-15 10:56:25.707	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
                                      
                                      admin.1
                                      2024-11-15 10:56:25.706	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection
                                      
                                      admin.1
                                      2024-11-15 10:56:25.705	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem
                                      
                                      admin.1
                                      2024-11-15 10:56:25.703	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning
                                      
                                      admin.1
                                      2024-11-15 10:56:25.702	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree, system.host.*.diskSize
                                      
                                      admin.1
                                      2024-11-15 10:56:25.701	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled, system.host.*.diskFree
                                      
                                      admin.1
                                      2024-11-15 10:56:25.700	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.adapter.*.plugins.sentry.enabled
                                      
                                      admin.1
                                      2024-11-15 10:56:25.681	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel
                                      
                                      admin.1
                                      2024-11-15 10:56:25.513	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount
                                      
                                      admin.1
                                      2024-11-15 10:56:25.504	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss
                                      
                                      admin.1
                                      2024-11-15 10:56:25.503	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount
                                      
                                      admin.1
                                      2024-11-15 10:56:25.502	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive, system.adapter.*.connected
                                      
                                      admin.1
                                      2024-11-15 10:56:25.501	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed, system.adapter.*.alive
                                      
                                      admin.1
                                      2024-11-15 10:56:25.500	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive, admin.1.info.newsFeed
                                      
                                      admin.1
                                      2024-11-15 10:56:25.499	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive, system.host.*.alive
                                      
                                      admin.1
                                      2024-11-15 10:56:25.497	debug	Subscribes: system.host.*.notifications.*, system.adapter.discovery.0.alive
                                      
                                      admin.1
                                      2024-11-15 10:56:25.496	debug	Subscribes: system.host.*.notifications.*
                                      
                                      admin.1
                                      2024-11-15 10:56:25.494	debug	Subscribes: dummy
                                      
                                      admin.1
                                      2024-11-15 10:56:25.474	info	==> Connected system.user.admin from ::ffff:192.168.0.125
                                      
                                      admin.1
                                      2024-11-15 10:56:25.217	info	Use link "http://127.0.0.1:8081" to configure.
                                      
                                      admin.1
                                      2024-11-15 10:56:25.216	info	http server listening on port 8081
                                      
                                      admin.1
                                      2024-11-15 10:56:25.215	info	socket.io server listening on port 8081
                                      
                                      admin.1
                                      2024-11-15 10:56:25.207	debug	Next repo update on 16.11.2024, 10:18:55
                                      
                                      admin.1
                                      2024-11-15 10:56:25.012	debug	Secure connection not enabled - using http createServer
                                      
                                      admin.1
                                      2024-11-15 10:56:24.974	info	received all objects
                                      
                                      admin.1
                                      2024-11-15 10:56:23.744	info	requesting all objects
                                      
                                      admin.1
                                      2024-11-15 10:56:23.720	info	starting. Version 7.3.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.0, js-controller: 7.0.2
                                      
                                      admin.1
                                      2024-11-15 10:56:22.958	debug	Plugin sentry Initialize Plugin (enabled=true)
                                      
                                      admin.1
                                      2024-11-15 10:56:22.860	debug	States connected to redis: 127.0.0.1:9000
                                      
                                      admin.1
                                      2024-11-15 10:56:22.775	debug	States create User PubSub Client
                                      
                                      admin.1
                                      2024-11-15 10:56:22.774	debug	States create System PubSub Client
                                      
                                      admin.1
                                      2024-11-15 10:56:22.747	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                                      
                                      admin.1
                                      2024-11-15 10:56:22.707	debug	Objects connected to redis: 127.0.0.1:9001
                                      
                                      admin.1
                                      2024-11-15 10:56:22.704	debug	Objects client initialize lua scripts
                                      
                                      admin.1
                                      2024-11-15 10:56:22.631	debug	Objects create User PubSub Client
                                      
                                      admin.1
                                      2024-11-15 10:56:22.630	debug	Objects create System PubSub Client
                                      
                                      admin.1
                                      2024-11-15 10:56:22.580	debug	Objects client ready ... initialize now
                                      
                                      admin.1
                                      2024-11-15 10:56:22.527	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                                      
                                      foxriver76 1 Reply Last reply Reply Quote 0
                                      • foxriver76
                                        foxriver76 Developer @Merlin123 last edited by

                                        @merlin123 nicht vom admin, der Host loggt das und da reicht auch Info Level.

                                        1 Reply Last reply Reply Quote 0
                                        • Merlin123
                                          Merlin123 last edited by Merlin123

                                          @foxriver76 Wenn ich es richtig gemacht habe wirft er das aus:

                                          Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): conversation failed
                                          Nov 15 12:52:44 iobrokervm sudo[1312491]: pam_unix(sudo:auth): auth could not identify password for [iobroker]
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Merlin123 last edited by

                                            @merlin123

                                            Dann verwendest du den User 'iobroker' als deinen Standarduser und nicht wie es richtig wäre als Systemuser. Der hat und braucht nämlich gar kein Passwort.

                                            Leg dir einen User an und verwende den.

                                            foxriver76 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            587
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            backup beta dynamic notifications js-controller lucy test
                                            28
                                            146
                                            13858
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo