Letzte Themen:

Ersatz für Dreambox HD 8000 » Autor (Quelle): haie » Letzter Beitrag: Wordpresser123 CS und Umstellung auf Glasfaser, was ändert sich? » Autor (Quelle): sekretär » Letzter Beitrag: sekretär Sony Vaio Notebook » Autor (Quelle): efe72 » Letzter Beitrag: efe72 Ruf mich an » Autor (Quelle): Duke » Letzter Beitrag: Duke Ebay Kleinanzeigen » Autor (Quelle): zeus-crew » Letzter Beitrag: Trike HD Plus stellt neuen Empfangsweg vor » Autor (Quelle): Dr.Dream » Letzter Beitrag: rqs Ein Gedicht das (vielleicht) polarisieren wird » Autor (Quelle): Beingodik » Letzter Beitrag: Beingodik Nokia Streaming Box 8000 / 8010 » Autor (Quelle): satron » Letzter Beitrag: satron Fire Stick was geht da ? » Autor (Quelle): crx » Letzter Beitrag: crx 23 Jahre Spinnes-Board » Autor (Quelle): Duke » Letzter Beitrag: DEF
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 22

Thema: ufs 910 incubuscamd cam[di:1]: Demux timeout. Restarting filter. Lösung!

  1. #1
    Mitglied
    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0

    ufs 910 incubuscamd cam[di:1]: Demux timeout. Restarting filter. Lösung!

    Hallo zusammen,
    ich hab nun nach langem ausprobieren und viel Zeit investieren geschafft incubuscamd erfolgreich zum laufen zu kriegen.
    Ich hatte das Problem, wenn ich von pay tv auf free tv geschaltet habe , das sich der Incubuscamd hängen bleibt und in der Console folgende Fehlermeldung auftaucht :
    cam[di:1]: Demux timeout. Restarting filter...
    Und wenn man weiter Kanal gewechselt hat bleibt der ganze Receiver hängen und man kann nichts mehr machen außer strom rauszuziehen.
    Um das Problem zu vermeiden habe ich ein script geschrieben, das mit der Hilfe von cron jede minute die Logdatei nach diese Fehlermeldung überprüft, wenn diese Fehlermeldung auftaucht wird der Incubuscamd automatisch neugestartet.

    Incubuscamd how to automatic restart
    nithazscript
    1. download the nithazscript.sh and copy to your /var/keys folder.
    2. in Incubuscamd config you have to enable log to file option!
    log_to_file=1
    logfile_name=/var/keys/incubusCamd.log
    3. setup crond
    ufs910:~# cd
    ufs910:~# mkdir -p /var/spool/cron/crontabs
    ufs910:~# crond
    ufs910:~# echo "* * * * * /var/keys/nithazscript.sh >> $HOME/cron_work.log" > crontab.file
    ufs910:~# crontab crontab.file
    ufs910:~# touch cron_work.log
    nithazscriptV2
    - nithazscriptV2 works without crond!
    - it checks every second the log file.
    ufs910:~# sh nithazscriptV2.sh &
    nithazscriptV2 how to start with incubuscamd
    edit the incubusCamd.sh4_e2.emu script in /var/etc/ folder
    and add this line startcam =/var/emu/incubusCamd.sh4_e2 && /var/keys/nithazscriptV2.sh &

    Now if you start incubuscamd via Softcam Panel nithazscript will start together.

    Gruß
    Boyz
    ps: ich benutze zurzeit die neuste Version 0.86.
    Angehängte Dateien Angehängte Dateien
    Geändert von Boyz (18.07.09 um 02:42 Uhr) Grund: how to start with incubuscamd

  2. #2
    Neuling
    Registriert seit
    Dec 2007
    Beiträge
    2
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Zitat Zitat von Boyz Beitrag anzeigen
    Hallo zusammen,
    ich hab nun nach langem ausprobieren und viel Zeit investierung geschafft incubuscamd erfolgreich zum laufen zu kriegen.
    Ich hatte das Problem, wenn ich von pay tv auf free tv geschaltet habe , das sich der Incubuscamd hängen bleibt und in der Console folgende Fehlermeldung auftaucht :
    cam[di:1]: Demux timeout. Restarting filter...
    Und wenn man weiter Kanal gewechselt hat bleibt der ganze Receiver hängen und man kann nichts mehr machen außer strom rauszuziehen.
    Um das Problem zu vermeiden habe ich ein script geschrieben, das mit der Hilfe von cron jede minute die Logdatei nach diese Fehlermeldung überprüft, wenn diese Fehlermeldung auftaucht wird der Incubuscamd automatisch neusgestartet.

    So nun zu meine Frage!
    Läuft incubuscamd auf Kathrein ufs 910 mit enigma2 bei jemanden fehlerfrei mit umschaltung von ***** auf freetv und umgekehrt ohne das sich der Receiver hängen bleibt?
    Oder hat jemand diese Fehler mit Restarting filter... anders als ich beseitigen können?
    Gruß
    Boyz
    ps: ich benutze zurzeit die neuste Version 0.86.
    Hello!

    First I apologize to write in English.

    I am going to abuse your thread for some other problem.
    It seems that Incubus also freezes the reciever if it doesn't get the ECM for some time. Then also only unpluging of the power helps.
    So I was thinking if it would be possible to monitor the ecm file in /temp and if it was not changed for some time this script would restart Incubus?
    Maybe this could help?

    Thank you for your answer.

  3. #3
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Zitat Zitat von zmelkoow Beitrag anzeigen
    Hello!
    First I apologize to write in English.
    I am going to abuse your thread for some other problem.
    It seems that Incubus also freezes the reciever if it doesn't get the ECM for some time. Then also only unpluging of the power helps.
    So I was thinking if it would be possible to monitor the ecm file in /temp and if it was not changed for some time this script would restart Incubus?
    Maybe this could help?
    Thank you for your answer.
    Hallo,
    i dont know if it would be possible to monitor the ecm file in /temp.
    I wrote a script that check the log file every 1minute for timeout and will restart then.
    That is the same like what you are thinking.
    If the receiver freeze you dont need to unplug the receiver from power you have to wait 1minute and incubuscamd will restart automatic.

  4. #4
    Neuling
    Registriert seit
    Dec 2007
    Beiträge
    2
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Hi again!
    Would it be possible to get this script?

    THX

    Z

  5. #5
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Zitat Zitat von zmelkoow Beitrag anzeigen
    Hi again!
    Would it be possible to get this script?
    THX
    Z
    Hi,
    check first post!

  6. #6
    Mitglied
    Registriert seit
    Oct 2007
    Beiträge
    18
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    hi

    I'm very interested by your idea

    do you not fear that the file incubuscald.log can become too important ?

    Where is the Setup for crond ? (Crond is in /bin/)

    thanks for your help

  7. #7
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Zitat Zitat von dreanew Beitrag anzeigen
    hi
    I'm very interested by your idea
    do you not fear that the file incubuscald.log can become too important ?
    Where is the Setup for crond ? (Crond is in /bin/)
    thanks for your help
    Hi,
    you dont need to setup crond.
    crond should run in the background as daemon thats it.
    You have to tip in the console only "crond" then it will run automatic in the background!

  8. #8
    Mitglied
    Registriert seit
    Oct 2007
    Beiträge
    18
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    ufs910:/var/keys# ./nithazscript.sh
    : not foundipt.sh: line 3: !/bin/sh
    grep: /tmp/temp_log: No such file or directory
    ./nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")

    I wrote #!bin/sh

    ufs910:/var/keys# ./nithazscript.sh
    grep: /tmp/temp_log: No such file or directory
    ./nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")

  9. #9
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Zitat Zitat von dreanew Beitrag anzeigen
    ufs910:/var/keys# ./nithazscript.sh
    : not foundipt.sh: line 3: !/bin/sh
    grep: /tmp/temp_log: No such file or directory
    ./nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")
    I wrote #!bin/sh
    ufs910:/var/keys# ./nithazscript.sh
    grep: /tmp/temp_log: No such file or directory
    ./nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")
    Hi,
    you are not using enigma2?
    or the script is not executable then type
    "chmod +x nithazscript.sh" and try to execute the script with "sh nithazscript.sh"!
    before that, be sure that incuscamd is running with log_to_file option!

  10. #10
    Mitglied
    Registriert seit
    Oct 2007
    Beiträge
    18
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    i'm with AAF rising sun on USB stick ( enigma2 with AAF2.e in flash)

    chmod 755 on nithazscript.sh

    ufs910:/var/keys# sh nithazscript.sh
    grep: /tmp/temp_log: No such file or directory
    nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")
    Geändert von dreanew (07.07.09 um 00:44 Uhr)

  11. #11
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Hi,
    it was working with "AAF-Enterprise_The-next-GenerationV2.2-BA" image!
    I will test it tommorow with AAF rising sun image.


    Zitat Zitat von dreanew Beitrag anzeigen
    i'm with AAF rising sun on USB stick ( enigma2 with AAF2.e in flash)
    chmod 755 on nithazscript.sh
    ufs910:/var/keys# sh nithazscript.sh
    grep: /tmp/temp_log: No such file or directory
    nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")

  12. #12
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Hi,
    i added new script,
    now it should work.


    Zitat Zitat von dreanew Beitrag anzeigen
    i'm with AAF rising sun on USB stick ( enigma2 with AAF2.e in flash)
    chmod 755 on nithazscript.sh
    ufs910:/var/keys# sh nithazscript.sh
    grep: /tmp/temp_log: No such file or directory
    nithazscript.sh: line 15: syntax error: end of file unexpected (expecting "then")

  13. #13
    Mitglied
    Registriert seit
    Oct 2007
    Beiträge
    18
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    ok it's better : Thanks a lot. 2 questions
    -
    [1]Why do U write this line : " grep -v -i timeout /tmp/temp_log >/var/keys/incubusCamd.log" because don't u have the solution to avoid a too big file ?
    -
    [2]
    ufs910:~# rm /tmp/timeout
    rm: cannot remove '/tmp/timeout': No such file or directory
    ufs910:~# rm /tmp/temp_log
    rm: cannot remove '/tmp/temp_log': No such file or directory
    with
    ufs910:~# ls -lsa /tmp/t*
    8 -rw-r--r-- 1 root root 5177 Jul 7 11:45 /tmp/temp_log
    0 -rw-r--r-- 1 root root 0 Jul 7 11:45 /tmp/timeout
    thanks a lot for your assistance

  14. #14
    Mitglied
    Themenstarter

    Registriert seit
    Jun 2009
    Beiträge
    15
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    i dont know why you get that error with No such file or directory.
    On my kathrein the script is working.
    you can comment that line with grep -v -i... i think it would work also without the line.


    Zitat Zitat von dreanew Beitrag anzeigen
    ok it's better : Thanks a lot. 2 questions
    -
    [1]Why do U write this line : " grep -v -i timeout /tmp/temp_log >/var/keys/incubusCamd.log" because don't u have the solution to avoid a too big file ?
    -
    [2]with
    thanks a lot for your assistance

  15. #15
    Neuling
    Registriert seit
    Jul 2007
    Beiträge
    2
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    wenn du das seriale loggen abschaltest und den kathi neu startest, läuft free-tv ohne probs. irgendwas scheint sich da zu beisen.

    ich denke hier muss eine version von incubus her.

    weiterhin halte ich es für bedenklich, wenn jemand dein script in der flash-version testet.
    evtl. sollte man hier die pfade vorher auf den swap ändern.

    gruß floders

Seite 1 von 2 12 LetzteLetzte

Ähnliche Themen

  1. Standard SMARTCARD SID ASSIGN: / SID-Filter in NewCS ?
    Von snowman.nl im Forum Cardsharing
    Antworten: 0
    Letzter Beitrag: 22.10.10, 13:07
  2. Spam Filter für T-Online E-Mailprogramm ?
    Von karl-1 im Forum Suchen und Finden Download & Starke Links (Rapidshare, Peer2Peer)
    Antworten: 1
    Letzter Beitrag: 23.03.07, 02:18

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •