When you want to test the SME Product it can be useful to see what it occurs
When you want to test the SME Product it can be useful to see what it occurs
This CL can help you, but you should read the entire log
This CL can help you, but you should read the entire log
Line 534:
Line 534:
{{Note box| you have now a tool in your hand to parse logfile : [[Audit_Tools#logcheck]]. You should be aware that tool is here to help to find errors in the development side of the SME Server and thus you could have a lot of false positive}}
{{Note box| you have now a tool in your hand to parse logfile : [[Audit_Tools#logcheck]]. You should be aware that tool is here to help to find errors in the development side of the SME Server and thus you could have a lot of false positive}}
−
* a verbose version
+
* verbose output
less /var/log/messages| grep -iE "useless|uninitialized|warn|fail|error|disable|unable|exit"
less /var/log/messages| grep -iE "useless|uninitialized|warn|fail|error|disable|unable|exit"
−
* look all logs with a verbose version
+
* search all logs with verbose output
less /var/log/* | grep -iE "useless|uninitialized|warn|fail|error|disable|unable|exit"
less /var/log/* | grep -iE "useless|uninitialized|warn|fail|error|disable|unable|exit"