Seeker` | either init.d, or putting the command in the session startup stuff, so it is started when you log in | 16:52 |
---|---|---|
superm1 | depends on what user you want it running as | 16:53 |
superm1 | but actually now that i remember, look at /usr/share/mythbuntu/session.sh | 16:53 |
superm1 | there is irexec loading logic already | 16:54 |
superm1 | you just need to spit something into a file in ~/.lirc and include that file in ~/.lircrc | 16:54 |
Josh__ | hmm. | 17:24 |
Josh__ | I just replaced my user's ~/.lirc/mythtv and did a symbolic link to ~/.lircrc and ~/.mythtv/lircrc | 17:27 |
Josh__ | but yesterday, when I wiped out ~/.cache and ~/.config , irexec stopped working. | 17:28 |
Josh__ | either way, I threw an irexec command into /etc/rc.local, that should be sufficiant. | 17:30 |
darthanubis | hipitihop, that is not how you go about doing it | 17:41 |
gunni | Does someone know which tables to import from my backup only for channel settings? | 18:50 |
MythBork | has anyone had a problem where they assign a static IP by putting it into /etc/network/interfaces, yet the IP keeps getting reset by dhcp? Can anyone tell me how to stop that? | 19:27 |
gunni | mrand: Any other idea on https://bugs.launchpad.net/mythtv/+bug/439163 What can i check to find the bug? For me (as an amateur) it sounds like its no mythtv, but some other karmic problem. | 20:14 |
mrand | I'm an amateur regarding lots of stuff, especially DVB. You said liveTV doesn't work after you revived your channels... does Recording a show work? | 20:16 |
mrand | thinking aloud here: there may be a second bug related to liveTV. I just don't know. Please open a new ticket on that and capture backend (and maybe frontend) verbose logs (including -v playback,channel and probably others) | 20:18 |
mrand | I've gotta run... I'll comment more later, or maybe someone else can help ya! | 20:19 |
gunni | i attached a backend log to the bugreport | 20:38 |
ToeBee | hmm is today's CD bootable again? :) | 20:43 |
superm1 | ToeBee, seems to still be broke | 20:45 |
superm1 | i just filed a bug about it | 20:45 |
ToeBee | :( | 20:45 |
superm1 | bug 448981 | 20:45 |
superm1 | i think that's the root cause of the problems | 20:45 |
superm1 | mrand, ^ | 20:45 |
ToeBee | oh wow, yes you *just* filed a bug | 20:47 |
ToeBee | "filed 6 minutes ago" | 20:47 |
superm1 | i verified it on the ubuntu media too, so hopefully it will get more traction | 20:48 |
ToeBee | interesting | 20:49 |
mishehu | what do I have to do to get mythbuntu to auto-mount remote filesystems? | 21:12 |
mishehu | I put an entry in fstab for it | 21:13 |
superm1 | that's it i thought | 21:13 |
phillip | Hey guys...before I toss my HVR-1600 or my Nvidia graphics card...how does one increase the vmalloc in 9.10? | 21:15 |
mishehu | superm1: rakdanit:/work/smbshare/MultiMedia /home/myth/MultiMedia nfs rsize=8192,wsize=8192,timeo=14 | 21:15 |
mishehu | doesn't automatically mount at start-up | 21:15 |
mishehu | is there a param I need to through in there? | 21:16 |
superm1 | maybe auto? | 21:16 |
superm1 | dunno | 21:16 |
mishehu | hmm I'll try that | 21:16 |
superm1 | is this a 9.10 box? | 21:16 |
mishehu | 9.04 | 21:16 |
superm1 | oh okay nvm then | 21:16 |
superm1 | phillip, has the behavior changed from 9.04? | 21:16 |
mishehu | in all my many years of running linux distros, I've never actually set a remote fs to mount automatically. | 21:17 |
mishehu | so it's most likely something wrong with me :-) | 21:17 |
phillip | this is a fresh install | 21:17 |
phillip | should I revert back to 9.04? | 21:17 |
superm1 | na | 21:17 |
superm1 | a quick google says to add it to your kernel command line | 21:18 |
superm1 | so /etc/default/grub | 21:18 |
superm1 | and then run update-grub | 21:18 |
phillip | right, but everything I can find for adding it to my kernel doesn't work w/ 9.10 | 21:19 |
superm1 | is it not showing up on /proc/cmdline, or just not working properly? | 21:20 |
phillip | i'm honestly not sure | 21:20 |
phillip | i'm still soaking behind the ears when it comes to linux | 21:21 |
phillip | but i do know that 9.10 is running grub2 and not grub....so most of the grub commands that i've found done apply | 21:21 |
superm1 | okay so open /etc/default/grub in an editor | 21:22 |
phillip | give me 2 secs | 21:23 |
superm1 | change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ARGS" where ARGS is whatever you need to do for vmalloc stuff | 21:23 |
superm1 | and then run "sudo update-grub" and reboot | 21:23 |
phillip | So it'd be args would be replaced w/ vmallocs=521MB | 21:24 |
phillip | dang it...now i've lost video | 21:25 |
superm1 | ah too bad | 21:29 |
phillip | so the change should be GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vmalloc=512mb" | 21:33 |
superm1 | sounds right | 21:34 |
superm1 | assuming that is the right fix for whatever your problem is | 21:34 |
phillip | from what I've read, there is a reoccurring conflict between nVidia graphics cards and the HVR-1600 | 21:35 |
superm1 | you sure that it's still relevant with the kernel in 9.10 tho? | 21:35 |
phillip | it's the only thing I can figure out...the errors sound exactly the same | 21:36 |
sbak | Hi, I installed mythtv earlier this year and got it working with Firewire. I since rebuilt my box and am trying to get it working again. I can't find the source for Plugreport and plugctl | 22:00 |
sbak | can someone please link me? | 22:00 |
sbak | of course i googled it, but all i get is fourm posts. no source | 22:01 |
sbak | Nevermind. Its apart of the libiec61883-dev package. I didn't grab the -dev package | 22:24 |
Josh__ | is there a way to permanently disable compiz on my myth frontend? | 23:27 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!