[mythtv] mythbackend options: --setverbose

Todd Brunhoff toddb at nvr.com
Mon Jan 25 19:41:02 UTC 2010


Not crucial, but a bug nonetheless. In the process of trying to set 
verbose options on the backend, I misread the usage and specified:

mythbackend --setverbose commflag,important

... not realizing that it had to do with a master backend, which I don't 
have. Looking at the main.cpp, it should call ConnectToMasterServer() 
and fail. Instead, it aborts on startup when trying to do something with 
Qt. The log goes like this:

2010-01-25 11:38:48.200 mythbackend version: 
branches/release-0-22-fixes/mythtv/ [22885] www.mythtv.org
2010-01-25 11:38:48.200 Using runtime prefix = /usr
2010-01-25 11:38:48.201 Using configuration directory = /root/.mythtv
2010-01-25 11:38:48.201 Unable to read configuration file mysql.txt
2010-01-25 11:38:48.201 Empty LocalHostName.
2010-01-25 11:38:48.201 Using localhost value of jenzy.net
2010-01-25 11:38:48.205 New DB connection, total: 1
2010-01-25 11:38:48.208 Connected to database 'mythconverg' at host: 
localhost
2010-01-25 11:38:48.208 Closing DB connection named 'DBManager0'
2010-01-25 11:38:48.209 Connected to database 'mythconverg' at host: 
localhost
2010-01-25 11:38:48.211 MythContext: Connecting to backend server: 
192.168.1.100:6543 (try 1 of 1)
QWidget: Cannot create a QWidget when no GUI is being used
Aborted

Todd


More information about the mythtv-dev mailing list