[mythtv-users] Can't run mythtv-setup correct

Thomas Ungru t.ungru at gmx.de
Wed Sep 3 16:05:39 UTC 2008


Hello,

I've some problems while setting up a mythtv system.
I've installed Arch Linux with Xfce4. After that I installed mysql and 
mythtv like it is described here: 
http://wiki.archlinux.org/index.php/MythTV_HOWTO

After this I run mythtv-setup:

bash-3.2# mythtv-setup 
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
2008-08-26 08:51:52.877 Using runtime prefix = /usr, libdir = /usr/lib
2008-08-26 08:51:52.929 DPMS is active.
2008-08-26 08:51:52.930 Unable to read configuration file mysql.txt
2008-08-26 08:51:52.930 Empty LocalHostName.
2008-08-26 08:51:52.931 Using localhost value of tungrumythtv
2008-08-26 08:51:53.014 New DB connection, total: 1
2008-08-26 08:51:53.064 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:51:53.089 Closing DB connection named 'DBManager0'
2008-08-26 08:51:53.090 Total desktop dim: 1024x768, with 1 screen[s].
2008-08-26 08:51:53.098 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:51:53.108 Using screen 0, 1024x768 at 0,0
2008-08-26 08:51:53.150 New DB connection, total: 2
2008-08-26 08:51:53.150 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:51:53.152 Current Schema Version: 0
2008-08-26 08:51:53.153 DataDirectProcessor::FixProgramIDs() -- begin
2008-08-26 08:51:53.153 New DB DataDirect connection
2008-08-26 08:51:53.154 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:51:53.155 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-08-26 08:51:53.157 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-08-26 08:51:53.157 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunStart', '2008-08-26 08:51:53', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-08-26 08:51:53.159 DB Error (StorageGroup::StorageGroup()):
Query was:
SELECT DISTINCT dirname FROM storagegroup WHERE groupname = 'DB Backups' AND hostname = 'tungrumythtv'
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.storagegroup' doesn't exist

2008-08-26 08:51:53.159 New DB connection, total: 3
2008-08-26 08:51:53.160 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:51:53.161 SG(DB Backups) Error: Directory value for Default Storage Group is empty.  Using hardcoded default value of '/mnt/store'
2008-08-26 08:51:53.162 SG(DB Backups) Error: FindNextDirMostFree: '/mnt/store' does not exist!
2008-08-26 08:51:53.162 Backing up database to file: /tmp/mythconverg--20080826085153.sql
2008-08-26 08:51:53.193 Compressing database backup file.
2008-08-26 08:51:53.205 Database Backup filename: /tmp/mythconverg--20080826085153.sql.gz
2008-08-26 08:51:53.205 Database Backup complete.
2008-08-26 08:51:53.206 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-08-26 08:51:53.207 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunEnd', '2008-08-26 08:51:53', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-08-26 08:51:53.281 Total desktop dim: 1024x768, with 1 screen[s].
2008-08-26 08:51:53.283 Using screen 0, 1024x768 at 0,0
2008-08-26 08:51:53.291 Switching to square mode (blue)
2008-08-26 08:51:53.565 Using the Qt painter
mythtv: could not connect to socket
mythtv: Datei oder Verzeichnis nicht gefunden
2008-08-26 08:51:53.566 lirc_init failed for mythtv, see preceding messages
2008-08-26 08:51:53.567 JoystickMenuClient Error: Joystick disabled - Failed to read /root/.mythtv/joystickmenurc
2008-08-26 08:51:58.971 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'tungrumythtv' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-08-26 08:51:58.972 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'DE', 'tungrumythtv' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-08-26 08:51:58.973 DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'tungrumythtv' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-08-26 08:51:58.974 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'DE', 'tungrumythtv' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-08-26 08:52:10.719 Newest Schema Version : 1214
2008-08-26 08:52:10.721 Inserting MythTV initial database information.
2008-08-26 08:52:10.722 Upgrading to schema version 1112
2008-08-26 08:52:10.965 New DB connection, total: 4
2008-08-26 08:52:10.965 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:52:10.967 Upgrading to schema version 1113
2008-08-26 08:52:10.968 Upgrading to schema version 1114
2008-08-26 08:52:10.970 Upgrading to schema version 1115
2008-08-26 08:52:10.981 Upgrading to schema version 1116
2008-08-26 08:52:10.983 Upgrading to schema version 1117
2008-08-26 08:52:10.988 Upgrading to schema version 1118
2008-08-26 08:52:10.995 Upgrading to schema version 1119
2008-08-26 08:52:11.015 Upgrading to schema version 1120
2008-08-26 08:52:11.019 Upgrading to schema version 1121
2008-08-26 08:52:11.020 Upgrading to schema version 1122
2008-08-26 08:52:11.025 Upgrading to schema version 1123
2008-08-26 08:52:11.030 Upgrading to schema version 1124
2008-08-26 08:52:11.036 Upgrading to schema version 1125
2008-08-26 08:52:11.044 Upgrading to schema version 1126
2008-08-26 08:52:11.049 Upgrading to schema version 1127
2008-08-26 08:52:11.057 Upgrading to schema version 1128
2008-08-26 08:52:11.065 Upgrading to schema version 1129
2008-08-26 08:52:11.077 Upgrading to schema version 1130
2008-08-26 08:52:11.078 Upgrading to schema version 1131
2008-08-26 08:52:11.087 Upgrading to schema version 1132
2008-08-26 08:52:11.091 Upgrading to schema version 1133
2008-08-26 08:52:11.098 Upgrading to schema version 1134
2008-08-26 08:52:11.100 Upgrading to schema version 1135
2008-08-26 08:52:11.108 Upgrading to schema version 1136
2008-08-26 08:52:11.113 Upgrading to schema version 1137
2008-08-26 08:52:11.120 Upgrading to schema version 1138
2008-08-26 08:52:11.122 Upgrading to schema version 1139
2008-08-26 08:52:11.138 Upgrading to schema version 1140
2008-08-26 08:52:11.140 Upgrading to schema version 1141
2008-08-26 08:52:11.149 Upgrading to schema version 1142
2008-08-26 08:52:11.152 Upgrading to schema version 1143
2008-08-26 08:52:11.163 Upgrading to schema version 1144
2008-08-26 08:52:11.164 Upgrading to schema version 1145
2008-08-26 08:52:11.167 Upgrading to schema version 1146
2008-08-26 08:52:11.169 Upgrading to schema version 1147
2008-08-26 08:52:11.177 Upgrading to schema version 1148
2008-08-26 08:52:11.185 Upgrading to schema version 1149
2008-08-26 08:52:11.192 Upgrading to schema version 1150
2008-08-26 08:52:11.193 Upgrading to schema version 1151
2008-08-26 08:52:11.206 Upgrading to schema version 1152
2008-08-26 08:52:11.210 Upgrading to schema version 1153
2008-08-26 08:52:11.219 Upgrading to schema version 1154
2008-08-26 08:52:11.229 Upgrading to schema version 1155
2008-08-26 08:52:11.236 Upgrading to schema version 1156
2008-08-26 08:52:11.251 Upgrading to schema version 1157
2008-08-26 08:52:11.252 Upgrading to schema version 1158
2008-08-26 08:52:11.266 Upgrading to schema version 1159
2008-08-26 08:52:11.271 Upgrading to schema version 1160
2008-08-26 08:52:11.272 Upgrading to schema version 1161
2008-08-26 08:52:11.277 Upgrading to schema version 1162
2008-08-26 08:52:11.278 Upgrading to schema version 1163
2008-08-26 08:52:11.279 Upgrading to schema version 1164
2008-08-26 08:52:11.287 Upgrading to schema version 1165
2008-08-26 08:52:11.302 Upgrading to schema version 1166
2008-08-26 08:52:11.309 Upgrading to schema version 1167
2008-08-26 08:52:11.311 Upgrading to schema version 1168
2008-08-26 08:52:11.314 Upgrading to schema version 1169
2008-08-26 08:52:11.316 Upgrading to schema version 1170
2008-08-26 08:52:11.317 Upgrading to schema version 1171
2008-08-26 08:52:11.336 Upgrading to schema version 1172
2008-08-26 08:52:11.339 Upgrading to schema version 1173
2008-08-26 08:52:11.344 Upgrading to schema version 1174
2008-08-26 08:52:11.345 Upgrading to schema version 1175
2008-08-26 08:52:11.347 Upgrading to schema version 1176
2008-08-26 08:52:11.349 Upgrading to schema version 1177
2008-08-26 08:52:11.353 Upgrading to schema version 1178
2008-08-26 08:52:11.433 Upgrading to schema version 1179
2008-08-26 08:52:11.494 Upgrading to schema version 1180
2008-08-26 08:52:11.502 Upgrading to schema version 1181
2008-08-26 08:52:11.511 Upgrading to schema version 1182
2008-08-26 08:52:11.512 Upgrading to schema version 1183
2008-08-26 08:52:11.517 Upgrading to schema version 1184
2008-08-26 08:52:11.521 Upgrading to schema version 1185
2008-08-26 08:52:11.538 Upgrading to schema version 1186
2008-08-26 08:52:11.541 Upgrading to schema version 1187
2008-08-26 08:52:11.546 Upgrading to schema version 1188
2008-08-26 08:52:11.549 Upgrading to schema version 1189
2008-08-26 08:52:11.554 Upgrading to schema version 1190
2008-08-26 08:52:11.559 Upgrading to schema version 1191
2008-08-26 08:52:11.564 Upgrading to schema version 1192
2008-08-26 08:52:11.572 Upgrading to schema version 1193
2008-08-26 08:52:11.577 Upgrading to schema version 1194
2008-08-26 08:52:11.580 Upgrading to schema version 1195
2008-08-26 08:52:11.581 Upgrading to schema version 1196
2008-08-26 08:52:11.583 Upgrading to schema version 1197
2008-08-26 08:52:11.587 Upgrading to schema version 1198
2008-08-26 08:52:11.588 Upgrading to schema version 1199
2008-08-26 08:52:11.590 Upgrading to schema version 1200
2008-08-26 08:52:11.592 Upgrading to schema version 1201
2008-08-26 08:52:11.593 Upgrading to schema version 1202
2008-08-26 08:52:11.606 Upgrading to schema version 1203
2008-08-26 08:52:11.610 Upgrading to schema version 1204
2008-08-26 08:52:11.612 Upgrading to schema version 1205
2008-08-26 08:52:11.623 Upgrading to schema version 1206
2008-08-26 08:52:11.625 Upgrading to schema version 1207
2008-08-26 08:52:11.633 Upgrading to schema version 1208
2008-08-26 08:52:11.638 Upgrading to schema version 1209
2008-08-26 08:52:11.648 Upgrading to schema version 1210
2008-08-26 08:52:11.676 Upgrading to schema version 1211
2008-08-26 08:52:11.704 Upgrading to schema version 1212
2008-08-26 08:52:11.717 Upgrading to schema version 1213
2008-08-26 08:52:11.719 In 1213 upg
2008-08-26 08:52:11.720 Upgrading to schema version 1214
2008-08-26 08:52:11.721 Database Schema upgrade complete, unlocking.
2008-08-26 08:52:11.722 Total desktop dim: 1024x768, with 1 screen[s].
2008-08-26 08:52:11.725 Using screen 0, 1024x768 at 0,0
2008-08-26 08:52:11.740 Switching to square mode (G.A.N.T)
2008-08-26 08:52:11.927 Using the Qt painter
mythtv: could not connect to socket
mythtv: Datei oder Verzeichnis nicht gefunden
2008-08-26 08:52:11.927 lirc_init failed for mythtv, see preceding messages
2008-08-26 08:52:11.927 JoystickMenuClient Error: Joystick disabled - Failed to read /root/.mythtv/joystickmenurc
2008-08-26 08:52:26.801 Loading from: /usr/share/mythtv/themes/G.A.N.T/base.xml
2008-08-26 08:52:26.884 Loading from: /usr/share/mythtv/themes/default/base.xml
2008-08-26 08:53:07.817 DiSEqCDevTree, Warning: No device tree for cardid 0
2008-08-26 08:53:17.084 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-08-26 08:53:24.851 Failed to run tv_find_grabbers
2008-08-26 08:53:41.167 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-08-26 08:54:22.107 Failed to handle tune complete.
2008-08-26 08:54:36.578 New DB connection, total: 5
2008-08-26 08:54:36.582 Connected to database 'mythconverg' at host: localhost
mythtv-setup: xcb_lock.c:77: _XGetXCBBuffer: Zusicherung »((int) ((xcb_req) - (dpy->request)) >= 0)« nicht erfüllt.
Abgebrochen

mythtv-setup crashed while it is searchin for new TV-channels.
I started mythtv-setup again, did my adjustments and left the setup up 
with ESC.
And I got the following output:

bash-3.2# mythtv-setup 
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
2008-08-26 08:55:51.353 Using runtime prefix = /usr, libdir = /usr/lib
2008-08-26 08:55:51.379 DPMS is active.
2008-08-26 08:55:51.379 Unable to read configuration file mysql.txt
2008-08-26 08:55:51.380 Empty LocalHostName.
2008-08-26 08:55:51.380 Using localhost value of tungrumythtv
2008-08-26 08:55:51.388 New DB connection, total: 1
2008-08-26 08:55:51.413 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:55:51.414 Closing DB connection named 'DBManager0'
2008-08-26 08:55:51.414 Total desktop dim: 1024x768, with 1 screen[s].
2008-08-26 08:55:51.415 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:55:51.418 Using screen 0, 1024x768 at 0,0
2008-08-26 08:55:51.456 New DB connection, total: 2
2008-08-26 08:55:51.457 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:55:51.459 Current Schema Version: 1214
2008-08-26 08:55:51.460 DataDirectProcessor::FixProgramIDs() -- begin
2008-08-26 08:55:51.461 New DB DataDirect connection
2008-08-26 08:55:51.462 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:55:51.465 DataDirectProcessor::FixProgramIDs() -- end
2008-08-26 08:55:51.510 Total desktop dim: 1024x768, with 1 screen[s].
2008-08-26 08:55:51.513 Using screen 0, 1024x768 at 0,0
2008-08-26 08:55:51.525 Switching to square mode (G.A.N.T)
2008-08-26 08:55:51.802 Using the Qt painter
mythtv: could not connect to socket
mythtv: Datei oder Verzeichnis nicht gefunden
2008-08-26 08:55:51.803 lirc_init failed for mythtv, see preceding messages
2008-08-26 08:55:51.803 JoystickMenuClient Error: Joystick disabled - Failed to read /root/.mythtv/joystickmenurc
2008-08-26 08:55:52.893 Loading from: /usr/share/mythtv/themes/G.A.N.T/base.xml
2008-08-26 08:55:52.972 Loading from: /usr/share/mythtv/themes/default/base.xml
2008-08-26 08:56:00.962 New DB connection, total: 3
2008-08-26 08:56:00.963 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:56:44.144 DiSEqCDevTree, Warning: No device tree for cardid 1
2008-08-26 08:56:44.151 New DB connection, total: 4
2008-08-26 08:56:44.152 Connected to database 'mythconverg' at host: localhost
2008-08-26 08:56:44.154 New DB connection, total: 5
2008-08-26 08:56:44.157 Connected to database 'mythconverg' at host: localhost

And here it didn't go on on. I could only close my Terminal.

I don't know how to fix this Problem.
I detect that there was no mysql.txt anythere. Why not?
Did I something wrong? Have I to set some user rights?

Sorry for the English and "Thank you"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080903/59a427a0/attachment.htm 


More information about the mythtv-users mailing list