[Bug 506010] Re: Not possible to set fragment size

2010-08-04 Thread kolya
Looks like this patch has been removed from final 0.8. Is there any walk around 
for this problem?
Thanks.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-17 Thread Stephan Hermann
will take care about it

** Changed in: network-manager-openvpn (Ubuntu)
 Assignee: (unassigned) = Stephan Hermann (shermann)

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager-openvpn -
0.8~rc1-0ubuntu3

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

  * debian/patches/nm-openvpn-fragment.patch: (LP: #506010)
Adds the possibility to set the fragment size, which is
needed to connect to some VPN networks with custom fragment
sizes. (Gnome UI)
Patch supplied by Daniel Bertolo dan...@bertolo.ch
 -- Stephan Hermann s...@sourcecode.de   Wed, 17 Feb 2010 16:41:03 +

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

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-16 Thread Adam Lindberg
I get the following error:

al...@kaze:~/...n-0.8~a~git.20091008t123607.7c184a9$ ./autogen.sh --prefix=/usr 
--libexecdir=/usr/lib/NetworkManager --sysconfdir=/etc --localstatedir=/var
Can't exec libtoolize: No such file or directory at /usr/bin/autoreconf line 
190.
Use of uninitialized value $libtoolize in pattern match (m//) at 
/usr/bin/autoreconf line 190.
configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-16 Thread Brian Murray
** Tags added: patch

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-06 Thread Daniel Bertolo
Sorry, the patch command should read:

patch -d . -p1  ../fragment-9.10.patch

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-06 Thread Daniel Bertolo
And don't forget to apply the debian patch as well (in the source
directory):

patch -d . -p1  debian/patches/nm-openvpn-service.name.patch

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-02-01 Thread Adam Lindberg
The patch command didn't work. It just hanged after the command was
started.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Daniel Bertolo
I just wrote a patch to support the fragment option. It works with
Ubuntu 10.04.

** Patch added: fragment-10.04.patch
   http://launchpadlibrarian.net/38450930/fragment-10.04.patch

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Simon Leinen
I tested Dani's patch and found it to apply (to the result of apt-get source 
network-manager-openvpn on 10.04) and work fine. It finally allows me to 
connect to our common company's OpenVPN server using network-manager.
-- 
Simon.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Adam Lindberg
Cool! I'll try to remember it when I install the 10.4 final release.
Thanks!

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Simon Leinen
Dani also has a version of the patch that works with Ubuntu 9.10 - maybe
he can post it here... it would certainly be nice to have more people
test it.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Adam Lindberg
That would be awesome, as I'm using openvpn to connect to my corporate
network right now. I would need instructions of how to install it as
well, though.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Daniel Bertolo
This is the patch for Ubuntu 9.10. To apply the patch, do as follows:

- apt-get source network-manager-openvpn
- cd network-manager-openvpn-0.8 (don't remember the long version number)
- patch -d . -p1 ../fragment-9.10.patch
- aclocal
- ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/NetworkManager 
--sysconfdir=/etc --localstatedir=/var
- make
- sudo make install
- sudo service network-manager restart

-- 
Dani

** Patch added: fragment-9.10.patch
   http://launchpadlibrarian.net/38477903/fragment-9.10.patch

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-11 Thread Adam Lindberg

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37723394/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37723395/XsessionErrors.txt

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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