question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error cRTL Webinterface: permission denied, mkdir '/C:\Users\xyz\backup\node-1'

See original GitHub issue

After 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:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
steepdawn974commented, Oct 15, 2021

Tagging @openoms -

I think this line is wrong: if [ "${LNCLE}" == "cl" ]; then

should be: if [ "${LNTYPE}" == "cl" ]; then

https://github.com/rootzoll/raspiblitz/blob/55390c9a537d7e20c5c1f9926834acaa587c6cf0/home.admin/config.scripts/bonus.rtl.sh

1reaction
theword3commented, Oct 15, 2021

One more bug:

-".nodes[0].Authentication.macaroonPath = \"CLme/bitcoin/c-lightning-REST/certs\"" | \
+ ".nodes[0].Authentication.macaroonPath = \"/home/bitcoin/c-lightning-REST/certs\"" | \
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found