Re: [mythtv-users] Are there any xbox mythtv distros still beingsupported?

2005-11-30 Thread Norm

William wrote:

I use Xebian.  There are debian packages available for the 
latest stable release.  If you want to go with bleeding edge 
(and unstable!) svn versions then you will have to compile.


Norm
   



I thought I tried that. What is the package manager with Xebian? apt-get?
 

Yes, apt-get -- it's fairly simple and handles the dependencies well 
enough.  Maybe though its time someone (am I volunteering???) to make a 
bootable Xbox distro with Myth built-in.  It might be a fun little project.


Norm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Xbox Lirc not working on new install

2005-11-30 Thread Norm

John Andersen wrote:




On 11/30/05, *Mlists* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:


Hi there,

Had to re-install my config so decided to compile myth rather then
install the debs so that I could use a newer svn version to match my
back-end.

Lirc is installed.  Running irw shows that I'm getting keys but
for some
reason the keys aren't working in Mythtv.  Any suggestions what
could be
going on here?  Did I need to compile in some sort of support for
this?


 What about your lircrc file (or your .lircrc)  Is it properly 
configured and in the correct place?


Copied the lircrc that I was using before the re-install.  I 
double-checked my configure options and realized I was missing a library 
for lirc so it was turning the option off before compiling.  I've made 
the appropriate changes now and am re-compiling... stay tuned.


Norm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Regenerate recordedmarkup?

2005-11-18 Thread E Norm
I got one recording that has, for whatever reason, been corrupted in the 
recordedmarkup table.
It is not possible to use the forward or rewind buttons on the show but 
to just play it works fine.


Is there a way to re-generate that info?

/Eric
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] LIve TV and changing channels -- unstable

2005-11-18 Thread Norm
Hi there, using a DVB, diseqc switch, and pointed to two satellites. 

I've used verion 18.1 and tried some of the CVS versions (older versions 
that had LiveTV still working).


If I change the channel 3 or more times, the backend 'forgets' to change 
the channel and the frontend gets stuck waiting for data that will never 
arrive.  I typically have to restart both. 

Is this a typical problem with DVB or is there something more stable out 
there?  I can record from different stations and it has no problems 
jumping to the right station to record...


Thx
Norm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Vonage Caller ID and OSD

2005-11-06 Thread Norm



Try UDP port 1.  It's something I found somewhere, but I can't
verify if it's 100% accurate.  Let us know.

Thanks!
Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 



Very cool add on -- where is it changed to udp 1?

Norm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Vonage Caller ID and OSD

2005-11-06 Thread Norm

Matt wrote:


my $filter_str='udp port 5061';

possibly should be:

my $filter_str='udp port 1';

no promises, just what I could find out from google and vonage-forums.com

Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 



I saw that and wasn't 100% certain.  It didn't work so I fired up a 
packet sniffer and realized that my Vonage Router isn't sending out 
anything at all.  Does anyone know if I need to contact Vonage to change 
that or whether I can do it myself?


I have the Linksys router...

Thx
Norm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Reproducible Backend Crash (0.18.fixes)

2005-11-01 Thread E Norm

My master backend is crashing when the slave backend is terminated.
This does not always occur but rougly every other restart
of the slave backend will cause this segfault.

I'm using:
* http://svn.mythtv.org/svn/branches/release-0-18-fixes/mythtv
* gentoo x11-libs/qt-3.3.4-r8
* gentoo dev-db/mysql-4.1.14
on both servers.

The problem occurs in 0.18.1 as well (that's why i switched to 0.18.fixes)

I've been trying to look into the code, but the
PlaybackSock.sockLock attribute seems 100% legit.
It's a private attribute only used by one class method.

Oh, maybe the entire PlaybackSock instance is deleted when
the slave backend terminates while some other thread is
using it..

Could someone take a look at this?

regards
/Dan


(gdb) run
Starting program: /usr/bin/mythbackend --verbose quiet --logfile 
/var/log/mythtv/mythbackend.log

[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 26094)]
Qt: gdb: -nograb added to command-line options.
 Use the -dograb option to enforce grabbing.
[New Thread 32769 (LWP 26100)]
[New Thread 16386 (LWP 26101)]
[New Thread 32771 (LWP 26103)]
[New Thread 49156 (LWP 26104)]
[New Thread 65541 (LWP 26105)]
[New Thread 81926 (LWP 26106)]
[New Thread 98311 (LWP 26107)]
[New Thread 114696 (LWP 26110)]
[New Thread 131081 (LWP 26111)]
[New Thread 147466 (LWP 26112)]
[New Thread 163851 (LWP 26113)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 32771 (LWP 26103)]
0x45525f59 in ?? ()





(gdb) thread apply all bt full
Thread 12 (Thread 163851 (LWP 26113)):
#0  0xb66f2094 in __pthread_sigsuspend () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb66f1ed9 in __pthread_wait_for_restart_signal () from 
/lib/libpthread.so.0

No symbol table info available.
#2  0xb66edfdb in [EMAIL PROTECTED] () from /lib/libpthread.so.0
No symbol table info available.
#3  0xb2fd1e08 in ?? ()
No symbol table info available.
#4  0x in ?? ()
No symbol table info available.
#5  0x080fdea8 in ?? ()
No symbol table info available.
#6  0xb66ede80 in [EMAIL PROTECTED] () from 
/lib/libpthread.so.0

No symbol table info available.
Previous frame inner to this frame (corrupt stack?)
#0  0x45525f59 in ?? ()
(gdb) st
start step  stepi stepping  stop





(gdb) backtrace
#0  0x45525f59 in ?? ()
#1  0xb6e548c8 in QMutex::unlock () from /usr/qt/3/lib/libqt-mt.so.3
#2  0x08095023 in PlaybackSock::SendReceiveStringList (this=0x80e1218, 
[EMAIL PROTECTED]) at playbacksock.cpp:60
#3  0x08095725 in PlaybackSock::IsBusy (this=0x80e1218, 
capturecardnum=1) at playbacksock.cpp:145

#4  0x0805d9ee in EncoderLink::IsBusy (this=0x80f3460) at encoderlink.cpp:65
#5  0x0809d5ed in Scheduler::RunScheduler (this=0x80f3db0) at 
scheduler.cpp:1127
#6  0x0809e553 in Scheduler::SchedulerThread (param=0x80f3db0) at 
scheduler.cpp:1293

#7  0xb66ef18e in pthread_start_thread () from /lib/libpthread.so.0
#8  0xb66ef334 in pthread_start_thread_event () from /lib/libpthread.so.0
#9  0xb659eaaa in clone () from /lib/libc.so.6
(gdb)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythtv on Xbox

2005-10-30 Thread Norm
Anyone know of any place where I can get packages for Xbox (Xebian) of 
MythTV that can talk the latest protocol? (I think it's 19?).


I have a great functioning backend now with version .19 cvs.  Compiling 
on Xbox doesn't see to be working -- I get errors about allocating pages?


Thanks

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythtv on Xbox

2005-10-30 Thread Norm
You can upload them to www.dressler.ca (anonymous ftp works).  It will 
be up for a bit so if anyone else wants to download from it, then can 
for the next little while.


Norm

George Nassas wrote:


On 30-Oct-05, at 8:11 PM, Norm wrote:

Anyone know of any place where I can get packages for Xbox (Xebian) 
of MythTV that can talk the latest protocol? (I think it's 19?).



The other day I built a full complement for r7600. They're about 11 
megs compressed which might be a touch too big for an email but I can 
put them up somewhere for download if you're interested. They're what 
Matt distributes but using svn and compiled with arch=pentium3.


- George



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythtv on Xbox

2005-10-30 Thread Norm



George Nassas wrote:


On 30-Oct-05, at 8:45 PM, Norm wrote:


You can upload them to www.dressler.ca (anonymous ftp works).



Looks like it doesn't, I'm not allowed to create files. There's a tar 
of all the debs here:


http://rapidshare.de/files/6987309/xebian.myth.tar.html



Thanks!  Downloaded -- sorry about the upload not working -- will need 
to check that...


Norm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] EIT Guide won't fill

2005-10-26 Thread Norm
I've downloaded and am testing the latest build 7596.  In particular I 
wanted to try out the EIT on-air guide downloading.


I was getting this same error while trying to get the on-air guide from 
previous versions.  Screenfuls of the following is spewed out:


2005-10-26 13:53:53.161 Desired program #110 not found in PAT.
   Can Not create single program PAT.

Am I missing something?  What does this mean?

Thx
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Scripts for shutting down and starting SBE on demand??

2005-10-16 Thread E Norm One

I got a NFS-rooted slave back end with two ivtv cards and i want the
master back end to start and stop that computer when needed. i.e. 3 
minutes or so before a recording is to take place.


What i hope to achieve with this setup is the following:
* Stability: the ivtv has a history of hard crashing the back
  end computer when it's been running for a month or so.
* More computers - more PCI slots - more capture cards
* energy efficiency

I understand that the normal behavior of the master mythbackend is to
start ALL slave back ends on startup and terminate them when MBE is
shutting down. But i find that a bit, ehrm - inefficient (i censored out
what i really think of it).

So, before i start coding, i was wondering if anybody else has done
something similar? (I'm lazy:)

/Eric


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Shutting down a slave backend crashes the master backend..

2005-10-06 Thread E Norm One
I've been trying to setup a system where slave backends will be started 
and terminated on-demand. The Slave BackEnds are diskless and they 
share the main video partition with the Master BackEnd over NFS.


This way i imagine that i can save the MBE from nasty ivtv hardware 
crashes and such (they still occur, but only once every other month when 
the backend is running 24-7).


I've had this setup since mythtv 0.15 or so, but then i didn't shutdown 
the SBEs and everything worked just fine.


Now when i decided to start and sutdown the SBE on demand I noticed
that the MBE always will crash whenever it looses connection with a SBE!!!

This is the last thing the MBE writes to the log:

  Slave backend: htpc-P400 no longer connected
  Mutex destroy failure: Device or resource busy

Then it crashes.

I'm running the gentoo 0.18.1-r2 mythtv installation on a
2.6.11-hardened-r15 gentoo kernel (no selinux/pax/grsec though)
MBE has a bttv card and the SBE has two ivtv (250350) cards.

Is there a fix for this?

regards
/E

http://www.mythtvtalk.com/forum/viewtopic.php?t=1889
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Shutting down a slave backend crashes the master backend..

2005-10-06 Thread E Norm One
I've been trying to setup a system where slave backends will be started 
and terminated on-demand. The Slave BackEnds are diskless and they 
share the main video partition with the Master BackEnd over NFS.


This way i imagine that i can save the MBE from nasty ivtv hardware 
crashes and such (they still occur, but only once every other month when 
the backend is running 24-7).


I've had this setup since mythtv 0.15 or so, but then i didn't shutdown 
the SBEs and everything worked just fine.


Now when i decided to start and sutdown the SBE on demand I noticed
that the MBE always will crash whenever it looses connection with a SBE!!!

This is the last thing the MBE writes to the log:

  Slave backend: htpc-P400 no longer connected
  Mutex destroy failure: Device or resource busy

Then it crashes.

I'm running the gentoo 0.18.1-r2 mythtv installation on a
2.6.11-hardened-r15 gentoo kernel (no selinux/pax/grsec though)
MBE has a bttv card and the SBE has two ivtv (250350) cards.

Is there a fix for this?

regards
/E

P.S. This is the third time i try to send this mail to the list. damn 
spam filters..

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] RC on frontend only

2005-10-06 Thread E Norm One

Torbjørn Heltne wrote:
I have nearly aquired all HW for a separate frontend, but I'm a bit 
uncertain about the remote control. In the combined back/frontend I have 
already I use the RC that came with the pvr-350 and it works just fine.


Any recommendations on suitable remote controls for a frontend PC?



With a homebrew serial lirc receiver you can use almost any RC you 
already got. I'm using the pvr-350 remote and the VCR buttons on

my TV remote (as a backup when i can't find the 350 remote :) .

When testing your remotes, try to find one that does not give raw 
samples in the lirc configuration files. In my experience those are

more error-prone.

Look at the lirc homepage - homebrew.

regards
/E
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Shutting down a slave backend crashes the master backend..

2005-10-06 Thread E Norm One

David Watkins wrote:


regards
/E

P.S. This is the third time i try to send this mail to the list. damn
spam filters..



More likely you're configured not to receive your own posts.  There's
a setting on your configuation page for the mailing list.

Sorry I can't help with your myth problem



Yeah, i checked that after the first post. It was set by default to
send my mails back. But it's still not working. And my junk-mail folder 
is empty. Anybody else got this problem with gmail?


At least i could set the mail acknowledgement option successfully, and 
that works. So now i know if my posts arrive or not.


Sorry for the spam

/E
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] minimum memory on backend?

2005-10-06 Thread E Norm One

Andrew Wilson wrote:

Wow! I didn't expect the numbers to be so high. I just checked on my
own combined FE/BE system, and the backend is over 400MB.

What's all that memory doing?

 1614 mythtv16   0  405m 214m  31m S  0.0 45.5   0:01.80 mythbackend
 1651 www-data  16   0  144m 7924 139m S  0.0  1.6   0:03.21 apache
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Wow, that MUST be a memory leak. IMHO 1MB should suffice to do whatever
the mythbackend actually does - schedule recordings, sending files to 
frontends and executing external transcoders... Let's add 20Mb for using

Qt... But still - 400Mb!!

I'm recompiling my whole myth env. with -debug and i will do some tests 
with valgrind.


/Eric
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythTV error log Filled Hard drive.

2005-10-06 Thread E Norm One

Chris Gackstatter wrote:

In the process of installing a PVR-500, I got MythTV caught is some sort of
loop.  Prior to this I had about 235 GB free on my hard drive.  When Myth
stopped working I checked the mythbackend log that is out put on the screen
and a saw repeating messages saying my hard drive is full or something to
that effect.  Being that machine was locked up a did a reboot of the
machine.  The Machine on which I run my backend is a headless pc that sits
in my equipment closet in the basement.  The only access I have to the
machine is to VNC into in from my windows machine.  


When (and if) you get this machine up and running again - make sure that
you have a sshd deamon running as well. As a small-footprint backup for 
vnc.


 


After the reboot  I can VNC into the machine only to see a blank green
screen.

 

 


Being that I can still Samba into the machine with the backend and see all
the files.  I suspect what has happen is that MythTV filled up my hard drive
with some sort of error log file and now there is not enough hard drive
space to start FC4 xWindows.  

 

 


Can someone tell me which file might contain this large error log, and how
do I get rid of it?


Typically such logs will be located under /var/log
eg: Gentoo locates those files under /var/log/mythtv

 

 


Or if I missed the point completely and you direct me how to fix this
problem.

 

 


Being that I am not a Linux guy I am sure I used some wrong term here to
describe the problem.  Please ask question if you need more detail.



Are you able to temporily move some of the .nuv files to your Windoze 
machine and reboot? That might give the space you need.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Shutting down a slave backend crashes the master backend..

2005-10-05 Thread E Norm One
I've been trying to setup a system where slave backends will be started 
and terminated on-demand. The Slave BackEnds are diskless and they 
share the main video partition with the Master BackEnd over NFS.


This way i imagine that i can save the MBE from nasty ivtv hardware 
crashes and such (they still occur, but only once every other month when 
the backend is running 24-7).


I've had this setup since mythtv 0.15 or so, but then i didn't shutdown 
the SBE and everything worked just fine.


Now when i decided to start the SBE on demand I noticed that the MBE
always will crash whenever it looses connection with a SBE!!!

This is the last thing the MBE writes to the log:

  Slave backend: htpc-P400 no longer connected
  Mutex destroy failure: Device or resource busy

Then it crashes.

I'm running the gentoo 0.18.1-r1 installation on a
2.6.11-hardened-r15 gentoo kernel (no selinux/pax/grsec though)
MBE has a bttv card and the SBE has two ivtv (250350) cards.

Is there a fix for this?

regards
/E

http://www.mythtvtalk.com/forum/viewtopic.php?t=1889
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users