Mailing List archive

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

[vdr] Re: "Broken pipe" back again!



104 is connection reset by peer

If using nonblocking reads, it is acceptible to read 0, but then poll 
wouldn't return with "you can read on this descriptor"

definitely sounds strange

Is there some reason you can't get the EPG from the broadcaster OTA? (just 
curious)

_J

In the new year, Gerhard Steiner wrote:
> I tried this, but it's strange.
> Sometimes I am getting the same error again, sometimes the
> errorno=104.
> 
> There seams to be another problem with my system.
> I also tried the workaround from Onno, but it didn't help.
> 
> Now I am stopping vdr, overwrite the epg.data and restart
> vdr again.
> This is cruel, but for the next month I don't have the time
> to play around.
> 
> Thanks, Gerhard
> 
> On Sun, 13 Jul 2003 18:14:05 +0200
>  Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:
> >Gerhard Steiner wrote:
> >> 
> >> Hello,
> >> I am using vdr 1.2.1 together with the patches from
> >andreas
> >> kool.
> >> As I have to get the epg-data externaly, I am using
> >> xmltv2vdr which uses svdrp to get the data into vdr.
> >> 
> >> Till yesterday this worked fine.
> >> Now I am getting the following error:
> >> Jul 13 13:27:20 firix vdr[3565]: connect from 127.0.0.1,
> >> port 1963 - accepted
> >> Jul 13 13:27:24 firix vdr[3565]: lost connection to
> >SVDRP
> >> client
> >> Jul 13 13:27:24 firix vdr[3565]: ERROR (svdrp.c,354):
> >> Broken pipe
> >> Jul 13 13:27:24 firix vdr[3565]: closing SVDRP
> >connection
> >> 
> >> I put some logging messages into the code.
> >> It seams, that within the function safe_read "read"
> >returns
> >> 0 and the errorno=1 (EAGAIN).
> >> I don't know why this happens, but it also occurs in
> >> vdr-1.2.1 plain vanilla.
> >
> >Try changing line 1108 in VDR/svdrp.c from
> >
> >           else if (r <= 0) {
> >
> >to
> >
> >           else if (r < 0) {
> >
> >Klaus
> >-- 
> >_______________________________________________________________
> >
> >Klaus Schmidinger                       Phone:
> >+49-8635-6989-10
> >CadSoft Computer GmbH                   Fax:
> >  +49-8635-6989-40
> >Hofmark 2                               Email:
> >  kls@cadsoft.de
> >D-84568 Pleiskirchen, Germany           URL:
> >    www.cadsoft.de
> >_______________________________________________________________
> >
> >
> >-- 
> >Info:
> >To unsubscribe send a mail to ecartis@linuxtv.org with
> >"unsubscribe vdr" as subject.
> >
> 
> ----------------------------------------------
> Das ist ein Service von austria.com
> 
> 
> -- 
> Info:
> To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
> 



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



Home | Main Index | Thread Index