biffhero | I have also set my root password within mysql to be empty, wondering if that was the problem. | 00:23 |
---|---|---|
biffhero | I just tried setting my mysql root password to be the mythtv password, that didn't work either. | 00:25 |
=== ourtv_ is now known as dodddummy_myth | ||
m4xx | i've got a wintv-hvr 1600 set up and working great, i just bought a second today and it hasn't created video1 as i had expected it to | 00:41 |
m4xx | anyone care to help me diagnose the problem? | 00:41 |
Gibby_2 | lspci -v, show it? | 00:42 |
m4xx | one second | 00:42 |
=== toorima_ is now known as toorima | ||
m4xx | yes | 00:44 |
m4xx | Gibby_2: dmesg shows this: http://past2.org/p/1114008 | 00:46 |
m4xx | Gibby_2: sorry http://paste2.org/p/1114008 | 00:46 |
Zinn | [paste2.org] Paste2: Next Generation Pastebin - Viewing Paste 1114008 | 00:46 |
m4xx | any idea Gibby_2? | 00:57 |
Gibby_2 | m4xx, looking now | 00:58 |
m4xx | great, thanks :) | 00:59 |
Gibby_2 | well that looks good, whats is ls -al /dev/video* | 01:00 |
m4xx | only video0 video24 and video32 | 01:03 |
m4xx | i believe that paste shows | 01:04 |
m4xx | oops, nope | 01:04 |
m4xx | oops, yes it does =x | 01:04 |
Gibby_2 | line 25/26 don't look good, it failed to initalized it | 01:09 |
m4xx | yes, this is why i pasted it, im just not sure what to do about it | 01:09 |
Gibby_2 | cat /proc/meminfo | grep Vmalloc | 01:13 |
Gibby_2 | m4xx: ^^ | 01:15 |
m4xx | if you refresh that paste it will be apended to the bottom | 01:15 |
m4xx | oops | 01:16 |
m4xx | i am wrong | 01:16 |
m4xx | sorry | 01:16 |
m4xx | http://paste2.org/p/1114046 | 01:16 |
Zinn | [paste2.org] Paste2: Next Generation Pastebin - Viewing Paste 1114046 | 01:16 |
Gibby_2 | Add vmalloc=192M to your kernel at boot time. | 01:17 |
m4xx | would i put that in boot.conf? | 01:18 |
Gibby_2 | what OS? | 01:20 |
m4xx | ubuntu | 01:20 |
m4xx | 10.04 | 01:20 |
Gibby_2 | edit /etc/default/grub | 01:21 |
Gibby_2 | then run update-grub2 | 01:22 |
m4xx | i would append that to the end of GRUB_CMDLINE_LINUX_DEFAULT correct? | 01:23 |
Gibby_2 | put the vmalloc=192 at the end of the GRUB_CMDLINE_LINUX line | 01:23 |
Gibby_2 | yep | 01:23 |
m4xx | default or the other one? | 01:23 |
Gibby_2 | sorry default, the other one is for both normal and failsafe | 01:24 |
m4xx | ok | 01:25 |
m4xx | i will attempt to reboot now :) | 01:25 |
Gibby_2 | gl | 01:26 |
m4xx | kernel panic: failed to create kintegrinty | 01:26 |
Gibby_2 | uhhh you did do update-grub2 right? | 01:26 |
m4xx | yes sir | 01:26 |
m4xx | everything seemed to be ok | 01:27 |
m4xx | didn't show any errors or warnings | 01:27 |
m4xx | i had like "quite splassh vmalloc=192" | 01:27 |
m4xx | then ran update-grub2 | 01:27 |
Gibby_2 | "quite splassh vmalloc=192M" | 01:30 |
Gibby_2 | make it like that, then run update-grub2 again | 01:30 |
Gibby_2 | "quiet splash vmalloc=192M" | 01:31 |
m4xx | i am unable to boot the machine | 01:31 |
m4xx | is there a way to override the flags? | 01:31 |
m4xx | f10 or something similar? | 01:31 |
Gibby_2 | is grub being display during boot? | 01:32 |
m4xx | no | 01:32 |
Gibby_2 | If not hold down shift during boot | 01:32 |
m4xx | ok | 01:32 |
Gibby_2 | then press 'e' to edit the line and change it to vmalloc=192M | 01:33 |
Gibby_2 | once you change it press Ctrl-x to boot | 01:34 |
m4xx | no more panic, booting now | 01:37 |
m4xx | you're the man :) | 01:38 |
m4xx | video1 is now showing up | 01:38 |
m4xx | what is the vmalloc if you don't mind me asking? | 01:38 |
m4xx | virtual memory allocate? | 01:38 |
Gibby_2 | yeah i think so | 01:39 |
m4xx | will i ever have to re-do this? after updates or anything? | 01:40 |
Gibby_2 | possibily, i am not sure, make sure you fix it now and run update-grub2 before you reboot again tho | 01:41 |
m4xx | i didn't see your message so i booted to recovery and dropped into root shell and fixed it there | 01:43 |
m4xx | thank you very very much, you have been more than helpful :) | 01:43 |
biffhero | I did apt-get source mythtv-database, and have found the .postinst script. There's a "update_database()" function, I will do each of those things by hand. | 01:44 |
biffhero | while dpkg-reconfigure is running, where does it get the scripts from that it runs? | 01:54 |
biffhero | I mean, I see a call in the mythtv-database.postinst file that looks like this: db_set mythtv/mysql_admin_password "" | 01:55 |
biffhero | I need to get the mythtv-database.postint called with a -x to run under script, to see what went wrong... | 02:02 |
biffhero | well, the more I look, the more it looks like this script simply changes some of the internal database settings. changes one of them to point to 127.0.0.1 | 02:12 |
biffhero | and the other one changes the access settings. It's certainly a postinst error, but I don't know enough about how debian does things to track it all the way down. | 02:21 |
=== Gibby_2 is now known as Gibby_2_away | ||
m4xx | i've got 2 wintv-hvr-1600's, when i got the first one going it only got static, i had to set the tuner type in /etc/modprobe.d/hvr1600.conf. the second one that i've just installed is having the same problem of only showing static | 03:47 |
m4xx | how do i set the tuner type for the second card? | 03:47 |
m4xx | do i have to do like "options cx18-1 tuner=37" ? | 03:47 |
_Techie_ | whats the default username and password for the myth database? | 03:53 |
_Techie_ | wait | 03:53 |
=== Gibby_2_away is now known as Gibby_2 | ||
* Gibby_2 yawns | 05:50 | |
pmcenery | Hi guys. Does anyone here know of a bug where xfce crashes on maverick. I've searched for something along those lines, but cant find anything. | 15:44 |
pmcenery | My frontent crashes about 30 mins after booting it up. I cant connect to the VNC port, but I can ssh in. | 15:45 |
pmcenery | I find X still running, but xfce is no longer running. I've enabled apport, but that doesnt seem to catch it. | 15:45 |
pmcenery | Anybody interested, there is some more info here http://pastebin.com/59R4asTi | 15:51 |
pmcenery | This has all come about since I updated from 10.04 to 10.10. | 15:52 |
mike__ | can someone help me with a pinnacle usb tv tunner and mythtv? | 16:08 |
m4xx | i've got 2 hvr-1600's installed. the second one show's only static and has an error in /var/log/messages you can see the error at http://paste2.org/p/1115100 on line 27 anyone care to help diagnose the problem? | 17:38 |
Zinn | [paste2.org] Paste2: Next Generation Pastebin - Viewing Paste 1115100 | 17:38 |
m4xx | join #mythtv-users | 17:39 |
m4xx | ack | 17:39 |
m4xx | sorry line #33 | 17:40 |
m4xx | Gibby_2 awake and care to chime in? :( | 18:08 |
m4xx | if any one is interested, i had to set tuner=#,# to set the tuner type on both cards | 19:00 |
Gibby_2 | m4xx: so you got it working? | 20:08 |
m4xx | yes sir | 20:18 |
m4xx | :) | 20:18 |
m4xx | Gibby_2: thanks again for your help yesterday | 20:19 |
=== Shadow__1 is now known as Shdow__X | ||
=== Shdow__X is now known as Shadow__X | ||
castlec1 | hey guys. i just moved from myth 023 to 024 on my frontend using autobuilds. it won't start now and I'm getting a shared library error | 21:34 |
castlec1 | /usr/bin/mythfrontend.real: error while loading shared libraries: libmythtv-0.23.1.so.0: cannot open shared object file: No such file or directory | 21:34 |
Shadow__X | did you let everything upgrade | 21:37 |
castlec1 | apt-get update and apt-get upgrade | 21:37 |
castlec1 | didn't have any issues on the frontend on the backend host | 21:38 |
castlec1 | if that made any sense | 21:38 |
Shadow__X | well one of the libs are still from .24 | 21:48 |
Shadow__X | unless i am mistaken | 21:48 |
castlec1 | not sure I understand what you're saying | 21:48 |
biffhero | Shadow__X: your /usr/bin/mythfrontend.real file was linked against the .23 versions of the libraries, not the .24 versions. | 21:52 |
castlec1 | do you think purging and reinstalling the package will fix it? | 21:53 |
biffhero | castlec1: I don't know. However, what's the output of "dpkg -S /usr/bin/mythfrontend.real" ? | 21:54 |
castlec1 | mythtv-frontend: /usr/bin/mythfrontend.real | 21:55 |
biffhero | rats, there wasn't a version number. OK. "dpkg -l | grep -i mythfrontend.real" | 21:55 |
biffhero | oops, not that. | 21:55 |
biffhero | "dpkg -l | grep -i mythtv-frontend" | 21:56 |
castlec1 | 0.23.1+fixes26863-0ubuntu0+mythbuntu3 :( | 21:56 |
biffhero | that should give us the actual version of mythtv-frontend that you have installed. there you go. | 21:56 |
castlec1 | any idea why it didn't update? | 21:57 |
biffhero | so how did you do the upgrade before? what command did you run to do what you thought would bring in the new version? | 21:57 |
castlec1 | dpkg-reconfigure mythbuntu-repos | 21:57 |
castlec1 | select 024 | 21:57 |
castlec1 | apt-get update | 21:57 |
castlec1 | apt-get upgrade | 21:57 |
biffhero | that first one is new to me. looking at it now. | 21:58 |
biffhero | that's a great idea. Here, do this. | 21:58 |
biffhero | apt-get install mythtv-frontend. | 21:58 |
biffhero | s/.// | 21:59 |
castlec1 | interesting | 21:59 |
biffhero | there might have been a dependency thing where it wasn't happy when you tried it before. | 21:59 |
biffhero | Is it updating now? | 21:59 |
castlec1 | it's going to update to 024 | 21:59 |
castlec1 | wierd | 22:00 |
castlec1 | good enough. thanks for your help :) | 22:00 |
biffhero | I would have to see the output of when you did the 'update && upgrade' from before to be able to know for sure, but it's obvious that something happened sideways. | 22:00 |
biffhero | glad to see it's working. np. | 22:00 |
biffhero | thanks for showing mthe the mythbuntu-repos | 22:00 |
biffhero | Where did you learn about htat? | 22:00 |
castlec1 | np. i do a lot from cli because of using a diskless frontend | 22:00 |
castlec1 | it's on the wiki | 22:01 |
castlec1 | http://www.mythbuntu.org/auto-builds | 22:01 |
biffhero | oh, cool. so your frontend has a r/w mount to the backend? | 22:01 |
castlec1 | or via shell/terminal: sudo dpkg-reconfigure mythbuntu-repos | 22:01 |
castlec1 | yeah, using mythbuntu-diskless | 22:02 |
biffhero | yeah, I will go look more at mythbuntu. I was using something else. thanks. | 22:02 |
RickEvans | Shopping for h/w on newegg tonight. Have a P4/3.2G machine needing a better video card + capture device. | 22:55 |
RickEvans | Thinking Nvidia '210'/512mb (latest core designs, just not very man) and SiliconDust single-channel ATSC tuner. | 22:56 |
RickEvans | Bad/Good choices? | 22:57 |
RickEvans | Alternative is probably a 240GT/GDDR5 for $40 ($80 minus $40 MIR). Do I 'need' the extra cores/power, or can I get away with a $10 card? | 23:01 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!