We are using CLI in Debian9. When we start CLI, no error display:
# /usr/local/pulse/PulseClient_x86_64.sh -h www.xxxx.xxxx.net -u USER -p PASS -r ME
Checking for missing dependency packages for command line client ...
executing command : /usr/local/pulse/pulsesvc -h www.xxxx.xxxx.net -u USER -p PASS -r ME
But when I'm going to check connection:
# /usr/local/pulse/PulseClient_x86_64.sh -S
Checking for missing dependency packages for command line client ...
Status is not available. Please check if pulse client is running.
I just check https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB40110 but I'm using root user and $HOME is /root (root has permissions to write there).
How can I solve it?
Many thanks!!
@fmserrano Haven't really tried this command before Let me try and see if shows the same message for me.
Im trying with debian 10 with the same error.
[email protected]:~# /usr/local/pulse/PulseClient_x86_64.sh -S
Checking for missing dependency packages for command line client ...
executing command : /usr/local/pulse/pulsesvc -S
Status is not available. Please check if pulse client is running.
If I launch client:
[email protected]:~# /usr/local/pulse/PulseClient_x86_64.sh -h xxxxx t -u user -p pass -r realm
Checking for missing dependency packages for command line client ...
executing command: /usr/local/pulse/PulseClient_x86_64.sh -h xxxxx t -u user -p pass -r realm
Could you help me?
Thx