[mythtv-commits] Ticket #7437: Abort when no GUI and no backend

MythTV mythtv at cvs.mythtv.org
Tue Oct 27 00:34:08 UTC 2009


#7437: Abort when no GUI and no backend
------------------------------+---------------------------------------------
 Reporter:  nigel             |       Owner:  ijr 
     Type:  defect            |      Status:  new 
 Priority:  major             |   Milestone:  0.22
Component:  MythTV - General  |     Version:  head
 Severity:  medium            |     Mlocked:  0   
------------------------------+---------------------------------------------
 {{{
 nigel at viking:~$ mythbackend --version
 Please include all output in bug reports.
 MythTV Version   : 22600M
 MythTV Branch    : trunk
 Network Protocol : 50
 Library API      : 0.22.20091022-1
 QT Version       : 4.4.1
 Options compiled in:
  linux debug using_oss using_alsa using_arts using_jack using_backend
 using_directfb using_dvb using_firewire using_frontend using_hdhomerun
 using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc
 using_mheg using_opengl_video using_opengl_vsync using_qtwebkit using_v4l
 using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw
 using_bindings_perl using_bindings_python using_opengl
 using_ffmpeg_threads using_libavc_5_3 using_live using_mheg

 nigel at viking:~$ mythbackend --printsched -v most
 2009-10-27 11:02:15.011 mythbackend version: trunk [22600M] www.mythtv.org
 2009-10-27 11:02:15.013 (old)Settings::ReadSettings(settings.txt) - No
 such file
 2009-10-27 11:02:15.014 Using runtime prefix = /usr
 2009-10-27 11:02:15.014 Using configuration directory =
 /home/nigel/.mythtv
 2009-10-27 11:02:15.014
 (old)Settings::ReadSettings(/usr/share/mythtv/mysql.txt) - No such file
 2009-10-27 11:02:15.015
 (old)Settings::ReadSettings(/usr/etc/mythtv/mysql.txt) - No such file
 2009-10-27 11:02:15.015
 (old)Settings::ReadSettings(/home/nigel/.mythtv/mysql.txt) - No such file
 2009-10-27 11:02:15.015 (old)Settings::ReadSettings(./mysql.txt) - No such
 file
 2009-10-27 11:02:15.015 Unable to read configuration file mysql.txt
 2009-10-27 11:02:15.015 Empty LocalHostName.
 2009-10-27 11:02:15.016 Using localhost value of viking
 2009-10-27 11:02:15.018 MCP::DefaultUPnP() - No default UPnP backend
 2009-10-27 11:02:15.021 New DB connection, total: 1
 2009-10-27 11:02:15.026 Connected to database 'mythconverg' at host:
 localhost
 2009-10-27 11:02:15.027 Closing DB connection named 'DBManager0'
 2009-10-27 11:02:15.028 Connected to database 'mythconverg' at host:
 localhost
 2009-10-27 11:02:15.036 Current MythTV Schema Version (DBSchemaVer): 1244
 2009-10-27 11:02:15.038 New DB DataDirect connection
 2009-10-27 11:02:15.039 Connected to database 'mythconverg' at host:
 localhost
 2009-10-27 11:02:15.046 MythContext: Connecting to backend server:
 149.135.128.77:6543 (try 1 of 1)
 2009-10-27 11:02:15.047 MythSocket(81f8868:8): new socket
 2009-10-27 11:02:15.048 MythSocket(81f8868:8): attempting connect() to
 (149.135.128.77:6543)
 2009-10-27 11:02:15.048 MythSocket(81f8868:8): connect() failed
 (ConnectionRefused)
 2009-10-27 11:02:15.048 MythSocket(81f8868:8): DownRef: -1
 2009-10-27 11:02:15.049 MythSocket(81f8868:-1): delete socket
 QWidget: Cannot create a QWidget when no GUI is being used
 Aborted
 }}}
 Same deal for the other programs. Slightly related to #6816. I think
 MythContext::ConnectCommandSocket() is being called with GUI being set
 when it shouldn't

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7437>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list