Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück

    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

    Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück

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

      @haifisch_777 Vermutlich, ja.
      Da läuft auch noch ein pihole mit? Oder wo kommt die Datei her?

      H Homoran 3 Replies Last reply Reply Quote 0
      • H
        Haifisch_777 @Thomas Braun last edited by

        @thomas-braun
        pihole, habe ich nicht bewusst installiert

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

          @thomas-braun sagte in Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück:

          @haifisch_777 Vermutlich, ja.
          Da läuft auch noch ein pihole mit? Oder wo kommt die Datei her?

          eher
          https://github.com/pivpn/pivpn

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

            @thomas-braun
            pivpn-bullseye-repo.list habe ich gelöscht

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

              @haifisch_777 sagte in Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück:

              habe ich nicht bewusst installiert

              Irgendwas aus der Ecke 'vpn' musst du aber da reingeprügelt haben.

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

                @thomas-braun

                https://github.com/pivpn/pivpn, ja das habe ich gemacht

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

                  @haifisch_777

                  grep -P '^[ \t]*[^#[ \t]+' /etc/apt/sources.list /etc/apt/sources.list.d/*.list
                  
                  H 1 Reply Last reply Reply Quote 0
                  • H
                    Haifisch_777 @Thomas Braun last edited by Negalein

                    @thomas-braun

                    /etc/apt/sources.list:deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
                    /etc/apt/sources.list.d/deconz.list:deb http://phoscon.de/apt/deconz buster main
                    /etc/apt/sources.list.d/nodesource.list:deb https://deb.nodesource.com/node_12.x buster main
                    /etc/apt/sources.list.d/nodesource.list:deb-src https://deb.nodesource.com/node_12.x buster main
                    /etc/apt/sources.list.d/nodesource.list:deb https://deb.nodesource.com/node_14.x/pool/main/n/nodejs buster main
                    /etc/apt/sources.list.d/nodesource.list:deb-src https://deb.nodesource.com/node_14.x/pool/main/n/nodejs buster main
                    /etc/apt/sources.list.d/raspi.list:deb http://archive.raspberrypi.org/debian/ buster main
                    /etc/apt/sources.list.d/vscode.list:deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main
                    

                    Mod-Edit: Bitte logs in Code Tags </> Posten

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      Haifisch_777 @Haifisch_777 last edited by

                      @haifisch_777 sagte in Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück:

                      https://deb.nodesource.com/node_14.x/pool/main/n/nodejs

                      Die hatte ich mal verändert, da unter der ursprünglichen Adresse nichts gefunden wurde, war ein Versuch

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

                        @haifisch_777 Bitte Konsolenausgaben in CodeTags setzen!

                        f72c36f6-d79d-419b-8288-bcd226626fce-image.png

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

                          @haifisch_777 sagte in Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück:

                          https://deb.nodesource.com/node_14.x/pool/main/n/nodejs

                          Die Zeile ist falsch. Muss bis auf die Ziffer 14 exakt gleich zur Zeile mit node12 aussehen.

                          H 1 Reply Last reply Reply Quote 0
                          • H
                            Haifisch_777 @Thomas Braun last edited by Negalein

                            @thomas-braun

                            deb https://deb.nodesource.com/node_12.x buster main
                            deb-src https://deb.nodesource.com/node_12.x buster main
                            
                            deb https://deb.nodesource.com/node_14.x buster main
                            deb-src https://deb.nodesource.com/node_14.x buster main
                            

                            Mod-Edit: Bitte logs in Code Tags </> Posten

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

                              @haifisch_777
                              So ähnlich...
                              Text markieren, dann das </> Icon im Editorfenster anklicken.
                              Oder zuerst das Icon anklicken und dann den Text zwischen die CodeTags setzen.

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

                                @haifisch_777

                                sudo apt update
                                apt list --installed | grep lokal
                                
                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  Haifisch_777 @Thomas Braun last edited by

                                  @thomas-braun sagte in Wie komme ich von node 15.8.0 auf 12.20.2 oder 14.x zurück:

                                  sudo apt update
                                  sudo: Hostname raspff kann nicht aufgelöst werden: Der Name oder der Dienst ist nicht bekannt
                                  OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                  OK:2 http://phoscon.de/apt/deconz buster InRelease                                                                         
                                  OK:3 http://archive.raspberrypi.org/debian buster InRelease                                                                
                                  OK:4 http://packages.microsoft.com/repos/code stable InRelease                                                             
                                  OK:5 https://deb.nodesource.com/node_12.x buster InRelease                                                                 
                                  OK:6 https://deb.nodesource.com/node_14.x buster InRelease
                                  Paketlisten werden gelesen... Fertig
                                  Abhängigkeitsbaum wird aufgebaut.       
                                  Statusinformationen werden eingelesen.... Fertig
                                  Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
                                  pi@raspff:/etc/apt/sources.list.d $ apt list --installed | grep lokal
                                  
                                  WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
                                  
                                  nodejs/now 15.8.0-1nodesource1 armhf  [Installiert,lokal]
                                  wireguard-dkms/now 1.0.20210124-1 all  [Installiert,lokal]
                                  wireguard-tools/now 1.0.20200827-1 armhf  [Installiert,lokal]
                                  wiringpi/now 2.52 armhf  [Installiert,lokal]
                                  pi@raspff:/etc/apt/sources.list.d $ 
                                  pi@raspff:/etc/apt/sources.list.d $
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active last edited by Thomas Braun

                                    @haifisch_777
                                    Hostname richtig setzen!

                                    Dann muss der hostname sauber gesetzt werden. Mach das über

                                    sudo raspi-config
                                    

                                    Menü:
                                    1 System Options
                                    S4 Hostname

                                    Dann

                                    sudo reboot
                                    
                                    H 1 Reply Last reply Reply Quote 0
                                    • H
                                      Haifisch_777 @Thomas Braun last edited by

                                      @thomas-braun
                                      Thanks, hat geklappt!

                                      H Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • H
                                        Haifisch_777 @Haifisch_777 last edited by

                                        @haifisch_777
                                        das _ hat wohl gestört?

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

                                          @haifisch_777

                                          sudo apt update
                                          apt list --upgradable
                                          
                                          H 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Haifisch_777 last edited by

                                            @haifisch_777
                                            Welches _ ?

                                            H 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

                                            575
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            57
                                            3142
                                            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