xinetd and get_iplayer.cgi

Sam Lewis stroboscopicallyconfluent at yahoo.co.uk
Wed Sep 9 05:16:49 PDT 2015


Hello,

Has anyone managed to run get_iplayer.cgi via xinet?

I use this perl script to start Web PVR without any problem. But I can't get this working via xinet.


I get the following output on my web browser: "CMD STEDRR: mkdir /plugins: Permissions denied at /home/me/opt/get_iplayer/get_iplayer line 2200."


Any idea how to get this working?

Cheers, Sam


--


cat own_get_iplayer-cig.pl


#!/usr/bin/perl

system("/home/me/opt/get_iplayer/get_iplayer.cgi --port=1935 --getiplayer=/home/me/opt/get_iplayer/get_iplayer"); 

--


cat /etc/xinetd.conf 

[...]

{
port = 1935
socket_type = stream
protocol = tcp
user = me
server = /home/me/bin/own_get_iplayer-cig.pl
type = UNLISTED
wait = no
instances = 1
}
[...]



More information about the get_iplayer mailing list