mecouc wrote: 
> I'm still trying with my picore
> 
> I put the ngrok executable in .ngrok2 
> Ngrok now works through a reboot by putting the command 
> 
> /home/tc/.ngrok2/ngrok  start -config=/home/tc/.ngrok2/ngrok.yml
> mediaservertunnel
> 
> in a tweak, but the perl updater script does not seem to be running.
> Alexa/media server complain that the tunnel isn't there or has moved or
> something
> 
> I don't really know what I'm doing, but I get this:
> 
> chmod +x perl-updater.pl
> ls -al perl-updater.pl
> -rwxr-xr-x
> 
> perl-updater.pl
> -sh: perl-updater.pl: not found
> 
> Should that be expected to work on 'normal' linux?

Where is your Perl executable located?
e.g. /usr/bin/perl
Type
which perl

it might be
/usr/local/bin/perl

Assuming "which" finds it then simply do ...

perl /pathtoperlscript/perl-updater.pl
and replace "/pathtoperlscript" with the full path to your script



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to