Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #10732: Recordings fail after upgrade to .25

 

 

First page Previous page 1 2 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


noreply at mythtv

Aug 25, 2012, 5:12 AM

Post #26 of 47 (566 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by vdzenh4673@…):

This issue has annoyed me to no end. I've tried all the suggested
workarounds to no avail.
A system reboot seems to be the only thing that clears it up for a good
stretch before it happens again.
I use the script below to auto reboot when "poll error" is detected in
mythbackend.log.
I set it up to run on boot in the background from /etc/runit/1.local

[http://www.linhes.org Distro: LinHES 7.4]
{{{
#!/bin/sh
#
# As root
#
LOG=${1:-/var/log/mythtv/mythbackend.log}
tail -Fn0 $LOG |
while read line ; do
echo "$line" | egrep -i -q -e "(poll error|poll giving up)"
rc=$?
if [ $rc -eq 0 ] ; then
echo $line
/sbin/reboot
fi
done
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:25>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Aug 26, 2012, 4:21 AM

Post #27 of 47 (559 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by soul-mates@…):

I have solved the problem on my system, as I mentioned earlier (comment
15) I use DVB-T cards for recordings, and I had a PVR150 and a PVR500
installed but not regularly used.
Recordings would fail ever night, on the DVB-T cards, and only a reboot
would temporarily fix it.
The ionice hack reduced the frequency to approx 3-5 days between reboots.

I have removed both PVR cards, and have had no issues at all since. 10
days with 0 failed recordings and 0 reboots.

As I no longer need Analog tuners, I am happy that my issues are resolved.

Whatever is causing this seems to be related to the PVR cards or at least
their driver.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:26>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Aug 30, 2012, 9:58 AM

Post #28 of 47 (557 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by vdzenh4673@…):

Oh well, I give up on 0.25. Too many issues with failed recordings. Wifey
reached the threshold of missed daytime soaps. My PVR-500s work just fine
under 0.24 so I've rolled back and all is good in Mythdom again. I may
slap 0.25 on a spare box to continue the struggle later.

Back to [http://www.linhes.org/projects/linhes Distro: LinHES 7.2]

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:27>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Sep 7, 2012, 8:47 PM

Post #29 of 47 (532 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by ted@…):

Any news on this bug? Is it possible that this bug is only triggered when
two PVR cards are installed? Every comment above reports more than one
installed card.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:28>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Sep 8, 2012, 3:05 AM

Post #30 of 47 (533 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by vdzenh4673@…):

@ted: I can report that the issue also happens with only one PVR card
installed. My spare 0.25 test system has a single PVR-150 and the bug
persists.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:29>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Sep 8, 2012, 8:41 PM

Post #31 of 47 (524 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by ted@…):

@vdzenh: That's too bad. In that case, is it possible to escalate this
ticket above minor priority? The PVR-150 is a very widely used recording
device in MythTV, and it's pretty disruptive that it's not working well.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:30>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Sep 8, 2012, 10:14 PM

Post #32 of 47 (525 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 1
----------------------------------+----------------------------
Changes (by kenni):

* mlocked: 0 => 1


Comment:

Guys, this is not a discussion forum...please read the TicketHowTo.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:31>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Oct 4, 2012, 7:01 AM

Post #33 of 47 (440 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Changes (by danielk):

* mlocked: 1 => 0


--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:32>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Oct 4, 2012, 4:31 PM

Post #34 of 47 (442 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by ltskinol@…):

Patch attached.

Changes libs/libmythtv/DeviceReadBuffer.cpp ::Poll as follows:

- Reorganizes main loop to be clearer, without changing functionality.
- Always check return from poll() before using the return structures.
This was a bug, though perhaps innocuous.
- Adds missing lock before setting error=true. This was a bug.
- Treats a poll() return of POLLHUP as EOF rather than an error.

The last change is what "fixes" the problem. What's happening is that
the ivtv driver returns HUP when an attempt to read at EOF of the
stream. Myth was then interpreting this as an error, and
re-initializing the driver, which wasn't the correct behavior.

Works for me to fix the problem noted in the bug.

I say "fixes" because I think this is just a workaround for a race
condition, but I don't know enough about Myth to debug that. What I
see in the logs is:

2012-10-03 00:05:15.375429 I [9918/9932] TVRecEvent tv_rec.cpp:1029
(HandleStateChange) - TVRec(4): Changing from RecordingOnly to None
2012-10-03 00:05:15.690488 E [9918/10107] DeviceReadBuffer
DeviceReadBuffer.cpp:490 (Poll) - DevRdB(/dev/video0): poll eof
(POLLHUP)
2012-10-03 00:05:16.039436 E [9918/10105] RecThread
mpegrecorder.cpp:1017 (run) - MPEGRec(/dev/video0): Device EOF
detected
2012-10-03 00:05:16.200041 I [9918/9918] CoreContext scheduler.cpp:638
(UpdateRecStatus) - Updating status for Seinfeld:"The Revenge" on card
id 4 (Recording => Recorded)

At the end of a recording, I usually see one of these POLLHUP errors,
indicating that the Poll() loop read from the device and got an EOF
indication. My theory is that Myth is stopping the recording (and
somehow indicating to ivtv that it needs to stop encoding) but then
has no way of stopping an in-progress system poll() call. So the
poll() returns POLLHUP, indicating that the encoder has gone away.
Seems like the proper fix is to somehow cancel the poll(). My "fix"
just works around the problem by not treating POLLHUP as an error.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:33>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 19, 2012, 5:49 PM

Post #35 of 47 (334 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by George Mari <george@…>):

I applied the patch provided by ltskinol. I'm running on Fedora 17,
RPMFusion, MythTV version 25.2. I downloaded the source RPMS from RPM
Fusion, applied the patch, and simply copied over the new libmythtv.so
file that was created. Restarted my MythTV box. Everything came up just
fine and has been working for 8 days now, since November 11th.

I have a PVR-350 I use for recording from a DirecTV settop box, and an
HVR-2250 for recording OTA here in the Chicago area.

Before this patch, my PVR-350 would fail recordings once every 36 to 48
hours regularly. So far it has been 8 days of successful recordings.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:34>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 21, 2012, 10:29 PM

Post #36 of 47 (322 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by Sean Donovan wiki user:mrsdonovan <sean@…>):

I vote this one up - I upgraded to 0.25 last week and have the same
problem - both the PVR-150 and PVR-250 now fail most of the time and they
worked perfectly with previous versions. Besides a few miscellaneous
libraries, MythTV was the only thing I upgraded.

System: Slave backend on Ubuntu 10.04 (2.6.32-27-generic-pae) with three
tuners connected via a PVR-150, PVR-250 and a DCT-6200 controlled over
firewire. MythTV version is 0.25.3+fixes.20121122.f176258 (hot off the
presses! :-( made no difference). Master backend has a HDPVR and is
running at the same version of MythTV and it works fine.

On Slave backend with PVR-x50s, I completely uninstalled and reinstalled
MythTV and problem persists.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:35>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 26, 2012, 10:00 AM

Post #37 of 47 (317 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by Sean Donovan wiki user:mrsdonovan <sean@…>):

I have disabled the two PVR_x50 tuners in my setup in the meantime.

@George Mari - Could you send me the libmythtv.so library to sean _at_
whatafamily.org - I would like to try out the patch too. I also tried
sending you an email that may not have gotten through.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:36>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 26, 2012, 3:58 PM

Post #38 of 47 (317 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by john_mythtv@…):

Replying to [comment:36 Sean Donovan wiki user:mrsdonovan <sean@…>]:
> I have disabled the two PVR_x50 tuners in my setup in the meantime.
>
> @George Mari - Could you send me the libmythtv.so library to sean _at_
whatafamily.org - I would like to try out the patch too. I also tried
sending you an email that may not have gotten through.

Me too please, john_mythtv _at_ clonts.org

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:37>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 29, 2012, 9:54 AM

Post #39 of 47 (310 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Changes (by Stuart Morgan <smorgan@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:3d13d795b2ae4a66f4bd3e5bdfd4168c66474282/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="3d13d795b2ae4a66f4bd3e5bdfd4168c66474282"
Treat POLLHUP as EOF not an error, fixes IVTV (PVR-) recorders failing.
Based on patch from ltskinol [at] gmail Fixes #10732
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:38>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 29, 2012, 10:21 AM

Post #40 of 47 (310 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by Stuart Morgan <smorgan@…>):

In [changeset:11ef5638504124a500c2fdbb47d2ca56f2c673af/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="11ef5638504124a500c2fdbb47d2ca56f2c673af"
Treat POLLHUP as EOF not an error, fixes IVTV (PVR-) recorders failing.
Based on patch from ltskinol [at] gmail Fixes #10732
(cherry picked from commit 3d13d795b2ae4a66f4bd3e5bdfd4168c66474282)
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:39>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 29, 2012, 10:26 AM

Post #41 of 47 (308 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by Stuart Morgan <smorgan@…>):

In [changeset:cd9f7eb68642f9052de40e68d544ccd40fc112a1/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="cd9f7eb68642f9052de40e68d544ccd40fc112a1"
Treat POLLHUP as EOF not an error, fixes IVTV (PVR-) recorders failing.
Based on patch from ltskinol [at] gmail Fixes #10732
(cherry picked from commit 3d13d795b2ae4a66f4bd3e5bdfd4168c66474282)
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:40>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 29, 2012, 10:30 AM

Post #42 of 47 (310 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.26.1
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Changes (by stuartm):

* milestone: unknown => 0.26.1


--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:41>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 29, 2012, 6:06 PM

Post #43 of 47 (310 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.26.1
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by ltskinol@…):

My patch fixed two other bugs and made the code clearer. Why not apply
the whole thing? I'm thinking that cherry-picking one line adds more risk
than applying the whole patch, given that myself and a few others have
shown that the whole patch is solid.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:42>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Nov 30, 2012, 5:38 PM

Post #44 of 47 (310 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.26.1
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by Sean Donovan wiki user:: mrsdonovan <sean@…>):

Downloaded the latest release for 0.25 and the PVR-x50 recordings are now
working again - yah! Thank you Itskinol, et al.!

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:43>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Dec 2, 2012, 6:25 AM

Post #45 of 47 (297 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.26.1
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by stuartm):

ltskinol - We prefer to keep unrelated changes separate in commits (and
patches). The other changes were deemed less important but will still be
reviewed and possibly applied later.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:44>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Dec 5, 2012, 12:36 PM

Post #46 of 47 (293 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: new
Priority: minor | Milestone: 0.26.1
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Changes (by jgelm@…):

* status: closed => new
* resolution: fixed =>


Comment:

How can this be marked closed?

I am having all of the above problems right now on a 12.04.1 mythbuntu
system with Update Manager telling me "This computer is up to date. The
package information was just updated.".

I installed the BE/FE system from scratch around 31 Oct 2012 and am sorry
to tell you it is not fixed.

I am migrating from a U10.04 household to 12.04. I did the BE/FE first and
now I am screwed. I chose 0.25 because it matched with 10.04.

Are these problems fixed in ANY version at all? Or do I need to roll back
to 0.24 on the BE/FE?

The WAF is very low right now.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:45>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Dec 5, 2012, 1:08 PM

Post #47 of 47 (295 views)
Permalink
Re: Ticket #10732: Recordings fail after upgrade to .25 [In reply to]

#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
Reporter: daveshome@… | Owner: danielk
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.26.1
Component: MythTV - Recording | Version: 0.25-fixes
Severity: medium | Resolution: Fixed
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Changes (by danielk):

* status: new => closed
* resolution: => Fixed


Comment:

jgelm, this is not the mythbuntu bug tracker. We fix the issue in our
source code and then the MythBuntu project picks up the changes a few days
later. As soon as it is fixed in our source code the appropriate thing to
do is to close our ticket for the issue.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:46>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits

First page Previous page 1 2 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.