Ticket #5231: mythbug.txt

File mythbug.txt, 9.7 KB (added by udovdh@…, 16 years ago)

the errors plus some mytbackend log

Line 
1Error at /var/www/html/mythweb/includes/mythbackend.php, line 169:
2Unexpected response to MYTH_PROTO_VERSION 'MYTH_PROTO_VERSION 40':
3
4Fatal Error at /var/www/html/mythweb/includes/mythbackend.php, line 39:
5Unable to connect to mythbackend, is it running?
6
7If you choose to submit a bug report, please make sure to include a
8brief description of what you were doing, along with the following
9backtrace as an attachment (please don't paste the whole thing into
10the ticket).
11Backtrace:
12
13    datetime:  2008-04-20 18:57:34 (CEST)
14    errornum:  256
15  error type:  User Error
16error string:  Unable to connect to mythbackend, is it running?
17
18    filename:  /var/www/html/mythweb/includes/mythbackend.php
19  error line:  39
20
21==========================================================================
22
23Backtrace:
24
25    file:  /var/www/html/mythweb/includes/mythbackend.php
26    line:  39
27   class: 
28function:  trigger_error
29    type: 
30    args:  Array
31(
32    [0] => Unable to connect to mythbackend, is it running?
33
34    [1] => 256
35)
36
37    file:  /var/www/html/mythweb/includes/init.php
38    line:  54
39   class: 
40function:  require_once
41    type: 
42    args:  Array
43(
44    [0] => /var/www/html/mythweb/includes/mythbackend.php
45)
46
47    file:  /var/www/html/mythweb/mythweb.php
48    line:  20
49   class: 
50function:  require_once
51    type: 
52    args:  Array
53(
54    [0] => /var/www/html/mythweb/includes/init.php
55)
56
57
58==========================================================================
59
60$_SESSION: Array
61(
62    [language] => English
63    [tmpl] => default
64    [skin] => default
65    [prefer_channum] => 1
66    [date_statusbar] => %a %b %e, %Y, %I:%M %p
67    [date_scheduled] => %a %b %e, %Y (%I:%M %p)
68    [date_scheduled_popup] => %a %b %e, %Y
69    [date_recorded] => %a %b %e, %Y (%I:%M %p)
70    [date_search] => %a %b %e, %Y, %I:%M %p
71    [date_listing_key] => %a %b %e, %Y, %I:%M %p
72    [date_listing_jump] => %a %b %e, %Y
73    [date_channel_jump] => %a %b %e, %Y
74    [date_job_status] => %a %b %e, %Y, %I:%M %p
75    [time_format] => %H:%M
76    [recorded_pixmaps] => 1
77    [guide_favonly] =>
78    [timeslot_size] => 300
79    [num_time_slots] => 36
80    [timeslot_blocks] => 3
81    [timeslotbar_skip] => 20
82    [max_stars] => 4
83    [star_character] => ♦
84    [show_popup_info] => 1
85    [show_channel_icons] => 1
86    [sortby_channum] => 1
87    [show_video_covers] => 1
88    [tv] => Array
89        (
90            [last] => Array
91                (
92                    [0] => detail
93                    [1] => 3
94                    [2] => 1208710740
95                )
96
97            [show_advanced_schedule] => 1
98        )
99
100    [schedules_sortby] => Array
101        (
102            [0] => Array
103                (
104                    [field] => airdate
105                    [reverse] =>
106                )
107
108            [1] => Array
109                (
110                    [field] => title
111                    [reverse] =>
112                )
113
114        )
115
116    [recorded_title] =>
117    [recorded_recgroup] =>
118    [recorded_sortby] => Array
119        (
120            [0] => Array
121                (
122                    [field] => airdate
123                    [reverse] => 1
124                )
125
126            [1] => Array
127                (
128                    [field] => title
129                    [reverse] =>
130                )
131
132        )
133
134    [] => Array ( )
135    [search] => Array
136        (
137            [s] => canned:All HDTV
138            [type] => q
139            [ctype] => Array
140                (
141                    [0] =>
142                    [1] => movie
143                    [2] => sports
144                )
145
146            [stars_gt] => 0
147            [stars_lt] => 1
148            [starttime] => now
149            [endtime] => + 2 weeks
150            [as] => Array
151                (
152                    [0] =>
153                )
154
155            [af] => Array
156                (
157                    [0] => Array
158                        (
159                            [0] => title
160                        )
161
162                )
163
164            [aj] => Array
165                (
166                    [0] => AND
167                )
168
169            [hd] =>
170            [commfree] =>
171            [airdate_start] =>
172            [airdate_end] =>
173        )
174
175    [search_sortby] => Array
176        (
177            [0] => Array
178                (
179                    [field] => airdate
180                    [reverse] =>
181                )
182
183            [1] => Array
184                (
185                    [field] => title
186                    [reverse] =>
187                )
188
189        )
190
191    [list_time] => 1208694600
192    [recording_details] => Array
193        (
194            [show_Conflict] => 1
195            [show_PreviousRecording] => 1
196            [show_EarlierShowing] => 1
197            [show_CurrentRecording] => 1
198            [show_WillRecord] => 1
199        )
200
201    [settings] => Array
202        (
203            [last] => Array
204                (
205                    [0] => database
206                    [1] => settings
207                )
208
209            [host] => recorder
210        )
211
212    [file_url_override] =>
213    [scheduled_recordings] => Array
214        (
215            [disp_scheduled] => 1
216            [disp_duplicates] =>
217            [disp_deactivated] =>
218            [disp_conflicts] => 1
219        )
220
221    [scheduled_sortby] => Array
222        (
223            [0] => Array
224                (
225                    [field] => airdate
226                    [reverse] =>
227                )
228
229            [1] => Array
230                (
231                    [field] => title
232                    [reverse] =>
233                )
234
235        )
236
237)
238
239==========================================================================
240
241$_SERVER: Array
242(
243    [REDIRECT_STATUS] => 200
244    [HTTP_HOST] => recorder
245    [HTTP_USER_AGENT] => Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13
246    [HTTP_ACCEPT] => text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
247    [HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.7,nl;q=0.3
248    [HTTP_ACCEPT_ENCODING] => gzip,deflate
249    [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
250    [HTTP_KEEP_ALIVE] => 300
251    [HTTP_CONNECTION] => keep-alive
252    [HTTP_REFERER] => http://recorder/mythweb/tv/detail/3/1208710740
253    [HTTP_COOKIE] => mythweb_id=gn8eedvhp12gdhjc6qbtgf17n3; PHPSESSID=c3hdpscqnn9v6jnuq37gsitul7
254    [PATH] => /sbin:/usr/sbin:/bin:/usr/bin
255    [SERVER_SIGNATURE] => <address>Apache/2.2.8 (Fedora) Server at recorder Port 80</address>
256
257    [SERVER_SOFTWARE] => Apache/2.2.8 (Fedora)
258    [SERVER_NAME] => recorder
259    [SERVER_ADDR] => 192.168.10.99
260    [SERVER_PORT] => 80
261    [REMOTE_ADDR] => 192.168.10.70
262    [DOCUMENT_ROOT] => /var/www/html
263    [SERVER_ADMIN] => root@localhost
264    [SCRIPT_FILENAME] => /var/www/html/mythweb/mythweb.php
265    [REMOTE_PORT] => 48617
266    [REDIRECT_URL] => /mythweb/status
267    [GATEWAY_INTERFACE] => CGI/1.1
268    [SERVER_PROTOCOL] => HTTP/1.1
269    [REQUEST_METHOD] => GET
270    [QUERY_STRING] =>
271    [REQUEST_URI] => /mythweb/status
272    [SCRIPT_NAME] => /mythweb/mythweb.php
273    [PATH_INFO] => /status
274    [PATH_TRANSLATED] => /var/www/html/status
275    [PHP_SELF] => /mythweb/mythweb.php/status
276    [REQUEST_TIME] => 1208710614
277    [STATUS] => 200
278    [URL] => /mythweb/status
279)
280
281
282
283some mythbackend log until it stopped responding:
284
2852008-04-20 17:23:29.899 TVRec(5): ASK_RECORDING 5 29 0 0
2862008-04-20 17:23:29.926 TVRec(9): ASK_RECORDING 9 29 0 0
2872008-04-20 17:23:30.025 TVRec(6): ASK_RECORDING 6 29 0 0
2882008-04-20 17:23:30.425 TVRec(7): ASK_RECORDING 7 29 0 0
2892008-04-20 17:23:30.611 TVRec(8): ASK_RECORDING 8 29 0 0
2902008-04-20 17:24:02.404 TVRec(7): Changing from None to RecordingOnly
2912008-04-20 17:24:02.417 TVRec(7): HW Tuner: 7->7
2922008-04-20 17:24:02.516 AutoExpire: CalcParams(): Max required Free Space: 7.0
293GB w/freq: 5 min
2942008-04-20 17:24:02.524 Started recording: NOS UEFA Champions League Magazine:
295channel 1 on cardid 7, sourceid 1
2962008-04-20 17:30:55.174 AutoExpire: CalcParams(): Max required Free Space: 7.0
297GB w/freq: 5 min
2982008-04-20 17:35:55.764 AutoExpire: CalcParams(): Max required Free Space: 7.0
299GB w/freq: 5 min
3002008-04-20 17:40:56.368 AutoExpire: CalcParams(): Max required Free Space: 7.0
301GB w/freq: 5 min
3022008-04-20 17:45:30.758 Reschedule requested for id 0.
3032008-04-20 17:45:56.962 AutoExpire: CalcParams(): Max required Free Space: 7.0
304GB w/freq: 5 min
3052008-04-20 17:47:06.483 Scheduled 950 items in 95.7 = 0.00 match + 95.71 place
3062008-04-20 17:47:06.504 Reschedule requested for id 0.
3072008-04-20 17:48:44.591 Scheduled 950 items in 98.1 = 0.00 match + 98.08 place
3082008-04-20 17:48:44.773 TVRec(7): ASK_RECORDING 7 14 0 0
3092008-04-20 17:48:44.776 TVRec(7): ASK_RECORDING 7 14 0 0
3102008-04-20 17:48:44.905 TVRec(8): ASK_RECORDING 8 14 0 0
3112008-04-20 17:48:44.908 TVRec(8): ASK_RECORDING 8 14 0 0
3122008-04-20 17:48:45.369 TVRec(9): ASK_RECORDING 9 14 0 0
3132008-04-20 17:48:45.372 TVRec(9): ASK_RECORDING 9 14 0 0
3142008-04-20 17:48:45.370 TVRec(5): ASK_RECORDING 5 14 0 0
3152008-04-20 17:48:45.384 TVRec(5): ASK_RECORDING 5 14 0 0
3162008-04-20 17:48:45.369 TVRec(6): ASK_RECORDING 6 14 0 0
3172008-04-20 17:48:45.392 TVRec(6): ASK_RECORDING 6 14 0 0
3182008-04-20 17:49:03.218 TVRec(8): Changing from None to RecordingOnly
3192008-04-20 17:49:03.233 TVRec(8): HW Tuner: 8->8
3202008-04-20 17:49:03.294 New DB connection, total: 4
3212008-04-20 17:49:03.298 Connected to database 'mythconverg' at host: localhost
3222008-04-20 17:53:30.463 TVRec(6): Changing from RecordingOnly to None
3232008-04-20 17:53:30.533 Finished recording De kunst: channel 2
3242008-04-20 17:53:30.833 TVRec(7): Changing from RecordingOnly to None
3252008-04-20 17:53:30.881 Finished recording NOS UEFA Champions League Magazine:
326channel 1
3272008-04-20 18:03:30.461 TVRec(8): Changing from RecordingOnly to None
3282008-04-20 18:03:30.480 Finished recording PvdA: channel 1
3292008-04-20 18:18:30.810 TVRec(9): Changing from RecordingOnly to None
3302008-04-20 18:18:30.907 Finished recording Weekoverzicht SpangaS: channel 3
331