Linux permissions for media files
I created a user named serviio (group serviio)
Furthermore, the user serviio is added to the group called "home"
So, the user serviio is in ther groups...
Using an upstart script, serviio.sh is called after networking is started.
All this listed above is working fine. Here is the problem.
My media library (including the folder) is stored by a user other than serviio, but of the group "home"
Serviio indicates a permission problem...
- Code:
2012-12-27 00:08:31,699 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-12-27 00:08:31,700 WARN [LibraryAdditionsCheckerThread] Folder '/home/gazebo_shared/videos' is either not an existing directory or cannot be read due to access rights
2012-12-27 00:08:31,701 DEBUG [RepositoryDAOImpl] Marking Repository 1 as scanned with current timestamp
2012-12-27 00:08:31,733 WARN [LibraryAdditionsCheckerThread] Folder '/home/gazebo_shared/audio' is either not an existing directory or cannot be read due to access rights
2012-12-27 00:08:31,733 DEBUG [RepositoryDAOImpl] Marking Repository 2 as scanned with current timestamp
HELP!!