Search found 30 matches

by olson
Wed Feb 06, 2013 8:55 pm
Forum: Storage Pooling/Greyhole
Topic: Greyhole Database is Huge
Replies: 2
Views: 1394

Re: Greyhole Database is Huge

Ok, so I basically used a command that I found here: https://github.com/gboudreau/Greyhole/blob/master/includes/sql.php (this wasn't added till version 0.9.30...see: http://www.greyhole.net/releases/CHANGELOG) DELETE FROM tasks_completed WHERE event_date < NOW() - INTERVAL %d DAY; Replace %d with a ...
by olson
Wed Feb 06, 2013 2:59 pm
Forum: Storage Pooling/Greyhole
Topic: Greyhole Database is Huge
Replies: 2
Views: 1394

Re: Greyhole Database is Huge

Ok, so the tasks_completed table in the database is 12 gig... so thats the problem it looks like.

Is this supposed to be cleaned up once in a while?
by olson
Wed Feb 06, 2013 2:39 pm
Forum: Storage Pooling/Greyhole
Topic: Greyhole Database is Huge
Replies: 2
Views: 1394

Greyhole Database is Huge

Hey,

I just noticed my amahi OS drive is full. I did a bunch of "du -sh ./*" and found that its my greyhole database. I probably have less than 1000 files (probably less than 500) in my greyhole pool but my database size is 13 gig...

Is that right? Why so big?
by olson
Mon Jan 14, 2013 10:40 am
Forum: ownCloud
Topic: Amahi ownCloud Wiki Pages
Replies: 21
Views: 10141

Re: Amahi ownCloud Wiki Pages

So I've been running a setup like I talked about earlier (https://forums.amahi.org/viewtopic.php?p=23419#p23419, basically changing www-data user into the users group and changing the location of the owncloud data to be /mnt/samba/Owncloud/data) and haven't had any issues so far. BUT this might be p...
by olson
Tue Dec 18, 2012 2:23 pm
Forum: ownCloud
Topic: Amahi ownCloud Wiki Pages
Replies: 21
Views: 10141

Re: Amahi ownCloud Wiki Pages

I'll see if I get some time to test it this weekend. I just setup my machine and don't have much on owncloud so I'm not to worried about screwing it up. Most of my stuff is on a media share (for mythtv, dvds, etc...). I should note that I don't have a lot of greyhole experience.... I'm just using it...
by olson
Tue Dec 18, 2012 1:43 pm
Forum: ownCloud
Topic: Amahi ownCloud Wiki Pages
Replies: 21
Views: 10141

Re: Amahi ownCloud Wiki Pages

I think I understand what your saying. Your documentation is great. I don't think we could ever have too much documentation :). One more comment though, In my suggestion, owncloud isn't mounting samba shares. The share is already mounted by linux (at /mnt/samba/owncloud) and owncloud is just read/wr...
by olson
Tue Dec 18, 2012 12:54 pm
Forum: ownCloud
Topic: Amahi ownCloud Wiki Pages
Replies: 21
Views: 10141

Re: Amahi ownCloud Wiki Pages

Ok I see. In your solution, you aren't going to use the samba shares at all (as in, no direct access to them... always going through owncloud), right? So why not get rid of the other samba shares (photos, movies, music) and just have owncloud's config use the owncloud greyhole share (like here: http...
by olson
Tue Dec 18, 2012 10:28 am
Forum: ownCloud
Topic: Amahi ownCloud Wiki Pages
Replies: 21
Views: 10141

Re: Amahi ownCloud Wiki Pages

@northridgegrp, Looking at http://wiki.amahi.org/index.php/Media_Sharing_Using_ownCloud makes me think that the method is not compatible with greyhole. Is that correct? Your directing owncloud to the shares location ("/var/hda/files/*") rather than the mounted samba share like greyhole req...
by olson
Fri Dec 07, 2012 1:15 pm
Forum: Storage Pooling/Greyhole
Topic: Greyhole - Local writing + Best practices + Owncloud
Replies: 18
Views: 9399

Re: Greyhole - Local writing + Best practices + Owncloud

I've been thinking about this and I'm not sure I like this solution... this basically gives apache access to all shares. Maybe I'm just being paranoid, but I would rather not give something that is exposed to the internet access to basically all my files. An alternative solution would be to allow th...
by olson
Thu Dec 06, 2012 2:08 pm
Forum: Storage Pooling/Greyhole
Topic: Greyhole - Local writing + Best practices + Owncloud
Replies: 18
Views: 9399

Re: Greyhole - Local writing + Best practices + Owncloud

I posted this on Github as well since the developer monitors that more often. He responded in less than 10 minutes, awesome!

Here is the info: https://github.com/gboudreau/Greyhole/issues/79