Hi
I try to shutdown my computer after recording, but
I have a svdrp Broken pipe.
If I try to launch manualy "svdrpsend.pl hitk
power" It work.
Have you an idea of this probleme or other solution
?
Thank you
VDR 1.2.5 + DVB 1.0.0 + Elchaio3a
Syslog--------------
Sep 27 23:30:00 magnetosat vdr[362]: status:
cStatusTest::Recording 0 (null)
Sep 27 23:30:00 magnetosat vdr[362]: executing '/usr/local/src/VDR/choice after "/video/24/2003-09-27.20:55.50.50.rec"' Sep 27 23:30:10 magnetosat vdr[362]: connect from 127.0.0.1, port 32771 - accepted Sep 27 23:30:10 magnetosat vdr[362]: ERROR (svdrp.c,354): Broken pipe ------------------------ choice---------
#!/bin/sh
case "$1" in before) echo "Before recording $2" ;; after) perl /usr/local/src/VDR/svdrpsend.pl hitk power
;;
edited) echo "Edited recording $2" ;; *) echo "ERROR: unknown state: $1" ;; esac ------------------------- runvdr---------
/usr/local/src/VDR/vdr
--lib=/usr/local/src/VDR/PLUGINS/lib/ -w 60 -s /usr/bin/vdrshutdown -r
/usr/local/src/VDR/choix
\
-P'mp3 -m /video/mount.sh'\ -P'mplayer -m /video/mount.sh -M /video/mplayer.sh'\ -Pstatus $*" -------------------
|