Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] [PATCH] scanning for recordings



Hi, 

there is a problem when scanning for recordings and vdr was initially started 
in a directory which it is not allowed to access anymore when it runs as user 
"vdr". 

Its caused by "find", which is launched to scan for the recordings, tries to 
stat the current directory. It will receive a EPERM and then abort, so the 
recordings menu is always empty. 

Below the trivial patch to fix the issue by first changing into the spool 
directory (which should be always readable - and if not - you're not going to 
get any recordings anyway). 


Attachment: recording_find.diff
Description: Binary data


Home | Main Index | Thread Index