Should I have to reboot every morning ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moulee2009
    Member
    • Apr 2011
    • 56

    #1

    Should I have to reboot every morning ?

    I'm just getting to grips with my DM800 clone having moved on from an openbox but I have a question.

    Should I have to reboot my box every morning. I'm using the latest oozoon image as I like it , I have tried several others and this is the one which suits my use. I have mgcamd installed and working fine. When I finish watching at night I press standby on the remote. First thing in the morning I have no access to sly channels so I restart the box and it works great for the rest of the day until morning , surely something isn't right ? Any suggestions ?
  • crowdream
    Junior Member
    • Dec 2009
    • 23

    #2
    I've been using the openpli image for about a month now and I leave my box on 24/7 and don't need to regularly reboot let alone reboot every morning. I'm also running mgcamd.

    Comment

    • SGTFlipFlop
      V.I.P. Member
      • Sep 2009
      • 1002

      #3
      I reboot my box only when I upload new Bouquets, Shouldn't need too but gives me peace of mind that it gets restarted every once in a while

      Comment

      • moulee2009
        Member
        • Apr 2011
        • 56

        #4
        Thank you , i think im going to try a different image tonight and see if it happens in the morning

        Comment

        • irsh12
          Top Poster
          • Oct 2010
          • 108

          #5
          Originally posted by moulee2009
          Thank you , i think im going to try a different image tonight and see if it happens in the morning
          It's the mgcamd going into standby, press the blue button and restart mgcamd instead of rebooting and waiting a while.

          Let me know if this helps.

          Comment

          • moulee2009
            Member
            • Apr 2011
            • 56

            #6
            Originally posted by irsh12
            It's the mgcamd going into standby, press the blue button and restart mgcamd instead of rebooting and waiting a while.

            Let me know if this helps.
            Thank you , i will let you know in the morning , is there anyway to stop mgcamd going into standby ?

            Comment

            • irsh12
              Top Poster
              • Oct 2010
              • 108

              #7
              Originally posted by moulee2009
              Thank you , i will let you know in the morning , is there anyway to stop mgcamd going into standby ?
              I'm not quite sure, hopefully someone will come along and answer this question for us. In the mean time just restarting the mgcamd works.

              Comment

              • moulee2009
                Member
                • Apr 2011
                • 56

                #8
                Do you also have the same issue ?

                Ive just looked at the mgcamd script , i think something needs editing here but not sure ?

                #!/bin/sh
                CAM="mgcamd_1.35a"
                OSD="MGcamd 1.35a"
                PID=`pidof $CAM`
                Action=$1
                cam_clean () {
                rm -rf /tmp/*.info* /tmp/*.tmp*
                }
                cam_handle () {
                if test -z "${PID}" ; then
                cam_up;
                else
                cam_down;
                fi;
                }
                cam_down () {
                killall $CAM
                sleep 2
                cam_clean
                }
                cam_up () {
                /usr/bin/cam/$CAM &
                }
                if test "$Action" = "cam_res" ; then
                cam_down
                cam_up
                elif test "$Action" = "cam_down" ; then
                cam_down
                elif test "$Action" = "cam_up" ; then
                cam_up
                else
                cam_handle
                fi
                exit 0
                Last edited by moulee2009; 6 June, 2011, 17:43.

                Comment

                • irsh12
                  Top Poster
                  • Oct 2010
                  • 108

                  #9
                  Originally posted by moulee2009
                  Do you also have the same issue ?
                  Yes, I had the technomate 500s before, just got my dm800hd couple days ago, haven't fully used it yet to see if it happens on the dm800hd, used to happen on my technomate when I put it in standby.

                  Comment

                  • moulee2009
                    Member
                    • Apr 2011
                    • 56

                    #10
                    Ive fixed it . On the image im using go in to user scripts , choose cam and then autostart . It worked for me as it didn't need to be restarted this morning

                    Comment

                    Working...