10
9
Fork
You've already forked linux-app
14

Reconnects when disconnecting #492

Closed
opened 2022年06月14日 10:18:32 +02:00 by aretsmarvin · 3 comments
aretsmarvin commented 2022年06月14日 10:18:32 +02:00 (Migrated from github.com)
Copy link

Installation

PIP and AUR both give the same problem.

Version

3.0.0

OS/Distribution

Endeavour OS

Logs

2022年06月14日 10:36:12,229 - MainThread - DEBUG - eduvpn.ui.app - app.py:78 - activate
2022年06月14日 10:36:12,358 - MainThread - DEBUG - eduvpn.app - app.py:142 - session transitioning: <InitialSessionState> -> found_active_session
2022年06月14日 10:36:12,358 - MainThread - DEBUG - eduvpn.app - app.py:142 - network transitioning: <InitialNetworkState> -> found_previous_connection
2022年06月14日 10:36:12,359 - MainThread - DEBUG - eduvpn.app - app.py:142 - interface transitioning: <InitialInterfaceState> -> found_active_connection
2022年06月14日 10:36:12,362 - MainThread - DEBUG - eduvpn.app - app.py:153 - interface transitioned: found_active_connection -> <ConnectionStatus>
2022年06月14日 10:36:12,363 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:606 - clicked on switch connection state
2022年06月14日 10:36:12,408 - MainThread - DEBUG - eduvpn.app - app.py:153 - network transitioned: found_previous_connection -> <ConnectedState>
2022年06月14日 10:36:12,410 - MainThread - DEBUG - eduvpn.app - app.py:153 - session transitioned: found_active_session -> <SessionActiveState server=<InstituteAccessServer 'Fontys'>, validity=<eduvpn.session.Validity object at 0x7f2afef07370>>
2022年06月14日 10:36:12,414 - init-server-db - INFO - eduvpn.remote - remote.py:25 - Requesting https://disco.eduvpn.org/v2/server_list.json
2022年06月14日 10:36:12,417 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443
2022年06月14日 10:36:12,629 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/server_list.json HTTP/1.1" 200 29889
2022年06月14日 10:36:12,631 - init-server-db - INFO - eduvpn.remote - remote.py:40 - Retrieving signature https://disco.eduvpn.org/v2/server_list.json.minisig
2022年06月14日 10:36:12,632 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443
2022年06月14日 10:36:12,784 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/server_list.json.minisig HTTP/1.1" 200 304
2022年06月14日 10:36:12,786 - init-server-db - INFO - eduvpn.remote - remote.py:47 - verifying signature of https://disco.eduvpn.org/v2/server_list.json
2022年06月14日 10:36:12,786 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:101 - Trying 2 verifiers
2022年06月14日 10:36:12,787 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:105 - Used signature b'\x7f\x97\x9fr\xeefu\x94OL?\xfc\x1e\x84\x992o\x81\xa01\x04\xc63\x95\x07\x88\xfa7k;\xa2\x85'
2022年06月14日 10:36:12,788 - init-server-db - INFO - eduvpn.remote - remote.py:25 - Requesting https://disco.eduvpn.org/v2/organization_list.json
2022年06月14日 10:36:12,789 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443
2022年06月14日 10:36:12,989 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/organization_list.json HTTP/1.1" 200 153787
2022年06月14日 10:36:13,083 - init-server-db - INFO - eduvpn.remote - remote.py:40 - Retrieving signature https://disco.eduvpn.org/v2/organization_list.json.minisig
2022年06月14日 10:36:13,085 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443
2022年06月14日 10:36:13,239 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/organization_list.json.minisig HTTP/1.1" 200 310
2022年06月14日 10:36:13,240 - init-server-db - INFO - eduvpn.remote - remote.py:47 - verifying signature of https://disco.eduvpn.org/v2/organization_list.json
2022年06月14日 10:36:13,241 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:101 - Trying 2 verifiers
2022年06月14日 10:36:13,242 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:105 - Used signature b'\x7f\x97\x9fr\xeefu\x94OL?\xfc\x1e\x84\x992o\x81\xa01\x04\xc63\x95\x07\x88\xfa7k;\xa2\x85'
2022年06月14日 10:36:13,247 - MainThread - DEBUG - eduvpn.app - app.py:142 - interface transitioning: <ConnectionStatus> -> server_db_finished_loading
2022年06月14日 10:36:13,247 - MainThread - DEBUG - eduvpn.app - app.py:153 - interface transitioned: server_db_finished_loading -> <ConnectionStatus>
2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:606 - clicked on switch connection state
2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.app - app.py:142 - interface transitioning: <ConnectionStatus> -> deactivate_connection
2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.app - app.py:142 - network transitioning: <ConnectedState> -> disconnect
2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.nm - nm.py:497 - deactivate_connection uuid: b735634a-6f0d-47c3-a758-bc8f6e2c3c4d connection: <NM.ActiveConnection object at 0x7f2afc479a00 (NMActiveConnection at 0x55ac19b01c00)>
2022年06月14日 10:36:15,024 - MainThread - DEBUG - eduvpn.app - app.py:153 - network transitioned: disconnect -> <DisconnectedState>
2022年06月14日 10:36:15,025 - stop-connection - INFO - eduvpn.remote - remote.py:25 - Requesting https://fontys.eduvpn.nl/.well-known/vpn-user-portal
2022年06月14日 10:36:15,027 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): fontys.eduvpn.nl:443
2022年06月14日 10:36:15,027 - MainThread - DEBUG - eduvpn.app - app.py:153 - interface transitioned: deactivate_connection -> <ConnectionStatus>
2022年06月14日 10:36:15,067 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://fontys.eduvpn.nl:443 "GET /.well-known/vpn-user-portal HTTP/1.1" 200 None
2022年06月14日 10:36:15,071 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): fontys.eduvpn.nl:443
2022年06月14日 10:36:15,122 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://fontys.eduvpn.nl:443 "POST /portal/api.php/v3/disconnect HTTP/1.1" 204 0
2022年06月14日 10:36:16,416 - MainThread - DEBUG - eduvpn.app - app.py:142 - network transitioning: <DisconnectedState> -> set_connected
2022年06月14日 10:36:16,418 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:606 - clicked on switch connection state
2022年06月14日 10:36:16,454 - MainThread - DEBUG - eduvpn.app - app.py:153 - network transitioned: set_connected -> <ConnectedState>

Do you have a problem while adding a profile?

No

Do you have a problem during connecting?

No

EduVPN kapot

# Installation PIP and AUR both give the same problem. # Version 3.0.0 # OS/Distribution Endeavour OS # Logs ``` 2022年06月14日 10:36:12,229 - MainThread - DEBUG - eduvpn.ui.app - app.py:78 - activate 2022年06月14日 10:36:12,358 - MainThread - DEBUG - eduvpn.app - app.py:142 - session transitioning: <InitialSessionState> -> found_active_session 2022年06月14日 10:36:12,358 - MainThread - DEBUG - eduvpn.app - app.py:142 - network transitioning: <InitialNetworkState> -> found_previous_connection 2022年06月14日 10:36:12,359 - MainThread - DEBUG - eduvpn.app - app.py:142 - interface transitioning: <InitialInterfaceState> -> found_active_connection 2022年06月14日 10:36:12,362 - MainThread - DEBUG - eduvpn.app - app.py:153 - interface transitioned: found_active_connection -> <ConnectionStatus> 2022年06月14日 10:36:12,363 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:606 - clicked on switch connection state 2022年06月14日 10:36:12,408 - MainThread - DEBUG - eduvpn.app - app.py:153 - network transitioned: found_previous_connection -> <ConnectedState> 2022年06月14日 10:36:12,410 - MainThread - DEBUG - eduvpn.app - app.py:153 - session transitioned: found_active_session -> <SessionActiveState server=<InstituteAccessServer 'Fontys'>, validity=<eduvpn.session.Validity object at 0x7f2afef07370>> 2022年06月14日 10:36:12,414 - init-server-db - INFO - eduvpn.remote - remote.py:25 - Requesting https://disco.eduvpn.org/v2/server_list.json 2022年06月14日 10:36:12,417 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443 2022年06月14日 10:36:12,629 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/server_list.json HTTP/1.1" 200 29889 2022年06月14日 10:36:12,631 - init-server-db - INFO - eduvpn.remote - remote.py:40 - Retrieving signature https://disco.eduvpn.org/v2/server_list.json.minisig 2022年06月14日 10:36:12,632 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443 2022年06月14日 10:36:12,784 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/server_list.json.minisig HTTP/1.1" 200 304 2022年06月14日 10:36:12,786 - init-server-db - INFO - eduvpn.remote - remote.py:47 - verifying signature of https://disco.eduvpn.org/v2/server_list.json 2022年06月14日 10:36:12,786 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:101 - Trying 2 verifiers 2022年06月14日 10:36:12,787 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:105 - Used signature b'\x7f\x97\x9fr\xeefu\x94OL?\xfc\x1e\x84\x992o\x81\xa01\x04\xc63\x95\x07\x88\xfa7k;\xa2\x85' 2022年06月14日 10:36:12,788 - init-server-db - INFO - eduvpn.remote - remote.py:25 - Requesting https://disco.eduvpn.org/v2/organization_list.json 2022年06月14日 10:36:12,789 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443 2022年06月14日 10:36:12,989 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/organization_list.json HTTP/1.1" 200 153787 2022年06月14日 10:36:13,083 - init-server-db - INFO - eduvpn.remote - remote.py:40 - Retrieving signature https://disco.eduvpn.org/v2/organization_list.json.minisig 2022年06月14日 10:36:13,085 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): disco.eduvpn.org:443 2022年06月14日 10:36:13,239 - init-server-db - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://disco.eduvpn.org:443 "GET /v2/organization_list.json.minisig HTTP/1.1" 200 310 2022年06月14日 10:36:13,240 - init-server-db - INFO - eduvpn.remote - remote.py:47 - verifying signature of https://disco.eduvpn.org/v2/organization_list.json 2022年06月14日 10:36:13,241 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:101 - Trying 2 verifiers 2022年06月14日 10:36:13,242 - init-server-db - DEBUG - eduvpn.crypto - crypto.py:105 - Used signature b'\x7f\x97\x9fr\xeefu\x94OL?\xfc\x1e\x84\x992o\x81\xa01\x04\xc63\x95\x07\x88\xfa7k;\xa2\x85' 2022年06月14日 10:36:13,247 - MainThread - DEBUG - eduvpn.app - app.py:142 - interface transitioning: <ConnectionStatus> -> server_db_finished_loading 2022年06月14日 10:36:13,247 - MainThread - DEBUG - eduvpn.app - app.py:153 - interface transitioned: server_db_finished_loading -> <ConnectionStatus> 2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:606 - clicked on switch connection state 2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.app - app.py:142 - interface transitioning: <ConnectionStatus> -> deactivate_connection 2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.app - app.py:142 - network transitioning: <ConnectedState> -> disconnect 2022年06月14日 10:36:15,021 - MainThread - DEBUG - eduvpn.nm - nm.py:497 - deactivate_connection uuid: b735634a-6f0d-47c3-a758-bc8f6e2c3c4d connection: <NM.ActiveConnection object at 0x7f2afc479a00 (NMActiveConnection at 0x55ac19b01c00)> 2022年06月14日 10:36:15,024 - MainThread - DEBUG - eduvpn.app - app.py:153 - network transitioned: disconnect -> <DisconnectedState> 2022年06月14日 10:36:15,025 - stop-connection - INFO - eduvpn.remote - remote.py:25 - Requesting https://fontys.eduvpn.nl/.well-known/vpn-user-portal 2022年06月14日 10:36:15,027 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): fontys.eduvpn.nl:443 2022年06月14日 10:36:15,027 - MainThread - DEBUG - eduvpn.app - app.py:153 - interface transitioned: deactivate_connection -> <ConnectionStatus> 2022年06月14日 10:36:15,067 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://fontys.eduvpn.nl:443 "GET /.well-known/vpn-user-portal HTTP/1.1" 200 None 2022年06月14日 10:36:15,071 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:812 - Starting new HTTPS connection (1): fontys.eduvpn.nl:443 2022年06月14日 10:36:15,122 - stop-connection - DEBUG - urllib3.connectionpool - connectionpool.py:391 - https://fontys.eduvpn.nl:443 "POST /portal/api.php/v3/disconnect HTTP/1.1" 204 0 2022年06月14日 10:36:16,416 - MainThread - DEBUG - eduvpn.app - app.py:142 - network transitioning: <DisconnectedState> -> set_connected 2022年06月14日 10:36:16,418 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:606 - clicked on switch connection state 2022年06月14日 10:36:16,454 - MainThread - DEBUG - eduvpn.app - app.py:153 - network transitioned: set_connected -> <ConnectedState> ``` ## Do you have a problem while adding a profile? No ## Do you have a problem during connecting? No ![EduVPN kapot](https://user-images.githubusercontent.com/45003967/173529019-cb3e43f1-23b5-4736-88b3-613bf94c5816.gif)
jwijenbergh commented 2022年06月16日 13:34:16 +02:00 (Migrated from github.com)
Copy link

Does #495 change anything?

Does #495 change anything?
aretsmarvin commented 2022年06月21日 22:14:27 +02:00 (Migrated from github.com)
Copy link

@jwijenbergh yes it seems to work 👍

@jwijenbergh yes it seems to work :+1:
jwijenbergh commented 2022年06月22日 14:02:16 +02:00 (Migrated from github.com)
Copy link

Thanks for testing @aretsmarvin !

Thanks for testing @aretsmarvin !
Sign in to join this conversation.
No Branch/Tag specified
master
upstream-deb
openvpn-persistent
1.x
4.7.2
4.7.1
4.7.0
4.6.0
4.5.1
4.5.0
4.4.99.0
4.4.0
4.3.1
4.3.0
4.2.99.1
4.2.99.0
4.2.1
4.2.0
4.1.99.0
4.1.3
4.1.2
4.1.1
4.1.0
3.1.1
4.0.1
4.0.0
pr-3.3.1
pr-3.3.0
pr-3.2.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.0
1.1
1.0.3
1.0.2
1.0.1
1.0rc17
1.0rc16
1.0rc15
1.0rc14
1.0rc13
1.0rc12
1.0rc11
1.0rc10
1.0rc9
1.0rc8
1.0rc7
1.0rc6
1.0rc5
1.0rc4
1.0rc3
1.0rc2
1.0rc1
0.8
0.7.2
0.7.1
0.7
0.6.1
0.6
0.5.1
0.5
0.3
0.2.1
0.2
0.1.1
0.1
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eduVPN/linux-app#492
Reference in a new issue
eduVPN/linux-app
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?