Changes

From Amahi Wiki
Jump to: navigation, search
502 bytes added ,  17:09, 10 August 2014
mysql -u root -phda -e "select comment from shares" hda_production | grep -v "^comment$" | xargs -d "\n" mkdir -p
==Troubleshooting===== 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:
rm S-1*
 
=== Asking for root password ===
Ensure your share file and ownership permissions are correct:
ls -al /var/hda/files
For example, the correct permissions are:
drwxrwxr-x 3 1stadminuser users 4096 Aug 9 18:55 music
If this is not correct, you will need to change them:
chmod -R 775 /var/hda/files/sharename
chown -R 1stadminuser:users /var/hda/files/sharename
 
:'''NOTE:''' Replace ''1stadminuser'' with your admin user name and ''sharename'' with the actual share name.
12,424

edits