sshGate icon indicating copy to clipboard operation
sshGate copied to clipboard

Problems in logs/current_session.log

Open jgoffaux opened this issue 14 years ago • 1 comments

Hello,

root@bastion:/opt/sshgate# cat logs/current_session.log 
10720:test2:oneserver.xxxx.fr
21366:test3:A.B.C.D
root@bastion:/opt/sshgate# kill -9 10720
-bash: kill: (10720) - Aucun processus de ce type
root@bastion:/opt/sshgate#

the file logs/current_session.log is not refresh if PID is kill.

Thansk

jgoffaux avatar Jul 12 '11 10:07 jgoffaux

The current_session.log can't be used like that. I haven't yet put record/session related function in the CLI. To list current session, I use current_session.log and the (not already fixed) SESSION_DISPLAY_CONNECTED() function in which I will check each pid (via ps).

thanks for reporting. Patch will come tonight

Tauop avatar Jul 12 '11 10:07 Tauop