Mailing List archive

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

[linux-dvb] Re: what should I look at? (Uptime-question)




>----- Original Message -----
>From: "Klaus Schmidinger" <Klaus.Schmidinger@cadsoft.de>
>To: <linux-dvb@linuxtv.org>
>Sent: Friday, July 27, 2001 7:52 PM
>Subject: [linux-dvb] Re: what should I look at? (Uptime-question)
>

>Uwe Heinrich wrote:
>[...]
>> Jul 27 15:58:20 tvserver vdr[1541]: exiting
>> Jul 27 15:58:20 tvserver vdr[1541]: emergency exit!
>> Jul 27 15:58:20 tvserver PAM-unix2[1540]: session finished for user
video,
>> service su
>> Jul 27 15:58:31 tvserver kernel: dvb: 2 dvb(s) released.
>> Jul 27 15:58:31 tvserver kernel: free irqs
>
>After this, did it start again? And did it work then?
>
>Klaus
No, unfortunately not.
You saw: unloading the driver- but no reload.
I use the runvdr from the vdr-archive.
Must be the line:
while (true) do
      su -c "$VDRCMD" $VDRUSR
      if test $? -eq 0; then exit; fi
      date
      echo "restarting VDR"
      $KILLPROC $VDRPRG
      sleep 10
-->>      (cd $DVBDIR; make rmmod; make insmod)
      date
      done

Today I changed it to:  (cd $DVBDIR; make rmmod; sleep 10; make insmod;) in
the hope that the reload is successful.
According to the StarTrek-hate of this really excellent piece of software
I'll have to wait till monday to see if it works.
Apart from this "ST-Problem" I like to thank you for writing such a really
useful program!!!

best regards
Uwe



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index