[Bug 264144] Re: NetworkManager VPN configuration export does not work

2017-03-08 Thread Esel
I confirm this issue in 16.04 x64

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2015-11-24 Thread Jorge Valhondo
I confirm this issue in 14.04 LTS x64

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2015-05-16 Thread 公输目
confirming the issue on Ubuntu 14.04 amd64.
 https://clbin.com/7OgauO.png

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2015-05-07 Thread citizendelta
Confirming the issue on Ubuntu 15.04.

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2015-03-25 Thread fenixk19
Confirming the issue on Ubuntu 14.04.

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2014-01-02 Thread Bug Watch Updater
** Changed in: network-manager
   Status: In Progress = Invalid

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2013-09-02 Thread Michael Nagel
I am on Ubuntu 12.04 LTS where this is an issue.
I can confirm that the file-based workaround outlined in comment #27 by 
exeleration-g works.

** Description changed:

  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.
+ 
+ =
+ WORKAROUND
+ The configuration is saved in a file in 
/etc/NetworkManager/system-connections/
+ that has the same name as the connection.
+ This file can be examined with a text editor and/or copied around to other 
machines.
+ source: 
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/264144/comments/27
+ WORKAROUND
+ =

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2013-08-27 Thread superxor
I get this error on 13.04 while trying to export a PPTP VPN Connection.

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2013-05-21 Thread Exeleration-G
The error also appears  in Ubuntu 13.04, using a PPTP VPN connection.

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2013-05-21 Thread Exeleration-G
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/264144

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2012-05-13 Thread Nathan Salwen
I am running 12.04 and am unable to do

VPN Connections-Configure VPN... then selext VPN and then Export for a
pptp vpn connection.  I get the error:

The VPN connection 'myvpn' could not be exported to myvpn.conf.

Error: unknown error

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2011-11-01 Thread George Calianu
I have the same problem in 11.04.

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2011-10-24 Thread Alan Lord
Am seeing this problem on 10.10 64bit

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

Title:
  NetworkManager VPN configuration export does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-09-16 Thread Bug Watch Updater
** Changed in: network-manager-openvpn
   Status: In Progress = Fix Released

** Changed in: network-manager-openvpn
   Importance: Unknown = Wishlist

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-09-15 Thread Bug Watch Updater
** Changed in: network-manager
   Importance: Unknown = Wishlist

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-08-17 Thread Elvis D.
the problem still here in nm-applet 0.8 (ubuntu 10.04)


** Tags added: patch-needswork

** Tags removed: patch

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-08-15 Thread papukaija
** Tags added: patch

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-06-14 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown = In Progress

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-06-13 Thread Martin McDowell
Still not working in network-manager-pptp-gnome / network-manager-pptp

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid/network-manager-openvpn

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-04-03 Thread Michael Doube
Export is still failing for me on today's Lucid ISO.  Connecting to Imperial 
College's VPN, following these instructions:
http://www3.imperial.ac.uk/ict/services/securitynetworkdatacentreandtelephonyservices/collegenetwork/networkconnections/vpnconnection/linux

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-03-21 Thread Oliver Herrmann
I had this Issue too, but now im under Lucid Beta1 and it works like
charm.

Export and also Import ... thx for this importent work

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-02-08 Thread Mathieu Trudel
I'm marking this bug against network-manager as invalid, since it
instead affects the various VPN plugins directly.

For the time being, network-manager-pptp still does not seem to export
configs properly.

** Changed in: network-manager (Ubuntu)
   Status: New = Invalid

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2010-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager-openvpn -
0.8~rc1-0ubuntu1

---
network-manager-openvpn (0.8~rc1-0ubuntu1) lucid; urgency=low

  * upstream release tagged 0.7.997 (NM 0.8~rc1)
+ 0.7.997
- export: implement export and fix a few import/export bugs (LP: #264144)
- tls: handle PEM files without an ending newline (rh #507315)
- export: implement export for static-key configurations (bgo #573986)
  * Add logic to map ~rc1 to 0.7.997 tag, as per the main NM branch.
  * Bump build-deps to require NM 0.8~rc1.
  * Update Standards-Version to 3.8.3.
 -- Mathieu Trudel mathieu...@ubuntu.com   Tue, 22 Dec 2009 13:55:04 -0500

** Changed in: network-manager-openvpn (Ubuntu)
   Status: Triaged = Fix Released

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-12-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/network-manager/openvpn.lucid

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-12-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/network-manager/openvpn-ubuntu.lucid

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-12-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/network-manager/openvpn.lucid

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-12-04 Thread Matt Trudel
Targetting this for karmic-updates, since we should be releasing the fix
shortly.

** Changed in: network-manager-openvpn (Ubuntu)
Milestone: None = karmic-updates

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-12-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/network-manager/openvpn.lucid

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-11-18 Thread Marc Poulhiès
Applying this patch to the source package of karmic works. The export
produces a nearly correct file (it uses bad uid/gid).

** Attachment added: patch from git (f6bebbfbd04cce2ab93ac9efb7b99bb54b5ba09d)
   http://launchpadlibrarian.net/35825730/nm-ovpn-export.patch

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-11-04 Thread sPOiDar
Fixed upstream https://bugzilla.gnome.org/show_bug.cgi?id=573986#c2

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-08-30 Thread Matt Trudel
Reassigning to another GNOME bugzilla number, since there is a more
specific entry -- also added the tracker for the same bug for the
openvpn plugin

** Bug watch added: GNOME Bug Tracker #573986
   http://bugzilla.gnome.org/show_bug.cgi?id=573986

** Also affects: network-manager-openvpn via
   http://bugzilla.gnome.org/show_bug.cgi?id=573986
   Importance: Unknown
   Status: Unknown

** Changed in: network-manager
   Status: Invalid = Unknown

** Changed in: network-manager
 Remote watch: GNOME Bug Tracker #551939 = GNOME Bug Tracker #573987

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-08-30 Thread Bug Watch Updater
** Changed in: network-manager-openvpn
   Status: Unknown = In Progress

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-07-20 Thread yyy
This bug is present also in version 0.7.0.100 (default for ubuntu 9.4)

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-04-08 Thread davee
The correct upstream bug is
http://bugzilla.gnome.org/show_bug.cgi?id=573987 not 551939  - the Gnome
bugs were re-organised.  The new bug is to implement import/export,
i.e. it's just not implemented at all right now.

** Bug watch added: GNOME Bug Tracker #573987
   http://bugzilla.gnome.org/show_bug.cgi?id=573987

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-04-06 Thread Bug Watch Updater
** Changed in: network-manager
   Status: New = Invalid

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-02-21 Thread Phoenix
Still the same here on up-to-date jaunty

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2009-02-02 Thread Robert
If they don't support exporting configuration, then please disable the
export button.

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-12-01 Thread Kjell Braden
Looking at their code, both network-manager-openvpn and network-manager-
pptp don't seem to support exporting configs yet. However, they should
at least set a sensible error message.

** Changed in: network-manager-openvpn (Ubuntu)
Sourcepackagename: network-manager = network-manager-openvpn

** Changed in: network-manager-pptp (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-11-29 Thread Daniel Knitt-Frank
confirmed here

using ubuntu intrepid with latest updates and trying to export a
microsoft pptp configuration

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-11-25 Thread Dmitry Korzhevin
I can confirm this bug in network-manager Version:
0.7~~svn20081018t105859-0ubuntu1

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-11-11 Thread Sergei Orlov
I have the same bug...

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-09-13 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown = New

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-09-12 Thread Alexey Balmashnov
No improvements in NM 0.7~~svn20080908t183521+eni0-0ubuntu2

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-09-12 Thread Alexander Sack
On Fri, Sep 12, 2008 at 07:28:31AM -, Alexey Balmashnov wrote:
 No improvements in NM 0.7~~svn20080908t183521+eni0-0ubuntu2
 

could you please file this bug in bugzilla.gnome.org against NM? and
let us know about the gnome bug id?

 - Alexander

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-09-12 Thread Alexey Balmashnov
Here we go: http://bugzilla.gnome.org/show_bug.cgi?id=551939

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-09-12 Thread Alexander Sack
** Also affects: network-manager via
   http://bugzilla.gnome.org/show_bug.cgi?id=551939
   Importance: Unknown
   Status: Unknown

** Changed in: network-manager (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Triaged

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264144] Re: NetworkManager VPN configuration export does not work

2008-09-06 Thread Alexander Sack
0.7 vpn support was quite new when i last uploaded it. There have been
substantial improvements in the meantime. Please test when the next
upload when i make the next snapshot available and comment her whether
that helped. Thanks!

** Changed in: network-manager (Ubuntu)
   Status: New = Incomplete

-- 
NetworkManager VPN configuration export does not work
https://bugs.launchpad.net/bugs/264144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs