Mailing List archive

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

[vdr] changes in runvdr, when UPT happens



Hi,
during the Easter weekend my vdr didn't work properly.
I programmed some timers, but on Saturday an UPT-Error happened.

My vdr-1.2.6 tried to restart, but after shutting down vdr also runvdr
stopped.
Here my runvdr
while (true) do
      su -c "$VDRCMD" $VDRUSR
      if test $? -eq 0 -o $? -eq 2; then exit; fi
      date
      echo "restarting VDR"
      $KILL $VDRPRG
      sleep 10
      (cd $DVBDIR; make rmmod; make insmod)
      date
      done

Some time ago there has been a discussion about this together with a little
script.
http://www.linuxtv.org/mailinglists/vdr/2003/12-2003/msg00522.html

Is this _the_ solution for UPT and vdr-1.2.6?
Or is there a better one?

Thanks in advice
Gerhard

--------------
And here are the entries within syslog:
21:48:57 stonevdr vdr[16316]: ERROR: unknown picture type '5'
21:48:57 stonevdr vdr[16316]: EmergencyExit: remux.c 626
21:48:57 stonevdr vdr[16316]: EmergencyExit: thread.c 218
21:48:57 stonevdr vdr[16316]: initiating emergency exit
21:48:57 stonevdr vdr[16312]: ERROR: unknown picture type '5'
21:48:57 stonevdr vdr[16312]: EmergencyExit: remux.c 626
21:48:57 stonevdr vdr[16312]: EmergencyExit: thread.c 218
21:48:57 stonevdr vdr[16312]: initiating emergency exit
21:48:58 stonevdr vdr[13575]: EmergencyExit: vdr.c 522
21:48:58 stonevdr vdr[13575]: emergency exit requested - shutting down
21:48:58 stonevdr vdr[16316]: recording thread ended (pid=16316)
21:48:58 stonevdr vdr[13575]: cTS2PES got 39 TS errors, 11 TS continuity
errors
21:48:58 stonevdr vdr[13575]: cTS2PES got 1 TS errors, 1 TS continuity
errors
21:48:58 stonevdr vdr[13575]: buffer stats: 93248 (1%) used
21:48:58 stonevdr vdr[13575]: timer 3 (1 2100-2300 'America's Sweethearts')
stop
21:48:58 stonevdr vdr[13575]: executing '/video/scripts/recordings.sh after
"/video0/America#27s_Sweethearts/2004-04-10.21.00.99.99.rec"'
21:48:58 stonevdr vdr[16312]: transfer thread ended (pid=16312)
21:48:58 stonevdr vdr[16313]: receiver thread ended on device 1 (pid=16313)
21:48:58 stonevdr vdr[13575]: cTS2PES got 39 TS errors, 11 TS continuity
errors
21:48:58 stonevdr vdr[13575]: cTS2PES got 1 TS errors, 1 TS continuity
errors
21:48:58 stonevdr vdr[13575]: buffer stats: 108476 (2%) used
21:48:58 stonevdr vdr[13575]: saved setup to /video0/setup.conf

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info



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



Home | Main Index | Thread Index