Difference between revisions of "Platform troubleshooting"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
To diagnose issues with the platform, the first step is to look at the platform log:
 
To diagnose issues with the platform, the first step is to look at the platform log:
  
{{Code| tail -300 /var/hda/platform/html/log/production.log <nowiki>|</nowiki> fpaste}}
+
{{Code| tail -300 /var/hda/platform/html/log/production.log <nowiki>|</nowiki> apaste}}
 
 
<b>NOTE:</b>  Replace "fpaste" with "pastebinit" for Ubuntu)
 

Revision as of 10:48, 28 September 2012

To diagnose issues with the platform, the first step is to look at the platform log:

bash code
​ tail -300 /var/hda/platform/html/log/production.log | apaste​