Reply To: database indexing via inode?

#11528

just one more thing, to ensure that it wasn’t a permissioning issue, i opened up all permissions:

chmod 755 /home/ray/music

and forced the server to do a full rescan and then examinging the db, i still could NOT find the test.mp3 listed. (select * from songs where path like “%test.mp3”)

however, i do see in the log file
007-07-07 16:53:58 (b7f3a6b0): Starting web server from /usr/share/firefly/admin-root on port 13689
2007-07-07 16:53:58 (b7f3a6b0): Registering rendezvous names
2007-07-07 16:53:58 (b7f3a6b0): Serving 1555 songs. Startup complete in 1 seconds
2007-07-07 16:54:12 (b7f3a6b0): Rescanning database
2007-07-07 16:54:12 (b7f3a6b0): opendir: Permission denied

i’m trying to trackdown the arg to the failed opendir cmd

any thoughts on how i could debug this?
thanks again
ray