
noreply at mythtv
Aug 9, 2012, 11:19 AM
Post #2 of 10
(142 views)
Permalink
|
|
Re: Ticket #10985: upgraded from 0.25 to 0.25.2 via atrpms, backend no longer has open port to listen
[In reply to]
|
|
#10985: upgraded from 0.25 to 0.25.2 via atrpms, backend no longer has open port to listen ------------------------------------+----------------------------- Reporter: johnny@… | Owner: Type: Bug Report - General | Status: new Priority: minor | Milestone: 0.25.2 Component: MythTV - General | Version: Unspecified Severity: medium | Resolution: Keywords: backend port listening | Ticket locked: 0 ------------------------------------+----------------------------- Description changed by wagnerrp: Old description: > upgraded from 0.25 to 0.25.2 via atrpms, backend no longer has open port > > I've even tried to compile my own mythtv from source and I cannot get > mythbackend to open a port to listen. It seems to startup ok though. > > Here's what the log shows > > 2012-08-09 11:00:53.183304 C [5958/5958] thread_unknown > mythcommandlineparser.cpp:2534 (ConfigureLogging) - mythbackend version: > [v0.25.2] www.mythtv.org > 2012-08-09 11:00:53.183385 C [5958/5958] thread_unknown > mythcommandlineparser.cpp:2536 (ConfigureLogging) - Qt version: compile: > 4.7.2, runtime: 4.7.2 > 2012-08-09 11:00:53.183391 N [5958/5958] thread_unknown > mythcommandlineparser.cpp:2538 (ConfigureLogging) - Enabled verbose msgs: > general > 2012-08-09 11:00:53.183673 N [5958/5958] thread_unknown logging.cpp:1176 > (logStart) - Setting Log Level to LOG_INFO > 2012-08-09 11:00:53.183771 I [5958/5958] thread_unknown logging.cpp:229 > (FileLogger) - Added logging to the console > 2012-08-09 11:00:53.183839 I [5958/5958] thread_unknown logging.cpp:238 > (FileLogger) - Added logging to > /var/log/mythtv/mythbackend.20120809110053.5958.log > 2012-08-09 11:00:53.183850 I [5958/5958] thread_unknown logging.cpp:425 > (DatabaseLogger) - Added database logging to table logging > 2012-08-09 11:00:53.183995 N [5958/5958] thread_unknown logging.cpp:1215 > (logStart) - Setting up SIGHUP handler > 2012-08-09 11:00:53.184133 N [5958/5958] thread_unknown mythdirs.cpp:51 > (InitializeMythDirs) - Using runtime prefix = /usr > 2012-08-09 11:00:53.184141 N [5958/5958] thread_unknown mythdirs.cpp:57 > (InitializeMythDirs) - Read conf dir = /var/lib/mythtv > 2012-08-09 11:00:53.184169 N [5958/5958] thread_unknown mythdirs.cpp:64 > (InitializeMythDirs) - Using configuration directory = /var/lib/mythtv > 2012-08-09 11:00:53.184363 I [5958/5958] CoreContext > mythcorecontext.cpp:227 (Init) - Assumed character encoding: en_US.UTF-8 > 2012-08-09 11:00:53.184935 E [5958/5958] CoreContext mythdb.cpp:866 > (LoadDatabaseParamsFromDisk) - Unable to read configuration file > mysql.txt > 2012-08-09 11:00:53.186265 N [5958/5958] CoreContext mythcontext.cpp:477 > (LoadDatabaseSettings) - Empty LocalHostName. > 2012-08-09 11:00:53.186287 I [5958/5958] CoreContext mythcontext.cpp:481 > (LoadDatabaseSettings) - Using localhost value of mythtv > 2012-08-09 11:00:53.186481 I [5958/5958] CoreContext mythcontext.cpp:608 > (TestDBconnection) - Testing network connectivity to '192.168.10.5' > 2012-08-09 11:00:53.186828 I [5958/5963] SystemSignalManager system- > unix.cpp:485 (run) - Starting process signal handler > 2012-08-09 11:00:53.186894 I [5958/5964] SystemIOHandlerR system- > unix.cpp:90 (run) - Starting IO manager (read) > 2012-08-09 11:00:53.188063 I [5958/5965] SystemIOHandlerW system- > unix.cpp:90 (run) - Starting IO manager (write) > 2012-08-09 11:00:53.188216 I [5958/5962] SystemManager system- > unix.cpp:263 (run) - Starting process manager > 2012-08-09 11:00:53.358986 N [5958/5958] CoreContext > mythcorecontext.cpp:1270 (InitLocale) - Setting QT default locale to > en_US > 2012-08-09 11:00:53.359005 I [5958/5958] CoreContext > mythcorecontext.cpp:1303 (SaveLocaleDefaults) - Current locale en_US > 2012-08-09 11:00:53.359067 N [5958/5958] CoreContext mythlocale.cpp:121 > (LoadDefaultsFromXML) - Reading locale defaults from > /usr/share/mythtv//locales/en_us.xml > 2012-08-09 11:00:53.366135 I [5958/5958] CoreContext schemawizard.cpp:117 > (Compare) - Current MythTV Schema Version (DBSchemaVer): 1299 > 2012-08-09 11:00:53.366493 I [5958/5958] CoreContext > mythtranslation.cpp:66 (load) - Loading en_us translation for module > mythfrontend > 2012-08-09 11:00:53.367014 N [5958/5958] CoreContext main_helpers.cpp:556 > (run_backend) - MythBackend: Starting up as the master server. > 2012-08-09 11:01:23.534886 E [5958/5958] CoreContext > cetonstreamhandler.cpp:601 (GetVar) - CetonSH(192.168.200.1-0.0): > DoGetVar(192.168.200.1,0,diag,Host_Serial_Number) - unexpected http > response: --><html><body><h1>400 Bad Request</h1></body></html><-- > 2012-08-09 11:01:53.656814 E [5958/5958] CoreContext > cetonstreamhandler.cpp:601 (GetVar) - CetonSH(192.168.200.1-0.0): > DoGetVar(192.168.200.1,0,cas,CardAuthorization) - unexpected http > response: --><html><body><h1>400 Bad Request</h1></body></html><-- New description: upgraded from 0.25 to 0.25.2 via atrpms, backend no longer has open port I've even tried to compile my own mythtv from source and I cannot get mythbackend to open a port to listen. It seems to startup ok though. Here's what the log shows {{{ 2012-08-09 11:00:53.183304 C [5958/5958] thread_unknown mythcommandlineparser.cpp:2534 (ConfigureLogging) - mythbackend version: [v0.25.2] www.mythtv.org 2012-08-09 11:00:53.183385 C [5958/5958] thread_unknown mythcommandlineparser.cpp:2536 (ConfigureLogging) - Qt version: compile: 4.7.2, runtime: 4.7.2 2012-08-09 11:00:53.183391 N [5958/5958] thread_unknown mythcommandlineparser.cpp:2538 (ConfigureLogging) - Enabled verbose msgs: general 2012-08-09 11:00:53.183673 N [5958/5958] thread_unknown logging.cpp:1176 (logStart) - Setting Log Level to LOG_INFO 2012-08-09 11:00:53.183771 I [5958/5958] thread_unknown logging.cpp:229 (FileLogger) - Added logging to the console 2012-08-09 11:00:53.183839 I [5958/5958] thread_unknown logging.cpp:238 (FileLogger) - Added logging to /var/log/mythtv/mythbackend.20120809110053.5958.log 2012-08-09 11:00:53.183850 I [5958/5958] thread_unknown logging.cpp:425 (DatabaseLogger) - Added database logging to table logging 2012-08-09 11:00:53.183995 N [5958/5958] thread_unknown logging.cpp:1215 (logStart) - Setting up SIGHUP handler 2012-08-09 11:00:53.184133 N [5958/5958] thread_unknown mythdirs.cpp:51 (InitializeMythDirs) - Using runtime prefix = /usr 2012-08-09 11:00:53.184141 N [5958/5958] thread_unknown mythdirs.cpp:57 (InitializeMythDirs) - Read conf dir = /var/lib/mythtv 2012-08-09 11:00:53.184169 N [5958/5958] thread_unknown mythdirs.cpp:64 (InitializeMythDirs) - Using configuration directory = /var/lib/mythtv 2012-08-09 11:00:53.184363 I [5958/5958] CoreContext mythcorecontext.cpp:227 (Init) - Assumed character encoding: en_US.UTF-8 2012-08-09 11:00:53.184935 E [5958/5958] CoreContext mythdb.cpp:866 (LoadDatabaseParamsFromDisk) - Unable to read configuration file mysql.txt 2012-08-09 11:00:53.186265 N [5958/5958] CoreContext mythcontext.cpp:477 (LoadDatabaseSettings) - Empty LocalHostName. 2012-08-09 11:00:53.186287 I [5958/5958] CoreContext mythcontext.cpp:481 (LoadDatabaseSettings) - Using localhost value of mythtv 2012-08-09 11:00:53.186481 I [5958/5958] CoreContext mythcontext.cpp:608 (TestDBconnection) - Testing network connectivity to '192.168.10.5' 2012-08-09 11:00:53.186828 I [5958/5963] SystemSignalManager system- unix.cpp:485 (run) - Starting process signal handler 2012-08-09 11:00:53.186894 I [5958/5964] SystemIOHandlerR system- unix.cpp:90 (run) - Starting IO manager (read) 2012-08-09 11:00:53.188063 I [5958/5965] SystemIOHandlerW system- unix.cpp:90 (run) - Starting IO manager (write) 2012-08-09 11:00:53.188216 I [5958/5962] SystemManager system-unix.cpp:263 (run) - Starting process manager 2012-08-09 11:00:53.358986 N [5958/5958] CoreContext mythcorecontext.cpp:1270 (InitLocale) - Setting QT default locale to en_US 2012-08-09 11:00:53.359005 I [5958/5958] CoreContext mythcorecontext.cpp:1303 (SaveLocaleDefaults) - Current locale en_US 2012-08-09 11:00:53.359067 N [5958/5958] CoreContext mythlocale.cpp:121 (LoadDefaultsFromXML) - Reading locale defaults from /usr/share/mythtv//locales/en_us.xml 2012-08-09 11:00:53.366135 I [5958/5958] CoreContext schemawizard.cpp:117 (Compare) - Current MythTV Schema Version (DBSchemaVer): 1299 2012-08-09 11:00:53.366493 I [5958/5958] CoreContext mythtranslation.cpp:66 (load) - Loading en_us translation for module mythfrontend 2012-08-09 11:00:53.367014 N [5958/5958] CoreContext main_helpers.cpp:556 (run_backend) - MythBackend: Starting up as the master server. 2012-08-09 11:01:23.534886 E [5958/5958] CoreContext cetonstreamhandler.cpp:601 (GetVar) - CetonSH(192.168.200.1-0.0): DoGetVar(192.168.200.1,0,diag,Host_Serial_Number) - unexpected http response: --><html><body><h1>400 Bad Request</h1></body></html><-- 2012-08-09 11:01:53.656814 E [5958/5958] CoreContext cetonstreamhandler.cpp:601 (GetVar) - CetonSH(192.168.200.1-0.0): DoGetVar(192.168.200.1,0,cas,CardAuthorization) - unexpected http response: --><html><body><h1>400 Bad Request</h1></body></html><-- }}} -- -- Ticket URL: <http://code.mythtv.org/trac/ticket/10985#comment:1> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|