Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. nodejs und npm lässt sich nicht aktuallisieren

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    735

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    568

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

nodejs und npm lässt sich nicht aktuallisieren

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
nodejs 10npmupdate
15 Beiträge 2 Kommentatoren 688 Aufrufe 2 Beobachtet
  • Ä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.
  • R raspido

    Habe ich versucht. Hier ergebnis vom ganzen Spiel:

    2d9aaa13-3a0c-4fc5-9f34-ab4b459582f5-grafik.png

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

    @raspido
    Kann und möchte ich nicht lesen. Konsolenoutput als Text hier rein, in codeTags </> setzen.

    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
    • R Offline
      R Offline
      raspido
      schrieb am zuletzt editiert von
      #5
      michael@HomeServer:~$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
      
      ## Installing the NodeSource Node.js 12.x repo...
      
      
      ## Populating apt-get cache...
      
      + apt-get update
      Holen:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
      OK:2 https://deb.nodesource.com/node_10.x bionic InRelease
      OK:3 http://de.archive.ubuntu.com/ubuntu bionic InRelease
      OK:4 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
      OK:5 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
      Es wurden 88,7 kB in 2 s geholt (38,1 kB/s).
      Paketlisten werden gelesen... Fertig
      
      ## Confirming "bionic" is supported...
      
      + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/bionic/Release'
      
      ## Adding the NodeSource signing key to your keyring...
      
      + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
      OK
      
      ## Creating apt sources list file for the NodeSource Node.js 12.x repo...
      
      + echo 'deb https://deb.nodesource.com/node_12.x bionic main' > /etc/apt/sources.list.d/nodesource.list
      + echo 'deb-src https://deb.nodesource.com/node_12.x bionic main' >> /etc/apt/sources.list.d/nodesource.list
      
      ## Running `apt-get update` for you...
      
      + apt-get update
      OK:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
      OK:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
      OK:3 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
      Holen:4 https://deb.nodesource.com/node_12.x bionic InRelease [4.584 B]
      OK:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
      Es wurden 4.584 B in 2 s geholt (2.074 B/s).
      Paketlisten werden gelesen... Fertig
      
      ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
      ## You may also need development tools to build native addons:
           sudo apt-get install gcc g++ make
      ## To install the Yarn package manager, run:
           curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
           echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
           sudo apt-get update && sudo apt-get install yarn
      
      
      michael@HomeServer:~$ sudo apt-get install -y nodejs
      Paketlisten werden gelesen... Fertig
      Abhängigkeitsbaum wird aufgebaut.
      Statusinformationen werden eingelesen.... Fertig
      nodejs ist schon die neueste Version (8.10.0~dfsg-2ubuntu0.4).
      0 aktualisiert, 0 neu installiert, 0 zu entfernen und 7 nicht aktualisiert.
      michael@HomeServer:~$ node -v
      v8.17.0
      

      Okay dann über den weg

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • R raspido
        michael@HomeServer:~$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
        
        ## Installing the NodeSource Node.js 12.x repo...
        
        
        ## Populating apt-get cache...
        
        + apt-get update
        Holen:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
        OK:2 https://deb.nodesource.com/node_10.x bionic InRelease
        OK:3 http://de.archive.ubuntu.com/ubuntu bionic InRelease
        OK:4 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
        OK:5 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
        Es wurden 88,7 kB in 2 s geholt (38,1 kB/s).
        Paketlisten werden gelesen... Fertig
        
        ## Confirming "bionic" is supported...
        
        + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/bionic/Release'
        
        ## Adding the NodeSource signing key to your keyring...
        
        + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
        OK
        
        ## Creating apt sources list file for the NodeSource Node.js 12.x repo...
        
        + echo 'deb https://deb.nodesource.com/node_12.x bionic main' > /etc/apt/sources.list.d/nodesource.list
        + echo 'deb-src https://deb.nodesource.com/node_12.x bionic main' >> /etc/apt/sources.list.d/nodesource.list
        
        ## Running `apt-get update` for you...
        
        + apt-get update
        OK:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
        OK:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
        OK:3 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
        Holen:4 https://deb.nodesource.com/node_12.x bionic InRelease [4.584 B]
        OK:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
        Es wurden 4.584 B in 2 s geholt (2.074 B/s).
        Paketlisten werden gelesen... Fertig
        
        ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
        ## You may also need development tools to build native addons:
             sudo apt-get install gcc g++ make
        ## To install the Yarn package manager, run:
             curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
             echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
             sudo apt-get update && sudo apt-get install yarn
        
        
        michael@HomeServer:~$ sudo apt-get install -y nodejs
        Paketlisten werden gelesen... Fertig
        Abhängigkeitsbaum wird aufgebaut.
        Statusinformationen werden eingelesen.... Fertig
        nodejs ist schon die neueste Version (8.10.0~dfsg-2ubuntu0.4).
        0 aktualisiert, 0 neu installiert, 0 zu entfernen und 7 nicht aktualisiert.
        michael@HomeServer:~$ node -v
        v8.17.0
        

        Okay dann über den weg

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

        @raspido

        uname -a
        

        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
        • R Offline
          R Offline
          raspido
          schrieb am zuletzt editiert von
          #7

          Ausgabe ist:

          Linux HomeServer 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:15:38 UTC 2018 i686 i686 i686 GNU/Linux```
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • R raspido

            Ausgabe ist:

            Linux HomeServer 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:15:38 UTC 2018 i686 i686 i686 GNU/Linux```
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #8

            @raspido
            Das System läuft als 32bit-System. Da baut nodesource aber nicht für.
            64bit-System installieren.

            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
            • R Offline
              R Offline
              raspido
              schrieb am zuletzt editiert von
              #9

              Also kurz um neuinstallieren? Oder gibt es eine Möglichkeit eines Art "Upgrade"?

              Michael

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • R raspido

                Also kurz um neuinstallieren? Oder gibt es eine Möglichkeit eines Art "Upgrade"?

                Michael

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

                @raspido
                Keine die nicht mit erheblichen Klimmzügen verbunden wäre.
                Was hast du denn da für einen Prozessor am Start?

                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
                • R Offline
                  R Offline
                  raspido
                  schrieb am zuletzt editiert von
                  #11

                  Müsste ich gucken was da genau drin ist. kaufte mir den mini pc Ding vor einer weile. und seit dem fristet der im Netzwerkschrank sein dasein und läuft.

                  Oder gibts komando das mittels Konsole raus zu bekommen?

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • R raspido

                    Müsste ich gucken was da genau drin ist. kaufte mir den mini pc Ding vor einer weile. und seit dem fristet der im Netzwerkschrank sein dasein und läuft.

                    Oder gibts komando das mittels Konsole raus zu bekommen?

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

                    @raspido

                    cat /proc/cpuinfo
                    

                    Wobei es bei diesen Mini-Rechnern auch die perverse Variante gibt, dass zwar ein 64bit-Prozessor verbaut ist, das aber über ein 32bit-UEFI künstlich auf 32-bit beschränkt wird. Kommt insbesondere bei Rechnern mit vorinstalliertem Windows10 vor. Hatte so einen Kastraten auch mal hier.

                    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
                    • R Offline
                      R Offline
                      raspido
                      schrieb am zuletzt editiert von raspido
                      #13

                      Die Ausgabe:

                      processor       : 0
                      vendor_id       : GenuineIntel
                      cpu family      : 6
                      model           : 76
                      model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                      stepping        : 4
                      microcode       : 0x408
                      cpu MHz         : 484.646
                      cache size      : 1024 KB
                      physical id     : 0
                      siblings        : 4
                      core id         : 0
                      cpu cores       : 4
                      apicid          : 0
                      initial apicid  : 0
                      fdiv_bug        : no
                      f00f_bug        : no
                      coma_bug        : no
                      fpu             : yes
                      fpu_exception   : yes
                      cpuid level     : 11
                      wp              : yes
                      flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                      bugs            : cpu_meltdown spectre_v1 spectre_v2
                      bogomips        : 3200.00
                      clflush size    : 64
                      cache_alignment : 64
                      address sizes   : 36 bits physical, 48 bits virtual
                      power management:
                      
                      processor       : 1
                      vendor_id       : GenuineIntel
                      cpu family      : 6
                      model           : 76
                      model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                      stepping        : 4
                      microcode       : 0x408
                      cpu MHz         : 486.360
                      cache size      : 1024 KB
                      physical id     : 0
                      siblings        : 4
                      core id         : 1
                      cpu cores       : 4
                      apicid          : 2
                      initial apicid  : 2
                      fdiv_bug        : no
                      f00f_bug        : no
                      coma_bug        : no
                      fpu             : yes
                      fpu_exception   : yes
                      cpuid level     : 11
                      wp              : yes
                      flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                      bugs            : cpu_meltdown spectre_v1 spectre_v2
                      bogomips        : 3200.00
                      clflush size    : 64
                      cache_alignment : 64
                      address sizes   : 36 bits physical, 48 bits virtual
                      power management:
                      
                      processor       : 2
                      vendor_id       : GenuineIntel
                      cpu family      : 6
                      model           : 76
                      model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                      stepping        : 4
                      microcode       : 0x408
                      cpu MHz         : 480.000
                      cache size      : 1024 KB
                      physical id     : 0
                      siblings        : 4
                      core id         : 2
                      cpu cores       : 4
                      apicid          : 4
                      initial apicid  : 4
                      fdiv_bug        : no
                      f00f_bug        : no
                      coma_bug        : no
                      fpu             : yes
                      fpu_exception   : yes
                      cpuid level     : 11
                      wp              : yes
                      flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                      bugs            : cpu_meltdown spectre_v1 spectre_v2
                      bogomips        : 3200.00
                      clflush size    : 64
                      cache_alignment : 64
                      address sizes   : 36 bits physical, 48 bits virtual
                      power management:
                      
                      processor       : 3
                      vendor_id       : GenuineIntel
                      cpu family      : 6
                      model           : 76
                      model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                      stepping        : 4
                      microcode       : 0x408
                      cpu MHz         : 480.000
                      cache size      : 1024 KB
                      physical id     : 0
                      siblings        : 4
                      core id         : 3
                      cpu cores       : 4
                      apicid          : 6
                      initial apicid  : 6
                      fdiv_bug        : no
                      f00f_bug        : no
                      coma_bug        : no
                      fpu             : yes
                      fpu_exception   : yes
                      cpuid level     : 11
                      wp              : yes
                      flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                      bugs            : cpu_meltdown spectre_v1 spectre_v2
                      bogomips        : 3200.00
                      clflush size    : 64
                      cache_alignment : 64
                      address sizes   : 36 bits physical, 48 bits virtual
                      power management:
                      
                      

                      Und der Rechner war nackig also on Betriebssystem drauf. Ist von Gigabit oder irgendwie so. meine ich zumindest.

                      Ich glaub der rennt nun 1 Jahr etwa oder so. können aber auch 2 sein. Hab das nicht so ganz im Blick, wenn was läuft dann läufts ;-)
                      Michael

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • R raspido

                        Die Ausgabe:

                        processor       : 0
                        vendor_id       : GenuineIntel
                        cpu family      : 6
                        model           : 76
                        model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                        stepping        : 4
                        microcode       : 0x408
                        cpu MHz         : 484.646
                        cache size      : 1024 KB
                        physical id     : 0
                        siblings        : 4
                        core id         : 0
                        cpu cores       : 4
                        apicid          : 0
                        initial apicid  : 0
                        fdiv_bug        : no
                        f00f_bug        : no
                        coma_bug        : no
                        fpu             : yes
                        fpu_exception   : yes
                        cpuid level     : 11
                        wp              : yes
                        flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                        bugs            : cpu_meltdown spectre_v1 spectre_v2
                        bogomips        : 3200.00
                        clflush size    : 64
                        cache_alignment : 64
                        address sizes   : 36 bits physical, 48 bits virtual
                        power management:
                        
                        processor       : 1
                        vendor_id       : GenuineIntel
                        cpu family      : 6
                        model           : 76
                        model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                        stepping        : 4
                        microcode       : 0x408
                        cpu MHz         : 486.360
                        cache size      : 1024 KB
                        physical id     : 0
                        siblings        : 4
                        core id         : 1
                        cpu cores       : 4
                        apicid          : 2
                        initial apicid  : 2
                        fdiv_bug        : no
                        f00f_bug        : no
                        coma_bug        : no
                        fpu             : yes
                        fpu_exception   : yes
                        cpuid level     : 11
                        wp              : yes
                        flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                        bugs            : cpu_meltdown spectre_v1 spectre_v2
                        bogomips        : 3200.00
                        clflush size    : 64
                        cache_alignment : 64
                        address sizes   : 36 bits physical, 48 bits virtual
                        power management:
                        
                        processor       : 2
                        vendor_id       : GenuineIntel
                        cpu family      : 6
                        model           : 76
                        model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                        stepping        : 4
                        microcode       : 0x408
                        cpu MHz         : 480.000
                        cache size      : 1024 KB
                        physical id     : 0
                        siblings        : 4
                        core id         : 2
                        cpu cores       : 4
                        apicid          : 4
                        initial apicid  : 4
                        fdiv_bug        : no
                        f00f_bug        : no
                        coma_bug        : no
                        fpu             : yes
                        fpu_exception   : yes
                        cpuid level     : 11
                        wp              : yes
                        flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                        bugs            : cpu_meltdown spectre_v1 spectre_v2
                        bogomips        : 3200.00
                        clflush size    : 64
                        cache_alignment : 64
                        address sizes   : 36 bits physical, 48 bits virtual
                        power management:
                        
                        processor       : 3
                        vendor_id       : GenuineIntel
                        cpu family      : 6
                        model           : 76
                        model name      : Intel(R) Celeron(R) CPU  J3160  @ 1.60GHz
                        stepping        : 4
                        microcode       : 0x408
                        cpu MHz         : 480.000
                        cache size      : 1024 KB
                        physical id     : 0
                        siblings        : 4
                        core id         : 3
                        cpu cores       : 4
                        apicid          : 6
                        initial apicid  : 6
                        fdiv_bug        : no
                        f00f_bug        : no
                        coma_bug        : no
                        fpu             : yes
                        fpu_exception   : yes
                        cpuid level     : 11
                        wp              : yes
                        flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
                        bugs            : cpu_meltdown spectre_v1 spectre_v2
                        bogomips        : 3200.00
                        clflush size    : 64
                        cache_alignment : 64
                        address sizes   : 36 bits physical, 48 bits virtual
                        power management:
                        
                        

                        Und der Rechner war nackig also on Betriebssystem drauf. Ist von Gigabit oder irgendwie so. meine ich zumindest.

                        Ich glaub der rennt nun 1 Jahr etwa oder so. können aber auch 2 sein. Hab das nicht so ganz im Blick, wenn was läuft dann läufts ;-)
                        Michael

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

                        @raspido sagte in nodejs und npm lässt sich nicht aktuallisieren:

                        Intel(R) Celeron(R) CPU J3160

                        Der kann 64bit.
                        Was ich nicht verstehe, warum und wie man Bionic Beaver als 32bit-Version installiert.
                        Da musst du ganz tief buddeln, die normale Version ist immer schon als 64bit angeboten worden:
                        [https://releases.ubuntu.com/18.04.4/]

                        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
                        • R Offline
                          R Offline
                          raspido
                          schrieb am zuletzt editiert von
                          #15

                          Ich weiß nicht mehr warum ich das gemacht habe. Hatte image glaub ich aber frisch geladen. Aber gut weiß ich was ich nun erstmal tun muss. ioBroker komplett sichern und einmal alles auf anfang. was für eine Freude :-(

                          Aber naja was muss das muss.

                          1 Antwort Letzte Antwort
                          0

                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                          Registrieren Anmelden
                          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

                          260

                          Online

                          32.8k

                          Benutzer

                          82.9k

                          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