Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
<u>Ubuntu:</u>
{{Code|patebinit pastebinit /etc/samba/smb.conf patebinit pastebinit /etc/greyhole.conf}}
3. The result of the following commands:
If you run into any trouble with the above, post it in the [http://forums.amahi.org/viewforum.php?f=39&sid=f676fa2944ab7d2ccfc8901ee731b6fe Amahi forums] '''and''' PM me (U=doczombie) the link to your forum post if you like (PM's without a link to a forum post are liable to be ignored).
 
===Database Error Table :greyhole.tasks does not exist ===
{{Code| Can't describe tasks with query: DESCRIBE tasks - Error: Table 'greyhole.tasks' doesn't exist}}
If the Greyhole service will not start, or you see this message when gathering info for support, it is possible that the Greyhole database was not created. The following MySQL commands will create the database:
{{Code|mysql -u root -phda -e 'create database greyhole'
mysql -u root -phda -e "grant all on greyhole.* to greyhole@'localhost' identified by 'greyhole'"
mysql -u greyhole -pgreyhole greyhole < /usr/share/greyhole/schema-mysql.sql}}
Back to the [[Greyhole]] page