Mailing List archive

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

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



Am Donnerstag, 18. September 2003 22:51 schrieben Sie:
> Please try changing the FINDCMD macro in recording.c to
>
> #define FINDCMD      "find %s -follow -type d -name '%s' 2> /dev/null;
> echo"
>
> The additional 'echo' should write a newline.

coruscant vdr-1.2.5 # ./vdr
Entering cRecordings::Load
find /video -follow -type d -name '*.rec' 2> /dev/null; echo
Got Filepointer
in if

Still the same problem. When I started find manually, it made the newline 
actually.

For your info 

thorsten@coruscant thorsten $ find --version
GNU find version 4.1.7

Once again, it worked fine, in the same shell, as I was running vdr before the 
kill. 

coruscant driver # find /video -follow -type d -name '*.rec' 2> /dev/null;
/video/Doku:_Spurensuche_im_All/2003-09-18.11:29.50.50.rec

For your interest: The pressed keys, AFTER the crash stay in the buffer. after 
killed, they are displayed on the prompt.

Every fifth or forth kill-9 nothing works anymore. A make rmmod prints (among 
others)

dvb-ttpci: Device or resource busy


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.

--
Thorsten



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



Home | Main Index | Thread Index