NEWS
Troubleshooting NodeJS update
-
Hier hat jemand die fast gleiche Konstellation:
https://forum.iobroker.net/topic/70370/passwort-iobroker-über-mac-terminal-anders/91?_=1729889757239
Lies dich da ein.
-
@thomas-braun ahh danke
-
Hallo zusammen,
ich versuch gerade node.js in meinem Proxmox LXC auf Version 20 zu updaten. Leider klappt das einfach nicht. Führe ich den Befehl
iob nodejs-update
als normaler User aus erhalte ich
bash: /home/iobroker/.nodejs-update.sh: Permission denied
Versuche ich es als root erhalte ich
This script must not be run as root! Please use your standard user!"
Dann habe ich
su iobroker -s /bin/bash -c 'iob nodejs-update'
versucht. Dann läuft das Skript zwar an aber ich erhalte die folgenden Fehler:
*** Installing ca-certificates, curl and gnupg, just in case they are missing. sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required
Ich steh grad irgendwie auf dem Schlauch und verstehe nicht warum es nicht klappt. Kann mir jemand helfen?
-
@el-lutschi sagte in Troubleshooting NodeJS update:
a terminal is required to read the password
Wo und wie führst du das denn aus? Du musst da schon mit einem gescheiten Terminal anrücken.
Dann funktioniert das auch ohne diese Verrenkungen, die du da fabrizierst. -
@thomas-braun
In einer SSH Session über Putty. Was ist für dich ein gescheiter Terminal? -
@el-lutschi sagte in Troubleshooting NodeJS update:
Was ist für dich ein gescheiter Terminal?
PuTTY muss funktionieren. Auch wenn es nicht mein bevorzugtes Terminal ist.
-
@thomas-braun
Danke für deine Hilfe. Mit welchem Befehl und als was für ein User muss es denn gehen? -
@el-lutschi sagte in Troubleshooting NodeJS update:
Mit welchem Befehl und als was für ein User muss es denn gehen?
Als Standard-User, der in der Gruppe 'iobroker' enthalten ist muss es gehen.
-
@thomas-braun
Danke!! Das war der Fehler. Der User war nicht in der Gruppe. Vielen Dank für den richtigen Tipp. -
-
@thomas-braun
Hab ich gemacht. Sieht gut aus. Danke nochmal.