[mythtv-users] ./mythconverg/callsignnetworkmap.frm

Don dlw3 at tds.net
Thu Mar 24 11:17:46 UTC 2005


sys is 1.7ghz, 512m ram
120g /dev/hda, 160g /dev/hdb
cd/dvd-rw /dev/hdc, cd-rw /dev/hdd
Hauppage 350 TV card
MDK 10.1 KDE 3.2 W98


[don at localhost don]$ mythfrontend
2005-03-24 03:05:01.692 Inserting MythTV initial database information.
2005-03-24 03:05:01.693 Upgrading to schema version 1060
2005-03-24 03:05:01.694 DB Error (Performing database upgrade):
Query was: CREATE TABLE IF NOT EXISTS callsignnetworkmap (  id int(11) 
NOT NULL auto_increment,  callsign varchar(20) NOT NULL default '',  
network varchar(20) NOT NULL default '',  PRIMARY KEY  (id),  UNIQUE KEY 
callsign (callsign));
Error was: Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file './mythconverg/callsignnetworkmap.frm' 
(Errcode: 13)

new version: 1060
2005-03-24 03:05:01.696 Couldn't upgrade database to new schema, exiting.
[don at localhost don]$

If I understand the above, there is no 
/var/lib/mysql/mythconverg/callsignnetworkmap.frm
and it can not be created.

Is this a permission problem?
Permissions for /var/lib/mysql/mythconverg are 'mythtv:mythtv'.

Is trying to start 'mythfrontend' as a 'user' a problem since the 
permissions are 'mythtv:mythtv'?

Can I create 'callsignnetworkmap.frm' to solve this?

dlw


More information about the mythtv-users mailing list