BugSquad/Get Logs: Difference between revisions

No edit summary
Line 31: Line 31:
The file <tt>~/.xsession-example</tt> contains other settings useful for debugging. You can copy individual lines from this or copy the entire file to <tt>~/.xsession</tt>.
The file <tt>~/.xsession-example</tt> contains other settings useful for debugging. You can copy individual lines from this or copy the entire file to <tt>~/.xsession</tt>.


Sugar activities have logs <verbatim>~/.sugar/default/logs/ </verbatim> so go to <code>someuser</code> type <code> ls -al</code> then drill down to <code> ~/.sugar/default/logs/</code> for the error messages. <code>dmesg</code> is a command that prints out all of the kernel's messages and warnings for this session, with any new stuff at the end.  
Sugar activities have logs  
<code>~/.sugar/default/logs/ </code>  
so go to  
<code>someuser</code>
type  
<code> ls -al</code>  
then drill down to  
<code> ~/.sugar/default/logs/</code>
for the error messages.  
 
Another useful command is:
<code>dmesg</code>  
It prints out all of the kernel's messages and warnings for this session, with any new stuff at the end.  


[[Category:BugSquad]]
[[Category:BugSquad]]
[[Category:HowTo]]
[[Category:HowTo]]