Cron in DM 800 SE + Oscam & CCcam

    • Cron in DM 800 SE + Oscam & CCcam

      Hi mates,

      I currently having some troubles to add a cron job into my dm 800se, I've installed the Cron from the addons online, but I don't see it anywhere.

      Also I'm running Latest oscam build from yesterday + CCcam_2_1_2 and it's stoping after 20 hours, if I do a restart emu also doesn't help, it just stops.
      Is this a problem of the emus or a known issue from the newnigma issue?

      The CCcam 2.1.2/3 is not giving the SHOW ECM Timing, only shows nans I read somewhere that this is a known issue.... any fix for this?

      Can someone give me a hand on this?
    • there is no plugin to configure cron over GUI, it must be done over telnet

      send your file via FTP to your dreambox -> /usr/script/

      make it executable

      Quellcode

      1. # chmod 755 /usr/script/name_of_your_script.sh


      install cron (if not done until yet)

      Quellcode

      1. # opkg update
      2. # opkg install cron


      add a cronjob

      Quellcode

      1. # crontab -e


      the vi-editor will start (help to Vi: -> en.wikipedia.org/wiki/Vi)

      <i> for change to insert mode

      add your new crontab like this

      Quellcode

      1. min hour day month day_off_week /usr/script/name_of_your_script.sh


      help crontab -> en.wikipedia.org/wiki/Cron

      save with
      <ESC> -> (then you are in the command mode)
      :wq
      <Enter>

      exit without saving (if not shure)
      <ESC>
      :!q
      <Enter>

      start cron

      Quellcode

      1. # /etc/init.d/cron start


      ------

      list your crontabs

      Quellcode

      1. # crontab -l


      edit your cronttabs with crontab -e - changes will take effect without restart cron

      ------

      after first startup of cron you can edit your crontabs with another editor for Linux alternatively, eg. with PS-Pad - but crontab -e is more linuxlike ;)

      the crontabs are saved in file /cron/tabs/root

      if you edit with PS-Pad, your have to restart cron manually, that changes take effect

      Quellcode

      1. # /etc/init.d/cron restart
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      ¯\_(ツ)_/¯

      Quellcode

      1. root@dm920:~$ mount | grep "/ "
      2. /dev/mmcblk1p1 on / type ext4 (rw,relatime,data=ordered)
      3. root@dm920:~$

      Dieser Beitrag wurde bereits 6 mal editiert, zuletzt von Fred Bogus Trumper ()