Error cRTL Webinterface: permission denied, mkdir '/C:\Users\xyz\backup\node-1'
See original GitHub issueAfter upgrading from 1.7.1-rc3 to 1.7.1 release (Following the UPDATE > RELEASE menu), the RTL webinterface is not coming up anymore, with a 502 Bad gateway error.
Edit: Problem lies with the cRTL service, which cannot be started.
* *** CL-RTL ***
● cRTL.service - cRTL Webinterface
Loaded: loaded (/etc/systemd/system/cRTL.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-10-15 13:41:06 BST; 1h 44min ago
Main PID: 678 (node)
Tasks: 11 (limit: 4532)
CGroup: /system.slice/cRTL.service
└─678 /usr/bin/node /home/rtl/RTL/rtl
Oct 15 13:41:06 raspberrypi systemd[1]: Starting cRTL Webinterface...
Oct 15 13:41:06 raspberrypi systemd[1]: Started cRTL Webinterface.
Oct 15 13:41:10 raspberrypi node[678]: Something went wrong while creating the backup directory:
Oct 15 13:41:10 raspberrypi node[678]: Error: EACCES: permission denied, mkdir '/C:\Users\xyz\backup\node-1'
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Error: EACCES: permission denied, mkdir '/usr/local/lib ...
Solution: You need to change the ownership of folder node_modules , because you use sudo npm install -g node-sass , so its ownership...
Read more >Replies: - 1 suggested answer - GitHub
We are getting "EACCES: permission denied, mkdir '/root/.config/Cypress/cy/production" error message in Jenkins console.
Read more >KB4369: Error Installing Veeam Data Mover service Error: mkdir
Veeam Support Knowledge Base answer to: Error Installing Veeam Data ... Error: mkdir: cannot create directory '/opt/veeam': Permission denied.
Read more >linux - Getting cannot access permission denied error
sys : in order to be able to chmod something in a Unix-style filesystem, you must either be the owner of the file...
Read more >Solved: Permission denied: user=root, access=WRITE, inode
Solved: when i use hdfs comands it display errors: hadoop fs -mkdir /user/,,myfile,, or "hadoop fs -put - 4943.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Tagging @openoms -
I think this line is wrong:
if [ "${LNCLE}" == "cl" ]; thenshould be:
if [ "${LNTYPE}" == "cl" ]; thenhttps://github.com/rootzoll/raspiblitz/blob/55390c9a537d7e20c5c1f9926834acaa587c6cf0/home.admin/config.scripts/bonus.rtl.sh
One more bug: