Changes

From Amahi Wiki
Jump to: navigation, search
mysql -u root -phda -e "select comment from shares" hda_production | grep -v "^comment$" | xargs -d "\n" mkdir -p
 
== MySQL Problems ==
 
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:
 
ls /etc/rc.d/rc3.d/
* Look for any entries marked S-1. If there are any, they need to be removed. Run the following as root:
 
rm S-1*
12,424

edits