Ticket #4237: mythtv-setup errors.txt

File mythtv-setup errors.txt, 2.1 KB (added by keller, 16 years ago)

Small sample of the errors thrown by mythtv-setup when creating tables for the first time.

Line 
12007-11-28 23:22:12.342 Upgrading to schema version 1196
22007-11-28 23:22:12.343 Upgrading to schema version 1197
32007-11-28 23:22:12.343 Upgrading to schema version 1198
42007-11-28 23:22:12.343 Upgrading to schema version 1199
52007-11-28 23:22:12.343 Upgrading to schema version 1200
62007-11-28 23:22:12.344 Upgrading to schema version 1201
72007-11-28 23:22:12.344 Database Schema upgrade complete, unlocking.
82007-11-28 23:22:12.347 Total desktop dim: 1440x900, with 1 screen[s].
92007-11-28 23:22:12.439 Using screen 0, 1440x900 at 0,0
102007-11-28 23:22:12.444 Switching to square mode (G.A.N.T)
112007-11-28 23:22:12.492 Using the Qt painter
122007-11-28 23:22:12.495 DB Error (Insert Keybinding):
13Query was:
14INSERT INTO keybindings (context, action, description, keylist, hostname) VALUES ( 'Global', 'UP', 'Up Arrow', 'Up', 'KellerLaptop' );
15Driver error was [2/1146]:
16QMYSQL3: Unable to execute query
17Database error was:
18Table 'mythconverg.keybindings' doesn't exist
19
20mythtv: could not connect to socket
21mythtv: No such file or directory
222007-11-28 23:22:12.496 lirc_init failed for mythtv, see preceding messages
232007-11-28 23:22:12.497 Joystick disabled.
242007-11-28 23:22:12.500 DB Error (Insert Keybinding):
25Query was:
26INSERT INTO keybindings (context, action, description, keylist, hostname) VALUES ( 'Global', 'DOWN', 'Down Arrow', 'Down', 'KellerLaptop' );
27Driver error was [2/1146]:
28QMYSQL3: Unable to execute query
29Database error was:
30Table 'mythconverg.keybindings' doesn't exist
31
322007-11-28 23:22:12.503 DB Error (Insert Keybinding):
33Query was:
34INSERT INTO keybindings (context, action, description, keylist, hostname) VALUES ( 'Global', 'LEFT', 'Left Arrow', 'Left', 'KellerLaptop' );
35Driver error was [2/1146]:
36QMYSQL3: Unable to execute query
37Database error was:
38Table 'mythconverg.keybindings' doesn't exist
39
402007-11-28 23:22:12.506 DB Error (Insert Keybinding):
41Query was:
42INSERT INTO keybindings (context, action, description, keylist, hostname) VALUES ( 'Global', 'RIGHT', 'Right Arrow', 'Right', 'KellerLaptop' );
43Driver error was [2/1146]:
44QMYSQL3: Unable to execute query
45Database error was:
46Table 'mythconverg.keybindings' doesn't exist
47