Page 1 of 1

New feature in Amahi 7 - fix share permissions

Posted: Sun Mar 10, 2013 5:53 am
by cpg
This is a new feature in Amahi 7. By clicking the icon,

https://dl.dropbox.com/u/364883/Screens ... -share.png

The Amahi 7 repos have been updated. Please try to use this feature!

Re: New feature in Amahi 7 - fix share permissions

Posted: Sun Mar 10, 2013 8:34 am
by bigfoot65
Does this require a reinstall of Amahi on Fedora 18 or will updating the hda-ctl and/or hda-platform do the trick?

Re: New feature in Amahi 7 - fix share permissions

Posted: Sun Mar 10, 2013 1:04 pm
by cpg
Updating hda-platform should be enough.

That will help us test upgrades of hda-platform too, which is something we have not tested.

Re: New feature in Amahi 7 - fix share permissions

Posted: Sun Mar 10, 2013 3:00 pm
by cpg
both 32 and 64 bit rpms have been updated to this change.

Re: New feature in Amahi 7 - fix share permissions

Posted: Tue Mar 12, 2013 11:23 am
by stern88
Hmm.... Lets see:

Code: Select all

[root@localhost ~]# vim /var/hda/files/Movies/test [root@localhost ~]# ls -lah /var/hda/files/Movies/test -rw-r--r-- 1 root root 21 12. Mär 19:21 /var/hda/files/Movies/test [root@localhost ~]#
.... Using new feature :)

Code: Select all

[root@localhost ~]# ls -lah /var/hda/files/Movies/test -rwxrwxrwx 1 root root 21 12. Mär 19:21 /var/hda/files/Movies/test [root@localhost ~]#
it works!