I was asked by Sophos support to Use GUI, Console Advanced Shell (5,3) and to run a command for debug mode.
Unfortunately session timed out before I could run the command again to take out of debug mode. I do not know now whether in debug mode or not.
How do I check if Firewall is in debug mode.
Many thanks
Most services uses the normal Service Command.
So try a 'service -S' to show all running services.
There you can take a look, if some service is running in Debug Mode.
If so, it should be 'service Name:debug -ds nosync' to disable the Debug.
__________________________________________________________________________________________________________________
It is case sensitive.
service -S
__________________________________________________________________________________________________________________