I dropped my DB and created it using:
mysql -u root -p < /usr/share/doc/mythtv-0.21f/database/mc.sql

then:

[root@recorder ~]# mythtvsetup
2008-04-28 16:05:21.493 Using runtime prefix = /usr, libdir = /usr/lib
2008-04-28 16:05:21.529 DPMS is active.
2008-04-28 16:05:21.533 Using localhost value of localhost
2008-04-28 16:05:21.599 New DB connection, total: 1
2008-04-28 16:05:21.630 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:05:21.634 Closing DB connection named 'DBManager0'
2008-04-28 16:05:21.644 Primary screen 0.
2008-04-28 16:05:21.646 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:05:21.650 Using screen 0, 720x576 at 0,0
2008-04-28 16:05:21.697 New DB connection, total: 2
2008-04-28 16:05:21.699 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:05:21.710 Current Schema Version: 0
2008-04-28 16:05:21.713 DataDirectProcessor::FixProgramIDs() -- begin
2008-04-28 16:05:21.714 New DB DataDirect connection
2008-04-28 16:05:21.716 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:05:21.719 DB Error (Fixing program ids in recorded):
Query was:
UPDATE recorded SET programid=CONCAT(SUBSTRING(programid, 1, 2),                      '00', SUBSTRING(programid, 3)) WHERE length(programid) = 12
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.recorded' doesn't exist

2008-04-28 16:05:21.724 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'BackupDBLastRunStart' AND hostname is NULL;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:21.726 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunStart', '2008-04-28 16:05:21', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:21.730 DB Error (StorageGroup::StorageGroup()):
Query was:
SELECT DISTINCT dirname FROM storagegroup WHERE groupname = 'DB Backups' AND hostname = 'localhost'
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.storagegroup' doesn't exist

2008-04-28 16:05:21.731 New DB connection, total: 3
2008-04-28 16:05:21.774 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:05:21.776 SG(DB Backups) Error: Directory value for Default Storage Group is empty.  Using hardcoded default value of '/mnt/store'
2008-04-28 16:05:21.782 SG(DB Backups) Error: FindNextDirMostFree: '/mnt/store' does not exist!
2008-04-28 16:05:21.783 Backing up database to file: /tmp/mythconverg--20080428160521.sql
2008-04-28 16:05:21.830 DBUtil Error: Error backing up database: mysqldump --defaults-extra-file='/tmp/mythtv_db_backup_conf_62QdzW' --host='localhost' --user='mythtv' --add-drop-table --add-locks --allow-keywords --complete-insert --extended-insert --lock-tables --no-create-db --quick 'mythconverg' > '/tmp/mythconverg--20080428160521.sql' 2>/dev/null (512)
2008-04-28 16:05:21.831 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'BackupDBLastRunEnd' AND hostname is NULL;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:21.832 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunEnd', '2008-04-28 16:05:21', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:21.901 Primary screen 0.
2008-04-28 16:05:21.903 Using screen 0, 720x576 at 0,0
2008-04-28 16:05:21.908 Switching to square mode (blue)
2008-04-28 16:05:22.016 Using the Qt painter
mythtv: could not connect to socket
mythtv: Connection refused
2008-04-28 16:05:22.018 lirc_init failed for mythtv, see preceding messages
2008-04-28 16:05:22.047 JoystickMenuClient Error: Joystick disabled - Failed to read /root/.mythtv/joystickmenurc
2008-04-28 16:05:24.186 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'localhost' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:24.187 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'EN', 'localhost' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:24.189 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'localhost' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:24.190 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'EN', 'localhost' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:05:25.795 Couldn't upgrade database to new schema.

Here the setup crashed! Database connection is OK:

[root@recorder ~]# mysql -u mythtv -pmythtv mythconverg;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 463
Server version: 5.0.45 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> 




Then I did:

[root@recorder ~]# mythtvsetup 1> log.txt 2>&1
Aborted

and gives, when OKing the upgrade of the database:

2008-04-28 16:11:21.157 Using runtime prefix = /usr, libdir = /usr/lib
2008-04-28 16:11:21.190 DPMS is active.
2008-04-28 16:11:21.194 Using localhost value of localhost
2008-04-28 16:11:21.257 New DB connection, total: 1
2008-04-28 16:11:21.274 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:11:21.279 Closing DB connection named 'DBManager0'
2008-04-28 16:11:21.287 Primary screen 0.
2008-04-28 16:11:21.289 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:11:21.300 Using screen 0, 720x576 at 0,0
2008-04-28 16:11:21.333 New DB connection, total: 2
2008-04-28 16:11:21.336 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:11:21.340 Current Schema Version: 0
2008-04-28 16:11:21.343 DataDirectProcessor::FixProgramIDs() -- begin
2008-04-28 16:11:21.344 New DB DataDirect connection
2008-04-28 16:11:21.346 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:11:21.348 DB Error (Fixing program ids in recorded):
Query was:
UPDATE recorded SET programid=CONCAT(SUBSTRING(programid, 1, 2),                      '00', SUBSTRING(programid, 3)) WHERE length(programid) = 12
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.recorded' doesn't exist

2008-04-28 16:11:21.353 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'BackupDBLastRunStart' AND hostname is NULL;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:21.355 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunStart', '2008-04-28 16:11:21', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:21.358 DB Error (StorageGroup::StorageGroup()):
Query was:
SELECT DISTINCT dirname FROM storagegroup WHERE groupname = 'DB Backups' AND hostname = 'localhost'
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.storagegroup' doesn't exist

2008-04-28 16:11:21.359 New DB connection, total: 3
2008-04-28 16:11:21.360 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:11:21.362 SG(DB Backups) Error: Directory value for Default Storage Group is empty.  Using hardcoded default value of '/mnt/store'
2008-04-28 16:11:21.362 SG(DB Backups) Error: FindNextDirMostFree: '/mnt/store' does not exist!
2008-04-28 16:11:21.363 Backing up database to file: /tmp/mythconverg--20080428161121.sql
2008-04-28 16:11:21.401 DBUtil Error: Error backing up database: mysqldump --defaults-extra-file='/tmp/mythtv_db_backup_conf_0Sm5y4' --host='localhost' --user='mythtv' --add-drop-table --add-locks --allow-keywords --complete-insert --extended-insert --lock-tables --no-create-db --quick 'mythconverg' > '/tmp/mythconverg--20080428161121.sql' 2>/dev/null (512)
2008-04-28 16:11:21.402 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'BackupDBLastRunEnd' AND hostname is NULL;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:21.403 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunEnd', '2008-04-28 16:11:21', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:21.433 Primary screen 0.
2008-04-28 16:11:21.435 Using screen 0, 720x576 at 0,0
2008-04-28 16:11:21.440 Switching to square mode (blue)
2008-04-28 16:11:21.523 Using the Qt painter
mythtv: could not connect to socket
mythtv: Connection refused
2008-04-28 16:11:21.526 lirc_init failed for mythtv, see preceding messages
2008-04-28 16:11:21.528 JoystickMenuClient Error: Joystick disabled - Failed to read /root/.mythtv/joystickmenurc
2008-04-28 16:11:23.470 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'localhost' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:23.471 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'EN', 'localhost' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:23.474 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'localhost' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:23.475 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'EN', 'localhost' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-04-28 16:11:26.756 Newest Schema Version : 1214
2008-04-28 16:11:26.761 Inserting MythTV initial database information.
2008-04-28 16:11:26.762 Upgrading to schema version 1112
2008-04-28 16:11:27.060 New DB connection, total: 4
2008-04-28 16:11:27.061 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:11:27.065 Upgrading to schema version 1113
2008-04-28 16:11:27.071 Upgrading to schema version 1114
2008-04-28 16:11:27.076 Upgrading to schema version 1115
2008-04-28 16:11:27.087 Upgrading to schema version 1116
2008-04-28 16:11:27.095 Upgrading to schema version 1117
2008-04-28 16:11:27.106 Upgrading to schema version 1118
2008-04-28 16:11:27.125 Upgrading to schema version 1119
2008-04-28 16:11:27.133 Upgrading to schema version 1120
2008-04-28 16:11:27.142 Upgrading to schema version 1121
2008-04-28 16:11:27.146 Upgrading to schema version 1122
2008-04-28 16:11:27.163 Upgrading to schema version 1123
2008-04-28 16:11:27.182 Upgrading to schema version 1124
2008-04-28 16:11:27.190 Upgrading to schema version 1125
2008-04-28 16:11:27.207 Upgrading to schema version 1126
2008-04-28 16:11:27.254 Upgrading to schema version 1127
2008-04-28 16:11:27.270 Upgrading to schema version 1128
2008-04-28 16:11:27.280 Upgrading to schema version 1129
2008-04-28 16:11:27.306 Upgrading to schema version 1130
2008-04-28 16:11:27.311 Upgrading to schema version 1131
2008-04-28 16:11:27.323 Upgrading to schema version 1132
2008-04-28 16:11:27.332 Upgrading to schema version 1133
2008-04-28 16:11:27.341 Upgrading to schema version 1134
2008-04-28 16:11:27.345 Upgrading to schema version 1135
2008-04-28 16:11:27.358 Upgrading to schema version 1136
2008-04-28 16:11:27.371 Upgrading to schema version 1137
2008-04-28 16:11:27.388 Upgrading to schema version 1138
2008-04-28 16:11:27.393 Upgrading to schema version 1139
2008-04-28 16:11:27.434 Upgrading to schema version 1140
2008-04-28 16:11:27.439 Upgrading to schema version 1141
2008-04-28 16:11:27.461 Upgrading to schema version 1142
2008-04-28 16:11:27.468 Upgrading to schema version 1143
2008-04-28 16:11:27.480 Upgrading to schema version 1144
2008-04-28 16:11:27.485 Upgrading to schema version 1145
2008-04-28 16:11:27.498 Upgrading to schema version 1146
2008-04-28 16:11:27.504 Upgrading to schema version 1147
2008-04-28 16:11:27.530 Upgrading to schema version 1148
2008-04-28 16:11:27.555 Upgrading to schema version 1149
2008-04-28 16:11:27.574 Upgrading to schema version 1150
2008-04-28 16:11:27.577 Upgrading to schema version 1151
2008-04-28 16:11:27.608 Upgrading to schema version 1152
2008-04-28 16:11:27.619 Upgrading to schema version 1153
2008-04-28 16:11:27.644 Upgrading to schema version 1154
2008-04-28 16:11:27.668 Upgrading to schema version 1155
2008-04-28 16:11:27.689 Upgrading to schema version 1156
2008-04-28 16:11:27.699 Upgrading to schema version 1157
2008-04-28 16:11:27.705 Upgrading to schema version 1158
2008-04-28 16:11:27.745 Upgrading to schema version 1159
2008-04-28 16:11:27.763 Upgrading to schema version 1160
2008-04-28 16:11:27.767 Upgrading to schema version 1161
2008-04-28 16:11:27.784 Upgrading to schema version 1162
2008-04-28 16:11:27.791 Upgrading to schema version 1163
2008-04-28 16:11:27.795 Upgrading to schema version 1164
2008-04-28 16:11:27.820 Upgrading to schema version 1165
2008-04-28 16:11:27.835 Upgrading to schema version 1166
2008-04-28 16:11:27.860 Upgrading to schema version 1167
2008-04-28 16:11:27.866 Upgrading to schema version 1168
2008-04-28 16:11:27.872 Upgrading to schema version 1169
2008-04-28 16:11:27.875 Upgrading to schema version 1170
2008-04-28 16:11:27.877 Upgrading to schema version 1171
2008-04-28 16:11:27.935 Upgrading to schema version 1172
2008-04-28 16:11:27.949 Upgrading to schema version 1173
2008-04-28 16:11:27.962 Upgrading to schema version 1174
2008-04-28 16:11:27.967 Upgrading to schema version 1175
2008-04-28 16:11:27.973 Upgrading to schema version 1176
2008-04-28 16:11:27.976 Upgrading to schema version 1177
2008-04-28 16:11:27.987 Upgrading to schema version 1178
2008-04-28 16:11:28.140 Upgrading to schema version 1179
2008-04-28 16:11:28.266 Upgrading to schema version 1180
2008-04-28 16:11:28.283 Upgrading to schema version 1181
2008-04-28 16:11:28.302 Upgrading to schema version 1182
2008-04-28 16:11:28.309 Upgrading to schema version 1183
2008-04-28 16:11:28.323 Upgrading to schema version 1184
2008-04-28 16:11:28.339 Upgrading to schema version 1185
2008-04-28 16:11:28.349 Upgrading to schema version 1186
2008-04-28 16:11:28.362 Upgrading to schema version 1187
2008-04-28 16:11:28.372 Upgrading to schema version 1188
2008-04-28 16:11:28.376 Upgrading to schema version 1189
2008-04-28 16:11:28.388 Upgrading to schema version 1190
2008-04-28 16:11:28.400 Upgrading to schema version 1191
2008-04-28 16:11:28.413 Upgrading to schema version 1192
2008-04-28 16:11:28.430 Upgrading to schema version 1193
2008-04-28 16:11:28.447 Upgrading to schema version 1194
2008-04-28 16:11:28.457 Upgrading to schema version 1195
2008-04-28 16:11:28.462 Upgrading to schema version 1196
2008-04-28 16:11:28.467 Upgrading to schema version 1197
2008-04-28 16:11:28.472 Upgrading to schema version 1198
2008-04-28 16:11:28.475 Upgrading to schema version 1199
2008-04-28 16:11:28.479 Upgrading to schema version 1200
2008-04-28 16:11:28.485 Upgrading to schema version 1201
2008-04-28 16:11:28.490 Upgrading to schema version 1202
2008-04-28 16:11:28.528 Upgrading to schema version 1203
2008-04-28 16:11:28.537 Upgrading to schema version 1204
2008-04-28 16:11:28.545 Upgrading to schema version 1205
2008-04-28 16:11:28.558 Upgrading to schema version 1206
2008-04-28 16:11:28.563 Upgrading to schema version 1207
2008-04-28 16:11:28.588 Upgrading to schema version 1208
2008-04-28 16:11:28.605 Upgrading to schema version 1209
2008-04-28 16:11:28.627 Upgrading to schema version 1210
2008-04-28 16:11:28.697 Upgrading to schema version 1211
2008-04-28 16:11:28.774 Upgrading to schema version 1212
2008-04-28 16:11:28.782 Upgrading to schema version 1213
2008-04-28 16:11:28.791 In 1213 upg
2008-04-28 16:11:28.793 Upgrading to schema version 1214
2008-04-28 16:11:28.799 Database Schema upgrade complete, unlocking.
2008-04-28 16:11:28.807 Primary screen 0.
2008-04-28 16:11:28.811 Using screen 0, 720x576 at 0,0
2008-04-28 16:11:28.823 Switching to square mode (G.A.N.T)
mythtvsetup: main/renderbuffer.c:2153: _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed.

Crash..
This is the same error that I got with opengl on trunk.

Another try:

2008-04-28 16:15:23.977 Using runtime prefix = /usr, libdir = /usr/lib
2008-04-28 16:15:24.010 DPMS is active.
2008-04-28 16:15:24.014 Using localhost value of localhost
2008-04-28 16:15:24.072 New DB connection, total: 1
2008-04-28 16:15:24.092 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:15:24.101 Closing DB connection named 'DBManager0'
2008-04-28 16:15:24.108 Primary screen 0.
2008-04-28 16:15:24.110 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:15:24.113 Using screen 0, 720x576 at 0,0
2008-04-28 16:15:24.141 New DB connection, total: 2
2008-04-28 16:15:24.143 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:15:24.148 Current Schema Version: 1214
2008-04-28 16:15:24.152 DataDirectProcessor::FixProgramIDs() -- begin
2008-04-28 16:15:24.156 New DB DataDirect connection
2008-04-28 16:15:24.157 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:15:24.166 DataDirectProcessor::FixProgramIDs() -- end
2008-04-28 16:15:24.228 Primary screen 0.
2008-04-28 16:15:24.231 Using screen 0, 720x576 at 0,0
2008-04-28 16:15:24.240 Switching to square mode (G.A.N.T)
2008-04-28 16:15:24.323 Using the Qt painter
mythtv: could not connect to socket
mythtv: Connection refused
2008-04-28 16:15:24.325 lirc_init failed for mythtv, see preceding messages
2008-04-28 16:15:24.326 JoystickMenuClient Error: Joystick disabled - Failed to read /root/.mythtv/joystickmenurc
2008-04-28 16:15:27.100 Loading from: /usr/share/mythtv/themes/G.A.N.T/base.xml
2008-04-28 16:15:27.359 Loading from: /usr/share/mythtv/themes/default/base.xml
2008-04-28 16:20:19.217 Couldn't get handle
			eno: No such file or directory (2)
2008-04-28 16:20:19.217 GetSTBListPrivate -- begin
2008-04-28 16:20:19.217 GetSTBListPrivate -- got lock
2008-04-28 16:20:19.218 GetSTBListPrivate -- end
2008-04-28 16:20:19.409 DiSEqCDevTree, Warning: No device tree for cardid 0
2008-04-28 16:20:36.364 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-04-28 16:20:57.682 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-04-28 16:20:57.688 New DB connection, total: 3
2008-04-28 16:20:57.689 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:21:03.195 Failed to run tv_find_grabbers
Gesture: Up
2008-04-28 16:22:19.066 Imported channel:  1101 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.067 Imported channel:  1102 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.068 Imported channel:  1103 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.068 Imported channel:  1104 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.069 Imported channel:  1111 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.069 Imported channel:  1112 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.069 Imported channel:  1113 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.070 Imported channel:  1114 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.070 Imported channel:  1115 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.071 Imported channel:  1116 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.071 Imported channel:  1117 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.072 Imported channel:  1118 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.072 Imported channel:  1119 -1  on 474000000 qam_64 a 1/2 1/2 8 8 1/4 n v
2008-04-28 16:22:19.073 Imported channel:  31 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.073 Imported channel:  32 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.073 Imported channel:  33 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.074 Imported channel:  34 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.074 Imported channel:  35 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.075 Imported channel:  36 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.075 Imported channel:  37 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.076 Imported channel:  38 -1  on 498000000 qam_64 a 2/3 1/2 8 8 1/4 n v
2008-04-28 16:22:19.076 Imported channel:  21 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.077 Imported channel:  22 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.077 Imported channel:  23 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.078 Imported channel:  24 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.078 Imported channel:  25 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.079 Imported channel:  26 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.079 Imported channel:  27 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.080 Imported channel:  28 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.080 Imported channel:  217 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.080 Imported channel:  218 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.081 Imported channel:  219 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.081 Imported channel:  6210 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.082 Imported channel:  6211 -1  on 762000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.082 Imported channel:  11 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.083 Imported channel:  12 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.083 Imported channel:  13 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.084 Imported channel:  14 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.084 Imported channel:  15 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.084 Imported channel:  111 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.085 Imported channel:  112 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.085 Imported channel:  113 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.086 Imported channel:  114 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.086 Imported channel:  115 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.087 Imported channel:  116 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
2008-04-28 16:22:19.087 Imported channel:  117 -1  on 818000000 qam_64 a 1/2 auto 8 8 1/4 n v
ASSERT: "i <= nodes" in /usr/lib/qt-3.3/include/qvaluelist.h (376)
2008-04-28 16:22:34.702 Failed to handle tune complete.
2008-04-28 16:23:19.403 New DB connection, total: 4
2008-04-28 16:23:19.404 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:23:19.407 New DB connection, total: 5
2008-04-28 16:23:19.407 Connected to database 'mythconverg' at host: localhost
2008-04-28 16:34:19.987 DVBChan(1:0) Warning: Your frequency setting (474000) is out of range. (min/max:51000000/858000000)
2008-04-28 16:34:19.989 DVBChan(1:0) Error: Tune(): Setting Frontend tuning parameters failed.
			eno: Invalid argument (22)
2008-04-28 16:34:37.091 DVBChan(1:0) Warning: Your frequency setting (474000) is out of range. (min/max:51000000/858000000)
2008-04-28 16:34:37.092 DVBChan(1:0) Error: Tune(): Setting Frontend tuning parameters failed.
			eno: Invalid argument (22)
2008-04-28 16:35:18.283 DVBChan(1:0) Warning: Your frequency setting (47400000) is out of range. (min/max:51000000/858000000)
2008-04-28 16:35:18.283 DVBChan(1:0) Error: Tune(): Setting Frontend tuning parameters failed.
			eno: Invalid argument (22)
2008-04-28 16:37:46.281 Failed to run tv_find_grabbers
2008-04-28 16:37:51.923 Couldn't get handle
			eno: No such file or directory (2)
2008-04-28 16:37:51.924 GetSTBListPrivate -- begin
2008-04-28 16:37:51.924 GetSTBListPrivate -- got lock
2008-04-28 16:37:51.924 GetSTBListPrivate -- end
2008-04-28 16:37:52.118 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-04-28 16:37:52.146 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-04-28 16:38:06.616 Failed to run tv_find_grabbers


Yes, it allowed me to configure the system for a bit. Logging is not complete.
It did not find all transports/transponders. 
I had to edit the transponder based on teh info I had. Then it did see my
channels.
I couldn't enter my grabber manually into the setup.

After reading some response on the list I stopped here.
