Scheduler -> Status -> Stop button in Campcaster Studio
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Micz,

    Clicking this button, then Are you sure? -> Yes, I get an XML-RPC error
    from Gstreamer - same for you?

    Cheers!

    Daniel
  • 4 Comments sorted by
  • Vote Up0Vote Down Micz FlorMicz Flor
    Posts: 184Administrator
    not sure what you mean... when i go to Options > Scheduler and "Stop" the scheduler, the terminal throws an error:

    calling GLiveSupport :: displaySchedule !!!!!!!!!!!!!!!!!
    DisplayScheduleMethod scheduleEntries: 0
    SchedulerDaemonXmlRpcClient::displaySchedule entries: 0
    calling GLiveSupport :: displaySchedule !!!!!!!!!!!!!!!!!
    DisplayScheduleMethod scheduleEntries: 0
    SchedulerDaemonXmlRpcClient::displaySchedule entries: 0
    [sudo] password for micz: 


    then i type the sudo (this needs to be a bug report - or documented better, i.e. starting as root)

    and i get:
    sudo: /etc/init.d/campcaster: command not found


    back in campcaster studio, it says the scheduler is still running. when i check in the terminal:

    $ campcaster-scheduler status
    Checking Campcaster scheduler status...
    using config file '/etc/campcaster-scheduler.xml'
    The Scheduler Daemon is not running

  • Vote Up0Vote Down Micz FlorMicz Flor
    Posts: 184Administrator
    addition: when i try to start the scheduler again, i get an error:

    $ campcaster-scheduler start
    Starting the Campcaster scheduler...
    using config file '/etc/campcaster-scheduler.xml'
    XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).
    micz@micz-karmic:~$ campcaster-scheduler status
    Checking Campcaster scheduler status...
    using config file '/etc/campcaster-scheduler.xml'
    The Scheduler Daemon is not running

  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Micz,

    > then i type the sudo (this needs to be a bug report - or documented
    > better, i.e. starting as root)

    There is a ticket open at: http://dev.sourcefabric.org/browse/CC-1395

    Cheers!

    Daniel
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Micz,

    > addition: when i try to start the scheduler again, i get an error:
    >
    > $ campcaster-scheduler start
    > Starting the Campcaster scheduler...
    > using config file '/etc/campcaster-scheduler.xml'
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).
    > micz@micz-karmic:~$ campcaster-scheduler status
    > Checking Campcaster scheduler status...
    > using config file '/etc/campcaster-scheduler.xml'
    > The Scheduler Daemon is not running

    That's a different problem, the campcaster-scheduler script is broken in
    1.4.0-beta4. In the meantime, please use instead:

    sudo /etc/init.d/campcaster-station start

    Cheers!

    Daniel