Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Louie Ilievski
On Wednesday 18 January 2006 11:45 pm, Louie Ilievski wrote: > > How about "Ext2IFS" (Google for it), which is a nice, read-only > > FileSystem driver for ext2/3 drives. > > Or, better yet, another one also called Ext2 IFS but with a space :-) It > has full read and write support, and I have reli

Re: [mythtv] Backend process dies at 4GB file limit? - with backtrace as requested.

2006-01-18 Thread Buzz
Mike, Thanks for the URL tip re gdb. In this case however, the BT I've given is enough to find the problem/solution: *) OS is sending a SIGXFSZ to backend, backend is taking default action which "coredump and exit". Solution: * capture SIGXFSZ, handle it gracefully. Buzz > -Original M

Re: [mythtv] Backend process dies at 4GB file limit? - with backtrace as requested.

2006-01-18 Thread Michael T. Dean
Buzz wrote: > All of backend log is available on request, and gdb is still sitting there > (for a few hours anyway) good > , incase you want me to do anything else with it. > :-) I'm a novice with GDB, so be gentle with me. (I don't know anything > more than how to do 'run','c' and 'bt'.) > Pl

Re: [mythtv] Backend process dies at 4GB file limit? - with backtrace as requested.

2006-01-18 Thread Buzz
Isaac/Others, Last 4 lines of 'mythbackend -v all' followed by backtrace: --- 2006-01-19 16:35:20.575 MSqlQuery: INSERT INTO recordedmarkup (chanid, starttime, mark, type, offset) VALUES ( '1007' , '2006-01-19T15:15:00' , '119754' , 9 , '4289249140' ); 2006-01-19 16:35:20.576 M

Re: [mythtv] Contact MythBurn developers...

2006-01-18 Thread Tino Keitel
On Wed, Jan 18, 2006 at 18:34:36 -0500, Michael T. Dean wrote: > Tino Keitel wrote: > > >On Wed, Jan 18, 2006 at 22:39:01 +1300, Robin Gilks wrote: [...] > >>And can mpeg2fix be used in place of that horrendous ProjectX lump? > >> > >> > >I would be happy if mpeg2fix could use ProjectX, sinc

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Buzz
Isaac, No backtrace presently.. It wasn't running under GDB at the time (it was actually being used!)... I'll try to replicate under GDB and get back to you. Buzz. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Isaac Richards > Sent: Thur

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Buzz
This isn't relevant to the original thread/topic, but... 1) backend isn't fulltime linux. 2) I never said I wanted to access myth/video in both OS's, although, that's not a bad idea. 3) disk/s aren't dedicated to myth, contain significant(hundreds of GB's) other data required in both OS's and remot

Re: [mythtv] channel.channum too narrow

2006-01-18 Thread Jeremy Muhlich
On Wed, 2006-01-18 at 12:24 -0800, Bruce Markey wrote: > Since Tom already had an example with 8 characters, I set it to 10. A varchar(5) column and a varchar(255) column that hold the string "102#10" both take the EXACT SAME amount of space (7 bytes). Am I missing some good reason for limiting t

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Lincoln Dale
I don't get it. you're implying that you have a backend which isn't full-time linux but also runs windows. when you boot into windows, you want to be able to watch the video streams - but presumably as raw files as the backend isn't up, ergo you can't watch them via mythfrontend. in which case, w

Re: [mythtv] Mythbackend UPnP server?

2006-01-18 Thread David Blain
> > > 7) Open issues: > > > > One thing that I don't have time to implement that is > needed for off > > the shelf devices to work is an implementation of a > standard transport stream. > > I was thinking RTSP/RTP. > > > > Doesn't UPnP just define HTTP GET as the current method for > this?

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Isaac Richards
On Wednesday 18 January 2006 22:30, Buzz wrote: > Are you interested in this scenario: > > Backend saves files to FAT32 partition. > Backend tries to exceed 4GB (or there abouts) while unattended. > Backend dies with error "File size limit exceeded" emitted by OS. > > > Backend's last message prior

Re: [mythtv] Mythbackend UPnP server?

2006-01-18 Thread Louie Ilievski
> 6) Support for other UPnP Devices (renderers/clients) > > Yes & No... My goal is to allow any UPnP device to be able to discover and > access content on any number of MythBackend systems. However, since there > has not been any standardized DVR Service defined, the "Off The Shelf" > devices will

Re: [mythtv] HD3000 issues?

2006-01-18 Thread Steve Adeff
On Wednesday 18 January 2006 23:05, Robert LeBlanc wrote: > > On Jan 18, 2006, at 5:57 PM, Robert LeBlanc wrote: > > Ok, > > > > I'm not exactly sure if this is a dev problem, but here goes. I > > downloaded the latest SVN and compiled it in my old environment (same > > machine, 32-bit PVR-500) an

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Buzz
Wouldn't it be reasonable if it barfed the recording partially/entirely WITHOUT crashing mythbackend, rather than crashing entirely as it does now. Isn't that theoretically easier to fix? Pseudo-code that could be plugged in somewhere: -- // 4GB = 4294967296Bytes

Re: [mythtv] HD3000 issues?

2006-01-18 Thread Robert LeBlanc
I think I’m a masochist. I love a good challenge! I’ve made a lot of progress on the problem, but I can’t seem to make any progress. I just need some ideas to get me thinking if there is not a problem in the code. Also if people have some good links to documents setting up the HD3000 and My

Re: [mythtv] HD3000 issues?

2006-01-18 Thread Keith C
On Jan 18, 2006, at 5:57 PM, Robert LeBlanc wrote: Ok, I’m not exactly sure if this is a dev problem, but here goes. I downloaded the latest SVN and compiled it in my old environment (same machine, 32-bit PVR-500) and it works great. I decided that I would try to go to 64-bits again (same machine)

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Joe Votour
--- Buzz <[EMAIL PROTECTED]> wrote: > Are you interested in this scenario: > > Backend saves files to FAT32 partition. > Backend tries to exceed 4GB (or there abouts) while > unattended. > Backend dies with error "File size limit exceeded" > emitted by OS. > > > Backend's last message prior t

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Robert Johnston
On 1/18/06, Buzz <[EMAIL PROTECTED]> wrote: > Are you interested in this scenario: > > Backend saves files to FAT32 partition. > Backend tries to exceed 4GB (or there abouts) while unattended. > Backend dies with error "File size limit exceeded" emitted by OS. > > > Backend's last message prior to

Re: [mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Buzz
Apologies for the small typo "safe_swite() funky usleep" should have obviously been "safe_write() funky usleep" . > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Buzz > Sent: Thursday, 19 January 2006 1:30 PM > To: 'Development of mythtv' > Sub

[mythtv] Backend process dies at 4GB file limit?

2006-01-18 Thread Buzz
Are you interested in this scenario: Backend saves files to FAT32 partition. Backend tries to exceed 4GB (or there abouts) while unattended. Backend dies with error "File size limit exceeded" emitted by OS. Backend's last message prior to dying was: "TFW: safe_swite() funky usleep" (message come

Re: [mythtv] channel.channum too narrow

2006-01-18 Thread Michael Freeman
so is this ticket 1064 or something else?i've encountered the same issue and would like to be able to follow it closelyOn 1/18/06, Tony Brummett < [EMAIL PROTECTED]> wrote:On 1/18/06, Bruce Markey < [EMAIL PROTECTED]> wrote:> Yes, that was right, however that just reset it to "(5)" again =).> Since

Re: [mythtv] Autoexpiring programs with no program information

2006-01-18 Thread Buechler, Mark R
Nothing returns for either of these queries. What's odd is that the housekeeping thread queries recorded for recordings to expire/delete. If you're saying it has nothing to do with guide information that I have to wonder. The message hasn't come up since. I'll do some more checking. Thanks, Mark.

Re: [mythtv] Autoexpiring programs with no program information

2006-01-18 Thread Buechler, Mark R
SVN 8641. It happens when the backend does it's housekeeping. Thanks, Mark. -Original Message- From: Michael T. Dean [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 8:07 PM To: Development of mythtv Subject: Re: [mythtv] Autoexpiring programs with no program information Buec

Re: [mythtv] Autoexpiring programs with no program information

2006-01-18 Thread Chris Pinkham
> 2006-01-18 19:25:48.791 ERROR retrieving program info when trying to delete > program for chanid 15489 recorded at Wed Jan 18 19:00:26 2006. Recording > will NOT be deleted. This is saying that the delete code in mythbackend couldn't load the program info for the recording from the recorded tabl

Re: [mythtv] HD3000 issues?

2006-01-18 Thread Steve Adeff
On Wednesday 18 January 2006 18:57, Robert LeBlanc wrote: > Ok, > > I'm not exactly sure if this is a dev problem, but here goes. I > downloaded the latest SVN and compiled it in my old environment (same > machine, 32-bit PVR-500) and it works great. I decided that I would try > to go to 64-bits a

Re: [mythtv] Autoexpiring programs with no program information

2006-01-18 Thread Michael T. Dean
Buechler, Mark R wrote: > > I'm seeing messages in mythbackend log like the following: > > > > 2006-01-18 19:25:48.791 ERROR retrieving program info when trying to > delete program for chanid 15489 recorded at Wed Jan 18 19:00:26 2006. > Recording will NOT be deleted. > > > > Now, I don't hav

[mythtv] Autoexpiring programs with no program information

2006-01-18 Thread Buechler, Mark R
I'm seeing messages in mythbackend log like the following:   2006-01-18 19:25:48.791 ERROR retrieving program info when trying to delete program for chanid 15489 recorded at Wed Jan 18 19:00:26 2006. Recording will NOT be deleted.   Now, I don't have guide information for many of my cha

[mythtv] HD3000 issues?

2006-01-18 Thread Robert LeBlanc
Ok,  I’m not exactly sure if this is a dev problem, but here goes. I downloaded the latest SVN and compiled it in my old environment (same machine, 32-bit PVR-500) and it works great. I decided that I would try to go to 64-bits again (same machine) and finally try to get the HD3000 card th

[mythtv] ** MythStreamTV **

2006-01-18 Thread joggl
I've patched the mythstreamtv webpages to work with the new mythweb...   a i allowed to post them here, or where can i upload them??     ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Re: [mythtv] Contact MythBurn developers...

2006-01-18 Thread Michael T. Dean
Tino Keitel wrote: >On Wed, Jan 18, 2006 at 22:39:01 +1300, Robin Gilks wrote: > > >>>How can I send bugs or feature request to mythburn?? >>> >>>- Mythburn needs to be installable without mythweb installed. (if I have a >>>frontend only system, and want use mythburn-ui!) >>>- Mythburn needs to

Re: [mythtv] Contact MythBurn developers...

2006-01-18 Thread Tino Keitel
On Wed, Jan 18, 2006 at 22:39:01 +1300, Robin Gilks wrote: > > > How can I send bugs or feature request to mythburn?? > > > > - Mythburn needs to be installable without mythweb installed. (if I have a > > frontend only system, and want use mythburn-ui!) > > - Mythburn needs to be installable with

Re: [mythtv] [mythtv-commits] Ticket #1065: Mythweb doesn't display recorded show as recorded

2006-01-18 Thread Dag Nygren
> > OK, > > I do notice that mythfrontend will show them as recorded though > > > > Do you mind if I take a look how it is done there? > > Well, I did > and changed the last join in programs.php to the following: > LEFT JOIN oldrecorded ON >

Re: [mythtv] Mythbackend UPnP server?

2006-01-18 Thread David Blain
Wow, there seems to be a lot of interest for upnp! Instead of responding to each e-mail individually, I will try to answer all questions in this e-mail. 1) Make what I have available now: I will try to get something available to use ASAP. However, I don't want to rush the integration of th

[mythtv] Feature req: multiple recordings, also Where are feature requests supposed to go?

2006-01-18 Thread f-myth-users
> Date: Thu, 19 Jan 2006 10:39:30 +1300 > From: Corrin Lakeland <[EMAIL PROTECTED]> > Sorry about posting this to -dev, but I couldn't find anywhere more > appropriate... If someone sends me a link to an appropriate wiki page, I > could add it there? or to trac? For some rea

Re: [mythtv] [mythtv-commits] Ticket #1065: Mythweb doesn't display recorded show as recorded

2006-01-18 Thread Dag Nygren
> > Dag Nygren wrote: > > > > It is fine with me, just want to make it clear that it is > > > the intended behaviour. > > > > It's a feature that only works if you have programid and seriesid field > > in your database, yes. > > OK, > I do notice that mythfrontend will show them as recorded tho

[mythtv] Compile error with 18.1, gcc-4 on ppc

2006-01-18 Thread Corrin Lakeland
With gcc4, I get the following: make[2]: Entering directory `/usr/local/src/mythtv/mythtv-0.18.1/libs/libavcodec' gcc -c -pipe -mcpu=7400 -mtune=7400 -mpowerpc-gfxopt -maltivec -mabi=altivec -w -O3 -Wall -Wno-switch -maltivec -mabi=altivec -D_REENTRANT -DPIC -fPIC -DUSING_IVTV -DUSING_DVB -DUS

Re: [mythtv] [mythtv-commits] Ticket #1065: Mythweb doesn't display recorded show as recorded

2006-01-18 Thread Dag Nygren
> Dag Nygren wrote: > > It is fine with me, just want to make it clear that it is > > the intended behaviour. > > It's a feature that only works if you have programid and seriesid field > in your database, yes. OK, I do notice that mythfrontend will show them as recorded though Do you mind if

Re: [mythtv] [mythtv-commits] Ticket #993: FireWire Scientific Atlanta 3250HD channel change problem

2006-01-18 Thread Carl Moore
On Wed, January 18, 2006 2:35 pm, Wylie Swanson wrote: > On 1/18/06, MythTV wrote: > >> >> #993: FireWire Scientific Atlanta 3250HD channel change problem >> >> >> -+- >> - >> Reporter: Wylie Swanson |

Re: [mythtv] [mythtv-commits] Ticket #1065: Mythweb doesn't display recorded show as recorded

2006-01-18 Thread Chris Petersen
Dag Nygren wrote: >> that's why last night I changed the join so that it wouldn't match if >> there was no programid field. > > So you mean that I am not supposed to get any marker for that > then? > > It is fine with me, just want to make it clear that it is > the intended behaviour. It's a f

Re: [mythtv] [mythtv-commits] Ticket #1065: Mythweb doesn't display recorded show as recorded

2006-01-18 Thread Dag Nygren
> that's why last night I changed the join so that it wouldn't match if > there was no programid field. So you mean that I am not supposed to get any marker for that then? It is fine with me, just want to make it clear that it is the intended behaviour. Dag __

[mythtv] Feature req: multiple recordings, also Where are feature requests supposed to go?

2006-01-18 Thread Corrin Lakeland
Sorry about posting this to -dev, but I couldn't find anywhere more appropriate... If someone sends me a link to an appropriate wiki page, I could add it there? or to trac? Feature request: recording the same channel twice shouldn't result in a conflict. It should be possible to copy the mpeg

Re: [mythtv] [mythtv-commits] Ticket #993: FireWire Scientific Atlanta 3250HD channel change problem

2006-01-18 Thread Wylie Swanson
On 1/18/06, MythTV <[EMAIL PROTECTED]> wrote: #993: FireWire Scientific Atlanta 3250HD channel change problem-+-- Reporter:  Wylie Swanson <[EMAIL PROTECTED] >  |Owner:  ijr Type:  defect

Re: [mythtv] [mythtv-commits] Ticket #850: Inaccuracies in audio timecode calculations

2006-01-18 Thread Mark Spieth
> > When so much of the code within that class is dedicated to ensuring that > the timecode produced is very accurate (with going to the lengths of using > a high resolution timer to estimate the soundcard’s position based upon > elapsed time since the position was previously reported). I don’t und

[mythtv] On Screen Guide Live TV Preview Issue

2006-01-18 Thread Tim Jordan
As of Saturday or Sundays SVN my on screen guide in live TV seems to be broken. The video is on the opposite side of the screen (absolute top left) and the box where the video preview should be just says loading video preview, it also does not display properly. This may just be a nvidia card

Re: [mythtv] channel.channum too narrow

2006-01-18 Thread Tony Brummett
On 1/18/06, Bruce Markey <[EMAIL PROTECTED]> wrote: > Yes, that was right, however that just reset it to "(5)" again =). > Since Tom already had an example with 8 characters, I set it to 10. > Also, Is is better to attach patch files. Less chance of a cut'n'paste > error when taking it from in-line

Re: [mythtv] channel.channum too narrow

2006-01-18 Thread Bruce Markey
Tony Brummett wrote: > I recently got my hd-3000 card tuning QAM channels from my cable > provider, and some of the channum strings that the channel scanner > tried to insert into the database were longer than 5 characters. For > example, '102#10' was silently truncated to '102#1' , resulting in 2

Re: [mythtv] Who is supposed to update programid

2006-01-18 Thread David Engel
On Wed, Jan 18, 2006 at 08:41:59PM +0200, Dag Nygren wrote: > > David Engel and Bruce Markey would know better than me, but I believe > > mythfilldatabase is responsible for this field, but it is not required. > > I was afraid so. My mythfilldatabase refuses to fill in anything. > The next questio

Re: [mythtv] Who is supposed to update programid

2006-01-18 Thread Dag Nygren
> On 01/18/06 13:39, kevin james wrote: > > >Would this be in a listings-provider-specific format? > > > Yes. In this case it is probably a bug in mythweb that it will not mark a recorded program wo. the program.programid as recorded in the listing. Should I open a ticket? Dag ___

Re: [mythtv] Who is supposed to update programid

2006-01-18 Thread Michael T. Dean
On 01/18/06 13:39, kevin james wrote: >Would this be in a listings-provider-specific format? > Yes. > I wondered if it >would be at all possible to list shows in series order (e.g. I missed >some CSI episodes last time they were being shown, and now they're being >shown again I'd like to list the

Re: [mythtv] channel.channum too narrow

2006-01-18 Thread Tony Brummett
On 1/18/06, Tom E. Craddock Jr. <[EMAIL PROTECTED]> wrote: > Tony Brummett wrote: > > [...] Making that column 6 characters wide > > seemed to fix the problem for me. > > #1 Is this against SVN and if so, which version? It's against svn as of this morning, version 8641. I initially was trying ou

Re: [mythtv] Who is supposed to update programid

2006-01-18 Thread Dag Nygren
> On Wed, 2006-01-18 at 20:05 +0200, Dag Nygren wrote: > > What part of mythtv is responsible for filling in > > program.programid ? > > > > They seem to be empty for all the entries I have in > > the table. > > David Engel and Bruce Markey would know better than me, but I believe > mythfilldata

Re: [mythtv] Who is supposed to update programid

2006-01-18 Thread kevin james
Would this be in a listings-provider-specific format? I wondered if it would be at all possible to list shows in series order (e.g. I missed some CSI episodes last time they were being shown, and now they're being shown again I'd like to list them in the right order, not date-recorded order), so I

Re: [mythtv] channel.channum too narrow

2006-01-18 Thread Tom E. Craddock Jr.
Tony Brummett wrote: > I recently got my hd-3000 card tuning QAM channels from my cable > provider, and some of the channum strings that the channel scanner > tried to insert into the database were longer than 5 characters. For > example, '102#10' was silently truncated to '102#1' , resulting in 2

Re: [mythtv] XvMC studdering

2006-01-18 Thread Martin van Es
On 1/18/06, Dave Just <[EMAIL PROTECTED]> wrote: > On the other hand, the > appearance and movement of the OSD still cause audio stuttering and > video jitter. Try to set the transition steps (fadeaway) in your osd xml file (e.g. /usr/share/mythtv/themes/blueosd/osd.xml) to 0 at the top of this fi

Re: [mythtv] Who is supposed to update programid

2006-01-18 Thread Daniel Kristjansson
On Wed, 2006-01-18 at 20:05 +0200, Dag Nygren wrote: > Asked this on users list, but then realized that > to know it it has to be someone in this list ;-) > So: > > What part of mythtv is responsible for filling in > program.programid ? > > They seem to be empty for all the entries I have in > t

[mythtv] Who is supposed to update programid

2006-01-18 Thread Dag Nygren
Asked this on users list, but then realized that to know it it has to be someone in this list ;-) So: What part of mythtv is responsible for filling in program.programid ? They seem to be empty for all the entries I have in the table. Dag ___ mythtv

Re: [mythtv] XvMC studdering

2006-01-18 Thread Dave Just
> I have XvMC working very smoothly on a celeron 450 with 192mb of > ram. This is with an agp nvidia 5200. The setting that makes the > biggest difference is to turn on chromakey osd. This frees up an > additional buffer on the card for video decoding that was > previously used for osd.

Re: [mythtv] Mythbackend UPnP server?

2006-01-18 Thread belcampo
On Wednesday 18 January 2006 03:03, David Blain wrote: > > Subject: [mythtv] Mythbackend UPnP server? > > > > Has anybody ever mentioned/thought about making mythbackend > > into a UPnP server? This way you could buy a small D-Link > > DLNA/UPnP renderer like this as a MOSTLY functional frontend:

Re: [mythtv] Contact MythBurn developers...

2006-01-18 Thread belcampo
On Wednesday 18 January 2006 10:39, Robin Gilks wrote: > > How can I send bugs or feature request to mythburn?? > > > > - Mythburn needs to be installable without mythweb installed. (if I have > > a frontend only system, and want use mythburn-ui!) > > - Mythburn needs to be installable with new myt

[mythtv] channel.channum too narrow

2006-01-18 Thread Tony Brummett
I recently got my hd-3000 card tuning QAM channels from my cable provider, and some of the channum strings that the channel scanner tried to insert into the database were longer than 5 characters. For example, '102#10' was silently truncated to '102#1' , resulting in 2 rows with channum '102#1'.

Re: [mythtv] [mythtv-commits] Ticket #1054: Program s filled in from EIT show up as previously recorded

2006-01-18 Thread Dag Nygren
> > But the problem with no marked recorded shows is still > > there. > > This is not clearly put , is it;-) > That is in the program list. OK, The reason nothing shows up is that the seriesid and programid in my oldrecordings table are empty. And the reason for this again is that I completely

Re: [mythtv] Compiling with -Os is better than -O3

2006-01-18 Thread Kristian Kalweit
Daniel Kristjansson schrieb: > On Wed, 2006-01-18 at 07:36 +0100, Kristian Kalweit wrote: > >> Daniel Kristjansson schrieb: >> I have a Via c3-2 cpu and configure is always creating a generic config >> (pentiumpro + O3). Now I found out you have to use manually >> "--enable-proc-opt" to enable

Re: [mythtv] [mythtv-commits] Ticket #986: mythbackend 8554 freeze/crash - AFD Error

2006-01-18 Thread Daniel Kristjansson
On Tue, 2006-01-17 at 22:38 +, MythTV wrote: > #986: mythbackend 8554 freeze/crash - AFD Error > Comment (by anonymous): > > Trouble is, how do I isolate the spot in the file in which the error > happens? I found a file which repeatedly crashes the master backend with > the above error when

Re: [mythtv] Compiling with -Os is better than -O3

2006-01-18 Thread Daniel Kristjansson
On Wed, 2006-01-18 at 07:36 +0100, Kristian Kalweit wrote: > Daniel Kristjansson schrieb: > I have a Via c3-2 cpu and configure is always creating a generic config > (pentiumpro + O3). Now I found out you have to use manually > "--enable-proc-opt" to enable the cpu specific flags. What is the cau

Re: [mythtv] [mythtv-commits] Ticket #1054: Program s filled in from EIT show up as previously recorded

2006-01-18 Thread Dag Nygren
> Found the reason for not seeing recorded programs: > > My fault. After the debug session for finding the Mysql 5 > bug there was somehow an added } in the recorded.php file :-(. > > But the problem with no marked recorded shows is still > there. This is not clearly put , is it;-) That is in

Re: [mythtv] [mythtv-commits] Ticket #1054: Program s filled in from EIT show up as previously recorded

2006-01-18 Thread Dag Nygren
> > > #1054: Programs filled in from EIT show up as previously recorded > > > > > (In [8637]) hopefully fix #1054 > > > > It does, but now the recorded showa are not marked > > at all > > Addendum to this: > > This new problem is probably linked to the fact that > I don't get any recorded prog

Re: [mythtv] Contact MythBurn developers...

2006-01-18 Thread Robin Gilks
> How can I send bugs or feature request to mythburn?? > > - Mythburn needs to be installable without mythweb installed. (if I have a > frontend only system, and want use mythburn-ui!) > - Mythburn needs to be installable with new mythweb (doesn't work because > of looking for programm_listing.php

Re: [mythtv] Problems getting a backtrace..... Slows to a halt and uses all memory up when run under GDB?

2006-01-18 Thread Buzz
Since I didn't get any response from the list, I'm just answering myself in the hope it might benefit someone in the future. Problem: major go-slow in GDB? Solution: um, make sure your swap space is active. (is it listed in /etc/fstab?, run swapon -a) Obvious, now that I see it... not so obvio

[mythtv] Contact MythBurn developers...

2006-01-18 Thread Jochen Kühner
How can I send bugs or feature request to mythburn??   - Mythburn needs to be installable without mythweb installed. (if I have a frontend only system, and want use mythburn-ui!) - Mythburn needs to be installable with new mythweb (doesn't work because of looking for programm_listing.php)  

Re: [mythtv] Compiling with -Os is better than -O3

2006-01-18 Thread Martin van Es
On 1/17/06, David Abrahams <[EMAIL PROTECTED]> wrote: > Martin van Es <[EMAIL PROTECTED]> writes: > > > Inspired by your mail I tried the same (VIA Epia seems to fare better > > with size opt instead of 03) and found that configure doesn't honour > > optimize=small in some way, but you can easily e