After updating from 13.10 Beta 2 to 13.10, VPN is broken. I haven't made any configuration changes. Running tail -f /var/log/syslog | tee vpntest.txt and then trying to connect to the vpn gives me:
Oct 21 15:38:03 charles NetworkManager[1833]: <info> VPN service 'vpnc' started (org.freedesktop.NetworkManager.vpnc), PID 2001
Oct 21 15:38:03 charles NetworkManager[1833]: <info> VPN service 'vpnc' appeared; activating connections
Oct 21 15:38:11 charles NetworkManager[1833]: get_secret_flags: assertion 'is_secret_prop (setting, secret_name, error)' failed
Oct 21 15:38:11 charles NetworkManager[1833]: <info> VPN plugin state changed: starting (3)
Oct 21 15:38:11 charles NetworkManager[1833]: <info> VPN connection 'Konstanz VPN' (Connect) reply received.
Oct 21 15:38:11 charles NetworkManager[1833]: <warn> VPN connection 'Konstanz VPN' failed to connect: 'property 'CA-File' file path 'file:///home/michael/chain-dtag-dfn-uni.pem' is not absolute or does not exist'.
Oct 21 15:38:11 charles NetworkManager[1833]: <info> Policy set 'Wired' (eth0) as default for IPv4 routing and DNS.
Oct 21 15:38:11 charles NetworkManager[1833]: <warn> error disconnecting VPN: Could not process the request because no VPN connection was active.
Oct 21 15:38:12 charles NetworkManager[1833]: keyfile: updating /etc/NetworkManager/system-connections/Konstanz VPN
Oct 21 15:38:16 charles NetworkManager[1833]: <info> VPN service 'vpnc' disappeared
The CA-File file path IS absolute and DOES exist, so I have no idea why it's bickering about it. Should I put the certificate in my root certificates folder? What broke this?
Oct 21 15:38:03 charles NetworkManager[1833]: <info> VPN service 'vpnc' started (org.freedesktop.NetworkManager.vpnc), PID 2001
Oct 21 15:38:03 charles NetworkManager[1833]: <info> VPN service 'vpnc' appeared; activating connections
Oct 21 15:38:11 charles NetworkManager[1833]: get_secret_flags: assertion 'is_secret_prop (setting, secret_name, error)' failed
Oct 21 15:38:11 charles NetworkManager[1833]: <info> VPN plugin state changed: starting (3)
Oct 21 15:38:11 charles NetworkManager[1833]: <info> VPN connection 'Konstanz VPN' (Connect) reply received.
Oct 21 15:38:11 charles NetworkManager[1833]: <warn> VPN connection 'Konstanz VPN' failed to connect: 'property 'CA-File' file path 'file:///home/michael/chain-dtag-dfn-uni.pem' is not absolute or does not exist'.
Oct 21 15:38:11 charles NetworkManager[1833]: <info> Policy set 'Wired' (eth0) as default for IPv4 routing and DNS.
Oct 21 15:38:11 charles NetworkManager[1833]: <warn> error disconnecting VPN: Could not process the request because no VPN connection was active.
Oct 21 15:38:12 charles NetworkManager[1833]: keyfile: updating /etc/NetworkManager/system-connections/Konstanz VPN
Oct 21 15:38:16 charles NetworkManager[1833]: <info> VPN service 'vpnc' disappeared
The CA-File file path IS absolute and DOES exist, so I have no idea why it's bickering about it. Should I put the certificate in my root certificates folder? What broke this?
Comment