Changes

From Amahi Wiki
Jump to: navigation, search
531 bytes removed ,  19:14, 2 June 2011
Greyhole service does NOT need to be running for mount_shares_locally to work. Only Samba and MySQLd are required. You can access your Greyhole shares without having the Greyhole service running.
{{Code|/etc/init.d/mount_shares_locally start}}
 
==Problem with service dependency==
The mount_share_locally script requires the greyhole service be running prior to it starting. To ensure this happens, take to following steps:
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor
** Add greyhole to the list of Required-Start services and save the changes
{{Code|# Required-Start: $network $local_fs $remote_fs smb mysqld greyhole}}
* Remove the service "chkconfig --del mount_shares_locally"
* Re-add the service "chkconfig --add mount_shares_locally"