Skip to content
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

lethean-wallet-vpn-rpc.14660.login file is readonly #69

Open
ronnylov opened this issue Mar 17, 2019 · 3 comments
Open

lethean-wallet-vpn-rpc.14660.login file is readonly #69

ronnylov opened this issue Mar 17, 2019 · 3 comments

Comments

@ronnylov
Copy link

I helped with debugging of a raspberry pi exit node.
We had a situation when the lethean-wallet-vpn-rpc service failed which in turn made the lthnvpnd service to fail.

We checked the log:
sudo journalctl -u lethean-wallet-vpn-rpc -e

In this log following message was found:
"Failed to create file lethean-wallet-vpn-rpc.14660.login. Check permissions or remove file"

We checked the permissions:
ls -al /opt/lthn/var/run
-r-------- 1 vpnuser vpnuser 21 Mar 16 15:02 lethean-wallet-vpn-rpc.14660.login

The problem was solved by removing the file as a root user (using sudo rm) and then reboot. I suspect this may happen sometimes when something else makes this service fail instead of a normal shutdown. Not sure of the reason this happened but it may create issues that are a bit difficult to resolve.

@zib92130
Copy link

zib92130 commented Apr 1, 2019

Hum... This reminds me something... letheanVPN/blockchain-iz#112 ! ;-)

@limosek
Copy link
Contributor

limosek commented Apr 3, 2019

This is solved in debian packaging branch. There is rm before run in service config.
Have look to new service definitions here: https://github.com/LetheanMovement/lethean/blob/feature/limosek/dpkg/debian/
or just try debian packages from http://monitor.lethean.io/dl/
It worked for me.

Snider added a commit that referenced this issue Jan 30, 2022
@Snider
Copy link
Contributor

Snider commented Jan 30, 2022

@letheanVPN/developers can someone verify; ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants