Comment 34 for bug 290468

Revision history for this message
Nigel Charman (online-charman) wrote :

I have updated the network-manager-pptp now. When trying to connect to the VPN that had the settings carried over from 8.04, I'm getting:

   "The VPN connection ' vpnname' failed to start. The VPN service was invalid."

On selecting 'Configure VPN' from nm-applet, only the IPv4 tab is shown for the VPN, there is no VPN tab on the dialog.

Should the existing VPN connection be working now, or do I need to create new connections?

/var/log/syslog contains
"Nov 21 10:59:30 leginx NetworkManager: <WARN> impl_manager_activate_connection(): Connection (2) /org/freedesktop/NetworkManagerSettings/1 failed to activate: (2) The VPN service was invalid. "

$ dpkg-query -W -f='${Conffiles}' network-manager-pptp
 /etc/NetworkManager/VPN/nm-pptp-service.name 2ba2dd8e779feeefab0a8fc09ad3e6c0
 /etc/dbus-1/system.d/nm-pptp-service.conf 3c8a33fec72792ec1e3402af91883014
$ md5sum /etc/NetworkManager/VPN/nm-pptp-service.name
2ba2dd8e779feeefab0a8fc09ad3e6c0 /etc/NetworkManager/VPN/nm-pptp-service.name
$ md5sum /etc/dbus-1/system.d/nm-pptp-service.conf
3c8a33fec72792ec1e3402af91883014 /etc/dbus-1/system.d/nm-pptp-service.conf
$ md5sum /etc/NetworkManager/VPN/nm-ppp-starter.name
md5sum: /etc/NetworkManager/VPN/nm-ppp-starter.name: No such file or directory
$ md5sum /etc/dbus-1/system.d/nm-ppp-starter.conf
md5sum: /etc/dbus-1/system.d/nm-ppp-starter.conf: No such file or directory
$ ls /etc/NetworkManager/VPN/
nm-pptp-service.name

$ cat /home/nigel/.gconf/system/networking/connections/2/vpn/%gconf.xml
<?xml version="1.0"?>
<gconf>
        <entry name="service-type" mtime="1225844193" type="string">
                <stringvalue>org.freedesktop.NetworkManager.ppp_starter</stringvalue>
        </entry>
</gconf>

Thanks, Nigel.