Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. gelöst - Nach Update - nur iobroker-Logo sichtbar

NEWS

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

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.6k

gelöst - Nach Update - nur iobroker-Logo sichtbar

Scheduled Pinned Locked Moved Error/Bug
nur iobroker logo sichtbar
40 Posts 5 Posters 3.3k Views 5 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.
  • H Offline
    H Offline
    Hicki
    wrote on last edited by
    #30

    Hat funktioniert. Wie jetzt weiter?

    root@ioBroker:~# logout
    
    Ubuntu 18.04.6 LTS ioBroker tty1
    
    ioBroker login: hicki
    Password: 
    Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 5.4.73-1-pve x86_64)
    
     * Documentation:  https://help.ubuntu.com
     * Management:     https://landscape.canonical.com
     * Support:        https://ubuntu.com/advantage
    New release '20.04.3 LTS' available.
    Run 'do-release-upgrade' to upgrade to it.
    
    
    The programs included with the Ubuntu system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
    applicable law.
    
    To run a command as administrator (user "root"), use "sudo <command>".
    See "man sudo_root" for details.
    
    hicki@ioBroker:~$ sudo whoami
    [sudo] password for hicki: 
    root
    hicki@ioBroker:~$
    
    Thomas BraunT 1 Reply Last reply
    0
    • H Hicki

      Hat funktioniert. Wie jetzt weiter?

      root@ioBroker:~# logout
      
      Ubuntu 18.04.6 LTS ioBroker tty1
      
      ioBroker login: hicki
      Password: 
      Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 5.4.73-1-pve x86_64)
      
       * Documentation:  https://help.ubuntu.com
       * Management:     https://landscape.canonical.com
       * Support:        https://ubuntu.com/advantage
      New release '20.04.3 LTS' available.
      Run 'do-release-upgrade' to upgrade to it.
      
      
      The programs included with the Ubuntu system are free software;
      the exact distribution terms for each program are described in the
      individual files in /usr/share/doc/*/copyright.
      
      Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
      applicable law.
      
      To run a command as administrator (user "root"), use "sudo <command>".
      See "man sudo_root" for details.
      
      hicki@ioBroker:~$ sudo whoami
      [sudo] password for hicki: 
      root
      hicki@ioBroker:~$
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #31

      @hicki

      Gut, und jetzt niemehr als root einloggen. Nur noch mit dem hicki agieren.

      Jetzt die große Löschaktion:

      iobroker stop
      sudo usermod -aG iobroker hicki
      sudo rm /usr/local/bin/node
      sudo rm /usr/local/bin/npm
      sudo apt remove nodejs
      curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
      sudo apt update
      sudo apt install nodejs
      sudo ln -s /usr/bin/node /usr/bin/nodejs
      sudo reboot
      

      Wenn die Kiste wieder oben ist:

      which nodejs node npm && nodejs -v && node -v && npm -v &&  sudo apt update && apt policy nodejs
      

      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

      H 1 Reply Last reply
      1
      • Thomas BraunT Thomas Braun

        @hicki

        Gut, und jetzt niemehr als root einloggen. Nur noch mit dem hicki agieren.

        Jetzt die große Löschaktion:

        iobroker stop
        sudo usermod -aG iobroker hicki
        sudo rm /usr/local/bin/node
        sudo rm /usr/local/bin/npm
        sudo apt remove nodejs
        curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
        sudo apt update
        sudo apt install nodejs
        sudo ln -s /usr/bin/node /usr/bin/nodejs
        sudo reboot
        

        Wenn die Kiste wieder oben ist:

        which nodejs node npm && nodejs -v && node -v && npm -v &&  sudo apt update && apt policy nodejs
        
        H Offline
        H Offline
        Hicki
        wrote on last edited by
        #32

        @thomas-braun

        fertig

        
        Ubuntu 18.04.6 LTS ioBroker tty1
        
        ioBroker login: hicki
        Password: 
        Last login: Wed Dec  1 15:53:53 UTC 2021 on tty1
        Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 5.4.73-1-pve x86_64)
        
         * Documentation:  https://help.ubuntu.com
         * Management:     https://landscape.canonical.com
         * Support:        https://ubuntu.com/advantage
        New release '20.04.3 LTS' available.
        Run 'do-release-upgrade' to upgrade to it.
        
        hicki@ioBroker:~$ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && apt policy nodejs
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v14.18.2
        v14.18.2
        6.14.15
        [sudo] password for hicki: 
        Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
        Hit:2 https://deb.nodesource.com/node_14.x bionic InRelease             
        Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease         
        Hit:4 http://archive.ubuntu.com/ubuntu bionic-security InRelease
        Reading package lists... Done
        Building dependency tree       
        Reading state information... Done
        All packages are up to date.
        nodejs:
          Installed: 14.18.2-1nodesource1
          Candidate: 14.18.2-1nodesource1
          Version table:
         *** 14.18.2-1nodesource1 500
                500 https://deb.nodesource.com/node_14.x bionic/main amd64 Packages
                100 /var/lib/dpkg/status
             8.10.0~dfsg-2ubuntu0.4 500
                500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
             8.10.0~dfsg-2ubuntu0.2 500
                500 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
             8.10.0~dfsg-2 500
                500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        hicki@ioBroker:~$ 
        
        Thomas BraunT 1 Reply Last reply
        0
        • H Hicki

          @thomas-braun

          fertig

          
          Ubuntu 18.04.6 LTS ioBroker tty1
          
          ioBroker login: hicki
          Password: 
          Last login: Wed Dec  1 15:53:53 UTC 2021 on tty1
          Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 5.4.73-1-pve x86_64)
          
           * Documentation:  https://help.ubuntu.com
           * Management:     https://landscape.canonical.com
           * Support:        https://ubuntu.com/advantage
          New release '20.04.3 LTS' available.
          Run 'do-release-upgrade' to upgrade to it.
          
          hicki@ioBroker:~$ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v14.18.2
          v14.18.2
          6.14.15
          [sudo] password for hicki: 
          Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
          Hit:2 https://deb.nodesource.com/node_14.x bionic InRelease             
          Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease         
          Hit:4 http://archive.ubuntu.com/ubuntu bionic-security InRelease
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          All packages are up to date.
          nodejs:
            Installed: 14.18.2-1nodesource1
            Candidate: 14.18.2-1nodesource1
            Version table:
           *** 14.18.2-1nodesource1 500
                  500 https://deb.nodesource.com/node_14.x bionic/main amd64 Packages
                  100 /var/lib/dpkg/status
               8.10.0~dfsg-2ubuntu0.4 500
                  500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
               8.10.0~dfsg-2ubuntu0.2 500
                  500 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
               8.10.0~dfsg-2 500
                  500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
          hicki@ioBroker:~$ 
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #33

          @hicki

          Das sieht gut aus.
          Ich hatte oben noch

          sudo usermod -aG iobroker hicki
          

          ergänzt. Das solltest du noch machen.

          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

          H 1 Reply Last reply
          1
          • Thomas BraunT Thomas Braun

            @hicki

            Das sieht gut aus.
            Ich hatte oben noch

            sudo usermod -aG iobroker hicki
            

            ergänzt. Das solltest du noch machen.

            H Offline
            H Offline
            Hicki
            wrote on last edited by
            #34

            @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

            @hicki

            Das sieht gut aus.
            Ich hatte oben noch

            sudo usermod -aG iobroker hicki
            

            ergänzt. Das solltest du noch machen.

            erledigt

            Thomas BraunT 1 Reply Last reply
            0
            • H Hicki

              @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

              @hicki

              Das sieht gut aus.
              Ich hatte oben noch

              sudo usermod -aG iobroker hicki
              

              ergänzt. Das solltest du noch machen.

              erledigt

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

              @hicki

              Gut, dann sind wir fertig.

              Wenn dir langweilig ist:

              New release '20.04.3 LTS' available.
              Run 'do-release-upgrade' to upgrade to it.
              

              :-D

              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

              H 1 Reply Last reply
              1
              • Thomas BraunT Thomas Braun

                @hicki

                Gut, dann sind wir fertig.

                Wenn dir langweilig ist:

                New release '20.04.3 LTS' available.
                Run 'do-release-upgrade' to upgrade to it.
                

                :-D

                H Offline
                H Offline
                Hicki
                wrote on last edited by
                #36

                @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

                New release '20.04.3 LTS'

                Wie mache ich das? Und vielen Dank für alles.

                Meister MopperM Thomas BraunT 3 Replies Last reply
                0
                • H Hicki

                  @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

                  New release '20.04.3 LTS'

                  Wie mache ich das? Und vielen Dank für alles.

                  Meister MopperM Online
                  Meister MopperM Online
                  Meister Mopper
                  wrote on last edited by Meister Mopper
                  #37

                  @hicki

                  Distribution update:

                  sudo apt-get update && sudo apt-get dist-upgrade -y && sudo do-release-upgrade

                  Ergänzung: Ein backup wäre vorher ratsam

                  Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                  1 Reply Last reply
                  0
                  • H Hicki

                    @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

                    New release '20.04.3 LTS'

                    Wie mache ich das? Und vielen Dank für alles.

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

                    @hicki
                    Das ist ein Upgrade auf die Version 20.04.3.
                    Das würde ich an deiner Stelle aber mal in Ruhe machen. Dein Bionic 18.04 wird ja noch bis April 2023 unterstützt, da hast du noch etwas Zeit.

                    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
                    • H Hicki

                      @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

                      New release '20.04.3 LTS'

                      Wie mache ich das? Und vielen Dank für alles.

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

                      @hicki

                      Läuft der ioBroker?
                      Da dürften vermutlich auch die Rechte z.T. noch krumm sein.

                      iobroker stop
                      iobroker fix
                      iobroker start
                      

                      repariert auch das noch.

                      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

                      H 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @hicki

                        Läuft der ioBroker?
                        Da dürften vermutlich auch die Rechte z.T. noch krumm sein.

                        iobroker stop
                        iobroker fix
                        iobroker start
                        

                        repariert auch das noch.

                        H Offline
                        H Offline
                        Hicki
                        wrote on last edited by
                        #40

                        @thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:

                        @hicki

                        Läuft der ioBroker?
                        Da dürften vermutlich auch die Rechte z.T. noch krumm sein.

                        iobroker stop
                        iobroker fix
                        iobroker start
                        

                        repariert auch das noch.

                        Vielen Dank und erledigt

                        1 Reply Last reply
                        0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        443

                        Online

                        32.8k

                        Users

                        82.7k

                        Topics

                        1.3m

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

                        • Don't have an account? Register

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