Summary: | NetworkManager Plasma widget ignores OpenVPN connection attempt | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Thilo-Alexander Ginkel <thilo> |
Component: | Plasma Widget | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | lamarque, wstephenson |
Priority: | NOR | ||
Version: | 0.9 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thilo-Alexander Ginkel
2011-11-20 15:09:03 UTC
I cannot reproduce this problem here. I have a OpenVPN connection and it works. Usually when you click on a connection and nothing happens is because NM has invalidated the connection. Attach the NM log, the reason should the there. On Sun, Nov 20, 2011 at 19:19, Lamarque V. Souza <lamarque@kde.org> wrote: > I cannot reproduce this problem here. I have a OpenVPN connection and it works. > > Usually when you click on a connection and nothing happens is because NM has > invalidated the connection. Attach the NM log, the reason should the there. You are right, this was a NM problem (not sure what caused nm-openvpn-service to be uninstalled): Nov 22 02:32:27 orion NetworkManager[1301]: <info> Starting VPN service 'openvpn'... Nov 22 02:32:27 orion NetworkManager[1301]: <warn> VPN service 'openvpn': could not launch the VPN service. error: (8) Failed to execute child process "/usr/lib/NetworkManager/nm-openvpn-service" (No such file or directory). Nov 22 02:32:27 orion NetworkManager[1301]: <warn> connection /org/freedesktop/NetworkManager/Settings/3 failed to activate: (3) Failed to execute child process "/usr/lib/NetworkManager/nm-openvpn-service" (No such file or directory) Is there any chance to see such errors in the UI in the future (just an idea)? Thanks! (In reply to comment #2) > Is there any chance to see such errors in the UI in the future (just an idea)? Well, I tried to implement it here but NetworkManager simply does not return anything to Plasma NM when the NetworkManager's vpn plugin is uninstalled. I managed to implement error reporting for other errors, such as invalid connection and some other very rare errors, which I have never seen happening so they are not much usefull. Git commit 1b61dfbe8fcb38d07380f0ba75181592f46d667d by Lamarque V. Souza. Committed on 22/11/2011 at 05:17. Pushed by lvsouza into branch 'master'. Report error message on VPN activation failure. CCBUG: 287076 M +1 -0 backends/NetworkManager/CMakeLists.txt M +37 -1 backends/NetworkManager/nmdbussettingsconnectionprovider.cpp M +1 -0 backends/NetworkManager/nmdbussettingsconnectionprovider.h M +4 -0 libs/service/notificationmanager.cpp M +1 -0 libs/service/notificationmanager.h http://commits.kde.org/networkmanagement/1b61dfbe8fcb38d07380f0ba75181592f46d667d Git commit a3a91df8bbbf2293454cf4630fe1657554f4f92a by Lamarque V. Souza. Committed on 22/11/2011 at 05:17. Pushed by lvsouza into branch 'nm09'. Report error message on VPN activation failure. CCBUG: 287076 (cherry picked from commit 1b61dfbe8fcb38d07380f0ba75181592f46d667d) M +1 -0 backends/NetworkManager/CMakeLists.txt M +37 -1 backends/NetworkManager/nmdbussettingsconnectionprovider.cpp M +1 -0 backends/NetworkManager/nmdbussettingsconnectionprovider.h M +4 -0 libs/service/notificationmanager.cpp M +1 -0 libs/service/notificationmanager.h M +1 -1 plasma_nm_version.h http://commits.kde.org/networkmanagement/a3a91df8bbbf2293454cf4630fe1657554f4f92a (In reply to comment #3) > (In reply to comment #2) > > Is there any chance to see such errors in the UI in the future (just an idea)? > > Well, I tried to implement it here but NetworkManager simply does not return > anything to Plasma NM when the NetworkManager's vpn plugin is uninstalled. > > I managed to implement error reporting for other errors, such as invalid > connection and some other very rare errors, which I have never seen happening > so they are not much usefull. I have found what I did wrong, now Plasma NM fetches the error message. |