Mailing List archive

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

[vdr] Re: System freeze - scanning recordings ...



Thorsten Giese wrote:
> 
> Am Donnerstag, 18. September 2003 23:25 schrieben Sie:
> 
> > I have to restart the whole maschine, in order to make it work again. I
> > changed the '%s' in \"%s\" ... I will know more, when I have rebootet.
> 
> also no change. It it is that trival as a find-command, and it works for all
> the others, maybe it's something stupid simple?

I guess so...

Please do

  which find

and write the resulting path (which, on my system, is /usr/bin/find)
into the FINDCMD macro in recording.c. It should then look like

  #define FINDCMD      "/usr/bin/find %s -follow -type d -name '%s' 2> /dev/null"

(provided your 'find' is also in /usr/bin).

Does this change anything?

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index