Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker zeschossen

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

iobroker zeschossen

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
175 Beiträge 9 Kommentatoren 29.3k Aufrufe 7 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • KrisiunK Krisiun

    @thomas-braun
    Wenn das so einfach wäre? Was glaubst Du was ich die ganze Zeit schon probiere und das nicht geht?
    Sonst würde ich nicht so dumme Fragen stellen. Ich dachte es gibt hier ein Trick oder so. Aber auf dieser Weise funktioniert das leider nicht bei mir. Ich weiß, bin eine absolute Ausnahme :)

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #64

    @krisiun sagte in iobroker zeschossen:

    Wenn das so einfach wäre? Was glaubst Du was ich die ganze Zeit schon probiere und das nicht geht?

    Also in meinem 'nano' kann ich mit den Pfeiltasten den Cursor bewegen und mit den üblichen Tasten dann den Text bearbeiten.

    Mach es so:

    
    echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
    

    (Also außerhalb des störrischen Editors, im Terminal)

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    KrisiunK 2 Antworten Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @krisiun sagte in iobroker zeschossen:

      Wenn das so einfach wäre? Was glaubst Du was ich die ganze Zeit schon probiere und das nicht geht?

      Also in meinem 'nano' kann ich mit den Pfeiltasten den Cursor bewegen und mit den üblichen Tasten dann den Text bearbeiten.

      Mach es so:

      
      echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
      

      (Also außerhalb des störrischen Editors, im Terminal)

      KrisiunK Offline
      KrisiunK Offline
      Krisiun
      schrieb am zuletzt editiert von
      #65

      @thomas-braun

      So jetzt hats funktioniert und alle anderen lachen mich aus. Aber ist OK. Bin doch nur ein Anfänger :)

      deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @krisiun sagte in iobroker zeschossen:

        Wenn das so einfach wäre? Was glaubst Du was ich die ganze Zeit schon probiere und das nicht geht?

        Also in meinem 'nano' kann ich mit den Pfeiltasten den Cursor bewegen und mit den üblichen Tasten dann den Text bearbeiten.

        Mach es so:

        
        echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
        

        (Also außerhalb des störrischen Editors, im Terminal)

        KrisiunK Offline
        KrisiunK Offline
        Krisiun
        schrieb am zuletzt editiert von
        #66

        @thomas-braun

        Wenn Du/Ihr noch Zeit und Geduld habt, was kommt dann?

        1 Antwort Letzte Antwort
        0
        • KrisiunK Krisiun

          @thomas-braun

          So jetzt hats funktioniert und alle anderen lachen mich aus. Aber ist OK. Bin doch nur ein Anfänger :)

          deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #67

          @krisiun sagte in iobroker zeschossen:

          Bin doch nur ein Anfänger

          Der dann in einer root-shell genau Null verloren hat.

          sudo apt update
          apt policy nodejs
          

          liefert?

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          KrisiunK 2 Antworten Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @krisiun sagte in iobroker zeschossen:

            Bin doch nur ein Anfänger

            Der dann in einer root-shell genau Null verloren hat.

            sudo apt update
            apt policy nodejs
            

            liefert?

            KrisiunK Offline
            KrisiunK Offline
            Krisiun
            schrieb am zuletzt editiert von
            #68

            @thomas-braun
            moment ich kann den editor nicht verlassen

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • KrisiunK Krisiun

              @thomas-braun
              moment ich kann den editor nicht verlassen

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #69

              @krisiun sagte in iobroker zeschossen:

              moment ich kann den editor nicht verlassen

              Du solltest den echo...-Kram ja gerade NICHT in den Editor knallen, sondern in dein Terminal.

              Strg-X schließt nano.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @krisiun sagte in iobroker zeschossen:

                Bin doch nur ein Anfänger

                Der dann in einer root-shell genau Null verloren hat.

                sudo apt update
                apt policy nodejs
                

                liefert?

                KrisiunK Offline
                KrisiunK Offline
                Krisiun
                schrieb am zuletzt editiert von
                #70

                @thomas-braun

                krisiun@Marek2:/root$ sudo apt update
                Get:1 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                Hit:2 https://deb.nodesource.com/node_18.x nodistro InRelease
                Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
                Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
                Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
                Err:1 https://dl.yarnpkg.com/debian stable InRelease
                  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
                Err:2 https://deb.nodesource.com/node_18.x nodistro InRelease
                  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                Fetched 355 kB in 4s (94.6 kB/s)
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                1 package can be upgraded. Run 'apt list --upgradable' to see it.
                N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                W: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                W: Some index files failed to download. They have been ignored, or old ones used instead.
                krisiun@Marek2:/root$ apt policy nodejs
                nodejs:
                  Installed: 12.22.9~dfsg-1ubuntu3
                  Candidate: 18.18.0-1nodesource1
                  Version table:
                     18.18.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.17.1-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.17.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.16.1-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.16.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.15.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.14.2-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.14.1-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.14.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.13.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.12.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.11.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.10.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.9.1-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.9.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.8.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.7.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.6.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.5.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.4.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.3.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.2.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.1.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                     18.0.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 *** 12.22.9~dfsg-1ubuntu3 500
                        500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                        100 /var/lib/dpkg/status
                N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invali
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • KrisiunK Krisiun

                  @thomas-braun

                  krisiun@Marek2:/root$ sudo apt update
                  Get:1 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                  Hit:2 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
                  Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
                  Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
                  Err:1 https://dl.yarnpkg.com/debian stable InRelease
                    The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                  Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
                  Err:2 https://deb.nodesource.com/node_18.x nodistro InRelease
                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                  Fetched 355 kB in 4s (94.6 kB/s)
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  1 package can be upgraded. Run 'apt list --upgradable' to see it.
                  N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                  W: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                  W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  krisiun@Marek2:/root$ apt policy nodejs
                  nodejs:
                    Installed: 12.22.9~dfsg-1ubuntu3
                    Candidate: 18.18.0-1nodesource1
                    Version table:
                       18.18.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.17.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.17.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.16.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.16.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.15.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.14.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.14.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.14.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.13.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.12.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.11.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.10.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.9.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.9.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.8.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.7.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.6.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.5.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.4.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.3.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.2.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.1.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.0.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   *** 12.22.9~dfsg-1ubuntu3 500
                          500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                          100 /var/lib/dpkg/status
                  N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invali
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #71

                  @krisiun sagte in iobroker zeschossen:

                  N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

                  Kerl...
                  Du musst auch schon tun, was man dir einflüstert....

                  Die Datei ist zu viel, lösch die.

                  sudo rm /etc/apt/sources.list./nodesource.listy

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  KrisiunK bahnuhrB 2 Antworten Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @krisiun sagte in iobroker zeschossen:

                    N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

                    Kerl...
                    Du musst auch schon tun, was man dir einflüstert....

                    Die Datei ist zu viel, lösch die.

                    sudo rm /etc/apt/sources.list./nodesource.listy

                    KrisiunK Offline
                    KrisiunK Offline
                    Krisiun
                    schrieb am zuletzt editiert von
                    #72

                    @thomas-braun

                    OK dann nochmal editor und dann den inhalt löschen?

                    bahnuhrB 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @krisiun sagte in iobroker zeschossen:

                      N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

                      Kerl...
                      Du musst auch schon tun, was man dir einflüstert....

                      Die Datei ist zu viel, lösch die.

                      sudo rm /etc/apt/sources.list./nodesource.listy

                      bahnuhrB Online
                      bahnuhrB Online
                      bahnuhr
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #73

                      @thomas-braun sagte in iobroker zeschossen:

                      sudo rm /etc/apt/sources.list./nodesource.listy

                      da fehlt noch ein "d" hinter list.


                      Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                      Danke.
                      gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                      ScreenToGif :https://www.screentogif.com/downloads.html

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • KrisiunK Krisiun

                        @thomas-braun

                        OK dann nochmal editor und dann den inhalt löschen?

                        bahnuhrB Online
                        bahnuhrB Online
                        bahnuhr
                        Forum Testing Most Active
                        schrieb am zuletzt editiert von
                        #74

                        @krisiun sagte in iobroker zeschossen:

                        OK dann nochmal editor und dann den inhalt löschen?

                        Bevor Thomas ganz verrückt wird:

                        Du sollte auf der Konsole !!! -> nicht im Editor dies eingeben:

                        sudo rm /etc/apt/sources.list.d/nodesource.listy


                        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                        Danke.
                        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                        ScreenToGif :https://www.screentogif.com/downloads.html

                        KrisiunK 1 Antwort Letzte Antwort
                        0
                        • bahnuhrB bahnuhr

                          @krisiun sagte in iobroker zeschossen:

                          OK dann nochmal editor und dann den inhalt löschen?

                          Bevor Thomas ganz verrückt wird:

                          Du sollte auf der Konsole !!! -> nicht im Editor dies eingeben:

                          sudo rm /etc/apt/sources.list.d/nodesource.listy

                          KrisiunK Offline
                          KrisiunK Offline
                          Krisiun
                          schrieb am zuletzt editiert von
                          #75

                          @bahnuhr
                          Habe ich doch

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • bahnuhrB bahnuhr

                            @thomas-braun sagte in iobroker zeschossen:

                            sudo rm /etc/apt/sources.list./nodesource.listy

                            da fehlt noch ein "d" hinter list.

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #76

                            @bahnuhr sagte in iobroker zeschossen:

                            da fehlt noch ein "d" hinter list.

                            Stimmt.

                            sudo rm /etc/apt/sources.list.d/nodesource.listy
                            

                            also.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • KrisiunK Krisiun

                              @bahnuhr
                              Habe ich doch

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #77

                              @krisiun

                              Und wo wir gerade dabei sind:

                              sudo rm /etc/apt/sources.list.d/yar*
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              KrisiunK 2 Antworten Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @krisiun

                                Und wo wir gerade dabei sind:

                                sudo rm /etc/apt/sources.list.d/yar*
                                
                                KrisiunK Offline
                                KrisiunK Offline
                                Krisiun
                                schrieb am zuletzt editiert von
                                #78

                                @thomas-braun
                                Hab alles gemacht

                                Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                0
                                • KrisiunK Krisiun

                                  @thomas-braun
                                  Hab alles gemacht

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von Thomas Braun
                                  #79

                                  @krisiun
                                  Dann sollte bei

                                  sudo apt update
                                  

                                  nur noch der fehlende Schlüssel für nodesource angemeckert werden.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @krisiun

                                    Und wo wir gerade dabei sind:

                                    sudo rm /etc/apt/sources.list.d/yar*
                                    
                                    KrisiunK Offline
                                    KrisiunK Offline
                                    Krisiun
                                    schrieb am zuletzt editiert von
                                    #80

                                    @thomas-braun

                                    Kann aber trotzdem den iob nicht starten. Gleiche Fehler.

                                    krisiun@Marek2:/root$ iobroker start
                                    /usr/bin/node: 1: cannot create : Permission denied
                                    /usr/bin/node: 2: : not found
                                    /usr/bin/node: 4: Syntax error: Unterminated quoted string
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • KrisiunK Krisiun

                                      @thomas-braun

                                      Kann aber trotzdem den iob nicht starten. Gleiche Fehler.

                                      krisiun@Marek2:/root$ iobroker start
                                      /usr/bin/node: 1: cannot create : Permission denied
                                      /usr/bin/node: 2: : not found
                                      /usr/bin/node: 4: Syntax error: Unterminated quoted string
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #81

                                      @krisiun

                                      NICHT SO SCHNELL!
                                      Du bist ja auch noch nicht fertig...

                                      sudo apt update
                                      cd
                                      

                                      sagt?

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      KrisiunK 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @krisiun

                                        NICHT SO SCHNELL!
                                        Du bist ja auch noch nicht fertig...

                                        sudo apt update
                                        cd
                                        

                                        sagt?

                                        KrisiunK Offline
                                        KrisiunK Offline
                                        Krisiun
                                        schrieb am zuletzt editiert von
                                        #82

                                        @thomas-braun

                                        krisiun@Marek2:/root$ sudo apt update
                                        Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                                        Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                        Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                        Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                                        Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
                                        Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Err:4 https://dl.yarnpkg.com/debian stable InRelease
                                          The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                        Err:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                        Fetched 17.1 kB in 4s (4719 B/s)
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        1 package can be upgraded. Run 'apt list --upgradable' to see it.
                                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                        W: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                        W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                        W: Some index files failed to download. They have been ignored, or old ones used instead.
                                        
                                        Thomas BraunT 2 Antworten Letzte Antwort
                                        0
                                        • KrisiunK Krisiun

                                          @thomas-braun

                                          krisiun@Marek2:/root$ sudo apt update
                                          Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                                          Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                          Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                          Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                                          Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
                                          Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Err:4 https://dl.yarnpkg.com/debian stable InRelease
                                            The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                          Err:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                          Fetched 17.1 kB in 4s (4719 B/s)
                                          Reading package lists... Done
                                          Building dependency tree... Done
                                          Reading state information... Done
                                          1 package can be upgraded. Run 'apt list --upgradable' to see it.
                                          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                          W: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                          W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                          W: Some index files failed to download. They have been ignored, or old ones used instead.
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #83

                                          @krisiun

                                          Du solltest doch yarn löschen...

                                          sudo rm /etc/apt/sources.list.d/yar*
                                          

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          KrisiunK 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          361

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe