View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Dec 25, 2008 11:19 pm 
Offline
Joined: Thu Dec 25, 2008 9:37 pm
Posts: 5
I just installed the latest version of KnoppMyth.

I then setup my tuner card the way I always have, using these instructions: http://bruury.wordpress.com/2008/11/03/ ... in-ubuntu/

It works fine in Xubuntu but when I hit the "Watch TV" button in MythTV, the menu disappears for a half-second then comes back.

I also got this error a lot when the auto config program was running after installation:
Xlib: extension "GLX" missing on display ":0.0".

Now on other distros I have had problems on this PC when the nvidia drivers are not installed. I'm guessing it's a video card problem causing the TV not to start. How can I check that my video card is setup properly?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 26, 2008 5:21 am 
Offline
Joined: Thu Dec 25, 2008 9:37 pm
Posts: 5
After playing around with some other things I managed to break the entire system so I reinstalled and checked the default status of my tuner following the instructions here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=11050

By default the card is detected correctly but tuner is not detected at all. Using the instructions in the thread above I set up the tuner correctly and then changed my video driver to the proprietary nvidia one (only one that would work in other distros with xawtv) Then rebooted.

I checked all tuner and video settings as outlined here: http://www.knoppmythwiki.org/index.php? ... WatchingTV
and also tried scanning for channels (which WORKS!) And then tried "watch TV" again. I just got a black screen which would stay for a while, all the time the hard drive would be making noise and flashing light every second (didn't do this before) then it would go back to the menu.

I would then get this error:

"The connection to the master backend server has gone awry for some reason .. is it running?"

Then, when trying to exit MythTV it would take a few seconds for the esapce key to register... but even after exiting the hard drive would still be active every second or so.

if I press Alt+2 and stop mythtv-backend, the random hard drive activity stops.

I tried to install Xawtv but upon launch the screen turned into a whole lot of colourful corruption and the keyboard locks up.

However the rest of the system appears to be working as if I press the power button, the shutdown sequence is initiated and a short while later the PC turns itself off.

Can someone please help?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 05, 2009 2:44 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Agent24 wrote:
"The connection to the master backend server has gone awry for some reason .. is it running?"
What does the backend log (/var/log/mythtv/) state?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 05, 2009 9:01 pm 
Offline
Joined: Thu Dec 25, 2008 9:37 pm
Posts: 5
Hi,

I would upload the file as an attachment since I really don't know what to look for .. so I've pasted the whole thing here. Sorry about that.

Code:
2008-12-26 01:44:18.861 Using runtime prefix = /usr
2008-12-26 01:44:19.215 Empty LocalHostName.
2008-12-26 01:44:19.373 Using localhost value of mythtv
2008-12-26 01:44:20.031 New DB connection, total: 1
2008-12-26 01:44:20.630 Connected to database 'mythconverg' at host: localhost
2008-12-26 01:44:20.752 Closing DB connection named 'DBManager0'
2008-12-26 01:44:20.952 Connected to database 'mythconverg' at host: localhost
2008-12-26 01:44:21.341 New DB connection, total: 2
2008-12-26 01:44:21.487 Connected to database 'mythconverg' at host: localhost
2008-12-26 01:44:21.597 Current Schema Version:
2008-12-26 01:44:21.652 DataDirectProcessor::FixProgramIDs() -- begin
2008-12-26 01:44:21.786 New DB DataDirect connection
2008-12-26 01:44:21.914 Connected to database 'mythconverg' at host: localhost
2008-12-26 01:44:21.925 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-12-26 01:44:22.131 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-12-26 01:44:22.194 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunStart', '2008-12-26 01:44:22', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

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

2008-12-26 01:44:22.337 New DB connection, total: 3
2008-12-26 01:44:22.347 Connected to database 'mythconverg' at host: localhost
2008-12-26 01:44:22.468 SG(DB Backups) Error: Directory value for Default Storage Group is empty.  Using hardcoded default value of '/mnt/store'
2008-12-26 01:44:22.686 SG(DB Backups) Error: FindNextDirMostFree: '/mnt/store' does not exist!
2008-12-26 01:44:22.837 Backing up database to file: /tmp/mythconverg--20081226014422.sql
2008-12-26 01:44:23.141 Compressing database backup file.
2008-12-26 01:44:23.424 Database Backup filename: /tmp/mythconverg--20081226014422.sql.gz
2008-12-26 01:44:23.521 Database Backup complete.
2008-12-26 01:44:23.533 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-12-26 01:44:23.603 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunEnd', '2008-12-26 01:44:23', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-12-26 01:44:23.635 No current database version. Auto upgrading
2008-12-26 01:44:23.644 Newest Schema Version : 1214
2008-12-26 01:44:23.765 Inserting MythTV initial database information.
2008-12-26 01:44:23.835 Upgrading to schema version 1112
2008-12-26 01:44:27.141 New DB connection, total: 4
2008-12-26 01:44:27.566 Connected to database 'mythconverg' at host: localhost
2008-12-26 01:44:27.733 Upgrading to schema version 1113
2008-12-26 01:44:27.854 Upgrading to schema version 1114
2008-12-26 01:44:27.901 Upgrading to schema version 1115
2008-12-26 01:44:28.221 Upgrading to schema version 1116
2008-12-26 01:44:28.563 Upgrading to schema version 1117
2008-12-26 01:44:29.051 Upgrading to schema version 1118
2008-12-26 01:44:29.236 Upgrading to schema version 1119
2008-12-26 01:44:29.337 Upgrading to schema version 1120
2008-12-26 01:44:30.039 Upgrading to schema version 1121
2008-12-26 01:44:30.148 Upgrading to schema version 1122
2008-12-26 01:44:30.286 Upgrading to schema version 1123
2008-12-26 01:44:30.792 Upgrading to schema version 1124
2008-12-26 01:44:31.068 Upgrading to schema version 1125
2008-12-26 01:44:31.538 Upgrading to schema version 1126
2008-12-26 01:44:31.987 Upgrading to schema version 1127
2008-12-26 01:44:32.737 Upgrading to schema version 1128
2008-12-26 01:44:33.230 Upgrading to schema version 1129
2008-12-26 01:44:33.939 Upgrading to schema version 1130
2008-12-26 01:44:34.216 Upgrading to schema version 1131
2008-12-26 01:44:34.744 Upgrading to schema version 1132
2008-12-26 01:44:35.271 Upgrading to schema version 1133
2008-12-26 01:44:35.810 Upgrading to schema version 1134
2008-12-26 01:44:36.101 Upgrading to schema version 1135
2008-12-26 01:44:36.747 Upgrading to schema version 1136
2008-12-26 01:44:37.166 Upgrading to schema version 1137
2008-12-26 01:44:37.655 Upgrading to schema version 1138
2008-12-26 01:44:37.864 Upgrading to schema version 1139
2008-12-26 01:44:38.890 Upgrading to schema version 1140
2008-12-26 01:44:39.167 Upgrading to schema version 1141
2008-12-26 01:44:39.833 Upgrading to schema version 1142
2008-12-26 01:44:40.363 Upgrading to schema version 1143
2008-12-26 01:44:40.834 Upgrading to schema version 1144
2008-12-26 01:44:41.121 Upgrading to schema version 1145
2008-12-26 01:44:41.610 Upgrading to schema version 1146
2008-12-26 01:44:41.903 Upgrading to schema version 1147
2008-12-26 01:44:42.565 Upgrading to schema version 1148
2008-12-26 01:44:43.202 Upgrading to schema version 1149
2008-12-26 01:44:43.533 Upgrading to schema version 1150
2008-12-26 01:44:43.876 Upgrading to schema version 1151
2008-12-26 01:44:44.513 Upgrading to schema version 1152
2008-12-26 01:44:44.867 Upgrading to schema version 1153
2008-12-26 01:44:45.530 Upgrading to schema version 1154
2008-12-26 01:44:46.348 Upgrading to schema version 1155
2008-12-26 01:44:47.041 Upgrading to schema version 1156
2008-12-26 01:44:47.537 Upgrading to schema version 1157
2008-12-26 01:44:47.811 Upgrading to schema version 1158
2008-12-26 01:44:48.579 Upgrading to schema version 1159
2008-12-26 01:44:49.115 Upgrading to schema version 1160
2008-12-26 01:44:49.407 Upgrading to schema version 1161
2008-12-26 01:44:49.930 Upgrading to schema version 1162
2008-12-26 01:44:50.192 Upgrading to schema version 1163
2008-12-26 01:44:50.419 Upgrading to schema version 1164
2008-12-26 01:44:51.020 Upgrading to schema version 1165
2008-12-26 01:44:51.534 Upgrading to schema version 1166
2008-12-26 01:44:52.335 Upgrading to schema version 1167
2008-12-26 01:44:52.614 Upgrading to schema version 1168
2008-12-26 01:44:53.014 Upgrading to schema version 1169
2008-12-26 01:44:53.307 Upgrading to schema version 1170
2008-12-26 01:44:53.563 Upgrading to schema version 1171
2008-12-26 01:44:54.738 Upgrading to schema version 1172
2008-12-26 01:44:55.037 Upgrading to schema version 1173
2008-12-26 01:44:55.486 Upgrading to schema version 1174
2008-12-26 01:44:55.754 Upgrading to schema version 1175
2008-12-26 01:44:55.977 Upgrading to schema version 1176
2008-12-26 01:44:56.223 Upgrading to schema version 1177
2008-12-26 01:44:56.669 Upgrading to schema version 1178
2008-12-26 01:45:02.654 Upgrading to schema version 1179
2008-12-26 01:45:06.141 Upgrading to schema version 1180
2008-12-26 01:45:06.828 Upgrading to schema version 1181
2008-12-26 01:45:07.544 Upgrading to schema version 1182
2008-12-26 01:45:07.830 Upgrading to schema version 1183
2008-12-26 01:45:08.275 Upgrading to schema version 1184
2008-12-26 01:45:08.714 Upgrading to schema version 1185
2008-12-26 01:45:09.231 Upgrading to schema version 1186
2008-12-26 01:45:09.535 Upgrading to schema version 1187
2008-12-26 01:45:09.915 Upgrading to schema version 1188
2008-12-26 01:45:10.196 Upgrading to schema version 1189
2008-12-26 01:45:10.610 Upgrading to schema version 1190
2008-12-26 01:45:10.995 Upgrading to schema version 1191
2008-12-26 01:45:11.428 Upgrading to schema version 1192
2008-12-26 01:45:12.146 Upgrading to schema version 1193
2008-12-26 01:45:12.623 Upgrading to schema version 1194
2008-12-26 01:45:13.138 Upgrading to schema version 1195
2008-12-26 01:45:13.451 Upgrading to schema version 1196
2008-12-26 01:45:13.697 Upgrading to schema version 1197
2008-12-26 01:45:13.927 Upgrading to schema version 1198
2008-12-26 01:45:14.167 Upgrading to schema version 1199
2008-12-26 01:45:14.439 Upgrading to schema version 1200
2008-12-26 01:45:14.667 Upgrading to schema version 1201
2008-12-26 01:45:14.907 Upgrading to schema version 1202
2008-12-26 01:45:15.963 Upgrading to schema version 1203
2008-12-26 01:45:16.415 Upgrading to schema version 1204
2008-12-26 01:45:16.682 Upgrading to schema version 1205
2008-12-26 01:45:17.112 Upgrading to schema version 1206
2008-12-26 01:45:17.389 Upgrading to schema version 1207
2008-12-26 01:45:17.968 Upgrading to schema version 1208
2008-12-26 01:45:18.506 Upgrading to schema version 1209
2008-12-26 01:45:18.960 Upgrading to schema version 1210
2008-12-26 01:45:20.500 Upgrading to schema version 1211
2008-12-26 01:45:22.156 Upgrading to schema version 1212
2008-12-26 01:45:22.431 Upgrading to schema version 1213
2008-12-26 01:45:22.695 In 1213 upg
2008-12-26 01:45:22.936 Upgrading to schema version 1214
2008-12-26 01:45:23.076 Database Schema upgrade complete, unlocking.
No setting found for this machine's BackendServerIP.
Please run setup on this machine and modify the first page
of the general settings.
2008-12-26 22:51:38.107 Using runtime prefix = /usr
2008-12-26 22:51:38.355 Empty LocalHostName.
2008-12-26 22:51:38.450 Using localhost value of mythtv
2008-12-26 22:51:38.888 New DB connection, total: 1
2008-12-26 22:51:38.995 Connected to database 'mythconverg' at host: localhost
2008-12-26 22:51:39.010 Closing DB connection named 'DBManager0'
2008-12-26 22:51:39.021 Connected to database 'mythconverg' at host: localhost
2008-12-26 22:51:39.281 New DB connection, total: 2
2008-12-26 22:51:39.392 Connected to database 'mythconverg' at host: localhost
2008-12-26 22:51:39.551 Current Schema Version:
2008-12-26 22:51:39.717 DataDirectProcessor::FixProgramIDs() -- begin
2008-12-26 22:51:39.884 New DB DataDirect connection
2008-12-26 22:51:40.010 Connected to database 'mythconverg' at host: localhost
2008-12-26 22:51:40.165 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-12-26 22:51:40.303 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-12-26 22:51:40.341 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunStart', '2008-12-26 22:51:40', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

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

2008-12-26 22:51:40.444 New DB connection, total: 3
2008-12-26 22:51:40.534 Connected to database 'mythconverg' at host: localhost
2008-12-26 22:51:40.581 SG(DB Backups) Error: Directory value for Default Storage Group is empty.  Using hardcoded default value of '/mnt/store'
2008-12-26 22:51:40.658 SG(DB Backups) Error: FindNextDirMostFree: '/mnt/store' does not exist!
2008-12-26 22:51:40.774 Backing up database to file: /tmp/mythconverg--20081226225140.sql
2008-12-26 22:51:41.307 Compressing database backup file.
2008-12-26 22:51:41.574 Database Backup filename: /tmp/mythconverg--20081226225140.sql.gz
2008-12-26 22:51:41.831 Database Backup complete.
2008-12-26 22:51:41.967 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-12-26 22:51:42.019 DB Error (SaveSettingOnHost query failure: ):
Query was:
INSERT INTO settings (value,data,hostname ) VALUES ( 'BackupDBLastRunEnd', '2008-12-26 22:51:41', NULL );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

2008-12-26 22:51:42.028 No current database version. Auto upgrading
2008-12-26 22:51:42.106 Newest Schema Version : 1214
2008-12-26 22:51:42.221 Told to create a NEW database schema, but the database
already has 14 tables.
If you are sure this is a good mythtv database, verify
that the settings table has the DBSchemaVer variable.

2008-12-26 22:51:42.228 Database Schema upgrade FAILED, unlocking.
2008-12-26 22:51:42.237 Couldn't upgrade database to new schema
2008-12-26 23:04:20.533 Using runtime prefix = /usr
2008-12-26 23:04:20.593 Empty LocalHostName.
2008-12-26 23:04:20.758 Using localhost value of mythtv
2008-12-26 23:04:21.181 New DB connection, total: 1
2008-12-26 23:04:21.270 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:21.285 Closing DB connection named 'DBManager0'
2008-12-26 23:04:21.305 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:21.323 New DB connection, total: 2
2008-12-26 23:04:21.334 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:21.360 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:04:21.569 New DB connection, total: 3
2008-12-26 23:04:21.580 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:21.643 GetChannelData() failed because it could not
         find channel number 'Please add' in DB for source '65'.
2008-12-26 23:04:21.653 ChannelBase(65) Error: Setting start channel 'Please add' failed,
         and we failed to find any suitible channels on any input.
2008-12-26 23:04:21.802 New DB scheduler connection
2008-12-26 23:04:21.815 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:23.025 Main::Registering HttpStatus Extension
2008-12-26 23:04:23.074 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:04:23.093 Enabled verbose msgs:  important general
2008-12-26 23:04:23.190 AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2008-12-26 23:04:25.053 Reschedule requested for id -1.
2008-12-26 23:04:25.799 Scheduled 0 items in 0.7 = 0.15 match + 0.57 place
2008-12-26 23:04:26.065 Seem to be woken up by USER#old
2008-12-26 23:04:32.412 Using runtime prefix = /usr
2008-12-26 23:04:32.578 Empty LocalHostName.
2008-12-26 23:04:32.587 Using localhost value of mythtv
2008-12-26 23:04:33.041 New DB connection, total: 1
2008-12-26 23:04:33.125 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:33.151 Closing DB connection named 'DBManager0'
2008-12-26 23:04:33.160 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:33.186 New DB connection, total: 2
2008-12-26 23:04:33.201 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:33.244 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:04:33.393 New DB connection, total: 3
2008-12-26 23:04:33.403 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:33.482 GetChannelData() failed because it could not
         find channel number 'Please add' in DB for source '65'.
2008-12-26 23:04:33.491 ChannelBase(65) Error: Setting start channel 'Please add' failed,
         and we failed to find any suitible channels on any input.
2008-12-26 23:04:33.710 New DB scheduler connection
2008-12-26 23:04:33.793 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:04:35.268 Main::Registering HttpStatus Extension
2008-12-26 23:04:35.282 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:04:35.318 Enabled verbose msgs:  important general
2008-12-26 23:04:35.380 AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2008-12-26 23:04:36.981 Reschedule requested for id -1.
2008-12-26 23:04:37.761 Scheduled 0 items in 0.7 = 0.13 match + 0.61 place
2008-12-26 23:04:38.049 Seem to be woken up by USER#old
2008-12-26 23:07:14.613 Using runtime prefix = /usr
2008-12-26 23:07:14.787 Empty LocalHostName.
2008-12-26 23:07:14.842 Using localhost value of mythtv
2008-12-26 23:07:15.055 New DB connection, total: 1
2008-12-26 23:07:15.105 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:07:15.310 Closing DB connection named 'DBManager0'
2008-12-26 23:07:15.320 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:07:15.358 New DB connection, total: 2
2008-12-26 23:07:15.378 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:07:15.424 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:07:15.544 New DB connection, total: 3
2008-12-26 23:07:15.553 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:07:15.588 GetChannelData() failed because it could not
         find channel number 'Please add' in DB for source '65'.
2008-12-26 23:07:15.599 ChannelBase(65) Error: Setting start channel 'Please add' failed,
         and we failed to find any suitible channels on any input.
2008-12-26 23:07:15.765 New DB scheduler connection
2008-12-26 23:07:15.774 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:07:17.146 Main::Registering HttpStatus Extension
2008-12-26 23:07:17.269 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:07:17.277 Enabled verbose msgs:  important general
2008-12-26 23:07:17.303 AutoExpire: CalcParams(): Max required Free Space: 0.0 GB w/freq: 15 min
2008-12-26 23:07:18.859 Reschedule requested for id -1.
2008-12-26 23:07:19.803 Scheduled 0 items in 0.9 = 0.25 match + 0.69 place
2008-12-26 23:07:20.319 Seem to be woken up by USER
2008-12-26 23:07:25.930 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-26 23:07:25.963 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-26 23:08:35.820 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-26 23:11:03.567 Using runtime prefix = /usr
2008-12-26 23:11:03.653 Empty LocalHostName.
2008-12-26 23:11:03.673 Using localhost value of mythtv
2008-12-26 23:11:03.775 New DB connection, total: 1
2008-12-26 23:11:03.807 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:11:03.822 Closing DB connection named 'DBManager0'
2008-12-26 23:11:03.832 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:11:03.849 New DB connection, total: 2
2008-12-26 23:11:03.876 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:11:03.901 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:11:03.978 New DB connection, total: 3
2008-12-26 23:11:03.988 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:11:04.043 GetChannelData() failed because it could not
         find channel number 'Please add' in DB for source '65'.
2008-12-26 23:11:04.052 ChannelBase(65) Error: Setting start channel 'Please add' failed,
         and we failed to find any suitible channels on any input.
2008-12-26 23:11:04.218 New DB scheduler connection
2008-12-26 23:11:04.227 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:11:05.593 Main::Registering HttpStatus Extension
2008-12-26 23:11:05.608 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:11:05.723 Enabled verbose msgs:  important general
2008-12-26 23:11:05.891 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-26 23:11:07.301 Reschedule requested for id -1.
2008-12-26 23:11:07.487 Scheduled 0 items in 0.2 = 0.06 match + 0.12 place
2008-12-26 23:11:07.576 Seem to be woken up by USER
2008-12-26 23:11:14.370 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-26 23:11:14.447 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-26 23:12:24.257 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
QSqlQuery::exec: database not open
2008-12-26 23:14:14.720 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError?  Strange...
QSqlQuery::prepare: database not open
QSqlQuery::exec: database not open
2008-12-26 23:14:14.800 DB Error (Error in JobQueue::GetJobs(), Unable to query list of Jobs in Queue.):
Query was:
SELECT j.id, j.chanid, j.starttime, j.inserttime, j.type, j.cmds, j.flags, j.status, j.statustime, j.hostname, j.args, j.comment, r.endtime, j.schedruntime FROM jobqueue j, recorded r WHERE j.chanid = r.chanid AND j.starttime = r.starttime ORDER BY j.schedruntime, j.id;
No error type from QSqlError?  Strange...
2008-12-26 23:16:35.870 Using runtime prefix = /usr
2008-12-26 23:16:36.030 Empty LocalHostName.
2008-12-26 23:16:36.072 Using localhost value of mythtv
2008-12-26 23:16:36.668 New DB connection, total: 1
2008-12-26 23:16:36.871 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:16:37.007 Closing DB connection named 'DBManager0'
2008-12-26 23:16:37.019 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:16:37.182 New DB connection, total: 2
2008-12-26 23:16:37.199 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:16:37.332 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:16:37.648 New DB connection, total: 3
2008-12-26 23:16:37.767 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:16:37.967 GetChannelData() failed because it could not
         find channel number 'Please add' in DB for source '65'.
2008-12-26 23:16:38.085 ChannelBase(65) Error: Setting start channel 'Please add' failed,
         and we failed to find any suitible channels on any input.
2008-12-26 23:16:38.472 New DB scheduler connection
2008-12-26 23:16:38.582 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:16:40.143 Main::Registering HttpStatus Extension
2008-12-26 23:16:40.158 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:16:40.194 Enabled verbose msgs:  important general
2008-12-26 23:16:40.313 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-26 23:16:41.792 Reschedule requested for id -1.
2008-12-26 23:16:42.238 Scheduled 0 items in 0.4 = 0.14 match + 0.30 place
2008-12-26 23:16:42.477 Seem to be woken up by USER
2008-12-26 23:16:49.166 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-26 23:16:50.065 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-26 23:17:07.101 MainServer::HandleAnnounce Monitor
2008-12-26 23:17:07.266 adding: mythtv as a client (events: 0)
2008-12-26 23:17:46.683 MainServer::HandleAnnounce Monitor
2008-12-26 23:17:46.734 adding: mythtv as a client (events: 0)
2008-12-26 23:17:46.812 MainServer::HandleAnnounce Monitor
2008-12-26 23:17:46.827 adding: mythtv as a client (events: 1)
2008-12-26 23:18:43.096 Using runtime prefix = /usr
2008-12-26 23:18:43.195 Empty LocalHostName.
2008-12-26 23:18:43.203 Using localhost value of mythtv
2008-12-26 23:18:43.306 New DB connection, total: 1
2008-12-26 23:18:43.339 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:18:43.352 Closing DB connection named 'DBManager0'
2008-12-26 23:18:43.361 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:18:43.377 New DB connection, total: 2
2008-12-26 23:18:43.386 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:18:43.406 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:18:43.478 New DB connection, total: 3
2008-12-26 23:18:43.493 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:18:43.551 GetChannelData() failed because it could not
         find channel number 'Please add' in DB for source '65'.
2008-12-26 23:18:43.559 ChannelBase(65) Error: Setting start channel 'Please add' failed,
         and we failed to find any suitible channels on any input.
2008-12-26 23:18:43.734 New DB scheduler connection
2008-12-26 23:18:43.747 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:18:45.129 Main::Registering HttpStatus Extension
2008-12-26 23:18:45.140 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:18:45.151 Enabled verbose msgs:  important general
2008-12-26 23:18:45.185 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-26 23:18:46.848 Reschedule requested for id -1.
2008-12-26 23:18:47.674 Scheduled 0 items in 0.8 = 0.12 match + 0.68 place
2008-12-26 23:18:47.949 Seem to be woken up by USER
2008-12-26 23:18:53.907 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-26 23:18:54.049 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-26 23:38:09.150 Using runtime prefix = /usr
2008-12-26 23:38:09.261 Empty LocalHostName.
2008-12-26 23:38:09.282 Using localhost value of mythtv
2008-12-26 23:38:09.393 New DB connection, total: 1
2008-12-26 23:38:09.425 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:38:09.437 Closing DB connection named 'DBManager0'
2008-12-26 23:38:09.447 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:38:09.466 New DB connection, total: 2
2008-12-26 23:38:09.474 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:38:09.497 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:38:09.575 New DB connection, total: 3
2008-12-26 23:38:09.585 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:38:09.852 New DB scheduler connection
2008-12-26 23:38:09.861 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:38:11.230 Main::Registering HttpStatus Extension
2008-12-26 23:38:11.241 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:38:11.252 Enabled verbose msgs:  important general
2008-12-26 23:38:11.300 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-26 23:38:12.937 Reschedule requested for id -1.
2008-12-26 23:38:13.103 Scheduled 0 items in 0.2 = 0.07 match + 0.09 place
2008-12-26 23:38:13.186 Seem to be woken up by USER
2008-12-26 23:38:20.008 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-26 23:38:20.168 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-26 23:38:51.804 MainServer::HandleAnnounce Monitor
2008-12-26 23:38:51.816 adding: mythtv as a client (events: 0)
2008-12-26 23:38:51.891 MainServer::HandleAnnounce Monitor
2008-12-26 23:38:51.913 adding: mythtv as a client (events: 1)
2008-12-26 23:38:51.957 MainServer::HandleAnnounce Playback
2008-12-26 23:38:52.062 adding: mythtv as a client (events: 0)
2008-12-26 23:38:52.090 TVRec(65): Changing from None to WatchingLiveTV
2008-12-26 23:38:52.150 TVRec(65): HW Tuner: 65->65
2008-12-26 23:38:54.267 NVR(/dev/video0): Unknown video codec.  Please go into the TV Settings, Recording Profiles and setup the four 'Software Encoders' profiles.  Assuming RTjpeg for now.
2008-12-26 23:38:54.479 NVR(/dev/video0) Error: Unknown audio codec
VIDIOCGCHAN: Invalid argument
2008-12-26 23:38:54.570 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2008-12-26 23:39:29.929 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2008-12-26 23:56:28.840 Using runtime prefix = /usr
2008-12-26 23:56:28.988 Empty LocalHostName.
2008-12-26 23:56:29.073 Using localhost value of mythtv
2008-12-26 23:56:29.668 New DB connection, total: 1
2008-12-26 23:56:29.923 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:56:29.963 Closing DB connection named 'DBManager0'
2008-12-26 23:56:30.019 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:56:30.175 New DB connection, total: 2
2008-12-26 23:56:30.192 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:56:30.314 Current Schema Version: 1214
Starting up as the master server.
2008-12-26 23:56:30.630 New DB connection, total: 3
2008-12-26 23:56:30.828 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:56:31.243 New DB scheduler connection
2008-12-26 23:56:31.364 Connected to database 'mythconverg' at host: localhost
2008-12-26 23:56:32.948 Main::Registering HttpStatus Extension
2008-12-26 23:56:32.963 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-26 23:56:32.993 Enabled verbose msgs:  important general
2008-12-26 23:56:33.164 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-26 23:56:34.521 Reschedule requested for id -1.
2008-12-26 23:56:35.277 Scheduled 0 items in 0.7 = 0.31 match + 0.40 place
2008-12-26 23:56:35.496 Seem to be woken up by USER
2008-12-26 23:56:41.526 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-26 23:56:42.437 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-26 23:57:21.916 MainServer::HandleAnnounce Monitor
2008-12-26 23:57:21.990 adding: mythtv as a client (events: 0)
2008-12-26 23:57:22.085 MainServer::HandleAnnounce Monitor
2008-12-26 23:57:22.103 adding: mythtv as a client (events: 1)
2008-12-26 23:57:22.156 MainServer::HandleAnnounce Playback
2008-12-26 23:57:22.273 adding: mythtv as a client (events: 0)
2008-12-26 23:57:22.416 TVRec(65): Changing from None to WatchingLiveTV
2008-12-26 23:57:22.448 TVRec(65): HW Tuner: 65->65
2008-12-26 23:57:24.656 NVR(/dev/video0): Unknown video codec.  Please go into the TV Settings, Recording Profiles and setup the four 'Software Encoders' profiles.  Assuming RTjpeg for now.
2008-12-26 23:57:24.859 NVR(/dev/video0) Error: Unknown audio codec
VIDIOCGCHAN: Invalid argument
2008-12-26 23:57:24.950 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2008-12-26 23:57:51.292 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2008-12-26 23:57:51.572 Expiring 0 MBytes for 65130 @ Fri Dec 26 23:38:52 2008 => Unknown
2008-12-27 00:12:48.278 Using runtime prefix = /usr
2008-12-27 00:12:48.549 Empty LocalHostName.
2008-12-27 00:12:48.562 Using localhost value of mythtv
2008-12-27 00:12:49.202 New DB connection, total: 1
2008-12-27 00:12:49.449 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:12:49.516 Closing DB connection named 'DBManager0'
2008-12-27 00:12:49.554 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:12:49.757 New DB connection, total: 2
2008-12-27 00:12:49.774 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:12:49.929 Current Schema Version: 1214
Starting up as the master server.
2008-12-27 00:12:50.311 New DB connection, total: 3
2008-12-27 00:12:50.496 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:12:50.980 New DB scheduler connection
2008-12-27 00:12:51.129 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:12:52.646 Main::Registering HttpStatus Extension
2008-12-27 00:12:52.662 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-27 00:12:52.686 Enabled verbose msgs:  important general
2008-12-27 00:12:52.823 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-27 00:12:54.263 Reschedule requested for id -1.
2008-12-27 00:12:55.009 Scheduled 0 items in 0.7 = 0.29 match + 0.40 place
2008-12-27 00:12:55.317 Seem to be woken up by USER
2008-12-27 00:13:01.497 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-27 00:13:02.632 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-27 00:13:58.867 MainServer::HandleAnnounce Monitor
2008-12-27 00:13:58.890 adding: mythtv as a client (events: 0)
2008-12-27 00:13:58.968 MainServer::HandleAnnounce Monitor
2008-12-27 00:13:58.985 adding: mythtv as a client (events: 1)
2008-12-27 00:13:59.072 MainServer::HandleAnnounce Playback
2008-12-27 00:13:59.140 adding: mythtv as a client (events: 0)
2008-12-27 00:13:59.310 TVRec(65): Changing from None to WatchingLiveTV
2008-12-27 00:13:59.341 TVRec(65): HW Tuner: 65->65
2008-12-27 00:14:01.526 NVR(/dev/video0): Unknown video codec.  Please go into the TV Settings, Recording Profiles and setup the four 'Software Encoders' profiles.  Assuming RTjpeg for now.
2008-12-27 00:14:01.721 NVR(/dev/video0) Error: Unknown audio codec
VIDIOCGCHAN: Invalid argument
2008-12-27 00:14:01.805 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2008-12-27 00:14:11.263 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2008-12-27 00:14:11.538 Expiring 0 MBytes for 65130 @ Fri Dec 26 23:57:22 2008 => Unknown
2008-12-27 00:53:48.305 Using runtime prefix = /usr
2008-12-27 00:53:48.510 Empty LocalHostName.
2008-12-27 00:53:48.597 Using localhost value of mythtv
2008-12-27 00:53:49.230 New DB connection, total: 1
2008-12-27 00:53:49.493 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:53:49.525 Closing DB connection named 'DBManager0'
2008-12-27 00:53:49.652 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:53:49.774 New DB connection, total: 2
2008-12-27 00:53:49.791 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:53:49.936 Current Schema Version: 1214
Starting up as the master server.
2008-12-27 00:53:50.274 New DB connection, total: 3
2008-12-27 00:53:50.470 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:53:50.953 New DB scheduler connection
2008-12-27 00:53:51.050 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:53:52.668 Main::Registering HttpStatus Extension
2008-12-27 00:53:52.683 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-27 00:53:52.707 Enabled verbose msgs:  important general
2008-12-27 00:53:52.864 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-27 00:53:54.305 Reschedule requested for id -1.
2008-12-27 00:53:55.018 Scheduled 0 items in 0.7 = 0.28 match + 0.43 place
2008-12-27 00:53:55.182 Seem to be woken up by USER
2008-12-27 00:54:01.502 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-27 00:54:02.626 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-27 00:55:11.066 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-27 00:55:11.218 Expiring 0 MBytes for 65130 @ Sat Dec 27 00:13:59 2008 => Unknown
2008-12-27 00:55:53.117 MainServer::HandleAnnounce Monitor
2008-12-27 00:55:53.127 adding: mythtv as a client (events: 0)
2008-12-27 00:55:53.196 MainServer::HandleAnnounce Monitor
2008-12-27 00:55:53.214 adding: mythtv as a client (events: 1)
2008-12-27 00:59:54.405 Using runtime prefix = /usr
2008-12-27 00:59:54.687 Empty LocalHostName.
2008-12-27 00:59:54.700 Using localhost value of mythtv
2008-12-27 00:59:55.397 New DB connection, total: 1
2008-12-27 00:59:55.599 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:59:55.625 Closing DB connection named 'DBManager0'
2008-12-27 00:59:55.672 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:59:55.862 New DB connection, total: 2
2008-12-27 00:59:55.880 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:59:56.024 Current Schema Version: 1214
Starting up as the master server.
2008-12-27 00:59:56.362 New DB connection, total: 3
2008-12-27 00:59:56.470 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:59:56.909 New DB scheduler connection
2008-12-27 00:59:57.027 Connected to database 'mythconverg' at host: localhost
2008-12-27 00:59:58.626 Main::Registering HttpStatus Extension
2008-12-27 00:59:58.641 mythbackend version: 0.21.20080304-1 www.mythtv.org
2008-12-27 00:59:58.666 Enabled verbose msgs:  important general
2008-12-27 00:59:58.831 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2008-12-27 01:00:00.197 Reschedule requested for id -1.
2008-12-27 01:00:00.909 Scheduled 0 items in 0.7 = 0.17 match + 0.54 place
2008-12-27 01:00:01.038 Seem to be woken up by USER
2008-12-27 01:00:07.439 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2008-12-27 01:00:08.317 UPnpMedia: BuildMediaMap Done. Found 2 objects
2008-12-27 01:00:46.341 MainServer::HandleAnnounce Monitor
2008-12-27 01:00:46.353 adding: mythtv as a client (events: 0)
2008-12-27 01:00:46.417 MainServer::HandleAnnounce Monitor
2008-12-27 01:00:46.434 adding: mythtv as a client (events: 1)
2008-12-27 01:00:46.471 MainServer::HandleAnnounce Playback
2008-12-27 01:00:46.560 adding: mythtv as a client (events: 0)
2008-12-27 01:00:46.710 TVRec(65): Changing from None to WatchingLiveTV
2008-12-27 01:00:46.741 TVRec(65): HW Tuner: 65->65
2008-12-27 01:00:48.983 NVR(/dev/video0): Unknown video codec.  Please go into the TV Settings, Recording Profiles and setup the four 'Software Encoders' profiles.  Assuming RTjpeg for now.
2008-12-27 01:00:49.230 NVR(/dev/video0) Error: Unknown audio codec
2008-12-27 01:00:49.322 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
VIDIOCGCHAN: Invalid argument
2008-12-27 01:01:17.208 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
2009-01-06 15:21:50.183 Using runtime prefix = /usr
2009-01-06 15:21:50.442 Empty LocalHostName.
2009-01-06 15:21:50.529 Using localhost value of mythtv
2009-01-06 15:21:51.211 New DB connection, total: 1
2009-01-06 15:21:51.425 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:21:51.504 Closing DB connection named 'DBManager0'
2009-01-06 15:21:51.514 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:21:51.661 New DB connection, total: 2
2009-01-06 15:21:51.679 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:21:51.811 Current Schema Version: 1214
Starting up as the master server.
2009-01-06 15:21:52.160 New DB connection, total: 3
2009-01-06 15:21:52.405 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:21:52.895 New DB scheduler connection
2009-01-06 15:21:53.071 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:21:54.540 Main::Registering HttpStatus Extension
2009-01-06 15:21:54.605 mythbackend version: 0.21.20080304-1 www.mythtv.org
2009-01-06 15:21:54.613 Enabled verbose msgs:  important general
2009-01-06 15:21:54.783 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2009-01-06 15:21:56.185 Reschedule requested for id -1.
2009-01-06 15:21:56.918 Scheduled 0 items in 0.7 = 0.29 match + 0.44 place
2009-01-06 15:21:57.211 Seem to be woken up by USER
2009-01-06 15:22:22.548 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2009-01-06 15:22:23.603 UPnpMedia: BuildMediaMap Done. Found 2 objects
2009-01-06 15:23:30.448 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2009-01-06 15:23:30.689 Expiring 0 MBytes for 65130 @ Sat Dec 27 01:00:47 2008 => Unknown
2009-01-06 15:23:30.797 Expiring 0 MBytes for 65130 @ Sat Dec 27 01:00:47 2008 => Unknown
2009-01-06 15:23:37.866 ERROR retrieving program info when trying to delete program for chanid 65130 recorded at Sat Dec 27 01:00:47 2008. Recording will NOT be deleted.
2009-01-06 15:26:31.932 Using runtime prefix = /usr
2009-01-06 15:26:32.040 Empty LocalHostName.
2009-01-06 15:26:32.048 Using localhost value of mythtv
2009-01-06 15:26:32.160 New DB connection, total: 1
2009-01-06 15:26:32.195 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:26:32.246 Closing DB connection named 'DBManager0'
2009-01-06 15:26:32.259 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:26:32.293 New DB connection, total: 2
2009-01-06 15:26:32.301 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:26:32.322 Current Schema Version: 1214
Starting up as the master server.
2009-01-06 15:26:32.401 New DB connection, total: 3
2009-01-06 15:26:32.409 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:26:32.653 New DB scheduler connection
2009-01-06 15:26:32.662 Connected to database 'mythconverg' at host: localhost
2009-01-06 15:26:34.025 Main::Registering HttpStatus Extension
2009-01-06 15:26:34.036 mythbackend version: 0.21.20080304-1 www.mythtv.org
2009-01-06 15:26:34.046 Enabled verbose msgs:  important general
2009-01-06 15:26:34.074 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2009-01-06 15:26:35.742 Reschedule requested for id -1.
2009-01-06 15:26:35.900 Scheduled 0 items in 0.2 = 0.06 match + 0.09 place
2009-01-06 15:26:35.995 Seem to be woken up by USER
2009-01-06 15:26:42.803 UPnpMedia: BuildMediaMap VIDEO scan starting in :/myth/video:
2009-01-06 15:26:42.983 UPnpMedia: BuildMediaMap Done. Found 2 objects
2009-01-06 15:27:52.697 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
2009-01-06 15:42:52.871 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 08, 2009 10:12 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Wow! Losts of oddities in there... Did you notice
Quote:
2008-12-26 23:04:33.482 GetChannelData() failed because it could not
find channel number 'Please add' in DB for source '65'.
2008-12-26 23:04:33.491 ChannelBase(65) Error: Setting start channel 'Please add' failed,
and we failed to find any suitible channels on any input.
This tell me something isn't properly configured. I'd double check your settings in mythtv-setup.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu