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

Nordvpn stopped working since I have updated softwares #202

Open
rmatif opened this issue Jan 29, 2023 · 4 comments
Open

Nordvpn stopped working since I have updated softwares #202

rmatif opened this issue Jan 29, 2023 · 4 comments

Comments

@rmatif
Copy link

rmatif commented Jan 29, 2023

Hello,
Since I've made recent update on some of my software, I got a crash with the following error

thread 'main' panicked at 'No lockfile', vopono_core/src/network/netns.rs:61:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

It was working like a charm last week, How can I solve this crash ?
Thank you

@jamesmcm
Copy link
Owner

Did you restart the computer after updating the kernel?

@defaultxr
Copy link

defaultxr commented Feb 9, 2024

I'm getting a similar error:

 2024-02-09T09:31:39.876Z INFO  vopono_core::util > Calling sudo for elevated privileges, current user will be used as default user
 2024-02-09T09:31:41.147Z INFO  vopono::exec > Using existing namespace: vo_c_DjykLaJ, will not modify firewall rules
thread 'main' panicked at vopono_core/src/network/netns.rs:64:14:
No lockfile
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I didn't update any software. What I did:

  1. Started a program with vopono. It launched fine.
  2. The program (or perhaps vopono?) crashed.
  3. I attempted to re-open the program through vopono, using the same command as before. Then I got this error.

Is there something I should do to clear out leftovers from a previous vopono instantiation? I tried running sudo ip link delete vo_c_DjykLaJ_d and running vopono again, but get the same error. Would be unfortunate to have to restart my computer anytime this happens :)

@jamesmcm
Copy link
Owner

jamesmcm commented Feb 9, 2024

Can you try:

$ sudo ip netns delete vo_c_DjykLaJ
$ sudo rm -r ~/.config/vopono/locks/

It's weird, it's like the lockfile was removed, but the network namespace wasn't.

@defaultxr
Copy link

@jamesmcm Awesome, that worked! Thank you :)

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

3 participants