Opened 13 years ago

Closed 13 years ago

#9413 closed Bug Report (Invalid)

Recordings failed, device end of file detected

Reported by: mythtv@… Owned by: Janne Grunau
Priority: minor Milestone: unknown
Component: MythTV - DVB Version: 0.24-fixes
Severity: medium Keywords: EOF End-Of-File
Cc: Ticket locked: no

Description

My setup has 2 tuners and both having 2 as max recordings. So Myth sees 4 encoders.

Scenario: One recording was active from 21:00 hours and another was going to start 21:58 on the same multiplex. Second recording killed all recordings.

Mythbackend log snippet

2010-12-22 10:16:48.888 mythbackend version: branch-fixes/0.24 [v0.24-90-g3cf32e8-dirty] www.mythtv.org
---snip---
2010-12-27 21:54:11.417 Reschedule requested for id -1.
2010-12-27 21:54:11.658 Scheduled 21 items in 0.2 = 0.14 match + 0.10 place
2010-12-27 21:54:16.062 RecBase(1:/dev/dvb/adapter2/frontend0): GetKeyframePositions(43800,9223372036854775807,#2709) out of 5633
2010-12-27 21:55:51.701 AutoExpire: CalcParams(): Max required Free Space: 7.0 GB w/freq: 14 min
2010-12-27 21:56:55.357 Reschedule requested for id 0.
2010-12-27 21:56:55.505 Scheduled 21 items in 0.1 = 0.05 match + 0.09 place
2010-12-27 21:57:30.167 TVRec(2): ASK_RECORDING 2 29 0 0
2010-12-27 21:57:30.767 TVRec(1): ASK_RECORDING 1 29 0 0
2010-12-27 21:58:02.207 TVRec(2): Changing from None to RecordingOnly
2010-12-27 21:58:02.258 TVRec(2): HW Tuner: 2->2
2010-12-27 21:58:02.331 AutoExpire: CalcParams(): Max required Free Space: 7.0 GB w/freq: 7 min
2010-12-27 21:58:02.366 Started recording: Drottningoffret: channel 1040 on cardid 2, sourceid 1
2010-12-27 21:58:02.431 ProgramInfo(1040_20101227215800.mpg), Error: GetPlaybackURL: '1040_20101227215800.mpg' should be local, but it can not be found.
2010-12-27 21:58:02.837 Updating status for Drottningoffret on cardid 2 (Tuning => Recording)
2010-12-27 21:58:02.920 TVRec(2): rec->GetPathname(): '/opt/recordings/1040_20101227215800.mpg'
2010-12-27 21:58:16.040 DevRdB(/dev/dvb/adapter2/frontend0): End-Of-File? fd(53)
2010-12-27 21:58:16.088 DVBSH(/dev/dvb/adapter2/frontend0) Error: Device EOF detected
2010-12-27 21:58:16.137 DVBRec(2:/dev/dvb/adapter2/frontend0) Error: Stream handler died unexpectedly.
2010-12-27 21:58:16.147 TVRec(2): Changing from RecordingOnly to None
2010-12-27 21:58:16.167 DVBRec(1:/dev/dvb/adapter2/frontend0) Error: Stream handler died unexpectedly.
2010-12-27 21:58:16.197 Updating status for Drottningoffret on cardid 2 (Recording => Recorder Failed)
2010-12-27 21:58:16.247 TVRec(1): Changing from RecordingOnly to None
2010-12-27 21:58:16.269 Reschedule requested for id 0.
2010-12-27 21:58:16.383 Updating status for "Nyr med Tina":"Svenskt matprogram frn 2010. I tv delar. Tina Nordstrm fixar tillsammans med gster bde mingelparty och nyrssup. Det blir " on cardid 1 (Recording => Recorder Failed)
2010-12-27 21:58:16.426 MainServer, Error: PREVIEW_SUCCESS but no receivers.
2010-12-27 21:58:16.474 MainServer::ANN Monitor
2010-12-27 21:58:16.499 adding: vdr-be as a client (events: 0)
2010-12-27 21:58:16.529 MainServer::ANN Monitor
2010-12-27 21:58:16.557 adding: vdr-be as a client (events: 1)
2010-12-27 21:58:16.551 Reschedule interrupted, will retry
2010-12-27 21:58:16.620 Reschedule requested for id 0.
2010-12-27 21:58:16.597 Preview Error: Encountered problems running '/usr/bin/mythpreviewgen --size 0x0 --chanid 1040 --starttime 20101227215800  > /dev/null'
2010-12-27 21:58:16.649 Reschedule requested for id 0.
2010-12-27 21:58:16.870 MainServer::ANN Monitor
2010-12-27 21:58:16.900 adding: vdr-be as a client (events: 0)
2010-12-27 21:58:16.875 Scheduled 21 items in 0.2 = 0.09 match + 0.16 place
2010-12-27 21:58:16.929 MainServer::ANN Monitor
2010-12-27 21:58:16.991 adding: vdr-be as a client (events: 1)
Error in my_thread_global_end(): 1 threads didn't exit

Change History (2)

comment:1 Changed 13 years ago by robertm

Status: newinfoneeded_new

This appears to be a driver problem. What does dmesg do at this time? What is your hardware? What is the driver?

comment:2 Changed 13 years ago by robertm

Resolution: Invalid
Status: infoneeded_newclosed

Apparent driver issue, as it is the one reporting EOF.

Note: See TracTickets for help on using tickets.