Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. js Controler auf 7.07 geht nicht Fehlermeldung iOb

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    js Controler auf 7.07 geht nicht Fehlermeldung iOb

    This topic has been deleted. Only users with topic management privileges can see it.
    • marcel-drzal
      marcel-drzal last edited by marcel-drzal

      @thomas-braun

      Iobroker läuft
      auf den neuen System
      das alte habe ich erst mal runter gefahren.
      am Ende der Instllation kam die info das ich iob fix eingeben soll nach dem es läuft.

      hier erhalte ich aber eine Fehlermeldung:

      marcel@PiObroker:/opt/iobroker$ iob stop
      marcel@PiObroker:/opt/iobroker$ iob fix
      bash: /home/iobroker/.fix.sh: Permission denied
      marcel@PiObroker:/opt/iobroker$
      

      habe aber den Befehl ausgeführt:

      adduser marcel
      Anschließend muss der User noch der sudo Gruppe zugeordnet werden.

      usermod -aG sudo marcel

      marcel@PiObroker:/opt/iobroker$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v22.19.0
      v22.19.0
      10.9.3
      marcel
      /opt/iobroker
      Hit:1 http://deb.debian.org/debian trixie InRelease
      Hit:2 http://security.debian.org trixie-security InRelease                                       
      Hit:3 http://deb.debian.org/debian trixie-updates InRelease                                      
      Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease              
      All packages are up to date.                         
      Warning: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
      nodejs:
        Installed: 22.19.0-1nodesource1
        Candidate: 22.19.0-1nodesource1
        Version table:
       *** 22.19.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
              100 /var/lib/dpkg/status
           22.18.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.17.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.17.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.16.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.15.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.15.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.14.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.13.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.13.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.12.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.11.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.10.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.9.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.8.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.7.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.6.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.5.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.5.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.4.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.4.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.3.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.2.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.1.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           22.0.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
           20.19.2+dfsg-1 500
              500 http://deb.debian.org/debian trixie/main amd64 Packages
      lines 16-57/57 (END)
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @marcel-drzal last edited by Thomas Braun

        @marcel-drzal sagte in js Controler auf 7.07 geht nicht Fehlermeldung iOb:

        am Ende der Instllation kam die info das ich iob fix eingeben soll nach dem es läuft.

        Die kommt immer, das muss nach der Erst Installation gemacht werden.

        ls -l /home
        

        sagt?

        Edith: Einen User legt man als erstes an, dann kann der nämlich von iobroker-Installer direkt richtig konfiguriert werden.

        marcel-drzal 1 Reply Last reply Reply Quote 0
        • marcel-drzal
          marcel-drzal @Thomas Braun last edited by marcel-drzal

          @thomas-braun

          habe erst einen User marcel angelegt wie in der Doku gesagt wurde komisch

          marcel@PiObroker:~$ ls -l /home
          total 8
          drwxr-x--- 2 iobroker iobroker 4096 Sep 11 17:50 iobroker
          drwx------ 5 marcel   marcel   4096 Sep 11 18:06 marcel
          marcel@PiObroker:~$ 
          
          CPU: 0,67 %
          RAM: 6 %
          Betriebszeit: 0h
          Verfügbar: 7.0.7
          Installiert: 7.0.7
          Ereignisse: ⇥5 / ↦13
          Plattform: linux
          Betriebssystem: linux
          Architektur: x64
          CPUs: 2
          Geschwindigkeit: 400 MHz
          Modell: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
          RAM: 6 GB
          System-Betriebszeit: 00:04:45
          Node.js: v22.19.0
          Zeit: 11.9.2025, 18:19:25
          Zeitversatz: -120
          NPM: 10.9.3
          Adapter-Anzahl: 576
          Datenträgergröße: 7.8 GB
          Freier Festplattenspeicher: 5.5 GB
          Aktive Instanzen: 3
          Pfad: /opt/iobroker/
          Betriebszeit: 00:04:36
          aktiv: true
          _nodeCurrent: 22.19.0
          _nodeNewest: 22.19.0
          _nodeNewestNext: 22.19.0
          _npmCurrent: 10.9.3
          _npmNewest: 10.9.3
          _npmNewestNext: 10.9.3
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @marcel-drzal last edited by

            @marcel-drzal

            Als user marcel:

            id
            
            marcel-drzal 1 Reply Last reply Reply Quote 0
            • marcel-drzal
              marcel-drzal @Thomas Braun last edited by marcel-drzal

              @thomas-braun

              was meinst du mit id
              wir bekomme ich das gerade gezogen?

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @marcel-drzal last edited by

                @marcel-drzal

                Das ist ein Kommando in deinem Terminal.

                marcel-drzal 1 Reply Last reply Reply Quote 0
                • marcel-drzal
                  marcel-drzal @Thomas Braun last edited by

                  @thomas-braun

                  sorry

                  marcel@PiObroker:~$ id
                  uid=1000(marcel) gid=1000(marcel) groups=1000(marcel),27(sudo),100(users),1001(iobroker)
                  marcel@PiObroker:~$ 
                  
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @marcel-drzal last edited by

                    @marcel-drzal

                    Starte die Kiste mal sauber durch.

                    marcel-drzal 1 Reply Last reply Reply Quote 0
                    • marcel-drzal
                      marcel-drzal @Thomas Braun last edited by

                      @thomas-braun
                      danke jetzt hat iob Fix funktioniert

                      🤙 👍

                      Homoran 1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @marcel-drzal last edited by

                        @marcel-drzal und wo ist/war jetzt der Bug? 😂

                        marcel-drzal 1 Reply Last reply Reply Quote 0
                        • marcel-drzal
                          marcel-drzal @Homoran last edited by marcel-drzal

                          @homoran
                          @Thomas-Braun

                          leider komme ich noch nicht drauf

                          marcel@PiObroker:~$ ls -l /home
                          total 8
                          drwxr-x--- 3 iobroker iobroker 4096 Sep 13 11:23 iobroker
                          drwx------ 5 marcel   marcel   4096 Sep 13 11:23 marcel
                          marcel@PiObroker:~$ id
                          uid=1000(marcel) gid=1000(marcel) groups=1000(marcel),27(sudo),100(users),1001(iobroker)
                          
                          Thomas Braun 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @marcel-drzal last edited by

                            @marcel-drzal

                            Bitte KEINE Bildchen von Text.
                            Dafür gibt es die </> Codetags...

                            1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @marcel-drzal last edited by

                              @marcel-drzal

                              Schalt die SSL-Verschlüsselung mal aus.

                              marcel-drzal 1 Reply Last reply Reply Quote 0
                              • marcel-drzal
                                marcel-drzal @Thomas Braun last edited by marcel-drzal

                                @thomas-braun
                                passt das so?
                                Soll ich es über den Backup Adapter nun auf spielen oder ist es besser jeden Adapter einzeln zu installieren und auf zu spielen?

                                
                                host.PiObroker
                                2025-09-13 11:10:05.874	warn	Could not check for new OS updates: Command failed: sudo apt list --upgradeableWARNING: apt does not have a stable CLI interface. Use with caution in scripts.
                                
                                CPU: 0,8 %
                                RAM: 8 %
                                Betriebszeit: 0h
                                Verfügbar: 7.0.7
                                Installiert: 7.0.7
                                Ereignisse: ⇥4 / ↦13
                                Plattform: linux
                                Betriebssystem: linux
                                Architektur: x64
                                CPUs: 2
                                Geschwindigkeit: 4469 MHz
                                Modell: unknown
                                RAM: 6 GB
                                System-Betriebszeit: 00:17:50
                                Node.js: v22.19.0
                                Zeit: 13.9.2025, 11:45:55
                                Zeitversatz: -120
                                NPM: 10.9.3
                                Adapter-Anzahl: 576
                                Datenträgergröße: 7.8 GB
                                Freier Festplattenspeicher: 5.4 GB
                                Aktive Instanzen: 3
                                Pfad: /opt/iobroker/
                                Betriebszeit: 00:17:39
                                aktiv: true
                                _nodeCurrent: 22.19.0
                                _nodeNewest: 22.19.0
                                _nodeNewestNext: 22.19.0
                                _npmCurrent: 10.9.3
                                _npmNewest: 10.9.3
                                _npmNewestNext: 10.9.3
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @marcel-drzal last edited by

                                  @marcel-drzal sagte in js Controler auf 7.07 geht nicht Fehlermeldung iOb:

                                  passt das so?

                                  Kann ich so nicht sagen.
                                  Poste mal die Ausgabe von

                                  iob diag
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  728
                                  Online

                                  32.1k
                                  Users

                                  80.6k
                                  Topics

                                  1.3m
                                  Posts

                                  6
                                  48
                                  1156
                                  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