Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. System zu alt für Energiefluss-Adapter?

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    System zu alt für Energiefluss-Adapter?

    This topic has been deleted. Only users with topic management privileges can see it.
    • SKB
      SKB Developer Most Active @mika73 last edited by

      @mika73 Da liegt es am älteren js-controller bzw nodejs. Bitte aktualisieren.

      wendy2702 1 Reply Last reply Reply Quote 0
      • M
        mika73 @SKB last edited by

        @skb @skb said in Test Adapter Energiefluss v3.5.x GitHub/Latest:

        @wendy2702 Den Fehler hatte vor paar Tagen erst bei Github 🙂

        Vielen Dank für die schnelle Hilfe. Ich bin gerade dabei die node js upzudaten. Aktuell habe ich 12.22.9 installiert. Der js-controller ist aktuell .

        Habe noch Schwierigkeiten node js upzudaten und bekomme einen Fehler . Ich habe auch versucht zuerst auf 14.x upzudaten, bekomme aber auch den gleichen Fehler:

        The following packages will be upgraded:
          nodejs
        1 upgraded, 0 newly installed, 0 to remove and 117 not upgraded.
        Need to get 25.7 MB of archives.
        After this operation, 124 MB of additional disk space will be used.
        Get:1 https://deb.nodesource.com/node_14.x jammy/main amd64 nodejs amd64 14.21.2-deb-1nodesource1 [25.7 MB]
        Fetched 25.7 MB in 6s (4243 kB/s)                                                                                                 
        (Reading database ... 41990 files and directories currently installed.)
        Preparing to unpack .../nodejs_14.21.2-deb-1nodesource1_amd64.deb ...
        Unpacking nodejs (14.21.2-deb-1nodesource1) over (12.22.9~dfsg-1ubuntu3) ...
        dpkg: error processing archive /var/cache/apt/archives/nodejs_14.21.2-deb-1nodesource1_amd64.deb (--unpack):
         trying to overwrite '/usr/include/node/common.gypi', which is also in package libnode-dev 12.22.9~dfsg-1ubuntu3
        dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
        Errors were encountered while processing:
         /var/cache/apt/archives/nodejs_14.21.2-deb-1nodesource1_amd64.deb
        E: Sub-process /usr/bin/dpkg returned an error code (1)
        

        Möglicherweise hat hier jemand einen Tipp für mich.

        Vielen Dank und LG
        Mika

        wendy2702 1 Reply Last reply Reply Quote 0
        • M
          mika73 @wendy2702 last edited by

          @wendy2702
          Danke für den Link. Ich habe die oben gepostete Fehlermeldung bekommen mit den Anweisungen von diesen Post. Zwischenzeitlich habe ich viele verschiedene Vorgehnsweisen versucht bekomme aber immer die gleiche Fehlermeldung.

          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          The following packages were automatically installed and are no longer required:
            libc-ares2 libnode72
          Use 'sudo apt autoremove' to remove them.
          The following NEW packages will be installed:
            nodejs
          0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
          Need to get 0 B/27.2 MB of archives.
          After this operation, 128 MB of additional disk space will be used.
          (Reading database ... 34091 files and directories currently installed.)
          Preparing to unpack .../nodejs_16.19.0-deb-1nodesource1_amd64.deb ...
          Unpacking nodejs (16.19.0-deb-1nodesource1) ...
          dpkg: error processing archive /var/cache/apt/archives/nodejs_16.19.0-deb-1nodesource1_amd64.deb (--unpack):
           trying to overwrite '/usr/share/systemtap/tapset/node.stp', which is also in package libnode72:amd64 12.22.9~dfsg-1ubuntu3
          Errors were encountered while processing:
           /var/cache/apt/archives/nodejs_16.19.0-deb-1nodesource1_amd64.deb
          E: Sub-process /usr/bin/dpkg returned an error code (1)
          

          Hier komme ich nicht weiter.
          Als Betriebssystem habe ich Ubuntu

          Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.53-1-pve x86_64)
          

          läuft auf Proxmox im Container

          Über Hilfe bin ich sehr dankbar.
          LG
          Mika

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

            @mika73 ich würde dich bitten, einen eigenen Beitrag für die Installation zu öffnen, da dies kein Problem oder Thema für den Beitrag ist.

            Danke 🙂

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

              @mika73

              sudo apt remove libnode72 node*
              sudo apt update
              sudo apt install nodejs
              

              Da war dir mal die nodeJS Variante 12.22.9~dfsg reingerutscht.

              Bzw. die 'richtige' Version von nodesource war da nie installiert.

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

                @skb ich war so frei!

                @mika73
                passt das so, oder fehlt was?

                M wendy2702 SKB 3 Replies Last reply Reply Quote 1
                • M
                  mika73 @Homoran last edited by

                  @homoran
                  Vielen Dank für die Unterstützung. 🙂
                  LG Mika

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

                    @homoran sagte in System zu alt für Energiefluss-Adapter?:

                    @skb ich war so frei!

                    @mika73
                    passt das so, oder fehlt was?

                    Lustig…. Haben wir scheinbar exact zeitgleich was gemacht

                    1 Reply Last reply Reply Quote 1
                    • SKB
                      SKB Developer Most Active @Homoran last edited by

                      @homoran Global Mover müsste man sein 😉

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

                        @thomas-braun

                        Vielen lieben Dank für Deine Hilfe.
                        Das wars mit dem Remove.
                        Hab jetzt die 16er drauf.

                        Danke Dir nochmal.

                        LG
                        Mika

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

                          @mika73

                          Zeig mir jetzt mal den Check aus dem HowTo.

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            mika73 last edited by

                            @thomas-braun
                            meist du dies hier?

                            iobroker.inst@3.0.0 /opt/iobroker
                            +-- iobroker.admin@6.3.5
                            +-- iobroker.backitup@2.4.12
                            +-- iobroker.boschindego@0.9.17 (git+ssh://git@github.com/a1development/ioBroker.boschindego.git#040a8048ca2e890b1aeaaee710ab534551c4dff2)
                            +-- iobroker.botvac@1.0.0
                            +-- iobroker.daswetter@3.1.4
                            +-- iobroker.discovery@3.1.0
                            +-- iobroker.flot@1.11.0
                            +-- iobroker.frontier_silicon@0.0.10
                            +-- iobroker.go-e@1.0.23
                            +-- iobroker.hama@0.1.1 (git+ssh://git@github.com/mbernau/ioBroker.hama.git#582764449a5680f28fe31e007108464453978a5d)
                            +-- iobroker.history@2.2.4
                            +-- iobroker.hm-rega@3.0.40
                            +-- iobroker.hm-rpc@1.15.16
                            +-- iobroker.ical@1.13.2
                            +-- iobroker.icons-mfd-svg@1.1.0
                            +-- iobroker.icons-open-icon-library-png@0.1.2
                            +-- iobroker.icons-ultimate-png@1.0.1
                            +-- iobroker.influxdb@3.2.0
                            +-- iobroker.info@1.9.19
                            +-- iobroker.javascript@6.1.4
                            +-- iobroker.js-controller@4.0.23
                            +-- iobroker.modbus@5.0.11
                            +-- iobroker.mqtt-client@1.6.3
                            +-- iobroker.myvbus@0.1.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.myvbus.git#9e6eb764640c17ecdb23deaf55d48c0e103aedd4)
                            +-- iobroker.proxy@1.3.2
                            +-- iobroker.sayit@1.12.3
                            +-- iobroker.shelly@5.3.2
                            +-- iobroker.simple-api@2.7.2
                            +-- iobroker.socketio@4.2.0
                            +-- iobroker.solaredge@0.2.0 (git+ssh://git@github.com/92lleo/ioBroker.solaredge.git#189bb28347e0cfeffaa6b2b0b21c2534d827fbf9)
                            +-- iobroker.sony-bravia@1.0.9
                            +-- iobroker.sourceanalytix@0.4.8 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.sourceanalytix.git#bfd12939309018d9bbd496fdd75ac1a84ed45afa)
                            +-- iobroker.statistics@2.2.0
                            +-- iobroker.vis-bars@0.1.4
                            +-- iobroker.vis-canvas-gauges@1.0.1
                            +-- iobroker.vis-fancyswitch@1.1.0
                            +-- iobroker.vis-history@1.0.0
                            +-- iobroker.vis-hqwidgets@1.3.0
                            +-- iobroker.vis-inventwo@3.3.1
                            +-- iobroker.vis-jqui-mfd@1.0.12
                            +-- iobroker.vis-justgage@1.0.2
                            +-- iobroker.vis-material-advanced@1.7.2
                            +-- iobroker.vis-metro@1.2.0
                            +-- iobroker.vis-plumb@1.0.2
                            +-- iobroker.vis-rgraph@0.0.2
                            +-- iobroker.vis-timeandweather@1.2.2
                            +-- iobroker.vis-weather@2.5.6
                            +-- iobroker.vis@1.4.15
                            +-- iobroker.weatherunderground@3.4.2
                            +-- iobroker.web@4.3.0
                            `-- iobroker.yahka@0.13.1
                            
                            1 Reply Last reply Reply Quote 0
                            • M
                              mika73 @Thomas Braun last edited by

                              @thomas-braun
                              Ich denke das wars 🙂

                              ION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                              x86_64
                              /usr/bin/nodejs
                              /usr/bin/node
                              /usr/bin/npm
                              /usr/bin/npx
                              v16.19.0
                              v16.19.0
                              8.19.3
                              8.19.3
                              4.0.23
                              root
                              root
                              
                              /opt/iobroker
                              Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                              Hit:2 https://deb.nodesource.com/node_16.x jammy InRelease
                              Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                              Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              1 package can be upgraded. Run 'apt list --upgradable' to see it.
                              nodejs:
                                Installed: 16.19.0-deb-1nodesource1
                                Candidate: 16.19.0-deb-1nodesource1
                                Version table:
                               *** 16.19.0-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_16.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
                              
                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @mika73 last edited by

                                @mika73 sagte in System zu alt für Energiefluss-Adapter?:

                                root

                                nee, immer noch?

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

                                  @mika73

                                  Updates einspielen, nicht als root herumeimern.
                                  Herrgott, wie oft NOCH?

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    mika73 @Homoran last edited by

                                    @homoran

                                    was meinst mit dem "root" ??

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

                                      @mika73

                                      Dein Login als root.
                                      Ist verboten. Leg einen User an und spring mit dem durch das System.

                                      da_Woody 1 Reply Last reply Reply Quote 0
                                      • M
                                        mika73 @Thomas Braun last edited by

                                        @thomas-braun

                                        seht es mir nach, ich bin ein kompletter newbie was linux betrifft 😞

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

                                          @mika73

                                          Nein, das sehe ich nicht nach, das ist absolute Grundlage. Und bei Ubuntu ohnehin von vorneherein gar nicht vorgesehen.

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

                                            @thomas-braun
                                            Geläutert, 🙂

                                            hab ein user angelegt mit useradd und passwd.

                                            Dank nochmal für die Hilfe.

                                            LG
                                            Mika

                                            Thomas Braun 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

                                            1.2k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            35
                                            1319
                                            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