=== javatexan01 is now known as javatexan | ||
=== [1]javatexan is now known as javatexan | ||
mythtv_ | is there going to be imon pad support in lircd or do i have to compile from source | 01:54 |
---|---|---|
baal | hi | 02:03 |
baal | anyone using an Imon remote control ? | 02:04 |
Siph0n | hey, is it better to hook my computer to my plasma tv with an svideo cable? or VGA cable? | 02:07 |
Siph0n | all i want to do is watch movies from my comp on my tv | 02:07 |
Siph0n | hi | 02:15 |
alexvd_ | vga cable | 02:18 |
alexvd_ | svideo is limited to 480p | 02:19 |
Siph0n | ok, what is vga limited to? :) | 02:19 |
alexvd_ | how old is plasma | 02:20 |
alexvd_ | you should be able to full output all the way up to 1080 | 02:20 |
Siph0n | ok! :) i just got this plasma 3 weeks ago | 02:20 |
alexvd_ | I am not a plasma expert but if you do a check in your manual it will usually tell you what it outputs on what interface | 02:21 |
Siph0n | ok :) thx | 02:21 |
alexvd_ | i am guessing it should have no issue doing 1080i | 02:21 |
alexvd_ | if it can do 1080p speciffy that in your xorg | 02:21 |
Siph0n | well this plasma tv is only a 720p | 02:22 |
=== javatexan02 is now known as javatexan | ||
Tuv0k | http://readlist.com/lists/mythtv.org/mythtv-users/8/40570.html | 03:12 |
Tuv0k | basically, like this guy asks, is there a way to just use nuvexport as a jon? | 03:12 |
Tuv0k | I've hunted for documentation but cant see anything that mentions it. Is | 03:13 |
Tuv0k | it even possible? | 03:13 |
superm1 | yeah it is possible | 03:40 |
superm1 | user job | 03:40 |
superm1 | you'd have to script the commands into a text file i'd suppose | 03:42 |
superm1 | something like nuvexport < blah.txt | 03:42 |
Tuv0k | http://www.mythtv.org/wiki/index.php/Nuvexport#Automating_The_Process | 04:11 |
Tuv0k | Like that script? | 04:11 |
superm1 | yeah that looks pretty good | 04:13 |
MythbuntuGuest08 | hi all | 16:10 |
MythbuntuGuest08 | I'm upgrade mythbuntu to hardy, and the last update broke allmost all plugins. Do you know if will be an updated packages soon ? | 16:12 |
directhex|bsp | maybe. maybe not. that's the fun of running pre-release unstable software | 16:25 |
Tuv0k | indeed | 17:02 |
superm1 | MythbuntuGuest08, yes they will be available this week | 17:03 |
superm1 | MythbuntuGuest08, if you want to grab them, let me get you a link | 17:04 |
superm1 | they're already built, just waiting in the NEW section of the hardy queue for archive admin ack | 17:04 |
superm1 | https://edge.launchpad.net/ubuntu/hardy/+queue?start=180 | 17:05 |
superm1 | expand the mythplugins thing on that page | 17:05 |
superm1 | and you can grab any of the binaries that you wanted/needed | 17:05 |
MythbuntuGuest08 | superml, thanks a lot I checkit when i return home. | 17:20 |
=== claydoh_ is now known as claydoh | ||
npurciful | whats going on | 18:01 |
fesha | Does anyone have MythTV and Fiber optic TV? | 18:21 |
fesha | I am having trouble with how to gwt Myth Tv to work with the set top box | 18:22 |
fesha | Anyone? | 18:23 |
hendrixski | fesha, if nobody here knows, someone might answer faster on #mythtv-users | 18:24 |
superm1 | fesha, i'd like to hear on that too though :) | 18:27 |
superm1 | ATT uverse is avail in my area | 18:27 |
hendrixski | hhmm, this is strange. Ubuntu's mythtv packages are built with --compile-type=debug... but mythplugins are not. Is there a reason why? | 18:27 |
superm1 | that should be sourced from the config file included in mythplugin build | 18:27 |
superm1 | when it includes libmyth-dev | 18:28 |
hendrixski | I do want to debug something in a mythtv plugin I'm modifying... | 18:29 |
superm1 | well i'm pretty sure that parameter carries over | 18:29 |
superm1 | but in case it doesnt , we can fix the build :) | 18:29 |
hendrixski | superm1, the debug debug symbol parameter? | 18:30 |
superm1 | yeah | 18:30 |
hendrixski | where does debian store the symbols anyway? | 18:31 |
superm1 | when the package crashes the package gets grabbed | 18:31 |
superm1 | its a .ddeb | 18:31 |
* hendrixski confused... packages crash? | 18:32 | |
hendrixski | oh, so if the program crashes it grabs the debug package automatically? | 18:32 |
superm1 | when a binary in the package crashes | 18:32 |
superm1 | or if the package upgrade crashes | 18:32 |
superm1 | both cases trigger apport | 18:33 |
superm1 | or package removal too | 18:33 |
hendrixski | ah, now apport is that thing that reports useful information from the crashes, right? | 18:34 |
superm1 | yeah | 18:34 |
superm1 | including stack traces | 18:34 |
superm1 | which it builds from debug symbols | 18:34 |
hendrixski | ah... wow, I totally didn't see that anywhere while googling this before :-/ | 18:34 |
superm1 | https://lists.ubuntu.com/archives/ubuntu-devel-announce/2006-September/000195.html | 18:35 |
superm1 | that discusses it all | 18:35 |
hendrixski | sweet | 18:35 |
superm1 | https://wiki.ubuntu.com/AptElfDebugSymbols | 18:35 |
superm1 | and that is useful to see | 18:35 |
superm1 | some stuff has changed to an extent though | 18:35 |
superm1 | i want to say the ddebs are stored somewhere else | 18:35 |
superm1 | but i dont know where the updated spec is on it | 18:35 |
hendrixski | aha, and I can use those symbols with stepping through gdb the same way that apport does, right? | 18:36 |
superm1 | exactly | 18:36 |
superm1 | i'm pretty sure that you should be able to | 18:36 |
superm1 | https://wiki.ubuntu.com/Apport | 18:36 |
superm1 | that will explain the process | 18:36 |
superm1 | of how the crash report is made | 18:36 |
superm1 | and where it shows up | 18:36 |
superm1 | so the apport-retrace command is probably what is most useful for you | 18:37 |
hendrixski | nice | 18:37 |
hendrixski | :-) and gdb on Ubuntu is patched to read wherever it is that those ddebs store the symbols right? or would I need to configure it to look there myself? | 18:38 |
hendrixski | ... :-p or should I be asking this question on Ubuntu-motu instead :-p | 18:38 |
superm1 | you'll have to look at how apport does it in more depth to see | 18:38 |
hendrixski | right | 18:38 |
superm1 | ubuntu-devel might be the better place to ask if you cant sort it out yourself | 18:38 |
hendrixski | ah Ok | 18:39 |
hendrixski | so I'll read the links you sent me and then ask on ubuntu-devel if I need to | 18:39 |
superm1 | best of luck :) | 18:39 |
hendrixski | thanks superm1, that really clears it up a lot for me | 18:39 |
npurciful | hey superm1: doing another build | 20:50 |
npurciful | got a question i am starting over mythconverg db but i want to keep my show recording information so i copy 'data' form record* to new db is there anything else? | 21:07 |
hendrixski | npurciful, umm, I think so lemme double check | 21:22 |
hendrixski | it does interact with channel, record_temp, recordmatch, recordpasswd, etc. | 21:26 |
hendrixski | you might want to look at what you have in those as well, if it's required information | 21:26 |
npurciful | okay | 21:26 |
hendrixski | man, I can't get debug symbol packages into a repository. apt-ftparchive and dpkg-scanpackages just don't pick them up :-( | 21:28 |
=== kjetil__ is now known as KjetilK | ||
npurciful | hendrixski: hey i checked out channel (pulled that form listings SD), recordtemp (havent got that table), recordmatch ( populates on backend startup), recordpasswd (no passwords) | 21:35 |
npurciful | i transfered data and it seems to be running normal | 21:36 |
hendrixski | npurciful, nice. Yeah, I just looked up a few diagrams of what other information that table might possibly need, hoping that it would help avoid any crashes. | 21:37 |
hendrixski | :-) | 21:37 |
npurciful | yep everything seem to be cool | 21:56 |
npurciful | brb | 22:03 |
=== slestak is now known as slestak|away | ||
javatexan | hey guys...I am having trouble getting a new FE to connect to existing BE....Its almost like the port is not open to the 'public', just on localhost. Anyone have that before? | 22:35 |
directhex | javatexan, that would be pretty normal behaviour | 22:51 |
directhex | javatexan, 1) ensure mysql is network-enabled (it's off by default in debian-based distros) 2) go into mythtv-setup and ensure mythbackend is bound to a network address, not 127.0.0.1 | 22:51 |
javatexan | well I am on mythbuntu.... | 22:52 |
directhex | same rules apply | 22:53 |
directhex | the file you want is /etc/mysql/my.cnf, update bind-address with a network address | 22:54 |
javatexan | okay...him work | 22:55 |
javatexan | thank you | 22:55 |
javatexan | wow...this is getting easier and easier to understand. Crap! I am being assimulated.....NO!!! LMAO | 22:56 |
lime4x4 | anyone here farmilar with vnc? | 23:24 |
lime4x4 | i was able to vnc into my mythbox now i can't i get the following error "no password configured for VNC auth | 23:25 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!