Hello everyone
I am a new user.
I installed a new system and an update.
I connect with a keyboard mouse and a local screen with WIFI.
I tried to open the NODE RED program and I get the following message:
Starting as a systemd service.
nodered.service: Scheduled restart job, restart counter is at 4995.
Stopped Node-RED graphical event wiring tool.
Started Node-RED graphical event wiring tool.
nodered.service: Failed to determine user credentials: No such process
nodered.service: Failed at step USER spawning /usr/bin/env: No such process
nodered.service: Main process exited, code=exited, status=217/USER
nodered.service: Failed with result 'exit-code'.
node-red-start
nodered.service: Scheduled restart job, restart counter is at 4996.
Stopped Node-RED graphical event wiring tool.
Started Node-RED graphical event wiring tool.
nodered.service: Failed to determine user credentials: No such process
nodered.service: Failed at step USER spawning /usr/bin/env: No such process
nodered.service: Main process exited, code=exited, status=217/USER
nodered.service: Failed with result 'exit-code'.
Thanks for the quick response
I tried to install in 2 ways
1.by NR install but I got a different messages.
So I tried to install a package that includes a few programs and NR.
And this is the message I get
I suggest starting again. Install it the recommended way, and if you get problems then ask at that point. Don't make it worse by installing it again a different way.
I suspect that you will find that the USER specified in that file no longer exists, in which case run the install script again, as I suggested, to correct the service file.
The solution to my problem is to run it
"node -red admin init"
and set all the necessary data
After that I got the IP I need to use in chrom
And it works fine.
Thanks to all
Since the error in the service file was produced even before node-red starts running, then nothing in node-red itself would change that. Therefore something else caused that error to go away.