Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker läuft nicht mehr

    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

    IoBroker läuft nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Yoshi last edited by

      @yoshi

      Geh mal auf nodejs16 hoch.
      Anleitung in meiner Signatur.

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

        @thomas-braun

        ok...kann ich bei der Ausgabe fortfahren ?

        pi@raspberrypi4-iob:~ $ cd /opt/iobroker
        npm ls | grep -E 'github|ERR'
        │ │ │ ├── github-from-package@0.0.0
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Yoshi last edited by

          @yoshi

          Ja, das ist kein Fehler.

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

            @thomas-braun

            soweit erledigt.

            pi@raspberrypi4-iob:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
            uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
            armv7l
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v16.16.0
            v16.16.0
            8.11.0
            pi
            /home/pi
            OK:1 http://phoscon.de/apt/deconz bullseye InRelease
            OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease               
            OK:3 http://archive.raspberrypi.org/debian bullseye InRelease                  
            OK:4 https://repos.influxdata.com/debian stretch InRelease                     
            OK:5 https://download.docker.com/linux/debian bullseye InRelease               
            OK:6 https://deb.nodesource.com/node_14.x bullseye InRelease                   
            OK:7 https://packages.grafana.com/oss/deb stable InRelease                     
            OK:8 https://deb.nodesource.com/node_16.x bullseye InRelease
            Paketlisten werden gelesen… Fertig                
            Abhängigkeitsbaum wird aufgebaut… Fertig
            Statusinformationen werden eingelesen… Fertig
            Alle Pakete sind aktuell.
            nodejs:
              Installiert:           16.16.0-deb-1nodesource1
              Installationskandidat: 16.16.0-deb-1nodesource1
              Versionstabelle:
             *** 16.16.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                    100 /var/lib/dpkg/status
                 14.20.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                 12.22.12~dfsg-1~deb11u1 500
                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
            pi@raspberrypi4-iob:~ $ iobroker start
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Yoshi last edited by

              @yoshi sagte in IoBroker läuft nicht mehr:

              OK:4 https://repos.influxdata.com/debian stretch InRelease

              Das muss auf bullseye lauten. Stell es um:

              sudo sed -i 's/stretch/bullseye/g' /etc/apt/sources.list.d/*
              
              Y 1 Reply Last reply Reply Quote 0
              • Y
                Yoshi @Thomas Braun last edited by

                @thomas-braun

                Ok erledigt.

                HASS läuft auch wieder.
                Aber VIS will einfach nicht

                $ iobroker upgrade vis@1.4.8 --debug
                Update vis from @1.4.15 to @1.4.8
                Installing iobroker.vis@1.4.8... (System call)
                npm ERR! path /opt/iobroker/node_modules/iobroker.vis
                host.raspberrypi4-iob Cannot install iobroker.vis@1.4.8: 6
                ERROR: Process exited with code 25
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Yoshi last edited by

                  @yoshi

                  Dann deinstallier vis mal komplett.

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

                    @thomas-braun

                    gibts dafür nen Befehl oder einfach Instanz in den Papierkorb ?

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

                      @yoshi sagte in IoBroker läuft nicht mehr:

                      @thomas-braun

                      gibts dafür nen Befehl oder einfach Instanz in den Papierkorb ?

                      ja und instanz löschen wäre nicht Adapter komplett deinstallieren

                      iobroker del vis

                      Y 1 Reply Last reply Reply Quote 0
                      • Y
                        Yoshi @Homoran last edited by

                        @homoran

                        Ja das stimmt, hab auch Adapter gemeint...hab dann den Adapter den Papierkorb benutzt und folgendes kam als Rückmeldung.

                        $ iobroker del vis --debug
                        host.raspberrypi4-iob Counted 1 instances of vis
                        Cannot remove adapter "vis", because instance "vis-fancyswitch.0" depends on it!
                        ERROR: Process exited with code 47
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Yoshi last edited by

                          @yoshi

                          Ich hab kein vis hier laufen, keine Ahnung ob es eine gute Idee ist die ganzen dep auch runterzuwerfen.

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

                            @thomas-braun vielleicht reicht es den npm cache löschen?

                            1 Reply Last reply Reply Quote 0
                            • Y
                              Yoshi last edited by

                              Hab nun alle Instanzen von VIS gelöscht und dann konnte ich auch den Adapter Löschen und wieder installieren. Aber natürlich ist mein view weg. Naja egal. Hauptsache alle andere läuft wieder.

                              Besten Dank Thomas

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Yoshi last edited by

                                @yoshi sagte in IoBroker läuft nicht mehr:

                                Aber natürlich ist mein view weg.

                                Backup?

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

                                  @thomas-braun

                                  Damit bin ich noch nicht so vertraut...hab ein io broker Backup von heute Nacht.

                                  iobroker_2022_07_24-02_40_11_backupiobroker.tar

                                  Würde das reichen ?

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

                                    @yoshi sagte in IoBroker läuft nicht mehr:

                                    Würde das reichen ?

                                    mach das mal mit einem entpacker (z.B. 7z) auf.
                                    du solltest darin eine vis-views.json finden.
                                    das sind alle deine views

                                    Y 1 Reply Last reply Reply Quote 0
                                    • Y
                                      Yoshi @Homoran last edited by

                                      @homoran

                                      Ok, schaue ich mir bei Gelegenheit an.
                                      Nochmals herzlichen Dank

                                      1 Reply Last reply Reply Quote 0
                                      • Y
                                        Yoshi last edited by Yoshi

                                        Nur noch eine Frage. Dadurch, dass ich so viel zerschossen habe, hat der Deconz Adapter auch alle Teilnehmer verloren.
                                        Kann man da was machen oder alle neu einlesen ?

                                        Es hört nicht auf 😞
                                        Wollte ESPHome installieren und es geht leider nicht. Bevor ich wieder alles zerschiesse frage ich lieber was ich machen kann.

                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:04.499	info	iobroker exit 25
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.459	error	iobroker host.raspberrypi4-iob Cannot install iobroker.esphome@0.2.4: 126
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.420	info	iobroker npm ERR! /home/iobroker/.npm/_logs/2022-07-24T21_15_44_444Z-debug-0.log
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.416	info	iobroker npm ERR! A complete log of this run can be found in:
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.414	info	iobroker
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.408	info	iobroker npm ERR! sh: 1: npip: Permission denied
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.407	info	iobroker npm ERR! command sh -c npip install
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.401	info	iobroker npm ERR! command failed
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.390	info	iobroker npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
                                        host.raspberrypi4-iob
                                        2022-07-24 23:16:03.389	info	iobroker npm ERR! code 126
                                        host.raspberrypi4-iob
                                        2022-07-24 23:15:43.097	info	iobroker Installing iobroker.esphome@0.2.4... (System call)
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • Y
                                          Yoshi last edited by

                                          keiner ne Idee ?

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Yoshi last edited by

                                            @yoshi

                                            npip: Permission denied
                                            

                                            Du darfst das ned. Als welcher user bist du da unterwegs?

                                            Y 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

                                            409
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            56
                                            2067
                                            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