[Bug 84431] Re: GMediaServer fails to add the terminating '\0' to strings it parse from SortCriteria

2008-11-05 Thread Andreas Oberritter
I'm running Intrepid now, which contains a corrected version. I think I used Ubuntu 6.10 when I reported this bug. -- GMediaServer fails to add the terminating '\0' to strings it parse from SortCriteria https://bugs.launchpad.net/bugs/84431 You received this bug notification because you are a me

[Bug 291780] [NEW] inconsistent warnings when comparing uint8_t vs. unsigned char

2008-10-31 Thread Andreas Oberritter
Public bug reported: Binary package hint: gcc-4.3 When I compile a small test program, the compiler shows a warning I would either not expect at all, or expect it to appear for all four if- statements used in my example: $ gcc -Wextra -c promotion.c promotion.c: In function ‘main’: promotion.c:

[Bug 42572] Re: e1000 driver on thinkpad X60/T60 produces latency

2008-09-24 Thread Andreas Oberritter
Leann, thanks for your warning, but the chipset affected by this bug (82573) seems not to be affected by the bug which corrupts the EEPROM. Citing Ben Collins from #256555: "The 2.6.26 kernel and 2.6.27 kernel have the exact same e1000e driver (one which we downloaded from Intel's e1000 sf.net pr

[Bug 125381] Re: gramps.py crashed with SIGSEGV in delete_aspell_speller()"

2008-09-29 Thread Andreas Oberritter
I am using Intrepid amd64 now. Trying to start gramps now shows the following output and then hangs without opening the GUI. It can not get killed by Ctrl-C, but by SIGTERM. Upgrading INI file Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes. Hspell: can't open /usr/share/hspell/hebrew.wgz.si

[Bug 271023] [NEW] strace doesn't print filename of stat64 on mips

2008-09-16 Thread Andreas Oberritter
Public bug reported: Binary package hint: strace The function printargs just prints the pointer value instead of the string. I tried sys_stat64 and it worked fine. See the example patch against 4.5.18 below. Tested on mipsel. diff -Naur strace-4.5.18.orig/linux/mips/syscallent.h strace-4.5.18/l

[Bug 42572] Re: e1000 driver on thinkpad X60/T60 produces latency

2008-09-16 Thread Andreas Oberritter
@benaboo Which chipset are you using? I can still reproduce and fix this bug with 2.6.27-3-generic by using the way described above. -- e1000 driver on thinkpad X60/T60 produces latency https://bugs.launchpad.net/bugs/42572 You received this bug notification because you are a member of Ubuntu B

[Bug 42572] Re: e1000 driver on thinkpad X60/T60 produces latency

2008-09-09 Thread Andreas Oberritter
The problem still occurs with 2.6.27 (Ubuntu 2.6.27-2.3-generic). -- e1000 driver on thinkpad X60/T60 produces latency https://bugs.launchpad.net/bugs/42572 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubun

[Bug 42572] Re: e1000 driver on thinkpad X60/T60 produces latency

2008-09-09 Thread Andreas Oberritter
I can confirm that the problem can be fixed by disabling ASPM. I downloaded e1000e-0.4.1.7.tar.gz from sourceforge, modified it to build with kernel 2.6.27, and verified that the latency problem still occurs. Then I disabled ASPM for my chipset (Intel 82573L) and since then I've got stable ping res

[Bug 155792] 32-bit applications don't work with 64-bit pcscd

2007-10-22 Thread Andreas Oberritter
Public bug reported: On amd64 hosts, an application compiled for i386 can not communicate with pcscd. A patch to fix this has been published in upstream SVN revision 2635: http://svn.debian.org/wsvn/pcsclite/trunk/?rev=2635&sc=1 Upstream bug report: http://alioth.debian.org/tracker/index.php?func

[Bug 155792] Re: 32-bit applications don't work with 64-bit pcscd

2007-10-22 Thread Andreas Oberritter
** Attachment added: "Backport of the bug fix from SVN, which applies cleanly to package version 1.4.3-1" http://launchpadlibrarian.net/10114263/pcsc-lite-1.4.3-word-size.diff -- 32-bit applications don't work with 64-bit pcscd https://bugs.launchpad.net/bugs/155792 You received this bug not

[Bug 126207] democracyplayer.real crashed with signal 5 in _XError()

2007-07-15 Thread Andreas Oberritter
Public bug reported: Binary package hint: democracyplayer After pressing the play button to watch a downloaded video, the program first froze and then crashed after a short delay. ProblemType: Crash Architecture: amd64 Date: Sun Jul 15 23:54:50 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /us

[Bug 126207] Re: democracyplayer.real crashed with signal 5 in _XError()

2007-07-15 Thread Andreas Oberritter
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8486138/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/8486139/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/8486140/ProcMaps.txt ** Attachme

[Bug 126207] Re: democracyplayer.real crashed with signal 5 in _XError()

2007-07-16 Thread Andreas Oberritter
X continued to run. I can play video using vlc and totem-gstreamer (although the last one shows weird colors), but not with xine or totem- xine. I can't even start them without a video file. xine produces the following output: This is xine (X11 gui) - a free video player v0.99.5. (c) 2000-2007 The

[Bug 124238] Re: [gutsy] vpnc terminates directly after establishing a connection

2007-09-14 Thread Andreas Oberritter
This bug has been fixed in upstream version 0.5.1. r230 | Joerg Mayer | 2007-09-03 18:26:27 +0200 (Mon, 03 Sep 2007) | 7 lines Vpnc crashes on amd64 bit platforms and it has good reason to do so. Fix by Tomas Mraz <[EMAIL PR

[Bug 132044] Re: VPNC broken after gutsy upgrade

2007-09-23 Thread Andreas Oberritter
*** This bug is a duplicate of bug 124238 *** https://bugs.launchpad.net/bugs/124238 The bug description does not match https://bugs.launchpad.net/bugs/124238 : >Under Gutsy, the VPN appears to connect fine (it does not disconnect immediately, this is *not* a duplicate of 124238). However, no

[Bug 210898] Re: swig generated code can not be compiled when option -nortti is used and %feature("director") is enabled for a c++ class

2008-04-02 Thread Andreas Oberritter
** Attachment added: "director_cast.diff" http://launchpadlibrarian.net/13052686/director_cast.diff -- swig generated code can not be compiled when option -nortti is used and %feature("director") is enabled for a c++ class https://bugs.launchpad.net/bugs/210898 You received this bug notifica

[Bug 210898] [NEW] swig generated code can not be compiled when option -nortti is used and %feature("director") is enabled for a c++ class

2008-04-02 Thread Andreas Oberritter
Public bug reported: Binary package hint: swig1.3 Package: 1.3.33-2ubuntu1 (Ubuntu hardy) Target language: Python Swig provides the option -nortti to be used in conjunction with C++ code, which is compiled with -fno-rtti. This takes effect only if "directors" are used. It defines SWIG_DIRECTOR_N

[Bug 119110] system hangs on boot with libc6 2.5-10ubuntu1

2007-06-07 Thread Andreas Oberritter
Public bug reported: After upgrading to libc6 version 2.5-10ubuntu1 my system hung during init, where it said something about scripts/init-bottom. There was no error message. Ctrl-C didn't have any effect, but pressing ctrl-alt-del made the system do a restart. I am using kernel version 2.6.22-6-

[Bug 119110] Re: system hangs on boot with libc6 2.5-10ubuntu1

2007-06-26 Thread Andreas Oberritter
This problem was probably not caused by libc6, but by either dm-crypt or xfs (or the combination of them). I noticed that after reboots various random files (most notably in /lib and /usr/lib) were corrupted, which also must have caused what I described above. Disabling the hard disk write cache di

[Bug 120859] Re: X session crash on MSNBC news pages

2007-06-26 Thread Andreas Oberritter
I can reproduce this bug, too, on a 64-bit gutsy (amd64, smp) on various websites, even withG_SLICE=always-malloc. Attached is a log of the www.youtube.com frontpage. I am using the vesa driver. ** Attachment added: "firefoxgnash-crash.log" http://launchpadlibrarian.net/8212814/firefoxgnash-cra

[Bug 56320] Re: does not work with Firefox 2.0 beta

2007-03-17 Thread Andreas Oberritter
The bug reappeared with Firefox 2.0.0.2 in feisty. -- does not work with Firefox 2.0 beta https://launchpad.net/bugs/56320 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 480556] Re: Tar (1.22-1 - in karmic) in pipes break shell scripts with error 141 (-pipe?)

2009-11-25 Thread Andreas Oberritter
** Bug watch added: Debian Bug tracker #532570 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532570 ** Also affects: tar (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532570 Importance: Unknown Status: Unknown -- Tar (1.22-1 - in karmic) in pipes break shell sc

[Bug 480556] Re: Tar (1.22-1 - in karmic) in pipes break shell scripts with error 141 (-pipe?)

2009-11-25 Thread Andreas Oberritter
This regression has already been fixed in version 1.22-1.1 and later in Debian. -- Tar (1.22-1 - in karmic) in pipes break shell scripts with error 141 (-pipe?) https://bugs.launchpad.net/bugs/480556 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2010-03-15 Thread Andreas Oberritter
Can anyone confirm that this bug has actually been fixed in any version of network-manager-vpnc or in a related package? All I can see is that Ronan F marked this bug as fixed, but I fail to see any mention of the actual fix or version. Version 0.7.997 was released on 2009-12-08, but it doesn't see

[Bug 1792205] [NEW] CONFIG_BCH_CONST_PARAMS should be unset

2018-09-12 Thread Andreas Oberritter
Public bug reported: Quoting lib/bch.c: * Option CONFIG_BCH_CONST_PARAMS can be used to force fixed values of * parameters m and t; thus allowing extra compiler optimizations and providing * better (up to 2x) encoding performance. Using this option makes sense when * (m,t) are fixed and known

[Bug 1565950] Re: Grub 2 fails to boot a kernel on a luks encrypted volume with Secure Boot enabled

2018-02-12 Thread Andreas Oberritter
Besides including the required modules into the binary, which would be very appreciated, please consider the following options: 1.) Install all required modules to the ESP. Although this doesn't help secure boot, this would allow booting insecurely in order to be able to uninstall signed grub. 2.

[Bug 1166667] Re: The default configuration is missing the /etc/squid-deb-proxy/autogenerated/pkg-blacklist-regexp.acl file

2013-12-02 Thread Andreas Oberritter
This warnings still appears in 13.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/117 Title: The default configuration is missing the /etc/squid-deb- proxy/autogenerated/pkg-blacklist-regexp

[Bug 987167] Re: unable to set gnome-keyring key timeout (SSH and GPG keys)

2013-08-18 Thread Andreas Oberritter
This bug is still in 13.04. /usr/lib/gcr/gcr-prompter does not allow to choose a timeout. ** Also affects: gcr (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 696040] [NEW] kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter
Public bug reported: [ 929.157065] [ cut here ] [ 929.157071] kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108! [ 929.157074] invalid opcode: [#1] SMP [ 929.157076] last sysfs file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_fr

[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter
** Attachment added: "dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780406/+files/dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/696040 Title: ker

[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter
** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780407/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/696040 Ti

[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter
** Attachment added: "uname-a.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780408/+files/uname-a.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/696040 Title:

[Bug 696040] Re: kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:2108!

2010-12-31 Thread Andreas Oberritter
** Attachment added: "version.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/696040/+attachment/1780409/+files/version.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/696040 Title:

[Bug 1172094] Re: xorg synaptic driver crashes

2013-10-18 Thread Andreas Oberritter
This seems to happen under high load. ** Bug watch added: Debian Bug tracker #693726 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693726 ** Also affects: xserver-xorg-input-synaptics (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693726 Importance: Unknown Statu

[Bug 1172094] Re: xorg synaptic driver crashes

2013-10-18 Thread Andreas Oberritter
** Bug watch added: Novell/SUSE Bugzilla #818883 https://bugzilla.novell.com/show_bug.cgi?id=818883 ** Also affects: xserver-xorg-input-synaptics (Suse) via https://bugzilla.novell.com/show_bug.cgi?id=818883 Importance: Unknown Status: Unknown -- You received this bug notificatio

[Bug 1172094] Re: xorg synaptic driver crashes

2013-10-18 Thread Andreas Oberritter
** Bug watch added: freedesktop.org Bugzilla #52496 https://bugs.freedesktop.org/show_bug.cgi?id=52496 ** Also affects: xserver-xorg-input-synaptics via https://bugs.freedesktop.org/show_bug.cgi?id=52496 Importance: Unknown Status: Unknown -- You received this bug notification be

[Bug 1172094] Re: xorg synaptic driver crashes

2013-10-18 Thread Andreas Oberritter
I should add, that I didn't suspend or resume the computer. It happens frequently when I compile and package a Linux Distribution, e.g. with Yocto/OpenEmbedded (using two parallel instances of make -j4 on a dual core machine with hyperthreading enabled). This does not only cause high CPU load, but

[Bug 1172094] Re: xorg synaptic driver crashes

2013-10-23 Thread Andreas Oberritter
This still happens in saucy, but switching to a text console and back recovers the touchpad. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1172094 Title: xorg synaptic driver crashes To manage noti

[Bug 1534220] [NEW] libs check turns yellow if no kernel image exists

2016-01-14 Thread Andreas Oberritter
Public bug reported: If there's no kernel image installed, e.g. in an LXC environment, then the following output gets generated. This didn't happen in 14.04 LTS. Thu Jan 14 16:00:37 2016 - libs NOT ok yellow Warning: Use of uninitialized value $newest_kernel_image in pattern match (m//) at /usr

[Bug 987167] Re: unable to set gnome-keyring key timeout (SSH and GPG keys)

2013-11-19 Thread Andreas Oberritter
This bug is still in 13.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/987167 Title: unable to set gnome-keyring key timeout (SSH and GPG keys) To manage notifications about this bug go to: http

[Bug 1235656] [NEW] version 1.4.0-1 really is v1.3.0-21-g1456da7

2013-10-05 Thread Andreas Oberritter
Public bug reported: $ dget http://archive.ubuntu.com/ubuntu/pool/main/d/device-tree-compiler/device-tree-compiler_1.4.0-1.dsc $ dpkg-source -x device-tree-compiler_1.4.0-1.dsc $ cd device-tree-compiler-1.4.0/ $ grep ^PATCHLEVEL device-tree-compiler-1.4.0/Makefile PATCHLEVEL = 3 $ cat device-tree

[Bug 876497] [NEW] bridge stopped working after upgrade from natty to oneiric

2011-10-17 Thread Andreas Oberritter
Public bug reported: Example config files: # zones fw firewall bripv4 bp0:brbport bp1:brbport bp2:brbport # interfaces brbr0 detect bridge bp0br0:eth0 bp1br0:eth1 bp2br0:eth2 # policy br brACCEPT all all REJECT ULOG

[Bug 1171553] [NEW] Invalid dependencies in pkg-config files

2013-04-22 Thread Andreas Oberritter
Public bug reported: $ grep ^Requires: /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5*.pc | grep 'Qt[^5]' /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5WebKit.pc:Requires: QtCore QtGui QtNetwork QtWidgets Qt5Core Qt5Gui Qt5Network /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5WebKitWidgets.pc:Requires: QtCore QtGui

[Bug 994064] Re: dconf-service crashed with signal 5 in __libc_start_main()

2012-11-07 Thread Andreas Oberritter
I could fix this crash loally with "sudo chown -R lightdm.lightdm /var/lib/lightdm/" (on quantal). The problem was: #0 g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7fff6b957f48) at /build/buildd/glib2.0-2.34.0/./glib/gmessages.c:974 domain = 0x0

[Bug 1078294] [NEW] please kick out that annoying locale warning

2012-11-13 Thread Andreas Oberritter
Public bug reported: Whenever perl gets invoked, e.g. when dpkg runs, perl prints this annoying multi-line warning, if some of the selected locales aren't available: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en",

[Bug 1085025] [NEW] Audex fails to fetch covers

2012-11-30 Thread Andreas Oberritter
Public bug reported: Citing from https://bugs.archlinux.org/task/25193 : Audex's fetching of covers is not working anymore. This is due to an API change of Google. http://kde-apps.org/content/show.php/Audex?content=77125 The solution is to write a small patch to correct the regex (see the attac

[Bug 834174] Re: cannot login via ssh when using dropbear in initramfs

2012-11-02 Thread Andreas Oberritter
This issue was fixed in dropbear 2012.55-1.2 (Debian). Please update the version in Ubuntu! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834174 Title: cannot login via ssh when using dropbear in in

[Bug 1171553] Re: Invalid dependencies in pkg-config files

2013-06-05 Thread Andreas Oberritter
Just for the record, the issue is also present in Ubuntu 13.04 with version 5.0.1-0ubuntu1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1171553 Title: Invalid dependencies in pkg-config files To

[Bug 1078294] Re: please kick out that annoying locale warning

2013-06-05 Thread Andreas Oberritter
For the error message above: sudo locale-gen de_DE.UTF-8 en_US.UTF-8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078294 Title: please kick out that annoying locale warning To manage notification

[Bug 379599] Re: System shutdown on 0% for 1 of 2 batteries.

2013-07-24 Thread Andreas Oberritter
This bug is still present in raring. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/379599 Title: System shutdown on 0% for 1 of 2 batteries. To manage notifications about this bug go to: https://bu

[Bug 807306] Re: [oneiric] Keyboard & mouse not working in X

2011-07-10 Thread Andreas Oberritter
I ran into the same problem, updating from natty. Because of this bug, I downgraded the system to natty again, but the problem persists (running 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64). Downgrading was performed by creating the following file, followed by running apt-

[Bug 807306] Re: [oneiric] Keyboard & mouse not working in X

2011-07-11 Thread Andreas Oberritter
@Bryce, downgrading the whole system doesn't help, either. So maybe it's caused by a removed or newly installed package or configuration file. $ dpkg -l "*udev*" | grep ^.i ii libgudev-1.0-01:167-0ubuntu3 GObject-based wrapper library f

[Bug 727064] Re: [Natty] Strange beeping sound when viewing flash video

2011-03-28 Thread Andreas Oberritter
I've added eglibc, because the regression is caused by an upstream patch to glibc, which changed the semantics of memcpy. This patch is likely to have caused subtle problems in other packages than adobe-flashplugin, too. I wonder why this bug gained so much attention at Fedora but didn't receive a

[Bug 727064] Re: [Natty] Strange beeping sound when viewing flash video

2011-03-28 Thread Andreas Oberritter
Adobe Flash Player bug tracker URL: https://bugs.adobe.com/jira/browse/FP-5739 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727064 Title: [Natty] Strange beeping sound when viewing flash video --

[Bug 727064] Re: [Natty] Strange beeping sound when viewing flash video

2011-03-28 Thread Andreas Oberritter
The patch which caused the regression: http://sourceware.org/git/?p=glibc.git;a=commit;h=6fb8cbcb58a29fff73eb2101b34caa19a7f88eba -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727064 Title: [Natty]

[Bug 556349] Re: CPU Load goes to 100% when viewing saved credentials (not ssh keys)

2011-03-31 Thread Andreas Oberritter
FWIW, natty still contains 2.32.0-0ubuntu2 with this bug. ** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/556349 Title: CPU Load goes to 100% when viewing saved credentials (not

[Bug 771148] [NEW] redirect-gateway fails when default route does not use a gateway

2011-04-26 Thread Andreas Oberritter
Public bug reported: Binary package hint: openvpn When using a PPP connection to access the internet, OpenVPN fails to replace the default route. Server's configuration: push "redirect-gateway def1". Client's default route: default dev ppp0 scope link Client's error message: "NOTE: unable to

[Bug 771148] Re: redirect-gateway fails when default route does not use a gateway

2011-04-26 Thread Andreas Oberritter
Hi Andres, yes, OpenVPN needs a default route, and that route already exists. But you're mixing up route and gateway. PPP by definition does not need to specify a gateway, because all packets travel through the peer. To function properly, OpenVPN should create a host route through ppp0. To do thi