[mythtv] Error while running MYTHTV Backend

snehal kakade kakade.snehal02 at gmail.com
Fri Jul 13 12:37:40 UTC 2012


Hi,

I am trying to install Mythtv backend (version 0.25.1) on my ubuntu 10.10
machine.
I downloaded the mythtv source (version 0.25.1) and installed the required
packages for the same.
Compiled it using following steps:

$ ./configure --enable-proc-opt
$ make
$ make install

After installation followed the given steps:
$ sudo useradd mythtv

Setup and created the database connection:
$ ~mythtv/.mythtv/mysql.txt

$ mysql -u root -p
create database mythconverg;
create user 'mythtv'@'%' identified by 'mythtv';
create user 'mythtv'@'localhost' identified by 'mythtv';
set password for 'mythtv'@'%' = password('mythtv');
set password for 'mythtv'@'localhost' = password('mythtv');
connect mythconverg;
grant all privileges on *.* to 'mythtv'@'%' with grant option;
grant all privileges on *.* to 'mythtv'@'localhost' with grant option;
flush privileges;
exit;


when I execute the /usr/local/bin/mythbackend binary it gives following
error message

snehal at snehal-Vostro-220s-Series:/usr/local/bin$ mythbackend

2012-07-13 15:58:09.369365 C  mythbackend version:  [v0.25.1] www.mythtv.org
2012-07-13 15:58:09.369408 C  Qt version: compile: 4.7.0, runtime: 4.7.0
2012-07-13 15:58:09.369415 N  Enabled verbose msgs:  general
2012-07-13 15:58:09.369442 N  Setting Log Level to LOG_INFO
2012-07-13 15:58:09.369487 I  Added logging to the console
2012-07-13 15:58:09.369496 I  Added database logging to table logging
2012-07-13 15:58:09.369585 N  Setting up SIGHUP handler
2012-07-13 15:58:09.369652 N  Using runtime prefix = /usr/local
2012-07-13 15:58:09.369664 N  Using configuration directory =
/home/sct/.mythtv
2012-07-13 15:58:09.369783 I  Assumed character encoding: en_US.utf8
2012-07-13 15:58:09.369819 W  This application expects to be running a
locale that specifies a UTF-8 codeset, and many features may behave
improperly with your current language settings. Please set the LC_ALL or
LC_CTYPE, and LANG variable(s) in the environment in which this program is
executed to include a UTF-8 codeset (such as 'en_US.UTF-8').
2012-07-13 15:58:09.370305 I  Using localhost value of MYCOOLMYTHTVHOST
2012-07-13 15:58:09.381058 N  Setting QT default locale to en_US
2012-07-13 15:58:09.381089 I  Current locale en_US
2012-07-13 15:58:09.381144 N  Reading locale defaults from
/usr/local/share/mythtv//locales/en_us.xml
2012-07-13 15:58:09.386182 I  Current MythTV Schema Version (DBSchemaVer):
1299
2012-07-13 15:58:09.386410 I  Loading en_us translation for module
mythfrontend
2012-07-13 15:58:09.386847 N  MythBackend: Starting up as the master server.
2012-07-13 15:58:09.388011 W  MythBackend: No valid capture cards are
defined in the database.
*2012-07-13 15:58:09.388518 E  Scheduler: No capture cards are defined in
the database.
            Perhaps you should re-read the installation instructions?*


Are there any dependencies which I have forgotten??
Please help me for the above issue.

-- 
Regards,
Snehal Kakade.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-dev/attachments/20120713/46d97ade/attachment.html>


More information about the mythtv-dev mailing list