Public bug reported:
Binary package hint: network-manager
If you try to setup a openvpn connection in NM 0.7, it fails. Looking at
syslog, I found:
Sep 18 13:07:35 home NetworkManager: <info> Starting VPN service
'org.freedesktop.NetworkManager.openvpn'...
Sep 18 13:07:35 home NetworkManager: <info> VPN service
'org.freedesktop.NetworkManager.openvpn' started
(org.freedesktop.NetworkManager.openvpn), PID 13368
Sep 18 13:07:35 home NetworkManager: <info> VPN service
'org.freedesktop.NetworkManager.openvpn' just appeared, activating connections
Sep 18 13:07:35 home NetworkManager: <info> VPN service
'org.freedesktop.NetworkManager.openvpn' just appeared, activating connections
Sep 18 13:07:35 home NetworkManager: nm_vpn_connection_activate: assertion
`nm_vpn_connection_get_vpn_state(connection) ==
NM_VPN_CONNECTION_STATE_PREPARE' failed
Sep 18 13:07:35 home NetworkManager: <info> VPN plugin state changed: 1
Sep 18 13:07:35 home nm-openvpn[13374]: Options error: Unrecognized option or
missing parameter(s) in [CMD-LINE]:1: script-security (2.1_rc7)
Sep 18 13:07:35 home nm-openvpn[13374]: Use --help for more information.
Sep 18 13:07:35 home NetworkManager: <info> VPN plugin state changed: 3
Sep 18 13:07:35 home NetworkManager: <info> VPN connection 'BNP' (Connect)
reply received.
Sep 18 13:07:35 home NetworkManager: <info> VPN plugin state changed: 6
Sep 18 13:07:35 home NetworkManager: <WARN> connection_state_changed(): Could
not process the request because no VPN connection was active.
Sep 18 13:07:47 home NetworkManager: <debug> [1221739667.354364]
ensure_killed(): waiting for vpn service pid 13368 to exit
Checking the code I found in vpn-daemons/openvpn/src/nm-openvpn-
service.c:
/* Bash script security in the face; this option was added to OpenVPN
2.1-rc9
* and defaults to disallowing any scripts, a behavior change from
previous
* versions.
*/
add_openvpn_arg (args, "--script-security");
add_openvpn_arg (args, "2");
Hardy, as noted in the logs, has OpenVPN 2.1-rc7, so --script-security
is not available.
So, the hardy package should have these lines commented out. Any
suggestions on how to do it?
At the moment I'm recompiling NM 0.7 to test it.
** Affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
--
[hardy][0.7] openvpn plugin uses option not available in hardy
https://bugs.launchpad.net/bugs/271729
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs