failed to create symbolic link '/home/lit/.lnd/lnd': Permission denied #772
ghost
started this conversation in
Troubleshooting
Replies: 2 comments
-
This is a Linux problem, not related to lightning-terminal, you should log in as the correct user to create that folder (i.e. as the lit user, if that exists). |
Beta Was this translation helpful? Give feedback.
0 replies
-
indeed, but I am logged as lit user |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running ubuntu 24.04 on arm board following raspibolt guide.
fails to create a symlink to the LND:
$ ln -s /data/lnd /home/lit/.lnd
ln: failed to create symbolic link '/home/lit/.lnd/lnd': Permission denied
I am not sure how to change permission to lit user properly.
Beta Was this translation helpful? Give feedback.
All reactions