[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-02-09 Thread Marcus Rademacher
I'm also having this issue, however, the workarounds above don't work for me. I have an ovpn file that I use on Windows with the OpenVPN GUI just fine. I've tried using Certs + credentials (that are bogus), and I've tried using an encrypted key file. -- nm_vpn_connection_connect_cb(): VPN

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-01-19 Thread Gaston Martini
Same issue here, and Anton's workaround works for me too. For those of you using Kubuntu, the setting to change is Connection type, from X.509 Certificates to X.509 With Password. -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-01-19 Thread jcd
I also can confirm the workaround proposed by Ferry Toth. Really great help. Thank you, Ferry! -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug notification because you are a member of

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-01-16 Thread adampaetznick
Confirmed the workaround proposed by Ferry Toth. Select Password with Certificates (TLS) instead of just Certificates (TLS). Then enter a bogus username and password. Works great. Thanks Ferry! -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-01-15 Thread Ferry Toth
I'll be ... The below comment works for me. Tried everything else, with no succes. I have the exact problem, ... no secrets, using ssh and openvpn in Karmic Ferry Comment 97 for bug 360818 Anton Lindström wrote on 2009-12-04:#97 Just want to comment that I have found a workaround for

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-01-13 Thread NTolerance
I'd like to confirm that perlhead's solution of encrypting the private key works for me. It's not a big deal as you are prompted to save the passphrase to the GNOME keyring the first time you connect using your encrypted private key file. -- nm_vpn_connection_connect_cb(): VPN connection 'xyz'

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2010-01-02 Thread jedioetzi
look at https://launchpad.net/~nail-nodomain/+archive it contains many fixes the link is taken from https://bugs.launchpad.net/ubuntu/+source /network-manager-openvpn/+bug/117991 -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-30 Thread wasteinc
there is also this workaround that could work https://bugs.launchpad.net/ubuntu/+source/network-manager- vpnc/+bug/360818/comments/97 -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-23 Thread Michel Machado
@perlhead's solution of encrypting the key works perfectly! -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-21 Thread perlhead
Looking futher in the code, I realized that the problem may be that the developers of the program don't want to support unencrypted private key certificates because they are a security risk. Encrypted private key certificates have the .pem extension instead of .key, and network- manager stores a

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-20 Thread perlhead
This patch solves the issue. The problem was that the service attempted to validate secrets for all connection types except static keys (the comment was /* Static Key doesn't need secrets; the rest do */), which is incorrect: passwordless TLS doesn't need secrets either. the attached patch solves

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-20 Thread perlhead
This patch solves for openvpn the same issue than was reported for vpnc in Bug #360818, and solved through the patch at: http://launchpadlibrarian.net/25715305/nm-vpnc-service.patch. Ivars Strazdiņš sent this patch to the discussion, but it doesn't work if you take it from there because the

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-19 Thread perlhead
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 This bug is most definitely bnot/b a duplicate of a href= https://bugs.launchpad.net/bugs/360818;Bug #360818/a! That bug deals with dbus rejecting permission to send a message to the user at the console.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-19 Thread DavidW
** This bug is no longer a duplicate of bug 360818 NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug notification because

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-19 Thread Chris Sherlock
Looks like you aren't the only one to have noticed this. See http://www.mail-archive.com/universe- b...@lists.ubuntu.com/msg166998.html -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-18 Thread Marko Simovic
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 The workaround by manatlan works for me as well. thanks! -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-16 Thread Paul Hazlett
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 The work around posted by manatlan on 2009-12-06 seems to have fixed my No VPN secrets problem. Thanks manatlan! -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-06 Thread manatlan
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 the trouble is gone away for me, with this workaround, but I don't know where I've red that ... My VPN is configured with a certificat tls ... and I simply choose password with certificat TLS, and enter

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-02 Thread falstaff
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 I experience this problem too, and its getting really anying. Therefor I started to debug this problem by myself. If have no idea of NetworkManager by grepping through the source I found out that the message

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-27 Thread manatlan
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 @rene I can't edit DNS under IP4 ... coz I'm in DHCP ... so I setup them (opendns) thru /etc/resolv.conf restarted the network-manager ... and trying to do your openvpn command line ... and it doesn't seem

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-27 Thread manatlan
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 @rene sorry for my last post : I found a solution ... I had created another eth0 profil, with manual connection (ip, gateway, mask and dns) ... and I use this one when i need to connect to my vpn with a

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-22 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 Ok, just add one or more DNS Server to your DSL config under tab IP4 Configuration. This should help you. Here are some free uncensored dns server: http://wiki.ak-zensur.de/index.php/Unzensierte_DNS_Server

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-20 Thread manatlan
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 @rene jablonsky I did what you said, in a terminal ... everythins seems fine ... openvpn displays : Fri Nov 20 18:48:40 2009 Initialization Sequence Completed but when I launch my browser, it can't connect

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-20 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 Do you connect to the internet directly (using network-manager) or do you use a router? I think the problem is, that Ubuntu tries to route all traffic through the vpn conncetion which actually fails. I am

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-20 Thread manatlan
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 @rene jablonsky Do you connect to the internet directly (using network-manager) or do you use a router? directly (using network-manager) -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-20 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 I can't test it at the moment, but i will try it later. -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-13 Thread Oliver Herrmann
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 Thank you Rene, when not using the NM Plugin everything is fine. So your methode with the console works. If any Developer wants to reproduce the error, i can provide an OpenVPN Server and fitting

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-11 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 This Fix isn't working for this issue, so please remove it from your config file. -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-11 Thread n3m3s1s4u
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 So what does work then? -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug notification because you

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-11 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 Try to connect to your server by running openvpn in terminal, if you have a config file for it: sudo openvpn --config example.conf If you do not have any config file, you can create a new one or modifiy

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-10 Thread n3m3s1s4u
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 HI - I am too getting this problem - fresh copy of Karmic - Open Vpn connection to me server at work: no password needed - 2 cert files and a key file and I get this error when connecting Nov 10 21:29:57

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-07 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 I have checked if any root shell is running and try both, connecting with and without any root shell running but i can not connect. Tomorrow i will try to log some debug informations and add them here. --

Re: [Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-07 Thread Michael Rooney
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 I had this issue after installing the openvpn plugin for network manager, but in my case, all I had to do was restart the machine and everything was working properly. It hasn't misbehaved since. Did that work

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-06 Thread manatlan
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 Like @rene. this fix doesn't work for me. And sometimes it works as expected, sometimes not (!?!) -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-04 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 I'm not really sure if this report is a duplicate. I try the fix posted in the comments, but it does not work for me. I'm still getting the same error reported here. -- nm_vpn_connection_connect_cb(): VPN

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-11-04 Thread Rene Jablonski
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 But i can remember that i have the same problem reported by the other bug #360818 ! After restarting ubuntu (without changing anything!) the network-manager show this error message in syslog. --

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-30 Thread Laurent Bigonville
*** This bug is a duplicate of bug 360818 *** https://bugs.launchpad.net/bugs/360818 I think it's a dupe with bug #360818 could you try the workaround at the top of the description ** This bug has been marked a duplicate of bug 360818 NetworkManager.vpn fails -- nm-vpn-connection.c.900:

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-28 Thread Kev
I can confirm this on karmic with working configuration from jaunty. I'm using certificates for auth. There are some messages in the terminal, if I start nm-applet from there: ** (nm-applet:21163): WARNING **: _nm_object_get_property: Error getting 'State' for

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-26 Thread Marco Giorgetti
I can confirm this behavior . ** Attachment added: Error message logged to /var/log/syslog when attempting to establish OpenVPN connection via network manager http://launchpadlibrarian.net/34424381/error_message.txt -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect:

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-23 Thread Jean Azzopardi
I have this same bug.. I can connect from the console using openvpn --script-security 2, which leads me to wonder if it is a regression from this bug : https://bugs.launchpad.net/ubuntu/+source/network-manager- openvpn/+bug/260291 -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-22 Thread mniess
With todays karmic I get the exact same errors (and same log content). I tried it with a password-less private key AND with a password protected private key, so that can't be the issue. The information I gave NetworkManager was: gateway, certificates and key, LZO-compression, port. In the IPv4

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-22 Thread mniess
Of course this is a showstopper for using karmic on company laptops (where you have no wired connection). -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'. https://bugs.launchpad.net/bugs/453807 You received this bug notification because you are a

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-19 Thread icesmurf
i'm seeing the same issue, interestingly it may have something to do with the keyless secret i'm using. ** Changed in: network-manager-openvpn (Ubuntu) Status: New = Confirmed -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

[Bug 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-10-17 Thread springbock
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/33823843/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/33823844/XsessionErrors.txt -- nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.