-
Notifications
You must be signed in to change notification settings - Fork 152
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
v15~beta+focal cannot connect to server #63
Comments
Please provide more details what is not working.
|
Have the same issue. Was working fine until upgrade from v13, works fine after degrade. Output of your script from #25
Output of version command
Log from journalctl after running above commands attached |
In the attached log file I see this line:
Do you have The workaround, to revert back to using
to:
|
Closing as no feedback has been provided in about 1 month. Most likely looks like a configuration issue related to In the coming v16_beta it will also be easier to switch back to using |
Hello, I'm getting this error
Systemd resolved is running:
trying to start a session:
Log output: |
In your log file, I see this line:
This indicates that you are on a distribution expected to have the |
I can confirm that this is indeed the case for me (and probably @ds20prefecture as well) The workaround of editing the service file (#63 (comment)) works good enough for me... It might be a good idea to switch over to use the old behavior if there's a problem trying to reach |
Ubuntu and DNS configurations is clearly a mess. And unfortunately it gets even messier as VPS providers also tends to deviate from the base image from the Canonical Ubuntu images. So there seems to be no "standard DNS configuration" in several Ubuntu releases. Currently the DNS resolver implementation to use is decided at build and packaging time, based on what the upstream (Canonical) Ubuntu images is expected to use. No matter what backend we default to, it will break the experience for some users - as there are to many deviations from the base upstream image. After this change, several users were happy as DNS started working better. And then a noticeable amount of users started reporting regressions. The only way seems to have resolv.conf as a fallback at runtime, if resolved is not available. I'm not able to squeeze that into v19_beta, that release is already getting large enough. But I'll put that into consideration for v20_beta. |
Background - Ubuntu auto-update upgrades from 13 beta to 14 or 15 beta
Upgrade: openvpn3:amd64 (13beta-1+focal, 14beta+focal)
Issue:
Cannot connect to existing OpenVPN3 profile from OpenVPN cloud which uses SAML to O365 for auth
Error
"session-start: ** ERROR ** Failed to start new session: Failed calling D-Bus method Ready: GDBus.Error:net.openvpn.v3.sessions.error: Backend VPN process have died. Session is no longer valid." .
Debug log:
** ERROR ** org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code36: GDBus.Error:net.openvpn.v3.sessions.error: Failed communicating with VPN backend: Failed calling D-Bus method Connect: GDBus.Error:net.openvpn.v3.backend.error.standard: Failed executing D-Bus call 'Connect': Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.netcfg: Invalid configuration (missing or empty ?)
Roll back to 13_beta works fine.
Previously reported and closed as addressed in v15, however it does not.
#57
The text was updated successfully, but these errors were encountered: