Debugging and Troubleshooting
Debugging
Enable Debug mode in Sessions > Evidian > [Session Name] > Options in Setup and set the level of detail.
Kill the Evidian Authentication Manager process (see Further Troubleshooting).
Start the desired Evidian session from the Start Menu.
Watch the output with
tail -F /var/log/user/rsuserauth[Session Number].debug
in Local Terminal. Alternatively, add the file to System Log Viewer.The session number starts with 0, not 1. To watch the output of the first configured session, use thus
tail -F /var/log/user/rsuserauth0.debug
Further Troubleshooting
Open Local Terminal
Enter
ps fax | grep rsuserauth | grep -v grep
to look for Evidian Authentication Manager processes.Use the Evidian AuthMgr Restart session to restart all Evidian sessions if neccesary
OR kill unwanted processes by enteringkill [process ID]
in the terminal, start desired processes via the Evidian entries in the Start Menu.