Difference between revisions of "App troubleshooting"

From Amahi Wiki
Jump to: navigation, search
(Created page with "TBD")
 
Line 1: Line 1:
TBD
+
App install should '''never''' fail. We are working to get app installation rock solid.
 +
 
 +
The first thing to troubleshoot apps is to check the app install log. This app install log is at <code>/var/log/amahi-app-installer.log</code>.
 +
 
 +
To share it with others you can do:
 +
 
 +
{{code|tail -200 /var/log/amahi-app-installer.log | fpaste}}

Revision as of 20:41, 21 January 2011

App install should never fail. We are working to get app installation rock solid.

The first thing to troubleshoot apps is to check the app install log. This app install log is at /var/log/amahi-app-installer.log.

To share it with others you can do:

fpaste code
​tail -200 /var/log/amahi-app-installer.log ​