Difference between revisions of "Platform troubleshooting"
From Amahi Wiki
(Created page with "To diagnose issues with the platform, the first step is to look at the platform log: {{Code| tail -300 /var/hda/platform/html/logs/production.log | fpaste}} (use pastebinit if ...") |
|||
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/logs/production.log | fpaste}} | + | {{Code| tail -300 /var/hda/platform/html/logs/production.log <nowiki>|</nowiki> fpaste}} |
(use pastebinit if you are in Ubuntu). | (use pastebinit if you are in Ubuntu). |
Revision as of 19:51, 22 July 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/logs/production.log | fpaste
|
(use pastebinit if you are in Ubuntu).