We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Show ncsvc error message when communication with daemon fails. diff --git a/jvpn.pl b/jvpn.pl index 947ebc4..1cef4f1 100755 --- a/jvpn.pl +++ b/jvpn.pl @@ -452,7 +452,8 @@ if($mode eq "ncsvc") { # exit on any other values if($status ne "6d") { - printf("Status=$status\nAuthentication failed, exiting\n"); + printf("Status=$status\nError via IPC from ncsvc, exiting\n"); + system("grep -B2 disconnecting ~/.juniper_networks/network_connect/ncsvc.log | tail -n 3"); system("./ncsvc -K"); exit(1); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: