Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. update auf node.js 18.XX

    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

    update auf node.js 18.XX

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

      @kusselin

      Und dann final die Langfassung von

      iob diag
      
      Kusselin 1 Reply Last reply Reply Quote 0
      • Kusselin
        Kusselin @Thomas Braun last edited by

        @thomas-braun sagte in update auf node.js 18.XX:

        iob diag

        o.k. danke dir mal wieder ......
        eines habe ich noch...jetzt das aktuelle 22.04 LTS udn node.js habe ich die 18.17.1

        es gibt aber die 18.18.0

        in der regel geht das doch mit dem Befehl den ich vorhin ausgeführt habe:

        curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
        

        oder muss ich da explizit 18.18 angeben?

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

          @kusselin

          Nein, mit dem Befehl geht das nicht mehr. Das ist umgestellt worden.

          Für das node-fix-Skript aus meiner Signatur aus.

          Und was sagt

          iob diag
          

          nun?

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

            @thomas-braun o.k. und das Script von dir das geht nur mit Standarduser....richtig?
            heisst ich muss mir erst einen neuen User anlgene ohne rootrechte...

            sei mir nicht böse...ich möchte nicht mein ganzen System hier preisgeben......

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

              @kusselin sagte in update auf node.js 18.XX:

              heisst ich muss mir erst einen neuen User anlgene ohne rootrechte...

              Das ist der Standard. Gerade für User die keine Ahnung von Linux haben verbietet sich eine root-Shell ohnehin.

              Ohne Ausgabe von

              iob diag 
              

              kann man dir auch nicht sagen was an dem System gegebenenfalls noch zu fixen ist.

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

                @thomas-braun

                so habe mir jetzt einen Standarduser angelegt....das habe ich verstanden...es wird ein /home verzeichnis für diesen User angelegt.....beim Update bringt er aber einen Fehlermeldung das der Standarduser hier die rechte für den Pfad "iobroker" nicht hat.... 😞
                Welchen Befehl muss man hier eingeben um das das Script korrekt ausgeführt wird?

                ioBroker nodejs fixer 2023-09-29
                
                Recommended nodejs-version is: 18.18.0
                Checking your installation now. Please be patient!
                
                Your current setup is:
                /usr/bin/nodejs         v18.17.1
                /usr/bin/node           v18.17.1
                /usr/bin/npm            9.6.7
                /usr/bin/npx            9.6.7
                /usr/bin/corepack       0.18.0
                
                We found these nodejs versions available for installation:
                
                nodejs:
                  Installed: 18.17.1-deb-1nodesource1
                  Candidate: 18.17.1-deb-1nodesource1
                  Version table:
                 *** 18.17.1-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x jammy/main amd64 Packages
                        100 /var/lib/dpkg/status
                     12.22.9~dfsg-1ubuntu3 500
                        500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                
                
                
                Nothing to do - Your installation is using the correct paths.
                
                You are running nodejs v18.17.1. Do you want to install recommended version 18.18.0?
                
                Press <y> to continue or any other key to quit
                Trying to fix your installation now. Please be patient.
                [sudo] password for heisemer:
                Sorry, user heisemer is not allowed to execute '/usr/bin/find / ( -path /proc -o -path /dev -o -path /sys -o -path /lost+found ) -prune -o -name nodesource.[gk]* -print' as root on iobroker-live.fritz.box.
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Kusselin last edited by

                  @kusselin

                  Der User muss in die Gruppen sudo und iobroker gesetzt werden. Dann den User einmal aus- und wieder einloggen. Und danach nie mehr als root einloggen.

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

                    @thomas-braun o.k. danke...

                    könntest mir jetzt bitte noch den Code für putty nennen den ich eintragen muss udn ausführen muss..

                    Ja o.k. danke für die Info....das mit dem Standarduser gilt für alle weiteren linux anwendungen richtig...nie mit root reingehen....immer mit standard user udn wenn mal root rechte dann mit sudo su richtig?

                    so dann?
                    usermod -G root,iobroker user-name

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

                      @kusselin sagte in update auf node.js 18.XX:

                      So aus der Erinnerung:

                      usermod -a -G sudo user-name
                      usermod -a-G iobroker user-name
                      

                      Als Einzeiler

                      usermod -a -G sudo,iobroker user-name
                      

                      geht es aber auch.

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

                        @kusselin sagte in update auf node.js 18.XX:

                        nie mit root reingehen....immer mit standard user udn wenn mal root rechte dann mit sudo su richtig?

                        Nein, nicht
                        sudo su
                        Vergiss den Scheiß.

                        Wenn root-Rechte für einen Befehl erforderlich sein sollten einfach nur ein sudo davor setzen. Fertig.

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

                          @thomas-braun o.k. danke..jetzt hat alles funktioniert...habe einen standarduser mit dem ich auch das node.js update habe durchführen können ....jetzt alles upto date

                          Danke dir

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

                            @kusselin

                            Zeig nun mal die Ausgabe von

                            iob diag
                            

                            Da stehen keine geheimen Dinge drin.
                            Allenfalls im LogFile, ist der letzte Block.

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

                              @thomas-braun sagte in update auf node.js 18.XX:

                              iob diag

                              PN

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

                                @kusselin

                                Hau es hier rein, kann man besser lesen.

                                1 Reply Last reply Reply Quote 0
                                • DJMarc75
                                  DJMarc75 @Kusselin last edited by

                                  @kusselin sagte in update auf node.js 18.XX:

                                  ich möchte nicht mein ganzen System hier preisgeben......

                                  Diese Einstellung der Community gegenüber ist nicht gut und wird Dir in Zukunft nicht helfen.
                                  Wie @Thomas-Braun geschrieben hat sind (vielleicht) die letzten 25 Zeilen "sensibel" - kann man dann weglassen.

                                  Kusselin 1 Reply Last reply Reply Quote 0
                                  • Kusselin
                                    Kusselin @DJMarc75 last edited by

                                    @djmarc75 habe Thomas ne PN geschrieben ist alles O.K.

                                    Achso weil ich das jetzt nicht poste bekomme ich keine Hilfe mehr...o.k. gut zu wissen!!

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

                                      @kusselin sagte in update auf node.js 18.XX:

                                      Achso weil ich das jetzt nicht poste bekomme ich keine Hilfe mehr...o.k. gut zu wissen!!

                                      Alles gut ,
                                      dich zwingt keinen dazu , erleichtert aber hier die Hilfestellung bei Dir ,
                                      und im Chat ist ein Log auch nicht gerade lesbar.

                                      Du kannst hier die Full Ausgabe von iob diag posten , was gemeint ist du kannst die Log Ausgabe am Ende weg lassen und die vorhandenen IP Adressen vom Heimnetzwerk kann keiner etwas mit anfangen .

                                      1 Reply Last reply Reply Quote 1
                                      • Glasfaser
                                        Glasfaser @Kusselin last edited by

                                        @kusselin

                                        .... und noch was,
                                        sollte hier etwas im Forum von "persönlichen" Daten gepostet werden , weisen wir auch sofort darauf hin , bzw. Benachrichtigen auch einen Admin dazu um es zu entfernen !

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

                                          @kusselin sagte in update auf node.js 18.XX:

                                          Achso weil ich das jetzt nicht poste bekomme ich keine Hilfe mehr...o.k. gut zu wissen!!

                                          wäre manchmal eine Überlegung wert, weil dann jeder einzelne Punkt abgefragt werden müsste, und ggf. der größte Klopper "übersehen" wird, weil die Helfenden so einen abstrusen Fehler gar nicht auf dem Schirm hatten.

                                          Dann ist dir auch nicht geholfen.

                                          Warum willst du diese Infos nicht schon von Anfang an zeigen?
                                          Dann sehen da mehrere Augenpaare drauf und dir wird deutlich schneller geholfen

                                          steht übrigens auch hier
                                          https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                                          1 Reply Last reply Reply Quote 1
                                          • Kusselin
                                            Kusselin last edited by Kusselin

                                            @glasfaser sagte in update auf node.js 18.XX:

                                            iob diag

                                            ======================= SUMMARY =======================
                                                                 v.2023-06-20
                                            
                                            
                                             Static hostname: iobroker-live
                                                   Icon name: computer-container
                                                     Chassis: container
                                                  Machine ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                                     Boot ID: 5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                              Virtualization: lxc
                                            Operating System: Ubuntu 22.04.3 LTS
                                                      Kernel: Linux 5.15.108-1-pve
                                                Architecture: x86-64
                                            
                                            Installation:           lxc
                                            Kernel:                 x86_64
                                            Userland:               amd64
                                            Timezone:               Europe/Berlin (CEST, +0200)
                                            User-ID:                1001
                                            X-Server:               false
                                            Boot Target:            graphical.target
                                            
                                            Pending OS-Updates:     0
                                            Pending iob updates:    0
                                            
                                            Nodejs-Installation:    /usr/bin/nodejs         v18.18.0
                                                                    /usr/bin/node           v18.18.0
                                                                    /usr/bin/npm            9.8.1
                                                                    /usr/bin/npx            9.8.1
                                            
                                            Recommended versions are nodejs 18.x.y and npm 9.x.y
                                            Your nodejs installation is correct
                                            
                                            MEMORY:
                                                           total        used        free      shared  buff/cache   available
                                            Mem:            8.2G        3.2G        4.4G        0.0K        560M        5.0G
                                            Swap:           2.0G        0.0K        2.0G
                                            Total:           10G        3.2G        6.5G
                                            
                                            Active iob-Instances:   42
                                            Active repo(s): stable
                                            
                                            ioBroker Core:          js-controller           5.0.12
                                                                    admin                   6.10.1
                                            
                                            ioBroker Status:        iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Status admin and web instance:
                                            + system.adapter.admin.0                  : admin                 : iobroker-live                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                              system.adapter.web-speedy.0             : web-speedy            : iobroker-live                            - disabled
                                            + system.adapter.web.0                    : web                   : iobroker-live                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            
                                            Objects:                28345
                                            States:                 24677
                                            
                                            Size of iob-Database:
                                            
                                            37M     /opt/iobroker/iobroker-data/objects.jsonl
                                            16M     /opt/iobroker/iobroker-data/objects.json.migrated
                                            16M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                            18M     /opt/iobroker/iobroker-data/states.jsonl
                                            7.8M    /opt/iobroker/iobroker-data/states.json.migrated
                                            7.8M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                            0       /opt/iobroker/iobroker-data/states.json.broken
                                            
                                            
                                            
                                            =================== END OF SUMMARY ====================
                                            
                                            Homoran Glasfaser 2 Replies 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

                                            929
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            86
                                            6118
                                            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