Difference between revisions of "App troubleshooting"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
To share it with others you can do:
 
To share it with others you can do:
  
{{code|{{:App troubleshooting/example1}}}}
 
 
{{code|tail -200 /var/log/amahi-app-installer.log<nowiki>|</nowiki>fpaste }}
 
{{code|tail -200 /var/log/amahi-app-installer.log<nowiki>|</nowiki>fpaste }}

Revision as of 21:59, 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:

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