Beiträge von oldfart101

    I have a problem with Filmon
    choosing UK Live TV -> BBC ONE
    does nothing - no output, no pause, nothing.
    Any ideas?


    Ich habe ein Problem mit Filmon
    Wahl in UK Live TV -> BBC ONE
    tut nichts - keinen Ausgang, keine Pause, nichts.
    Irgendwelche Ideen?

    Ich weiß nicht, warum es als ro montiert ist



    I'm sure this has been asked - but I can't find the answer
    When outputting sound to the TV using dts downmix (connected via hdmi), the sound levels are very low
    I have to increase the TV sound upto 92% - so the speakers distort.
    Is there any fix?

    got past that bit
    seems that dropbear keeps its files in
    /etc/dropbear/dropbear_rsa_host_key


    now getting an error:-
    n.n.n.n is not in the trusted hosts file

    scp from one box to another (500HD to 8000PVR)


    created a key with

    Code
    dropbearkey -t rsa -f id_rsa


    copy & paste the resultant text into file /.sh/authorized_keys/id_rsa on both boxes

    Code
    scp -i /.ssh/authorized_keys/id_rsa /media/hdd/my_ip.txt root@192.168.1.175:/media/hdd


    error:-


    /usr/bin/dbclient: exited: string too long


    any ideas

    I am trying to emulate dyndns
    my son has a dreambox - remote from me - which I want to administer
    his router can only deal with a dyndns.org account
    dyndns now charge $20 a year for a domain name of n.dyndns.org
    so - I thought it would be easy to write a script


    the script should read a file from the hard disk, which contains the old wan ip address
    get the new ip address from the automation web site
    compare the two - if different, save the new ip address and then scp the file to my dreambox
    sounded easy.


    first off - created the text file with

    Code
    touch /media/hdd/my_ip.txt


    then got the current ip address and wrote it to the file

    Code
    WANIP=`wget -q --output-document=- "http://automation.whatismyip.com/n09230945.asp"`
    echo $WANIP > /media/hdd/my_ip.txt


    now the script file - having problems with this!



    I get an error [3.4.5.6: not found (address changed for demonstration purposes)