CCcam doesnt autostart

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • CCcam doesnt autostart

      Hi All,

      I switched to the latest VTi image v4 today and have found that every time I reboot the vu duo cccam does not start until i go into the vti menu and restart the softcam. This has got to be an issue with the image as my mate has the same image and issue on his vu duo. i can confirm that this problem persists with cccam 2.1.4 and 2.1.3. Anyone got any ideas how to make it autostart with the box?
    • did you uninstall the first before you install the second???
      here works ok after update


      KEINE FRAGEN PER PN DIESE WERDEN OHNE AUSNAHME GELÖSCHT FRAGEN GEHÖREN INS FORUM
      KEINE FRAGEN IM VORSTELLUNGSBEREICH FRAGEN GEHÖREN INS FORUM

      Anfänger Tipps die nicht alle im Handbuch stehen##Die wichtigsten Links von Vuplus Support!## QUICK-START-GUIDE für Neuankömmlinge...##Anfängerfragen & Notdienst ##JA / NEIN Fragen für Anfänger ##FAQ
    • Ok...

      Found the script that should allow it to work.

      -------------------------------
      #!/bin/sh
      clear

      /etc/init.d/softcam.CCcam.2.1.4 restart

      sleep 2
      exit 0
      --------------------------------

      Create a file with the above.

      Then create a crontab entry to run the script. You will need to create the folder structure /var/spool/cron/crontabs before you will be able to do a crontab -e.

      I was wondering...... cant the service just be started via /etc/inittab??? Have it set with the 'respawn' parameter so that it is re-launched if the process/daemon dies?...

      Any thoughts?
    • It would be easyer to create a script in /etc/init.d and create a softlink in /etc/rc3.d/S99........

      No cron is needed then.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • @RealMagic911 - So you are saying....

      Create a file for example called...

      ccamm_launch.sh save it in /etc/init.d/

      and in that file save the text below

      -------------------------------
      #!/bin/sh
      clear

      /etc/init.d/softcam.CCcam.2.1.4 restart

      sleep 2
      exit 0
      --------------------------------

      Save the file....

      Then....

      go to /etc/rc3.d

      and run the command

      ln -s ../init.d/cccam_launch.sh S99cccamLaunch

      This should give you the below...

      S99cccamm S99rmnologin
      root@bm750:/etc/rc3.d# ls -l S99cccamm
      lrwxrwxrwx 1 root root 25 Feb 22 21:35 S99cccamm -> ../init.d/cccam_launch.sh


      Ive kinda got that........hope it helps others.

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von bobonthejob ()

    • Wasn't there somethin wrong with files ending .sh?

      Try naming it /etc/init.d/Softcam

      ln -s ln -s /etc/init.d/Softcam /etc/rc3.d/S99Softcam
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS