
stefan_jones at comcast
Nov 25, 2009, 9:54 AM
Post #3 of 3
(686 views)
Permalink
|
|
Re: mythfilldatabase gives exception about QWidget
[In reply to]
|
|
----- "Bloke DownThePub" <blokedownthepub [at] gmail> wrote: > From: "Bloke DownThePub" <blokedownthepub [at] gmail> > To: mythtv-users [at] mythtv > Sent: Tuesday, November 24, 2009 11:51:32 PM GMT -08:00 US/Canada Pacific > Subject: [mythtv-users] mythfilldatabase gives exception about QWidget > > 2009-11-25 08:38:54.489 MythContext: Connecting to backend server: > 127.0.0.1:6543 (try 1 of 1) > QWidget: Cannot create a QWidget when no GUI is being used > Aborted > > Centos 5.3 on x86_64, running as root from within the standard gnome > terminal app. Freshly rebooted machine. I ran into this the other day, while configuring my newly re-installed sytem. It simply turned out to be that the back end wasn't running. As root: service mythbackend status (to see if it is on) service mythbackedn start (to turn it on for the session) chkconfig mythbackend on (to have mythbackend start each time system is started) _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|