Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly Schreibrechte Debian

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    211

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

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

Blockly Schreibrechte Debian

Blockly Schreibrechte Debian

Scheduled Pinned Locked Moved Skripten / Logik
33 Posts 4 Posters 2.5k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aleks-83
    wrote on last edited by
    #22

    Wie bereits erwähnt, funktioniert das Copy & Paste noch nicht in meiner Debian VM obwohl ich die Guest Additions installiert habe. Daran arbeite ich als nächstes.

    Die Konsole ist die direkte Eingabe in der Debian VM. Das ist headless und hat keine GUI.

    = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
    = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

    Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
    Glasfaser 400

    Thomas BraunT 1 Reply Last reply
    0
    • A aleks-83

      Wie bereits erwähnt, funktioniert das Copy & Paste noch nicht in meiner Debian VM obwohl ich die Guest Additions installiert habe. Daran arbeite ich als nächstes.

      Die Konsole ist die direkte Eingabe in der Debian VM. Das ist headless und hat keine GUI.

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #23

      @aleks-83

      Ich würde ja mit einem Terminal via ssh auf die Kiste gehen.

      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 Reply Last reply
      0
      • A Offline
        A Offline
        aleks-83
        wrote on last edited by
        #24

        Würde ich auch gerne aber das funktioniert ebenfalls nicht.
        Beim login über putty kommt "Access denied"

        = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
        = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

        Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
        Glasfaser 400

        Thomas BraunT 1 Reply Last reply
        0
        • A aleks-83

          Würde ich auch gerne aber das funktioniert ebenfalls nicht.
          Beim login über putty kommt "Access denied"

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #25

          @aleks-83 sagte in Blockly Schreibrechte Debian:

          Beim login über putty kommt "Access denied"

          Wie versuchst du das? Als root evtl.?

          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 Reply Last reply
          0
          • A Offline
            A Offline
            aleks-83
            wrote on last edited by aleks-83
            #26

            Nein mit meinem neuen User.
            Aber jetzt geht ssh …

            Allerdings geht der fix für die npm nicht.

            Last login: Mon Jan  8 21:50:54 2024 from 10.0.0.60
            $ echo -e "Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001" | sudo tee /etc/apt/preferences.d/nodejs.pref
            [sudo] Passwort für alex: 
            -e Package: nodejs
            Pin: origin deb.nodesource.com
            Pin-Priority: 1001
            $ sudo apt update
            OK:1 http://security.debian.org/debian-security bookworm-security InRelease
            OK:2 http://deb.debian.org/debian bookworm InRelease
            Holen:3 http://deb.debian.org/debian bookworm-updates InRelease [52,1 kB]
            OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease
            Es wurden 52,1 kB in 1 s geholt (42,1 kB/s).
            Paketlisten werden gelesen… Fertig
            E: Ungültiger Eintrag in Einstellungsdatei /etc/apt/preferences.d/nodejs.pref, keine »Package«-Kopfzeile(n)
            $
            

            = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
            = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

            Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
            Glasfaser 400

            Thomas BraunT 2 Replies Last reply
            0
            • A aleks-83

              Nein mit meinem neuen User.
              Aber jetzt geht ssh …

              Allerdings geht der fix für die npm nicht.

              Last login: Mon Jan  8 21:50:54 2024 from 10.0.0.60
              $ echo -e "Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001" | sudo tee /etc/apt/preferences.d/nodejs.pref
              [sudo] Passwort für alex: 
              -e Package: nodejs
              Pin: origin deb.nodesource.com
              Pin-Priority: 1001
              $ sudo apt update
              OK:1 http://security.debian.org/debian-security bookworm-security InRelease
              OK:2 http://deb.debian.org/debian bookworm InRelease
              Holen:3 http://deb.debian.org/debian bookworm-updates InRelease [52,1 kB]
              OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease
              Es wurden 52,1 kB in 1 s geholt (42,1 kB/s).
              Paketlisten werden gelesen… Fertig
              E: Ungültiger Eintrag in Einstellungsdatei /etc/apt/preferences.d/nodejs.pref, keine »Package«-Kopfzeile(n)
              $
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #27

              @aleks-83 sagte in Blockly Schreibrechte Debian:

              sudo  rm /etc/apt/preferences.d/nodejs.pref
              echo -e "Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001" | sudo tee /etc/apt/preferences.d/nodejs.pref
              sudo apt update
              sudo apt install nodejs=18.19.0-1nodesource1
              

              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 Reply Last reply
              0
              • A aleks-83

                Nein mit meinem neuen User.
                Aber jetzt geht ssh …

                Allerdings geht der fix für die npm nicht.

                Last login: Mon Jan  8 21:50:54 2024 from 10.0.0.60
                $ echo -e "Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001" | sudo tee /etc/apt/preferences.d/nodejs.pref
                [sudo] Passwort für alex: 
                -e Package: nodejs
                Pin: origin deb.nodesource.com
                Pin-Priority: 1001
                $ sudo apt update
                OK:1 http://security.debian.org/debian-security bookworm-security InRelease
                OK:2 http://deb.debian.org/debian bookworm InRelease
                Holen:3 http://deb.debian.org/debian bookworm-updates InRelease [52,1 kB]
                OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                Es wurden 52,1 kB in 1 s geholt (42,1 kB/s).
                Paketlisten werden gelesen… Fertig
                E: Ungültiger Eintrag in Einstellungsdatei /etc/apt/preferences.d/nodejs.pref, keine »Package«-Kopfzeile(n)
                $
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #28

                @aleks-83

                Falls deine shell mit echo -e nix anfangen kann...
                Trag mit einem Editor das in die nodejs.pref rein:

                Package: nodejs
                Pin: origin deb.nodesource.com
                Pin-Priority: 1001
                

                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 Reply Last reply
                0
                • A Offline
                  A Offline
                  aleks-83
                  wrote on last edited by
                  #29

                  Moin. Das Echo funktioniert, aber beim apt Update kommt die gleiche Fehlermeldung

                  = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
                  = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

                  Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
                  Glasfaser 400

                  Thomas BraunT 1 Reply Last reply
                  0
                  • A aleks-83

                    Moin. Das Echo funktioniert, aber beim apt Update kommt die gleiche Fehlermeldung

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #30

                    @aleks-83

                    Zeig mal den Inhalt der Datei 1:1.

                    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

                    A 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @aleks-83

                      Zeig mal den Inhalt der Datei 1:1.

                      A Offline
                      A Offline
                      aleks-83
                      wrote on last edited by
                      #31

                      @thomas-braun

                      -e Package: nodejs
                      Pin: origin deb.nodesource.com
                      Pin-Priority: 1001
                      

                      d93bccce-ea51-4f8b-92d4-92499692c498-image.png

                      = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
                      = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

                      Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
                      Glasfaser 400

                      Thomas BraunT 1 Reply Last reply
                      0
                      • A aleks-83

                        @thomas-braun

                        -e Package: nodejs
                        Pin: origin deb.nodesource.com
                        Pin-Priority: 1001
                        

                        d93bccce-ea51-4f8b-92d4-92499692c498-image.png

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #32

                        @aleks-83

                        Das -e ist bei dir zu viel.

                        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 Reply Last reply
                        1
                        • A Offline
                          A Offline
                          aleks-83
                          wrote on last edited by
                          #33

                          @thomas-braun Läuft! Danke

                          = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
                          = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

                          Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
                          Glasfaser 400

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          86

                          Online

                          32.4k

                          Users

                          81.3k

                          Topics

                          1.3m

                          Posts
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          ioBroker Community 2014-2025
                          logo
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Recent
                          • Tags
                          • Unread 0
                          • Categories
                          • Unreplied
                          • Popular
                          • GitHub
                          • Docu
                          • Hilfe