I just installed Mythtv as per the Feisty guide (mostly tainted to Ubuntu instead of Kubuntu) and have a problem where my configs won't take or stay.
I see where the Mysql database has a problem. Here's what's posted from the
tony@Feisty:~$ more /var/log/mythtv/mythbackend.log
2007-04-14 23:23:09.928 ERROR: Unable to acquire database upgrade lock
2007-04-14 23:23:09.929 Couldn't upgrade database to new schema
2007-04-14 23:35:54.913 Using runtime prefix = /usr
2007-04-14 23:35:54.953 New DB connection, total: 1
2007-04-14 23:35:54.989 Connected to database 'mythconverg' at host: localhost
2007-04-14 23:35:54.992 Current Schema Version:
2007-04-14 23:35:54.993 Newest Schema Version : 1160
2007-04-14 23:35:54.995 New DB connection, total: 2
2007-04-14 23:35:54.995 Connected to database 'mythconverg' at host: localhost
2007-04-14 23:35:54.996 Setting Lock for Database Schema upgrade. If you see a l
ong pause here it means the Schema is already locked and is being upgraded by an
other Myth process.
QString::arg(): Argument missing: ERROR: Unable to acquire database upgrade lock
, Driver error was [2/1017]:
QMYSQL3: Unable to execute query
Database error was:
Can't find file: 'schemalock' (errno: 2)
2007-04-14 23:35:54.997 ERROR: Unable to acquire database upgrade lock
2007-04-14 23:35:54.998 Couldn't upgrade database to new schema
In investigating the database, what I see is it can't find the file schemalock? Is this correct?
Also of note, none of the dialogs as shown in the installation guide appeared. Maybe because I'm using Kubuntu instead of Ubuntu? Everything was installed using Synaptic as the guide suggested.
Any help would be appreciated so I may post something back to that location of
https://help.ubuntu.com/community/My...tend_Desktop_O
I see where the Mysql database has a problem. Here's what's posted from the
tony@Feisty:~$ more /var/log/mythtv/mythbackend.log
2007-04-14 23:23:09.928 ERROR: Unable to acquire database upgrade lock
2007-04-14 23:23:09.929 Couldn't upgrade database to new schema
2007-04-14 23:35:54.913 Using runtime prefix = /usr
2007-04-14 23:35:54.953 New DB connection, total: 1
2007-04-14 23:35:54.989 Connected to database 'mythconverg' at host: localhost
2007-04-14 23:35:54.992 Current Schema Version:
2007-04-14 23:35:54.993 Newest Schema Version : 1160
2007-04-14 23:35:54.995 New DB connection, total: 2
2007-04-14 23:35:54.995 Connected to database 'mythconverg' at host: localhost
2007-04-14 23:35:54.996 Setting Lock for Database Schema upgrade. If you see a l
ong pause here it means the Schema is already locked and is being upgraded by an
other Myth process.
QString::arg(): Argument missing: ERROR: Unable to acquire database upgrade lock
, Driver error was [2/1017]:
QMYSQL3: Unable to execute query
Database error was:
Can't find file: 'schemalock' (errno: 2)
2007-04-14 23:35:54.997 ERROR: Unable to acquire database upgrade lock
2007-04-14 23:35:54.998 Couldn't upgrade database to new schema
In investigating the database, what I see is it can't find the file schemalock? Is this correct?
Also of note, none of the dialogs as shown in the installation guide appeared. Maybe because I'm using Kubuntu instead of Ubuntu? Everything was installed using Synaptic as the guide suggested.
Any help would be appreciated so I may post something back to that location of
https://help.ubuntu.com/community/My...tend_Desktop_O
Comment