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



On Sun, Mar 28, 2004 at 01:20:18PM +0200, Uwe Freese wrote:
> Hello Robert,
> 
> RB> For me this happens when master-timer doesnt send a quit. (somehow i got
> RB> it to do that ;) ).
> 
> RB> try the following diff, works for me..
> RB> ---------------------
> RB> *** svdrp.c     Sun Aug 31 13:24:47 2003
> RB> --- ../../vdr/svdrp.c   Sun Nov 16 13:00:40 2003
> RB> ***************
> RB> *** 1122,1128 ****
> RB>                    }
> RB>                 lastActivity = time(NULL);
> RB>                 }
> RB> !            else if (r < 0) {
> RB>                 isyslog("lost connection to SVDRP client");
> RB>                 Close();
> RB>                 }
> RB> --- 1122,1128 ----
> RB>                    }
> RB>                 lastActivity = time(NULL);
> RB>                 }
> RB> !            else if (r <= 0) {
> RB>                 isyslog("lost connection to SVDRP client");
> RB>                 Close();
> RB>                 }
> 
> Just to let you know, the same happened to my master timer and your
> patch (whatever it does...) works here, too.
> 
> However, it would be nice to know what the problem is and to fix it in
> master-timer. I don't think it's a problem of VDR because e.g.
> vdradmin (which also uses svdrp) works fine.

It is a VDR problem. (Somewhere before 1.2.6)

Btw.
I don't know why, but i'm not bitten by this problem.




Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.



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



Home | Main Index | Thread Index