Possible workaround:

On the first machine:

cd /etc/NetworkManager/system-connections/
sudo cp NameOfConnection ~
cd ~
sudo chown yourusername.yourusername NameOfConnection
[copy file to second machine's home directory]
sudo chown root.root NameOfConnection
sudo chmod 600 NameOfConnection
sudo cp NameOfConnection /etc/NetworkManager/system-connections/
cd /etc/NetworkManager/system-connections/
ls -hl

Make sure that NameOfConnection is there, and make sure its permissions are set 
like this:
-rw------- 1 root root

Can anyone confirm that this works?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/264144

Title:
  NetworkManager VPN configuration export does not work

Status in NetworkManager:
  In Progress
Status in Network management framework (OpenVPN plugin):
  Fix Released
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “network-manager-openvpn” package in Ubuntu:
  Fix Released
Status in “network-manager-pptp” package in Ubuntu:
  Triaged

Bug description:
  Intrepid,
  network-manager: 0.7~~svn20080818t061112+eni0-0ubuntu1

  Subject says it. To reproduce:
  1. Configure VPN connection
  2. Try to Export it to a file

  As a result I got cryptic error message dialog:
  ===
  Cannot export VPN connection

  The VPN connection 'vpn_test' could not be exported to vpn_test
  (pptp).conf.

  Error: unknown error.
  ===

  Expected behavior:
  Configuration saved to a file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/264144/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to