achau123 / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

"ifconfig failed" if busybox in bin rather than xbin #155

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to start a tunnel failed with the error
"ifconfig failed: could not execute external program" 

When checking prerequisites, busybox is correctly found into /system/bin/busybox
Openvpn is installed in /system/xbin/openvpn

Now if I create a symlink from /system/bin/busybox to /system/xbin/busybox, I 
don't have this error anymore and the tunnel is set properly.

What version of the product are you using?
OpenVPN Settings 0.4.14

Which Android phone are you using?
Nexus 4

Which firmware version are you using?
Android: Jelly Beans 4.2.2
Busybox: installed from BusyBox Pro STEPHEN (STERICSON)
Openvpn: installed from OpenVPN Installer FRIEDRICH SCHÄUFFELHUT

Original issue reported on code.google.com by yob...@gmail.com on 30 Jun 2013 at 8:49