-
Notifications
You must be signed in to change notification settings - Fork 151
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
** ERROR ** Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.sessions: Cannot launch daemon, file not found or permissions invalid #99
Comments
What does |
Hi @dsommers thanks for helping me again :) As normal user
For the executable
There is also a dump from systemd
Thanks again! |
What happens if you try to first start the
|
As normal user:
Systemd dump:
Whit sudo:
Systemd dump:
It runs
|
First, you've spotted a bug in The more concerning issue here is that your D-Bus daemon seems incapable of starting the |
Hi @dsommers is my personal working machine, so its booted every day :) .
Thanks!. |
Do you have the D-Bus policies for OpenVPN 3 Linux installed? They should be here: |
I think yes!
:) |
So the crux of this issue is this log line:
Where the Can you try to run the following command as root?
I expect it to fail too, but it narrows down the debug span. Also see if you can trick some more debug information out of your D-Bus daemon. Increase log levels, etc. Does Arch Linux use Also .... can you try to start |
As normal user:
Systemd logs:
With sudo:
Systemd logs:
I think Arch uses
Running the
Running the
( it seems to run )
Running
It seems to work on this way, what can be happening ? |
Okay, so this is definitely There are also other Arch Linux users where it works as expected. I will try to setup an Arch install myself and see how that fares. |
Hi @dsommers thanks a lot for your support :) I did something like this.
I left all the processes running from the latest comments and then I ran:
And then
And the strace log:
Something that I'm noticing is this
But I don't have that:
This is weird. |
I'm seeing a few "competing" lines here:
vs
So you might actually have multiple D-Bus auto-start profiles installed. Can you check the difference between the I wonder if you have had an unclean install which now points at non-existing binaries. |
It can be for sure, I tried a lot of things before having the first install working, and now I'm building from source code, not using the package manager ( I was trying to make the client work again, and then I was going to use the package from repos )
The dir |
I just now completed installing the
So this is most likely due to a mis-install at some point earlier.
Yes, that is probably the best solution right now. You can leave anything in |
Thank a lot @dsommers I will try deleting all the stuff related, and using the package from AUR. |
Since this seems not to be an issue with the OpenVPN 3 Linux code, I'm closing this ticket now. This seems to be a local installation/configuration issue and out of this projects control. |
Hi all guys, I'm experiencing this issue building the client from source and I'm not able to fix it.
OS:
Openvpn3 version:
Build logs:
When I try to execute
openvpn3
I will have the following error.Additional data:
I'm aware that it might be a permissions issue, but related to what file or dir ?
Thanks in advance!.
The text was updated successfully, but these errors were encountered: