Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
{{Code|/etc/init.d/mount_shares_locally start}}
 
== MySQL Problems With Newer Versions of Greyhole ==
 
Since Greyhole moved from SQL Lite to MySQL, you may hit a problem where Greyhole and the mount_shares_locally script both attempt to start before MySQL in bootup, leading to the services not starting properly. If this happens, you can try this to fix it:
 
{{Code|ls /etc/rc.3/}}
* Look for any entries marked S-1. If there are any, they need to be removed. Run the following as root:
 
{{Code|rm S-1*}}
2

edits