-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Software | Node-RED: missing directory #2975
Comments
@Orfait Confirmed. Bug introduced with v6.25 in relation with some user creation alignments. Fixed with: 2924d0e
To fix now code-wise:
|
hello, stating from a fresh install the user nodered was also missing, created manually and with the above code it fixes. |
@marcobrianza
|
yes, it was on virtualbox |
@marcobrianza
Changelog: d7604ea |
Great quick fix! thank you On the virtual machine I had to modify the file /DietPi/dietpi.txt so I think that instructions at https://github.com/MichaIng/DietPi/blob/master/BRANCH_SYSTEM.md should be updated since modifying /boot/dietpi.txt did not work for me. |
@marcobrianza
Note: "
for beta, respectively "dev" for dev branch 😉. Manually editing the RAMdisk location But we could make it a bid more clear:
|
Sorry for the late feedback. |
Information
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=25
G_DIETPI_VERSION_RC=3
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
stretch
Linux DietPi 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux
RPi 3 Model B (armv7l)
Additional Information
Steps to reproduce
systemctl start node-red.service
Expected behaviour
Service should be running
Actual behaviour
Service ends with error related to directory
Extra details
If we take a look at
/etc/systemd/system/node-red.service
:/mnt/dietpi_userdata/node-red
is missing, create it :mkdir /mnt/dietpi_userdata/node-red
nodered
user permission to this directory :The text was updated successfully, but these errors were encountered: