found the answer. Problem was permissions on the /var/hda/files/drives level
found out that apache couldn't access the files. Set to 777 and everything started working.
Search found 3 matches
- Wed Jul 11, 2012 1:04 am
- Forum: File Sharing
- Topic: Files not available on Samba/Greyhole - only directories
- Replies: 5
- Views: 5697
- Tue Jul 10, 2012 5:51 pm
- Forum: File Sharing
- Topic: Files not available on Samba/Greyhole - only directories
- Replies: 5
- Views: 5697
Files not available on Samba/Greyhole - only directories
I can only see the directories on my Samba shares, not the files. I had a failing primary disk and just replaced it. To replace it, I created the same structure on a new disk, copied over everyting with "cp -a", fixed the boot and swapped disks. But I have no idea if this caused the issue ...
- Mon Apr 09, 2012 1:10 pm
- Forum: File Sharing
- Topic: Adding Attic support to mount_shares_locally
- Replies: 5
- Views: 3064
Adding Attic support to mount_shares_locally
Small improvement to mount_shares_locally. Add the following line after the sleep 10:
/usr/bin/testparm -s 2>/dev/null | grep -oE "Greyhole Trash|Greyhole Attic|Greyhole Recycle Bin" | xargs -d "\n" mkdir -p
Will also create the appropriate Trash folder if you have it enabled
/usr/bin/testparm -s 2>/dev/null | grep -oE "Greyhole Trash|Greyhole Attic|Greyhole Recycle Bin" | xargs -d "\n" mkdir -p
Will also create the appropriate Trash folder if you have it enabled