Re: [vdr] vdr-iptv sh -c iptvstream.sh issue

2013-12-24 Thread Zouhair
Hi, i don't think is file permission related. ls -la /etc/vdr/iptvstream.sh -rwxrwxrwx1 mediamedia 3348 Dec 24 12:23 /etc/vdr/iptvstream.sh vdr is running with same user as script permission. $ ps aux |grep iptv 662 media 0:43 /usr/bin/vdr -w 60 -Pepgtableid0 -Piptv

Re: [vdr] vdr-iptv sh -c iptvstream.sh issue (solved)

2013-12-24 Thread Infonux
Hi, I forgot to mention that I use busybox (no bash) Fixed, by patching protocolext.c --- protocolext.c_orig 2013-04-01 03:20:00.0 +0200 +++ protocolext.c 2013-12-24 16:28:51.425960222 +0100 @@ -20,7 +20,7 @@ #include protocolext.h #ifndef EXTSHELL -#define EXTSHELL /bin/bash

Re: [vdr] vdr-iptv sh -c iptvstream.sh issue

2013-12-23 Thread Ian_and_joanna
Hi, In Brief Have you checked file permissions? Detail The first example you quote that works is the way iptvstream.sh should be called I think (so that parameters can be passed to the script). The first thing I'd check are the file permissions on iptvstream.sh (i.e. the output from ls -l