carleewang / cm9-msm8960

Automatically exported from code.google.com/p/cm9-msm8960
0 stars 0 forks source link

VPN not working #235

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try connect to a VPN

What is the expected output? What do you see instead?
VPN should be established , but it just shows connecting then disconnected.

What version of the product are you using? On what operating system?
Latest 0615 build.

Please provide any additional information below.

I/Vpn     (  468): Switched from [Legacy VPN] to [Legacy VPN]
D/Vpn     (  468): setting state=IDLE, reason=prepare
D/Vpn     (  468): setting state=CONNECTING, reason=startLegacyVpn
V/LegacyVpnRunner(  468): Waiting
V/LegacyVpnRunner(  468): Executing
D/Vpn     (  468): setting state=CONNECTING, reason=execute
I/LegacyVpnRunner(  468): Aborting
I/LegacyVpnRunner(  468): java.lang.IllegalStateException: mtpd is dead
I/LegacyVpnRunner(  468):   at 
com.android.server.connectivity.Vpn$LegacyVpnRunner.execute(Vpn.java:792)
I/LegacyVpnRunner(  468):   at 
com.android.server.connectivity.Vpn$LegacyVpnRunner.run(Vpn.java:671)
D/Vpn     (  468): setting state=DISCONNECTED, reason=exit

Original issue reported on code.google.com by edwardg...@gmail.com on 17 Jun 2013 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by h8r...@gmail.com on 23 Jun 2013 at 6:39

GoogleCodeExporter commented 9 years ago
Here are some more logs which may be relevant (8/7 build)

08-07 12:38:30.219 D/mtpd    (8297): Waiting for control socket
08-07 12:38:30.439 D/mtpd    (8297): Received 20 arguments
08-07 12:38:30.439 I/mtpd    (8297): Using protocol pptp
08-07 12:38:30.439 I/mtpd    (8297): Connecting to [redacted] port 1723 via 
rmnet0
08-07 12:38:30.820 F/mtpd    (8297): Connect() Operation not permitted
08-07 12:38:30.860 I/LegacyVpnRunner(655): java.lang.IllegalStateException: 
mtpd is dead

Original comment by kevin.m....@gmail.com on 7 Aug 2013 at 6:12