On 11/26/24 05:56, ulgs_mrq via Qlustar General wrote:
Hi Roland,
qluman-13.7.1-singularity.sqash is still unstable. Today I can't connect to qluman, after entering password, suddenly down. This time shows no messages. How to debug it?
Regards, Morihisa
Hi Morihisa,
does it return an error code? If your prompt doesn't show the return value when programs finish then you can print the last return code using
echo $?
Another indication might be found in /var/log/qluman/qluman-router.log and /var/log/qluman/qlumand.log. Both should contain a log entry for when the GUI client connects or disconnects giving an indication how far it got in the connection attempt.
Regards,
Goswin