[Bug 547573] New: NetworkManager-gnome fails to connect to SUSE VPN
http://bugzilla.novell.com/show_bug.cgi?id=547573 User jblunck@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c012 Summary: NetworkManager-gnome fails to connect to SUSE VPN Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jblunck@novell.com QAContact: qa@suse.de CC: tambet@novell.com, mt@novell.com, vuntz@novell.com Found By: Development I can't connect to the SUSE VPM. It was working fine (and I was able to work :) under openSUSE 11.1. This bug is present in openSUSE 11.2 M8 and RC1. NetworkManager-0.7.1_git20090811-3.2.x86_64 NetworkManager-openvpn-0.7.1-1.11.x86_64 openvpn-2.1.0.18-2.4.x86_64 NetworkManager log says: Oct 16 06:15:30 T61 NetworkManager: <info> Starting VPN service 'org.freedesktop.NetworkManager.openvpn'... Oct 16 06:15:30 T61 NetworkManager: <info> VPN service 'org.freedesktop.NetworkManager.openvpn' started (org.freedesktop.NetworkManager.openvpn), PID 24363 Oct 16 06:15:31 T61 NetworkManager: <info> VPN service 'org.freedesktop.NetworkManager.openvpn' just appeared, activating connections Oct 16 06:15:32 T61 NetworkManager: <info> VPN plugin state changed: 3 Oct 16 06:15:32 T61 NetworkManager: <info> VPN connection 'SUSE' (Connect) reply received. Oct 16 06:15:32 T61 nm-openvpn[24369]: OpenVPN 2.1_rc18 x86_64-suse-linux [SSL] [LZO2] [EPOLL] [PKCS11] built on Oct 13 2009 Oct 16 06:16:12 T61 NetworkManager: <info> VPN connection 'SUSE' (IP Config Get) timeout exceeded. Oct 16 06:16:12 T61 nm-openvpn[24369]: ERROR: could not read Auth username/password/ok/string from management interface Oct 16 06:16:12 T61 nm-openvpn[24369]: Exiting Oct 16 06:16:12 T61 NetworkManager: <debug> [1255688172.091886] run_netconfig(): Spawning '/sbin/netconfig modify --service NetworkManager' Oct 16 06:16:12 T61 NetworkManager: <debug> [1255688172.094990] write_to_netconfig(): Writing to netconfig: DNSSEARCH='lan lan'#012 Oct 16 06:16:12 T61 NetworkManager: <debug> [1255688172.095146] write_to_netconfig(): Writing to netconfig: DNSSERVERS='192.168.2.1'#012 Oct 16 06:16:12 T61 NetworkManager: <info> Clearing nscd hosts cache. Oct 16 06:16:12 T61 NetworkManager: <info> Policy set 'ReitClub' (wlan0) as default for routing and DNS. Oct 16 06:16:24 T61 NetworkManager: <debug> [1255688184.082725] ensure_killed(): waiting for vpn service pid 24363 to exit Oct 16 06:16:24 T61 NetworkManager: <debug> [1255688184.082894] ensure_killed(): vpn service pid 24363 cleaned up -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |tambet@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User crrodriguez@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c1 --- Comment #1 from Cristian Rodríguez <crrodriguez@novell.com> 2009-10-16 21:14:35 MDT --- I got it to "work" (still NM lives it's own broken dream though) How to get it to work: cherry pick commits aad1a64cf3920099ce1512ecc4f065afae6ddcde 05bbdd0be64b777bebbae6e55415a625f7d16cc0 then remove patch nm-openvpn-remove-script-security.patch I suspect it is there because there was a need to run this networkmanager-openvpn in older 2.0.x openVPN versions where there was no script-security setting.. If you are using KDE4-networkmanager you got to edit the VPN configuration by hand, otherwise it wont start either, it passes file:// protocol to openvpn binary which does not understand that. Then it will connect, but no "feedback" (remains "Activating") then, of course Network manager does its usual wrong thing and messes the routing table, setting the VPN gateway as default route, ingoring the sane behaviour of openvpn itself, there is no way in the KDE4 UI to override it. Back to the command line for now ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User martin.matuska@vx.sk added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c2 Martin Matuska <martin.matuska@vx.sk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.matuska@vx.sk --- Comment #2 from Martin Matuska <martin.matuska@vx.sk> 2009-10-19 04:36:57 MDT --- I agree, this needs two changes: 1.) the helper app won't work with OpenVPN 2.1.rcX and --script-security 2 2.) authors found a problem using sscanf and fixed it in GIT -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User martin.matuska@vx.sk added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c3 --- Comment #3 from Martin Matuska <martin.matuska@vx.sk> 2009-10-19 04:38:39 MDT --- Created an attachment (id=323037) --> (http://bugzilla.novell.com/attachment.cgi?id=323037) Patch to fix sscanf from NetworkManager GIT -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User martin.matuska@vx.sk added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c4 --- Comment #4 from Martin Matuska <martin.matuska@vx.sk> 2009-10-19 04:46:29 MDT --- Created an attachment (id=323039) --> (http://bugzilla.novell.com/attachment.cgi?id=323039) Suggested source RPM with applied patches -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User tambet@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c5 Tambet Ingo <tambet@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Tambet Ingo <tambet@novell.com> 2009-10-19 04:54:09 MDT --- Thanks! I'll submit an update. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User tambet@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c6 --- Comment #6 from Tambet Ingo <tambet@novell.com> 2009-10-19 05:32:37 MDT --- created request id 22571 Let's see if it gets accepted to 11.2. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User wstephenson@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c7 Will Stephenson <wstephenson@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wstephenson@novell.com --- Comment #7 from Will Stephenson <wstephenson@novell.com> 2009-10-19 07:40:48 MDT --- I have fixed the file:// url passing in KDE4 knetworkmanager already to send paths instead. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c8 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #8 from Stephan Kulow <coolo@novell.com> 2009-10-21 04:18:51 MDT --- please fix the .changes file and resubmit -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 User tambet@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547573#c9 --- Comment #9 from Tambet Ingo <tambet@novell.com> 2009-10-23 04:43:21 MDT --- Are you serious??? "Novell #547573" isn't clear enough? Sigh. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547573 http://bugzilla.novell.com/show_bug.cgi?id=547573#c10 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |bili@novell.com Resolution| |FIXED --- Comment #10 from Li Bin <bili@novell.com> 2009-12-02 09:11:10 UTC ---
From the changelog of NetworkManager-openvpn, I found
------------------------------------------------------------------- Mon Oct 19 11:03:19 UTC 2009 - martin.matuska@vx.sk - Remove script-security patch for use with OpenVPN 2.1 - Add sscanf patch from upstream (bnc #547573) ->Fixed. Feel free to contact us if any issue. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com