Jump to content


Photo

user script on green button.


  • Please log in to reply
93 replies to this topic

Re: user script on green button. #61 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 8 November 2014 - 21:03

Hi sjlouis,

 

 

I did an update and I transferred my scripts under /etc/script but it didn't work.

not /etc/script the scripts then are expected under /usr/script

and the commit for this is from today - i think if you make tomorrow an update then it's fine :)

 

regards

Biki3


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #62 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 8 November 2014 - 21:16

Hi ims,

 

from post #34

 

<< and >>  ... when output is wider than screen

 you think the wget message if it is wider then the screen, i'am right ?

if yes, here with pli hd (standard skin) i have seen it goes in a next line - that's perfect :)

with other skins i don't know.

 

regards

Biki3


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #63 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 9 November 2014 - 10:01

Ok, thank you, I've reed too quick. I'm going to wait a little for the update because the last GP of the year begins in a few minutes :) .

 

I don't know what can appear in the windows, I haven't seen nothing. Perhaps, I have to keep it on the screen longer.

 

Effectively, I don't use standard skin because I don't read well on black screen and it's tiring. I use blue Kerni-HD but it's not up to date :wacko: .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: user script on green button. #64 mackguil

  • Senior Member
  • 158 posts

0
Neutral

Posted 9 November 2014 - 16:59

 

SSH work perfectly in my script with private key, no logging with password was needed and key work well.

 

Are you using ssh from openssh or the one from dropbear ?

I`m using dbclient instead of ssh.

 

openssh 


Edited by mackguil, 9 November 2014 - 16:59.


Re: user script on green button. #65 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 9 November 2014 - 17:30

I've launched again the test script and I take care to keep the window and I have informations. There is an error (error 1) with wget : "file exists".

 

I've tried again skin Pli HD and the windows takes all the screen. It's not pretty :unsure: .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: user script on green button. #66 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 9 November 2014 - 17:49

oh yes that's right you must delete the old messages in your script - look at my testscript here;

http://forums.openpl...ndpost&p=453631

you did not read the comments in the testscript ? ;

 

# remove the files of the old wget messages, otherwise you didn't got messages if you run the script again
rm -f $MESSAGES

if you not delete the old wget messages and you use the script again then you get this error;

There is an error (error 1) with wget : "file exists".

in my testscript you can see all wget messages have at last the word timeout=15

and i have the variable as following;

MESSAGES="*timeout=15"

and then i delete all old wget messages in the script with that command;

rm -f $MESSAGES

at the beginning in the script so i can't get the error as you have.

 

 

I've tried again skin Pli HD and the windows takes all the screen. It's not pretty :unsure:

hmm, for me it's good i like the pli-hd skin.

here it looks as following;

Attached File  Screenshot-ProSieben9016.jpg   33.45KB   2 downloads

 

 

regards

Biki3


Edited by Biki3, 9 November 2014 - 17:53.

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #67 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 9 November 2014 - 18:07

Hi,

 

with todays update it's still that the scripts for hotkey are must be in /etc/shellscripts

better you make the update tomorrow then i think it's ok and hotkey scripts are must be in /usr/script.

 

if you want wait no longer you can download this file;

http://sourceforge.n...reens/Hotkey.py

then you go with FTP (Filezilla as example) to your box to the path;

/usr/lib/enigma2/python/Screens

here you must delete the file Hotkey.pyo and put the downoadet file Hotkey.py in this path

then you must reboot the box complete.

 

after that the scripts must be in /usr/script not longer in /etc/shellscripts.

at last you can delete now the file /usr/lib/enigma2/python/Screens/Hotkey.py on your box.

 

 

regards

Biki3


Edited by Biki3, 9 November 2014 - 18:11.

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #68 littlesat

  • PLi® Core member
  • 56,620 posts

+695
Excellent

Posted 9 November 2014 - 18:56

Deleting hotkey.pyo is not required... Just restarting enigma2 should do it.

Edited by littlesat, 9 November 2014 - 18:56.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: user script on green button. #69 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 9 November 2014 - 20:41

Sorry, I discover Linux when I have to something on the box and it's one of all my passions ;) . And your scrip is a little complex, then I red it a little quickly :unsure: :) .

 

I will wait to do an update, it will be easier ;) .

 

The message displays on the screen even if I don't remove it. I tried with 2 scripts and 2 messages and I have always the good one.

 

I tried :

    rm -f message*

and it works fine but I'm surprised, these messages are not in /etc/shellscripts but in /home/root. If I do a remove, I think I have to write the path, isn't it?

 

I haven't use timeout because I want to keep the message on the screen until I press "Exit". Thus I'm sure to see it.

 

The script window is very convenient but if I do a backup, it can take a long time and if I want to see a movie for example, I have to exit it and I lost what the script is doing. It's not convenient.

 

With Pli HD, I haven't the little window in the script window. I don't know why it's not the same display as you.

 

Thank you :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: user script on green button. #70 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 9 November 2014 - 21:25

Hi,

 

@littlesat,

 

Deleting hotkey.pyo is not required... Just restarting enigma2 should do it.

ok thanks - good to know :)

 

@sjlouis,

 

I tried :

    rm -f message*

and it works fine but I'm surprised, these messages are not in /etc/shellscripts but in /home/root. If I do a remove, I think I have to write the path, isn't it?

no no, that's correct if you didn't change the path in your script you are automatically in /home/root - that is not so good.

it's better you change at the beginning in your script the path to /tmp so the files to the wget messages are then in /tmp and if you start the box new

all in /tmp are deleted automatically and your system are always clean.

 

 

I haven't use timeout because I want to keep the message on the screen until I press "Exit". Thus I'm sure to see it.

ok i understand but then use better only no timeout in wget for the last wget message when the script is done because that is the most important message for you

what you didn't want missing to see.

 

 

The script window is very convenient but if I do a backup, it can take a long time and if I want to see a movie for example, I have to exit it and I lost what the script is doing. It's not convenient.

are you sure ? i didn't test it but i think if i start a script and then i close all windows so that i only see live-tv and then i start a movie

i see the wget message when they is coming.

have you testet my testscript ?

if you start it and then you close promptly all windows with the exit button (it's only one klick with exit button) so that you can see only the picture for live-tv

you can see that the wget messages comes from alone and after timeout they goes away from alone - i think this works also if you look movies from hdd or whatever.

 

 

With Pli HD, I haven't the little window in the script window. I don't know why it's not the same display as you.

can you post a screenshot to that ?

on the feed you can find plugins which can make screenshots.

 

 

ok, i make you a offer - if you post me your complete script in code tags here

then i have a look at it and if you want i help you then and make it as effectively as possible perfect with variables and so on.... in the next days if i have time.

 

 

regards

Biki3


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #71 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 11 November 2014 - 14:55

Hi Biki3,

 

Thank you for your help :) .

 

My script is very simple. First, I move movies (in fact series) that I know I will see them later, on another disk because my actual disk is full. I have ordered a bigger one.

 

Then I do the backup with the command rsync.

 

I only use one wget at the last of the script to know if it has finished. And this message appears in all conditions : if I see the tuner or if I see a recorded movie.

 

 

-----------------------------------------------------------------------------------------------

# echo "Transfert Arrow"
mv /media/hdd/movie/Series/*"Arrow"* /media/sdc2/movie/Series
# echo " "

echo "Transfert Being Human"
mv /media/hdd/movie/Series/*"Being Human"* /media/sdc2/movie/Series
echo " "

echo "Transfert Californication"
mv /media/hdd/movie/Series/*"Californication"* /media/sdc2/movie/Series
echo " "

echo "Sauvegarde fichiers"
rsync -ortuv --delete --exclude=/movie/.Trash /media/hdd/movie /media/sdc1

#  Pour afficher un message sur l'écran du démodulateur satellite
wget "http://192.168.0.4/w...erminée&type=1"

-----------------------------------------------------------------------------------------------

 

 

As the script is launched in /etc/shellscripts (now), I thought the path was in this directory. If I want to change the path, I have only to add :

path /temp

Isn't?

 

Is this temporary directory cleaned every time I start electrically (with the electrical switch) the box and/or I restart Enigma or is it sufficient to exit the box from stand bye? I will be surprised if the last case works well. Then it's cleaner to delete the messages. But I have only one, it's not dramatic :) .

 

The interest of the script window is to know if there is a problem with the script. Sometimes, it can't write on the backup disk but it takes the same time than if it does the job. In fact it seems to write in a temporary directory. Perhaps it's possible to test the possibility to write on the backup disk and if it's possible, launch the script.

 

 

For the screenshot, I can connect to the box from the PC (//192.168.0.4) with OpenWebif I think. I click on "Do a screen shot" but I don't know if it does something and where is the result file. On the disk? In a directory of root?

 

Thank you :) .


Edited by sjlouis, 11 November 2014 - 14:57.

Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: user script on green button. #72 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 11 November 2014 - 16:56

Hi sjlouis,

 

ok now the script is a little bit greater. :)

i have build in logging and most programms and paths with variables, furthermore i have build in security query if a programm

as mv or rsync fails.

if mv or rsync fails then the script stops and you can see a wget error message on your tv without timeout

so that the message didn't disappears from osd on yor tv, but no fear normally a programm didn't fail.

 

also the last wget message when the script is successful finished didn't disappears , and you have also a logfile in /tmp

with name transfered_series.log - you can see in there what the script have done.

here now the script - please test it, it's all in english (you are french - am'i right ?)

the best way is you start the script and close promtly the first osd with exit button (it's only a empty screen - right ?) and then you wait a little bit to look

for the first wget message (this can take 10 seconds - because i have build in a wait from 10 seconds).

only the first wget message disappears after 15 seconds (timeout).

and now you can test if you look movies or whatever you do if you can see then the last wget message on your osd

have fun :)

#!/bin/sh

## variables ##
INET_INTERFACE="eth0"
IFCONFIG=/sbin/ifconfig
WGET=/usr/bin/wget
HEAD=/usr/bin/head
TAIL=/usr/bin/tail
CUT=/usr/bin/cut
ECHO=/bin/echo
MV=/bin/mv
RSYNC=/usr/bin/rsync
TMP=/tmp
LOGFILE=$TMP/transfered_series.log
MOVIEDIR=/media/hdd/movie
SERIESDIR=Series
TARGETDIR=/media/sdc2/movie/Series
TRASH=/movie/.Trash
OTHER_MEDIA=/media/sdc1
MESSAGES="*type=*"


# switch to the directory /tmp (TMP) so that the wget message files are then in /tmp (TMP)
cd $TMP


# if the script starts again - delete first the old files to wget mesages in /tmp (TMP)
rm -f $MESSAGES


# readout the IP of the box for wget messages
BOXIP="$($IFCONFIG "$INET_INTERFACE" | $HEAD -n 2 | $TAIL -n 1 | $CUT -d: -f2 | $CUT -d" " -f 1)"
$ECHO -e "\nIP of the Box -> $BOXIP" > $LOGFILE
BOXIP="$($ECHO http://$BOXIP)"


# job start (start time) and wget message on the osd of the tv
STARTDATE="$(date +%a:%b:%Y:%H:%M)" && $ECHO -e "\n! JOB START -> $STARTDATE !\n" >> $LOGFILE
$WGET "$BOXIP/web/message?text=!%20backup%20starts...%20->%20$STARTDATE%20!&type=1&timeout=15"
sleep 10


# wget error message if mv (MV) or rsync (RSYNC) fails
osd_error_message() {
    $WGET "$BOXIP/web/message?text=!!!%20truncation%20!!!%20details%20thereto%20in%20$LOGFILE%20!&type=3"
}


# transfered series to the targetdirectory (TARGETDIR)
$ECHO -e "\ntransfered series..." >> $LOGFILE
$MV $MOVIEDIR/$SERIESDIR/*"Arrow"* $TARGETDIR && $MV $MOVIEDIR/$SERIESDIR/*"Being Human"* $TARGETDIR && \
$MV $MOVIEDIR/$SERIESDIR/*"Californication"* $TARGETDIR

# query if the programm mv (MV) fails, if yes the script stops if not all is ok
if [ "$?" = "0" ] ; then
	$ECHO -e "\n! transfered series successful finalized !\n" >> $LOGFILE
else
	osd_error_message
	$ECHO -e "\n!!! truncation !!! transfered series failed," >> $LOGFILE
	$ECHO -e "maybe through problems with esata disc.\n" >> $LOGFILE
	exit 1
fi


# backup the files with rsync (RSYNC)
$ECHO "backup files..." >> $LOGFILE
$RSYNC -ortuv --delete --exclude=$TRASH $MOVIEDIR $OTHER_MEDIA

# query if the programm rsync (RSYNC) fails, if yes the script stops if not all is ok
if [ "$?" = "0" ] ; then
	$ECHO -e "\n! backup files successful finalized !\n" >> $LOGFILE
else
	osd_error_message
	$ECHO -e "\n!!! truncation !!! backup files failed," >> $LOGFILE
	$ECHO -e "maybe through problems with esata disc.\n" >> $LOGFILE
	exit 1
fi


# job end (end time) and wget message on the osd of the tv
ENDDATE="$(date +%a:%b:%Y:%H:%M)" && $ECHO -e "\n! JOB END -> $ENDDATE !\n" >> $LOGFILE
$WGET "$BOXIP/web/message?text=!%20backup%20successful%20completed%20->%20$ENDDATE%20!&type=1"


exit

regards

Biki3


Edited by Biki3, 11 November 2014 - 17:01.

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #73 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 11 November 2014 - 17:21

Hi,

 

 

For the screenshot, I can connect to the box from the PC (//192.168.0.4) with OpenWebif I think. I click on "Do a screen shot" but I don't know if it does something and where is the result file. On the disk? In a directory of root?

 

forget it, it's not comfortable - i post you here a screenshot plugin that works fast and perfect (it's from @mogli123).

you must configure it - where you want to have the screenshots and with which button on your remote control you want to make the screenshots.

 

look at the pictures;

 

Attached File  Screenshot-Die_Barbara_Karlich_Show3279.jpg   78.3KB   3 downloads Attached File  two.JPG   99.07KB   3 downloads

 

 

regards

Biki3

Attached Files


Edited by Biki3, 11 November 2014 - 17:23.

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #74 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 12 November 2014 - 15:16

Hi sjlois,

 

here nor the missing answers;

 

 

As the script is launched in /etc/shellscripts (now), I thought the path was in this directory. If I want to change the path, I have only to add :

path /temp

Isn't?

no, the temporary dir on the box has the name /tmp you must only at the begin in the script (before the first wget message is coming) change to the  /tmp dir with;

cd /tmp

now you must delete the files to the old wget messages with;

rm -f $MESSAGES

if you have a variable as following in the script;

MESSAGES="*type=*"

only now it's perfect if a wget message is coming - you can see that all in my script in post #72.

 

 

 

 

Is this temporary directory cleaned every time I start electrically (with the electrical switch) the box and/or I restart Enigma or is it sufficient to exit the box from stand bye? I will be surprised if the last case works well. Then it's cleaner to delete the messages. But I have only one, it's not dramatic :) .

the /tmp dir will be cleaned automatically if you go in deep standby and then you start your box again or if you make a complete reboot.

here two commands for that in telnet;

shutdown -h now

or for reboot;

reboot

but if your box is always on it's also no problem if you use the script again it deletes the files to the old wget messages

and if you didn't start the script again it's also indifferent - then you have the files to the old wget messages in /tmp

but this is no problem - the files are not big and the et9200 has enough flash.

but if the files to disturb you then you can delete it also in the script at the end of the script, however as i say it's not required.

 

 

 

The interest of the script window is to know if there is a problem with the script.

yes i know - you said about problems with your esata disc.

 

 

In fact it seems to write in a temporary directory.

hmm, i don't know - how did you get this idea ?

 

 

Perhaps it's possible to test the possibility to write on the backup disk and if it's possible, launch the script.

yes sure, this is possible but which problems have you with your backup disc (esata disc) ?

is it a mount problem or what ?

 

at the moment my script does this already because if mv or rsync fails it ends and then you can have a look in the logfile in /tmp/transfered_series.log.

in that case also you get a wget error message without timeout so that you can see it sure on your tv - this message is also with type=3

so that you can see instantly that is an error message.

 

 

regards

Biki3


Edited by Biki3, 12 November 2014 - 15:16.

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #75 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 13 November 2014 - 13:46

Hi Biki3,

 

Thank you very much for your help and sorry for my late response :unsure:  :)  , I'm very busy these last days.

 

Yes the script is very very bigger :lol: and it becomes very complex, so I will examine it later.

 

I'm French and you : German, Belgian, Dutch?

 

I will download Screenshot but the other is also convenient because I haven't to go to the box when I'm behind the PC (there are not on the same floor). Then I do a screenshot from the PC, I take it and send it immediately.

 

Yes I've seen it's /tmp but I write it too quickly because I'm used with \temp ;) .

 

Ok when I launched a script, the execution is in /home/root. I don't use deep standbye and I don't reboot very often. As I have very few messages, there are not big and even if there is an error message, the scrip run well. Then I don't think it's necessary to delete them because there are not annoying in /home/root.

 

What is the interest of using file messages instead of the text of the message in wget?

 

Every time the script can't write the files on the backup disk, I see a new strange directory (I don't remember if it's under /root or /media). I'm not sure but I think it was beginning with ~ and there are upshift letters. When I reboot, this directory disappears.

 

When the script can't write on the backup disk, there is an error message for each file but it takes the same time to jump to the next file as if it writes it really on the disk. Astonishing. When I connect the disk to the box, the box doesn't see it every time. If I don't verify and if the box doesn't see it, there is this error. But the last time, it was different because it did the moves but can't copy the other files. I don't know what was the problem.

 

I think your external esata disk box isn't always on. And when you switch it on, the box recognize it every time? You have nothing to do? You're lucky :unsure: :) .

 

Thank you :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: user script on green button. #76 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 13 November 2014 - 16:19

Hi sjlouis,

 

no problem, the real live is more important :)

 

 

I'm French and you : German, Belgian, Dutch?

i'am Austrian

 

 

As I have very few messages, there are not big and even if there is an error message, the scrip run well. Then I don't think it's necessary to delete them because there are not annoying in /home/root.

yes the message files are not big, even you have more than 10 messages in /tmp it's no problem.

how many flash has your et9200 i think 256mb or ? that's more as enough - my et9000 has only 128 mb and i have no problems if i have many wget message files in /tmp.

 

 

What is the interest of using file messages instead of the text of the message in wget?

 i don't know - the fact is if you use wget to get a message on osd from the tv then wget creates also a file

so it isn't instead.

 

 

When the script can't write on the backup disk, there is an error message for each file but it takes the same time to jump to the next file as if it writes it really on the disk. Astonishing. When I connect the disk to the box, the box doesn't see it every time. If I don't verify and if the box doesn't see it, there is this error. But the last time, it was different because it did the moves but can't copy the other files. I don't know what was the problem.

hmm. i have also no idea but you have two partitions on this disc right ? sdc1 and sdc2 maybe that makes problems.

but mount is ok then ? what says the command;

mount

in telnet if you can't write on your backup disc ?

 

 

 

I think your external esata disk box isn't always on. And when you switch it on, the box recognize it every time? You have nothing to do? You're lucky :unsure: :)

yes the most time it works exactly as you say, only very rarely the disc cannot be mountet (every three months one time) then i must reboot my box and then it's ok again.

 

 

regards

Biki3


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #77 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 13 November 2014 - 16:58

i'am Austrian

As my KTM :) .

 

how many flash has your et9200 i think 256mb or ? that's more as enough - my et9000 has only 128 mb and i have no problems if i have many wget message files in /tmp.

I had an ET9000 and it broke down. Then I bought an ET9000 which was at a very good price. It's the same box. I think the only change is the power supply card.

 

hmm. i have also no idea but you have two partitions on this disc right ? sdc1 and sdc2 maybe that makes problems.
but mount is ok then ? what says the command;

mount
in telnet if you can't write on your backup disc ?

 

Yes I can write on the backup disk if the box sees it. Otherwise I have the same problems.


I've forgotten to ask you what are the differences for the 4 types :
messagetype=Number from 0 to 3, 0= Yes/No, 1= Info, 2=Message, 3=Attention
I haven't understood.

Thank you :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: user script on green button. #78 Pike_Bishop

  • Senior Member
  • 1,139 posts

+74
Good

Posted 13 November 2014 - 19:13

HI sjlous,

 

 

As my KTM :) .

yeah :) a bike am'i right ?

i have also a bike.

 

Yes I can write on the backup disk if the box sees it. Otherwise I have the same problems.

ok i understand, with the script from post #72 now you get a error message on the osd from your tv

if you can't write on your esata disc because then sure the programm mv fails and then the script ends promptly.

 

 

've forgotten to ask you what are the differences for the 4 types :
messagetype=Number from 0 to 3, 0= Yes/No, 1= Info, 2=Message, 3=Attention
I haven't understood.

i have testet 1, 2, and 3

type=1 you see the message window with a blue symbol with a callsign on the left side.

type=2 you see only the message window without any symbol.

type=3 you see the message window with a red symbol with a x on the left side (that's good for error messages).

type=0 i didn't test.

 

you can even test it in telnet with;

/usr/bin/wget "http://XXX.XXX.XX.XX/web/message?text=!!!%20truncation%20!!!%20details%20thereto%20in%20$LOGFILE%20!&type=1"

or;

/usr/bin/wget "http://XXX.XXX.XX.XX/web/message?text=!!!%20truncation%20!!!%20details%20thereto%20in%20$LOGFILE%20!&type=2"

or;

/usr/bin/wget "http://XXX.XXX.XX.XX/web/message?text=!!!%20truncation%20!!!%20details%20thereto%20in%20$LOGFILE%20!&type=3"

the XXX.XXX.XX.XX you must replace with your real IP of your box - then you can see as it looks and what is the difference

 

 

regards

Biki3


Edited by Biki3, 13 November 2014 - 19:15.

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: user script on green button. #79 littlesat

  • PLi® Core member
  • 56,620 posts

+695
Excellent

Posted 13 November 2014 - 19:39

Or relace it by localhost or 127.0.0.1


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: user script on green button. #80 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 14 November 2014 - 13:21

yeah :) a bike am'i right ?
i have also a bike.

 

Yes I suspect it with your "photo". Yes it's a motorbike even if KTM makes mountain bikes. I do also MB but there are not KTM.

And thank you for the other informations   :) .

 

Or relace it by localhost or 127.0.0.1

 

I think it's "replace" ;) .

 

What is the local host? It's the dreambox (ET9200 for me), isn'it?

 

And what is 127.0.0.1?

 

Thank you :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2



6 user(s) are reading this topic

0 members, 6 guests, 0 anonymous users