Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Reload readers-file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • globber
    Newbie
    • Oct 2012
    • 9

    Reload readers-file

    Hi,

    how can i reload the oscam.server-file when i make changes in the file.

    I already tried SIGHUP, USR1, USR2

    I there any way without restart the process?

    thx
  • cisko
    Banned
    • Sep 2012
    • 237

    #2
    Re: Reload readers-file

    If you use web-interface any change to user or server file make thread to restart or add new info.
    This is a good way to make also important modification without restart all oscam process.

    Comment

    • globber
      Newbie
      • Oct 2012
      • 9

      #3
      Re: Reload readers-file

      Originally posted by cisko
      If you use web-interface any change to user or server file make thread to restart or add new info.
      This is a good way to make also important modification without restart all oscam process.
      Hi,

      isn't there any option using a xml-webservice, via telnet or something else without restarting?
      i don't want to "remote control" the webinterface ;-)

      thx

      Comment

      • cisko
        Banned
        • Sep 2012
        • 237

        #4
        Re: Reload readers-file

        You can use ssh or telnet to restart server/proxy thread after you have made your change, but only for proxy that already exist, not for new.
        Write top and search thread kill it and restart, but this is a very ugly method because you must know thread name.

        Otherwise you can restart all oscam via tenet or ssh, if you are under linux write:
        Code:
        killall -9 oscam
        oscam &
        oscam will be killed with all assoiated thread and restarted. This is good also if you add a new user or a new proxy, or also if you change configuration file (oscam.conf) that required a restart also using web-interface.

        Obviously killall -9 oscam and oscam & required oscam in /usr/bin path, otherwise you must write all path, and oscam is the file name, if you have another name change it according to your name.

        Comment

        • mirny
          Experienced Board Member
          • Nov 2011
          • 707

          #5
          Re: Reload readers-file

          when you're adding new user or proxy you dont need to restart oscam, for any other changes restart is necessary. but i cant remember from which build number is it like that.
          HD-BOX FS-9200,SkyStar HD2 USB CI, Skystar2 90Fe Motor, 85Al Multifeed

          If you like my post, or was helpful, don't be shy and press the Thanks Button.

          Comment

          • cisko
            Banned
            • Sep 2012
            • 237

            #6
            Re: Reload readers-file

            You can do this only with web interface or also without webif?

            Comment

            • mirny
              Experienced Board Member
              • Nov 2011
              • 707

              #7
              Re: Reload readers-file

              Im doing this through the webif, I didn't try it through the ftp
              HD-BOX FS-9200,SkyStar HD2 USB CI, Skystar2 90Fe Motor, 85Al Multifeed

              If you like my post, or was helpful, don't be shy and press the Thanks Button.

              Comment

              Working...