Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Reiter Objekte endet in Warteschleife

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Reiter Objekte endet in Warteschleife

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser @grisu1000 last edited by Glasfaser

      @grisu1000 sagte in Reiter Objekte endet in Warteschleife:

      /usr/bin/nodejs

      /usr/local/bin/node

      /usr/local/bin/npm

      v18.8.0

      v16.17.0

      8.15.0

      hier ist der Fehler ... alles schief und im falschen Verzeichniss!

      Nimm die empfohlene NodeJS 16 ... wie kommst du auf 18 !?

      50 packages can be upgraded.

      und halte dein System auf Stand .

      gehe hiernach :

      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

      G 1 Reply Last reply Reply Quote 0
      • G
        grisu1000 @Glasfaser last edited by grisu1000

        @glasfaser ich weiss dass ich aus Unwissen heraus schon einmal auf die NodeJs 18 gewechselt habe ... hatte das aber nach einen Tipp wieder auf die 16 umgestellt

        Der Infoscreen am Anfang zeigt mir die auch an.

        Screenshot 2022-09-14 at 13-00-26 intro - raspberrypi.png

        Glasfaser 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @grisu1000 last edited by

          @grisu1000 sagte in Reiter Objekte endet in Warteschleife:

          @glasfaser ich weiss dass ich aus Unwissen heraus schon einmal auf die NodeJs 18 gewechselt habe ... hatte das aber nach einen Tipp wieder auf die 16 umgestellt

          Dann war schon die Grundinstallation mit 18 auch schon im falschen Verzeichniss .

          G 1 Reply Last reply Reply Quote 0
          • G
            grisu1000 @Glasfaser last edited by

            @glasfaser okay .. ich habe schon vermutet das der Fehler hier vor dem Bildschirm sitzt 🤦

            Lässt sich das gerade biegen oder System neu aufsetzen und Backup einspielen?

            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @grisu1000 last edited by

              @grisu1000 sagte in Reiter Objekte endet in Warteschleife:

              Lässt sich das gerade biegen

              Ja,
              steht alles erklärt im Link , den ich dir oben dazu gegeben habe

              G 2 Replies Last reply Reply Quote 0
              • G
                grisu1000 @Glasfaser last edited by

                @glasfaser Danke ich setze mich heute Abend in aller Ruhe dran.

                Danke erstmal

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

                  Zur Info: Ich habe mal verschiedene Versionen des Admin-Adapters getestet mit folgendem Ergebnis: Bis zur Version 5.1.9 erfolgte das Laden des Objekte-Tabs noch schnell. Seit Version 5.1.10 dauert es sehr lange. Also muss es zur Version 5.1.10 eine entsprechende Änderung gegeben haben, die sich bis heute durchzieht.

                  1 Reply Last reply Reply Quote 0
                  • G
                    grisu1000 @Glasfaser last edited by

                    @glasfaser
                    Dein Hinweis hat mir natürlich keine Ruhe gelassen also bin ich die Anleitung Schritt für Schritt durchgegangen.... Effekt bleibt leider aus...

                    pi@raspberrypi:~ $ cd /opt/iobroker
                    pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                    pi@raspberrypi:/opt/iobroker $ curl -sL https://deb.nodesource.com/setup_16.x |                                                                          sudo -E bash
                    
                    ## Installing the NodeSource Node.js 16.x repo...
                    
                    
                    ## Populating apt-get cache...
                    
                    + apt-get update
                    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                    Reading package lists... Done
                    
                    ## Confirming "bullseye" is supported...
                    
                    + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_16.x/dists/bullseye/Re                                                                         lease'
                    
                    ## Adding the NodeSource signing key to your keyring...
                    
                    + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor |                                                                          tee /usr/share/keyrings/nodesource.gpg >/dev/null
                    
                    ## Creating apt sources list file for the NodeSource Node.js 16.x repo...
                    
                    + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesourc                                                                         e.com/node_16.x bullseye main' > /etc/apt/sources.list.d/nodesource.list
                    + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodes                                                                         ource.com/node_16.x bullseye main' >> /etc/apt/sources.list.d/nodesource.list
                    
                    ## Running `apt-get update` for you...
                    
                    + apt-get update
                    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                    Reading package lists... Done
                    
                    ## Run `sudo apt-get install -y nodejs` to install Node.js 16.x and npm
                    ## You may also need development tools to build native addons:
                         sudo apt-get install gcc g++ make
                    ## To install the Yarn package manager, run:
                         curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo te                                                                         e /usr/share/keyrings/yarnkey.gpg >/dev/null
                         echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.co                                                                         m/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                         sudo apt-get update && sudo apt-get install yarn
                    
                    
                    pi@raspberrypi:/opt/iobroker $ sudo apt install nodejs
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    nodejs is already the newest version (18.8.0-deb-1nodesource1).
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                    ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                    pi@raspberrypi:/opt/iobroker $ setup_16.x
                    -bash: setup_16.x: command not found
                    pi@raspberrypi:/opt/iobroker $ sudo apt dist-upgrade
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    Calculating upgrade... Done
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    pi@raspberrypi:/opt/iobroker $ iobroker stop
                    pi@raspberrypi:/opt/iobroker $ sudo nano /etc/apt/sources.list.d/nodesource.list
                    pi@raspberrypi:/opt/iobroker $ sudo apt update
                    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    pi@raspberrypi:/opt/iobroker $ sudo apt upgrade
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    Calculating upgrade... Done
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    pi@raspberrypi:/opt/iobroker $ apt policy nodejs
                    nodejs:
                      Installed: 18.8.0-deb-1nodesource1
                      Candidate: 18.8.0-deb-1nodesource1
                      Version table:
                     *** 18.8.0-deb-1nodesource1 100
                            100 /var/lib/dpkg/status
                         16.17.0-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                         12.22.12~dfsg-1~deb11u1 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    pi@raspberrypi:/opt/iobroker $ sudo apt install nodejs=16.17.0-deb-1nodesource1
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    The following packages will be DOWNGRADED:
                      nodejs
                    0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
                    Need to get 24.1 MB of archives.
                    After this operation, 50.9 MB disk space will be freed.
                    Do you want to continue? [Y/n] y
                    Get:1 https://deb.nodesource.com/node_16.x bullseye/main armhf nodejs armhf 16.17.0-deb-1nodesource1 [24.1 MB]
                    Fetched 24.1 MB in 2s (12.8 MB/s)
                    dpkg: warning: downgrading nodejs from 18.8.0-deb-1nodesource1 to 16.17.0-deb-1nodesource1
                    (Reading database ... 54260 files and directories currently installed.)
                    Preparing to unpack .../nodejs_16.17.0-deb-1nodesource1_armhf.deb ...
                    Unpacking nodejs (16.17.0-deb-1nodesource1) over (18.8.0-deb-1nodesource1) ...
                    Setting up nodejs (16.17.0-deb-1nodesource1) ...
                    Processing triggers for man-db (2.9.4-2) ...
                    pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                    ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                    pi@raspberrypi:/opt/iobroker $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    armv7l
                    /usr/bin/nodejs
                    /usr/local/bin/node
                    /usr/local/bin/npm
                    v16.17.0
                    v16.17.0
                    8.15.0
                    4.0.23
                    pi
                    pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                    /opt/iobroker
                    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    nodejs:
                      Installed: 16.17.0-deb-1nodesource1
                      Candidate: 16.17.0-deb-1nodesource1
                      Version table:
                     *** 16.17.0-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                            100 /var/lib/dpkg/status
                         12.22.12~dfsg-1~deb11u1 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                    ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                    pi@raspberrypi:/opt/iobroker $ iobroker fix
                    library: loaded
                    Library version=2022-06-15
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2022-06-03
                    
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/3)
                    ==========================================================================
                    
                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                    Reading package lists... Done
                    Installed gcc-c++
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/3)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Checking autostart (3/3)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    ==========================================================================
                    
                    pi@raspberrypi:/opt/iobroker $ iobroker start
                    pi@raspberrypi:/opt/iobroker $ iobroker start
                    pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                    ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                    pi@raspberrypi:/opt/iobroker $
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @grisu1000 last edited by Thomas Braun

                      @grisu1000 sagte in Reiter Objekte endet in Warteschleife:

                      die Anleitung Schritt für Schritt durchgegangen...

                      Dann hast du den Schritt 'flasche Pfade' übersprungen.

                      Die falsch installierten bins noch löschen.

                      sudo rm /usr/local/bin/node             
                      sudo rm /usr/local/bin/npm
                      

                      Dann nochmal den 'Test'

                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @Thomas Braun last edited by

                        @thomas-braun sagte in Reiter Objekte endet in Warteschleife:

                        Dann hast du den Schritt 'flasche Pfade' übersprungen.

                        Den würde ich auch überspringen 😊 ....
                        .. nah bist wohl mit dem Handy am tippen

                        Thomas Braun G 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Glasfaser last edited by

                          @glasfaser

                          Nee, das ist wie 'Flasche leer'

                          1 Reply Last reply Reply Quote 0
                          • G
                            grisu1000 @Glasfaser last edited by

                            @glasfaser 😨 ich bewundere deine Geduld ehrlich 😉

                            Ja tatsächlich überlesen... also beide wie beschrieben ausgeführt...

                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/bin/npm
                            v16.17.0
                            v16.17.0
                            8.15.0
                            4.0.23
                            
                            

                            vorher den iobroker angehalten... danach neu gestartet ... leider keine Besserung

                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @grisu1000 last edited by Glasfaser

                              @grisu1000 sagte in Reiter Objekte endet in Warteschleife:

                              ... leider keine Besserung

                              @glasfaser sagte in Reiter Objekte endet in Warteschleife:
                              Anderen Browser mal genutzt , den du noch nie für ioBroker genommen hast !?

                              Was war hiermit ?

                              bzw. inkognito mal versucht

                              G 1 Reply Last reply Reply Quote 0
                              • G
                                grisu1000 @Glasfaser last edited by

                                @glasfaser said in Reiter Objekte endet in Warteschleife:

                                eren Browser mal gen

                                Anderen Browser genutzt (Brave).. selber Effekt
                                Firefox Inkognito ... selber Effekt
                                Cache bei den Browsern gelöscht ... selber Effekt

                                einzig mit dem android Telefon lassen sich die Objekte öffnen

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @grisu1000 last edited by

                                  @grisu1000

                                  Dann bitte alle Adapter aus , außer Admin.
                                  Dann bei der Instanz Admin die Logstufe auf DEBUG stellen .
                                  Versuchen die Objekte zu öffnen .

                                  Das Debug Log dann hier posten.

                                  Homoran G 2 Replies Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Glasfaser last edited by Homoran

                                    @glasfaser

                                    @grisu1000 und bitte mal in die Browserkonsole sehen wo es da klemmt.

                                    Glasfaser 1 Reply Last reply Reply Quote 0
                                    • G
                                      grisu1000 @Glasfaser last edited by

                                      @glasfaser Screenshot 2022-09-14 at 18-11-33 logs - raspberrypi.png

                                      Glasfaser Homoran 3 Replies Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @grisu1000 last edited by

                                        @grisu1000

                                        Nee ... das ist kein DEBUG

                                        Expertenmodus dann ...

                                        32fe48a0-5a23-473d-bf07-44bccff9bb30-grafik.png

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @grisu1000 last edited by

                                          @grisu1000 das ist kein debug, nur info!
                                          hast du die Instanz auf debug gestellt?

                                          1 Reply Last reply Reply Quote 0
                                          • Glasfaser
                                            Glasfaser @grisu1000 last edited by

                                            @grisu1000

                                            und die Ausgabe hier in Code-Tags </> setzen , kein Screenshot !

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            889
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            35
                                            1249
                                            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