mythbackend fails to start

For discussion of topics specific to MythTV on linux
Post Reply
shoelesshunter
Junior
Posts: 15
Joined: Wed Jun 08, 2016 10:02 am
United States of America

mythbackend fails to start

Post by shoelesshunter »

I am using 0.28

here is the output of mythbackend

Code: Select all

 mythbackend
2017-04-12 04:50:08.380155 C  mythbackend version: fixes/0.28 [v0.28.1-19-g0037461] http://www.mythtv.org
2017-04-12 04:50:08.380173 C  Qt version: compile: 5.6.1, runtime: 5.6.1
2017-04-12 04:50:08.380178 N  Enabled verbose msgs:  general
2017-04-12 04:50:08.380186 N  Setting Log Level to LOG_INFO
2017-04-12 04:50:08.391085 I  Added logging to the console
2017-04-12 04:50:08.391548 I  Setup Interrupt handler
2017-04-12 04:50:08.391559 I  Setup Terminated handler
2017-04-12 04:50:08.391569 I  Setup Segmentation fault handler
2017-04-12 04:50:08.391575 I  Setup Aborted handler
2017-04-12 04:50:08.391584 I  Setup Bus error handler
2017-04-12 04:50:08.391590 I  Setup Floating point exception handler
2017-04-12 04:50:08.391599 I  Setup Illegal instruction handler
2017-04-12 04:50:08.391608 I  Setup Real-time signal 0 handler
2017-04-12 04:50:08.391620 I  Setup Hangup handler
2017-04-12 04:50:08.391682 N  Using runtime prefix = /usr
2017-04-12 04:50:08.391685 N  Using configuration directory = /home/jmgant/.mythtv
2017-04-12 04:50:08.391763 I  Assumed character encoding: en_US.UTF-8
2017-04-12 04:50:08.392104 N  Empty LocalHostName.
2017-04-12 04:50:08.392113 I  Using localhost value of syd
2017-04-12 04:50:08.402189 N  Setting QT default locale to en_US
2017-04-12 04:50:08.402201 I  Current locale en_US
2017-04-12 04:50:08.402266 N  Reading locale defaults from /usr/share/mythtv//locales/en_us.xml
2017-04-12 04:50:08.407468 I  Loading en_us translation for module mythfrontend
2017-04-12 04:50:08.418453 I  Current MythTV Schema Version (DBSchemaVer): 1344
2017-04-12 04:50:08.418676 I  Loading en_us translation for module mythfrontend
2017-04-12 04:50:08.420989 N  MythBackend: Starting up as the master server.
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
QIODevice::read (QNetworkReplyHttpImpl): device not open
2017-04-12 04:51:08.539546 E  CetonSH(::-1): DoGetVar(192.168.200.1,0,diag,Host_IP_Address) - HttpRequest failed - Download failed
2017-04-12 04:51:08.539564 E  CetonSH(::-1): Ceton tuner does not seem to be available at IP
2017-04-12 04:51:08.541122 E  ChannelBase: CreateChannel() Error: Failed to open device 192.168.200.1-RTP.0
2017-04-12 04:51:08.541158 E  Problem with capture cards. Card 1 failed init
2017-04-12 04:51:08.542575 E  ChannelBase: CreateChannel() Error: Failed to open device 192.168.200.1-RTP.0
2017-04-12 04:51:08.542589 E  Problem with capture cards. Card 2 failed init
but there is no problem with the card-- it works just fine otherwise.
User avatar
pgbennett
Developer
Posts: 504
Joined: Mon Apr 27, 2015 5:41 pm
United States of America

Re: mythbackend fails to start

Post by pgbennett »

This must be an internal Ceton. Possibly something wrong with the Ceton driver.
Can you ping 192.168.200.1 successfully? Can you browse http://192.168.200.1 ?
In what way does the Ceton work without MythTV?
shoelesshunter
Junior
Posts: 15
Joined: Wed Jun 08, 2016 10:02 am
United States of America

Re: mythbackend fails to start

Post by shoelesshunter »

I had failed to compile the dirver
Post Reply