AdguardTeam / AdGuardVPNCLI

AdGuard VPN command-line version
https://adguard-vpn.com/
64 stars 1 forks source link

Connecting through TUN mode is not working on Fedora workstation (env_reset is forced in sudoers) #58

Open uncharted-user opened 2 weeks ago

uncharted-user commented 2 weeks ago

Please answer the following question for yourself before submitting an issue

AdGuard VPN CLI version

v1.0.0 and v1.1.112

Environment

Issue Details

Steps to reproduce:

  1. Open Terminal and type curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/scripts/release/install.sh | sh -s -- -v
  2. Then login using adguardvpn-cli login
  3. After that, connect using adguardvpn-cli connect -l SG → Type yes then type no and again type no

Expected Behavior

Should show connected to SG

Actual Behavior

Failed to start the VPN service in the background

Screenshots

Screenshot 1

Additional Information

No response

sfionov commented 2 weeks ago

@uncharted-user Please try export SSL_CERT_FILE=/etc/pki/tls/cert.pem

uncharted-user commented 2 weeks ago

@uncharted-user Please try export SSL_CERT_FILE=/etc/pki/tls/cert.pem

Just tried but still getting same error.

sfionov commented 1 week ago

@uncharted-user Can you please reproduce the problem, export logs using adguardvpn-cli export-logs and send them to devteam@adguard.com, mentioning this task in the message?

uncharted-user commented 5 days ago

@uncharted-user Can you please reproduce the problem, export logs using adguardvpn-cli export-logs and send them to devteam@adguard.com, mentioning this task in the message?

Thank you for the reply. Cloud you please check the logs I sent? Why the issue is closed?

sfionov commented 5 days ago

@uncharted-user Yes, received the logs. The problem is that Fedora has sudoers configuration which prevents -E sudo option from working. We'll try to cimcumvent this in the next release.

uncharted-user commented 4 days ago

We'll try to cimcumvent this in the next release.

Thank you for the consideration. Is there any possible workaround available, or the next will be soon?