NEWS
gelöst - Nach Update - nur iobroker-Logo sichtbar
-
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
-
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:~$
-
Das sieht gut aus.
Ich hatte oben nochsudo usermod -aG iobroker hicki
ergänzt. Das solltest du noch machen.
-
@thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:
Das sieht gut aus.
Ich hatte oben nochsudo usermod -aG iobroker hicki
ergänzt. Das solltest du noch machen.
erledigt
-
Gut, dann sind wir fertig.
Wenn dir langweilig ist:
New release '20.04.3 LTS' available. Run 'do-release-upgrade' to upgrade to it.
-
@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.
-
Distribution update:
sudo apt-get update && sudo apt-get dist-upgrade -y && sudo do-release-upgrade
Ergänzung: Ein backup wäre vorher ratsam
-
@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. -
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.
-
@thomas-braun sagte in gelöst - Nach Update - nur iobroker-Logo sichtbar:
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