Mailing List archive

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

[vdr] Re: AW: Re: Power off with 1.1.19?



Steffen Becker wrote:
> 
> Hi list,
> 
> > I also have this problem, only it appears with vdr 1.1.18 (and also
> > older versions).
> > strangely the computer shut down, just when i killed the vdr (kill
> > runvdr, kill vdr).
> 
> It happens here as well, the last working version here was 1.1.16, .17 I
> didn't install, .18 and .19 didn't work any more. Only the described syslog
> message that Power button was pressed appears and then nothing...
> I also didn't change the runvdr script between these versions...

This probably has to do with the change in version 1.1.17 which takes an
active SVDRP connection into account when doing shutdown. Please try changing
the line

  if (!Interact && ((!cRecordControls::Active() && !cCutter::Active() && !Interface->HasSVDRPConnection()) || ForceShutdown)) {

in vdr.c back to

  if (!Interact && ((!cRecordControls::Active() && !cCutter::Active()) || ForceShutdown)) {

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 listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index