Seite 2 von 2 ErsteErste 12
Ergebnis 11 bis 17 von 17
  1. #11
    Anfänger
    Registriert seit
    19.08.2016
    Beiträge
    22
    Thanks (gegeben)
    12
    Thanks (bekommen)
    3
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    If I need to restart oscam every minute,how will I present it
    Just help with an example

    Sent from my Nokia 6.1 Plus using Tapatalk
    Geändert von esuo2 (19.03.2019 um 23:07 Uhr)

    •   Alt Advertising

       

  2. #12
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    23.754
    Thanks (gegeben)
    4482
    Thanks (bekommen)
    8578
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Hahaha.
    Read the board rules! No support for softcams or modules.

    Any instruction is called the right way (every minute? you may know).
    0755 is not the right filemode for a config - it should be 0644.

    My running config is placed in

    /etc/cron/crontabs/root

    and calls ntpdate-sync every 30 minutes:
    Code:
    30 * * * *    /usr/bin/ntpdate-sync silent
    Geändert von Papi2000 (19.03.2019 um 23:27 Uhr)
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  3. #13
    Anfänger
    Registriert seit
    19.08.2016
    Beiträge
    22
    Thanks (gegeben)
    12
    Thanks (bekommen)
    3
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Zitat Zitat von Papi2000 Beitrag anzeigen
    Hahaha.
    Read the board rules! No support for softcams or modules.

    Any instruction is called the right way (every minute? you may know).
    0755 is not the right filemode for a config - it should be 0644.
    Hahaha, damn, I forgot

    let's say I want to call ntpdate-sync every minute or every 20 secs in a minute

    thanks
    Geändert von esuo2 (19.03.2019 um 23:33 Uhr)

  4. #14
    Anfänger
    Registriert seit
    19.08.2016
    Beiträge
    22
    Thanks (gegeben)
    12
    Thanks (bekommen)
    3
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    I wrote to /usr/cron/crontab/root >> attributes 644
    1* * * * /usr/bin/ntpdate-sync silent
    wanted cron to run this every minutes/60 seconds

    the in telnet
    HTML-Code:
    /etc/init.d/busybox-cron start
    HTML-Code:
    update-rc.d busybox-cron defaults
    HTML-Code:
    /etc/init.d/busybox-cron start &
    still no luck

  5. #15
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Beiträge
    1.370
    Thanks (gegeben)
    88
    Thanks (bekommen)
    379
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    Nope.

    If you use the built-in init.d script in OpenATV for softcam, it will restarted as follows:
    * * * * * bash /etc/init.d/softcam restart

    If you use "/etc/*.emu" file, then it's more difficult. First, you will find all arguments to run oscam with the command "top -c | grep oscam". Then write the command-line for killing the service and restarting into CRON file:
    * * * * * killall -9 oscam && /usr/bin/oscam command_line_arguments

    After changes in the "/etc/cron/crontabs/root" file, just restart the cron service "/etc/init.d/crond restart". Or stop the CRON service before changing the configuration and then start the CRON service after changing the configuration.

    Restart every minute for Oscam is stupid ! Apparently you was thinking of finding out if the softcam service was freezing every minute and then restarting this service again. This can also be found elsewhere (try Google).

    Unfortunately, you have to visit another discussion forum. Unfortunately, the softcam discussion is forbidden here (even though OpenATV directly supports softcam autostart scripts).
    Formuler F3 (BCM 7362-A0, 2x 750 MHz, mips)
    Formuler F4 TURBO (BCM 7362-5, 2x 750 MHz, mips)
    Vu+ Solo SE V2 (BCM 7429, 2x 1300 MHz, mips)

  6. Thanks esuo2 bedankten sich
  7. #16
    Anfänger
    Registriert seit
    19.08.2016
    Beiträge
    22
    Thanks (gegeben)
    12
    Thanks (bekommen)
    3
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Thanks s3n0 for the insightful post

    Still prooving stubborn

    /etc/cron/crontab/root attributes set to 644

    then I have this in root file

    HTML-Code:
    * * * * * killall -9 softcam && /usr/bin/softcam -b -r 2 -c /usr/keys/softcam
    I used softcam I believe you know what i mean

    to be started every minute >>> do i put 1 0 or *

    Thanks in advance!

  8. #17
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    23.754
    Thanks (gegeben)
    4482
    Thanks (bekommen)
    8578
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Sorry. Your Problem is not cron with cronjobs, but softcam-controll.
    Therefore here now ist the end reached...
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----




Seite 2 von 2 ErsteErste 12

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:04 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2023 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,56%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com