Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnect when changing screen orientation #118

Open
leow149 opened this issue Feb 22, 2023 · 0 comments
Open

Disconnect when changing screen orientation #118

leow149 opened this issue Feb 22, 2023 · 0 comments

Comments

@leow149
Copy link

leow149 commented Feb 22, 2023

When im connected and rotate the phone, the VPN disconnects. Im running version 0.37 on Android 12.

Here is the log:

10:31:50.651 [main] INFO  org.pacien.tincapp.context.App - Starting tinc app 0.37 (release build), running on REL (12)
10:31:52.367 [main] INFO  o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService }
10:31:52.370 [main] INFO  o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn".
10:31:53.052 [AsyncTask #1] INFO  o.p.tincapp.service.TincVpnService - tinc daemon started.
10:31:53.407 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) }
10:31:53.408 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon.
10:41:31.117 [main] INFO  o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.DISCONNECT cmp=org.pacien.tincapp/.service.TincVpnService }
10:41:31.122 [main] INFO  o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon.
10:41:31.217 [AsyncTask #5] INFO  o.p.tincapp.service.TincVpnService - All tinc daemons stopped.
10:41:53.511 [main] INFO  o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService }
10:41:53.515 [main] INFO  o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn".
10:41:54.128 [AsyncTask #5] INFO  o.p.tincapp.service.TincVpnService - tinc daemon started.
10:41:54.215 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) }
10:41:54.216 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon.
10:43:06.860 [main] INFO  o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon.
10:43:07.079 [AsyncTask #8] INFO  o.p.tincapp.service.TincVpnService - All tinc daemons stopped.
10:43:40.412 [main] INFO  o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService }
10:43:40.416 [main] INFO  o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn".
10:43:41.069 [AsyncTask #8] INFO  o.p.tincapp.service.TincVpnService - tinc daemon started.
10:43:41.412 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) }
10:43:41.413 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon.
10:43:41.949 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) }
10:43:41.950 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon.
10:44:56.387 [main] INFO  o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon.
10:44:56.782 [AsyncTask #11] INFO  o.p.tincapp.service.TincVpnService - All tinc daemons stopped.
10:45:07.787 [main] INFO  o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService }
10:45:07.790 [main] INFO  o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn".
10:45:08.386 [AsyncTask #11] INFO  o.p.tincapp.service.TincVpnService - tinc daemon started.
10:45:08.710 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) }
10:45:08.711 [main] INFO  o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon.
10:45:42.554 [main] INFO  o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.DISCONNECT cmp=org.pacien.tincapp/.service.TincVpnService }
10:45:42.554 [main] INFO  o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon.
10:45:42.630 [AsyncTask #14] INFO  o.p.tincapp.service.TincVpnService - All tinc daemons stopped.
10:46:40.486 [main] INFO  org.pacien.tincapp.context.App - Starting tinc app 0.37 (release build), running on REL (12)
10:49:49.381 [main] INFO  org.pacien.tincapp.context.App - Starting tinc app 0.37 (release build), running on REL (12)
10:50:45.614 [main] INFO  o.p.t.s.ConfigurationAccessService - Started FTP server on port 65521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants