Mailing List archive

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

[vdr] Re: master-timer and 1.2.6 Broken pipe



Hy,

For me this happens when master-timer doesnt send a quit. (somehow i got it to do that ;) ).

try the following diff, works for me..
---------------------
*** svdrp.c Sun Aug 31 13:24:47 2003
--- ../../vdr/svdrp.c Sun Nov 16 13:00:40 2003
***************
*** 1122,1128 ****
}
lastActivity = time(NULL);
}
! else if (r < 0) {
isyslog("lost connection to SVDRP client");
Close();
}
--- 1122,1128 ----
}
lastActivity = time(NULL);
}
! else if (r <= 0) {
isyslog("lost connection to SVDRP client");
Close();
}

--------------------

bye, robert.

Klaus Knoepfler wrote:

Hi! I've got a problem since I changed from vdr version 1.1.6 to 1.2.6. Each time I run master-timer, I got:
vdr@gutemine:/opt/master-timer> ./run-mt.pl
Start torecord-dump
No Entries
End torecord-dump
Start deepblack-dump
No Entries
End deepblack-dump
Couldn't get connection to localhost:2001. Instance ignored
No VDR-Instances left. Exiting
Error while running done.pl at ./run-mt.pl line 90, <FI> line 71.

var/log/messages:
Jan 11 18:24:52 gutemine vdr[2024]: connect from 127.0.0.1, port 32826 - accepted
Jan 11 18:24:52 gutemine vdr[2024]: ERROR (svdrp.c,361): Broken pipe
Jan 11 18:24:52 gutemine vdr[2024]: closing SVDRP connection

Please help me. I need my Master-Timer.

cu
Klaus

...und Tschüss

Klaus

----------------------------------------------------------------------
Klaus Knöpfler Tel: 07543 / 5 43 50 Fax: 5 43 77
Ritterstr. 18 Mobil: 0170 / 1 67 89 30 88069 Tettnang EMail: klaus@knoepfler.org






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



Home | Main Index | Thread Index