[12:28] dpatch-edit-patch 01_executable_scripts.dpatch [12:28] right [12:28] that should pull open a patch editing sesion [12:28] session [12:29] http://paste.ubuntu-nl.org/32852/ [12:30] include /usr/share/dpatch/dpatch.make [12:30] add that to your debian/rules [12:30] near the top [12:31] arg [12:31] :) [12:32] aparently im missing a seperator at the line i just added [12:32] superm1, in my debian/rules file do I need to add an include to debian/install ? [12:32] not in cdbs no [12:32] it just always looks there? [12:33] whats a missing seperator in rules? [12:33] cdbs will figure it out as long as you have that debhelper include in debian/rules [12:33] ok...so what actually needs to be in the rules file? [12:33] tgm4883, likely poor tabbing / spacing [12:33] :( [12:33] foxbuntu, in cdbs the include for debhelper.mk [12:33] and that is it [12:34] oh f me [12:35] brb === tgm4883 feels stupid === tgm4883 added /usr/share/dpatch/dpatch.make instead of include /usr/share/dpatch/dpatch.make [12:35] works much better now [12:35] haha === tgm4883_laptop [n=tgm4883@c-67-160-174-176.hsd1.or.comcast.net] has joined #ubuntu-mythtv [12:37] can i chmod +x *.dl? [12:37] i mean .pl [12:37] *.pl [12:37] you should be able to [12:37] ok === foxbuntu [n=nick@12-216-24-171.client.mchsi.com] has joined #ubuntu-mythtv [12:40] ok, all is now executable [12:40] is there a special way to exit this patch editing env? [12:40] exit [12:40] that's it [12:40] :) [12:41] ok, didn't make the debian/patches/00list yet, am I ok with the default? [12:41] pts.dpatch [12:41] dpatch-edit-patch: Warning: debian/patches/00template not exist, using hardcoded default. [12:41] dpatch-edit-patch: /home/thomas/packages/mythstream_0.17_2/mythstream-0.17.2/debian/patches/01_executable_scripts.dpatch created. [12:41] you need to make 00list yourself [12:42] ok [12:42] i dont need to be in the patch env do i? [12:42] nope [12:43] superm1, [12:43] #!/usr/bin/make -f [12:43] include /usr/share/cdbs/1/rules/debhelper.mk [12:43] thats it right? [12:43] yes [12:43] ok [12:44] which guide did you say to look into from cron? [12:44] debian new maintainers guide [12:45] ok, about to compile again, any thoughts on the last error E: mythstream: no-copyright-file [12:45] do a -i with linda/lintian [12:45] and it will tell you wahts up [12:47] E: mythstream; Package does not contain a copyright file. [12:47] The package does not have a copyright file, which is a violation of a [12:47] Policy. [12:47] but it does have /debian/copyright [12:48] this was on the .deb [12:49] ook. wll dont worry atm about it [12:49] it can be sorted out after everything else is cake [12:49] ugh, bad week for servers [12:49] doc.ubuntu.com is down [12:50] which is my cheat sheet for packaging [12:56] superm1, ok I got the cron job setup according to that guide [01:01] now what do i need to do to package it? [01:02] that should be discussed in the debian new maintainers guide [01:02] its basically dropping it in debian/cron.FREQUENCY [01:03] well they said to drop the cron job in as a file cron.d.ex [01:03] and then the syntax that I was using inside the file [01:03] well follow what they are saying then [01:03] ok [01:04] superm1, /dev/video0 /dev/video24 /dev/video32, think one of those is the tuner on a pvr-150? [01:04] the only cron job i've ever dealt with in a package was in mythtv, so i dont know much more than what you will find reading [01:04] tgm4883, video0 is [01:04] :( [01:04] all those showing up means that its working [01:04] then im stumped [01:04] that same thread as earlier? [01:04] everything looks like it should be working [01:04] yep [01:04] can you link it again [01:05] i'll reread it [01:05] let me finish this up here, i have no more errors with linda or lintian on the .dsc [01:06] superm1, what do i need to do next then...I have all my debian/files in place (copyright, install, rules, control, changelog) and the root of the package contains the script [01:06] (oh and the debian/cron.d.ex [01:07] well you can try to do a debuild -S [01:07] and check linda / lintian on the dsc [01:07] do I need to get a gpg key first? [01:07] not necessarily, you can do a -us -uc to do it without signing [01:07] ok [01:07] for now and rebuild it with signing if it works? [01:08] your going to be rebuilding it a lot either way [01:10] i think i figured out why it wasn't signing for me yesterday [01:11] i have 2 keys (1 active and 1 deactivated) [01:14] ok, ran this "sudo pbuilder build mythstream_0.17.2-2ubuntu1.dsc" and now I cant find my .deb and its not in /var/chroot/var/cache/pbuilder/result [01:14] well did it generate correctly? [01:14] did you look at the log? [01:14] uh, do i need a .pbuilderrc [01:15] mind show up /var/cache/pbuilder/result/ [01:15] no /var/chroot/var/cache/pbuilder/result [01:15] ah [01:15] i see it now [01:16] in my control file, wasn't i suppose to you [01:16] you know, if I stopped making dumb mistakes [01:17] this would go soooooo much faster [01:17] anyone want to tell me whats wrong with this line [01:17] Build-Depends: debhelper (>= 5), libqt3-mt-dev, libqt3-headers, libfreetype6-dev, libfontconfig1, libpng12-dev, libx11-dev, libmyth-dev, fftw-dev, build-depends, dpatch [01:18] it needs to be one line [01:18] not two if its two [01:18] it is one [01:18] and what is build-depends? [01:18] ahh [01:18] there it is [01:19] add dpatch to the build-depends != add build-depends to build-depends [01:19] right [01:19] see, dumb mistakes [01:19] i read what you said yesterday wrong [01:19] well this is why packaging is an art :) getting over little things [01:20] superm1, was i right about the 2 keys thing? [01:21] tgm4883, possibly, also you might want to check to make sure that your name matches up exactly on the key as it does in the debian/changelog [01:21] oh and this may sound like a dumb question, but is a motu the same as a revu admin? [01:21] like keescook? [01:22] tgm4883: I don't think motu == revu admin. (i.e. I had to ask for access to be a revu admin) [01:22] No [01:22] keescook, are you a revu admin? [01:23] cause im confused, went to #ubuntu-motu to ask to sync the revu keyring and the said i have to find a revu admin [01:24] yea a revu admin needs to sync the keyring, or if you dont find one within the day, there is a daily cron job [01:24] i dont know what time it happens at though [01:24] ok [01:24] superm1, in the changelog, do I need to put Thomas Mashos [01:24] or this [01:24] Thomas Mashos (Mythbuntu) [01:24] from my openGPG key [01:24] The first one [01:25] ok [01:25] assuming our gpg key is like that [01:25] thats what it is [01:25] superm1, lintian shows a successful run now [01:25] the text needs to match up perfectly [01:25] superm1: oh, "admin", no, just a revuer [01:26] ook [01:26] arg [01:27] something went wrong between the .dsc and the .deb [01:28] i have all the errors about scripts being non executable again [01:29] hm. can dpatch not handle attributes of files? [01:29] okay alternate solution - [01:29] get rid of the patch, and do this in debian/rules [01:31] remove the dpatch from build-depends and remove debian/patch? [01:31] well dpatch appears to not be able to handle it [01:31] so its the only solution i forsee [01:31] just making sure im understanding right [01:32] after the build-depends debockle [01:32] i dont think i have ever used the word debockle before [01:33] also i can take out include /usr/share/dpatch/dpatch.make [01:33] ya [01:33] so now before the line in debian/rules that installs the file [01:33] er files, [01:33] you'll want to find a way to chmod +x all the perl files [01:37] not too familiar with the rules (and the guides down) is that the "install:" section or the "build arch dependant" section === Hugolp [n=jo@217.168.3.246] has left #ubuntu-mythtv [] === Tari_ is now known as Tari [01:41] well you can use either section [01:42] just before the dh_install commands is all that matters [01:42] probably make more sense in the build arch dependent section [01:45] would i be correct in assuming that a command I entered in rules would run from that level (ie. i would need to chmod +x -R ../parsers/*.pl [01:45] or am i not allowed to do that at all [01:48] it runs from the root of the directory [01:48] ah [01:48] so depending on where you put it decides whether it will be parsers/*.pl [01:48] so i need to change that to just parsers/*.pl [01:48] or debian/tmp/package_name/usr/blah/*.pl [01:49] try running debuild outside the pbuilder [01:49] and you'll see a little better what the structure is [01:49] and understand where you should put it and such [01:51] debuild or just build [01:51] sudo pbuilder build mythstream_0.17.2-2ubuntu1.dsc [01:51] is what i have been doing [01:52] right, i'm saying do it outside of pbuilder [01:52] so you can see it before it is cleaned up [01:52] ok [01:52] just wanted to see if I should be doing sudo debuild mythstream_0.17.2-2ubuntu1.dsc [01:52] no sudo [01:52] debuild can run as normal user [01:52] but yes debuild and not just build [01:53] yes [01:53] you need the devscripts package if it doesnt tell you [02:00] yea it gives me an error when i run it about cant find readable debian/changelog [02:00] are you running it from the root of the directory? [02:00] root of the build directory [02:00] which is true, because from where im running it is /mythstream/debian/changelog [02:01] but if i try to run it from the root of the directory, that is not where the .dsc is [02:01] right, you dont use the dsc when you do debuild [02:01] debuild [02:02] this is what I run from the root dir [02:02] dpkg-buildpackage -S -rfakeroot -k60F792C5 [02:02] right [02:02] well you can do the same thing with debuild [02:02] its a wrapper for dpkg-buildpackage [02:03] so debuild -S -r....... [02:03] just debuild [02:04] it will do the signing and such for you then [02:04] says i dont have all build dependencies [02:05] right, well if you do this outside pbuilder, you'll have to install them temporarily [02:05] ok, so i'll do that then === OpenMedia [n=sellis@203.163.71.197] has joined #ubuntu-mythtv === Hugolp [n=jo@217.168.3.246] has joined #ubuntu-mythtv [02:16] im thinking it's in the wrong place superm1 [02:16] the chmod +x ? [02:16] err, maybe not [02:16] i was looking at the wrong thing [02:17] - this is why i said to do it this way, you'll see exactly where all the perl scripts are, and you can then make sure its put in the right place [02:17] still pretty confused what im looking at though [02:17] first package of course :) [02:17] cp -f "../parsers/operacast.pl" "/home/thomas/packages/mythstream_0.17_2/mythstream-0.17.2/debian/mythstream/usr/share/mythtv/mythstream/parsers/" [02:18] so thats copying the script [02:18] okay so what you will be needint to do then is a chmod +x debian/mythstream/usr/share/mythtv/mythstream/parsers/*.pl [02:18] right after the copy [02:18] ok [02:18] so the chmod is in the right place [02:18] just wrong command [02:19] is that debian/mythstream/usr/share/mythtv/mythstream/parsers/*.pl the install place then? [02:20] from what you posted, it looks like that is the case [02:20] ah [02:20] that makes so much sense now [02:20] yea, that's why i like to do a run outside of pbuilder for a sanity check sometimes [02:21] err, can you undo the debuild? [02:22] i now have the mythstream dir in my debian dir [02:22] if you redo debuild -S [02:22] that will rn debian/rules clean [02:22] or you can do debian/rules clean :) [02:25] also just want to make sure this is ok [02:25] warning, `debian/mythstream/DEBIAN/control' contains user-defined field `Original-Maintainer' [02:26] that's ok [02:33] artwork anyone? [02:33] :p [02:34] :( === tgm4883 grumbles [02:34] tgm4883, still no? === tgm4883 actually said Oh come on! [02:35] out loud [02:35] nope [02:35] still didn't make them executible === tgm4883 is talking to the directory, coaxing it to work right [02:36] tgm4883, post it up really quick [02:36] let me see [02:36] superm1, not many people jumping right into the extra work of the artwork request [02:36] !pastebin [02:36] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [02:36] foxbuntu, well also people may not be around on IRC atm [02:36] you might have more luck on the artwork mailing list [02:36] could be [02:36] you want the rules or the output from packaging [02:36] both [02:36] ok...I will mail them later [02:36] ok [02:37] is there a nice log file for this [02:38] for pbulider i mean [02:39] it doesnt make a log unless you tell it to or use tee [02:39] thats ok, i'll just type the whole thing from memory [02:40] http://paste.ubuntu-nl.org/32863/ [02:40] thats from as far back as i can go in my terminal [02:40] i can do it again and make a log if needed [02:41] no hat's good [02:41] hm that looks correct [02:41] re [02:41] http://paste.ubuntu-nl.org/32864/ [02:42] rules^^^ [02:42] can you post the whole package in a tgz again [02:42] and i'll do a local run and see [02:42] yep [02:45] http://linux.weilandhomes.com === tgm4883 wonders how people survived without ftp and web servers [02:45] silly cavemen [02:51] i can survive without ftp pretty well [02:51] wow 21in crt on craigslist for $10 [02:51] well thats cause your laga_ [02:51] ;) [02:53] I've decided to open up a torrent site...who would like to join? [02:53] lol [02:54] i dont think many people are going to want my non working packages foxbuntu [02:55] tgm4883, the weird thing is that they are indeed executable after install [02:55] ...I am just wishing I was making the money The Pirate Bay torrent site is [02:55] this is really odd [02:55] yea? [02:56] i have a foolproof way of making money foxbuntu [02:56] oh yeah? [02:56] yep [02:57] just send me 3 easy payments of 39.95 + S&H and I will send you the guide === claydoh [n=claydoh@66-252-48-177.dyn-adsl.midmaine.net] has joined #ubuntu-mythtv [02:57] lol [02:57] but really [02:57] i have this friend [02:57] he's from Nigeria [02:57] lmao [02:57] okay well i'm gonna queue one more build, and run home [02:57] he just needs some help [02:57] i'll be back in a bit [02:58] some help huh? [02:58] really, its true [02:58] like I send me 1000 bucks and I get $1Mil back right? [02:58] laga_ knows him too [02:58] send him* [02:58] yeah [02:58] no, thats a rip off [02:58] its 2 Mil [02:59] lmao === tgm4883 's head hurts [03:00] packaging hurts my brain [03:00] you know how much money the Pirate Bay website makes each year? [03:00] ? [03:00] $9 Million [03:00] on advertising [03:00] oh thats nothing, heres what you do. Put your name on the top of this list, then send it to 5 people and have them send you $1 and move your name down the list.... [03:01] lol [03:01] tgm4883, I think you read too much of your spam === tgm4883 thinks spam is tasty [03:02] s/read/write/ [03:02] btw, i just copyrighted the letter e, so that will be $.25 every time you use it [03:02] retroactively [03:03] lmao [03:04] pwn3d [03:04] 3at it [03:05] i can just us3 3 inst3ad....lik3 th3 linux v3rsion [03:05] fr33 [03:05] :P [03:08] y3ah [03:08] it's fr33 [03:08] f33ls as good as using the "nv" driv3r instead of "nvidia" [03:08] hey', it's fr33 [03:12] laga_, fr33 is gr3at [03:12] although the nv driver does blow [03:12] lol [03:13] :) [03:16] nooooooo [03:16] my plan is foiled [03:17] i new i should have copyrighted x instead [03:20] debconf (developer): starting debian/mythtv-database.preinst configure [03:20] debconf (developer): <-- INPUT high mythtv/backup_db [03:20] debconf (developer): --> 10 "mythtv/backup_db" doesn't exist [03:21] dear debconf, please stop lying. kthx. [03:21] YAY! a recruit for the artwork on the new MythTV Theme [03:22] mythtv theme? [03:22] yea...I started working on a Mythbuntu MythTV Theme [03:22] is the new recruit from Nigeria? [03:25] foxbuntu: you could also ask juski for some hints.. although he might devour your soul [03:25] it happens === laga_ makes mental note to apologize to juski for being mean [03:25] this guy is good [03:25] holy crap [03:26] check out his samples [03:26] http://troy-sobotka.blogspot.com/ [03:27] nice. [03:32] 3:30 am again. darn [03:36] i like troy's gdm theme [03:36] i've got a new wallpaper, i guess :) === tgm4883_laptop [n=tgm4883@c-67-160-174-176.hsd1.or.comcast.net] has joined #ubuntu-mythtv === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-mythtv [03:41] laga_, troy_s is the guy that will be helping us out with the artwork [03:42] (just an fyi) [03:44] yeah [03:44] i understood as much [03:44] looks good :) [03:44] sure does [03:46] looks very good === Tari [n=Tari@CPE-72-133-204-1.wi.res.rr.com] has joined #ubuntu-mythtv [03:46] my gf saw that and said wow, I told her she couldn't have it cause she has windows [03:46] lmao [03:46] no soup for you [03:46] I love that.. [03:47] can't have a desktop wallpaper because you have windows [03:47] tgm4883, thats awesome [03:48] thats right [03:48] thats what she gets for saying i cant have ice cream === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-mythtv [03:48] tgm4883, u there? [03:48] yep [03:48] i determined the cause of your two lintian errors [03:49] okay first of all, you need a dh_installdocs ins binary-arch [03:49] superm1, I found a great resource to help with artwork [03:49] you can also clear out any of those commented lines there [03:49] as for the executable permissions [03:49] right before the $(MAKE) INSTALL_ROOT....... [03:49] i put this: [03:49] find $(CURDIR) -name *.pl | xargs chmod +x [03:49] wait, you weren't driving while coding were you? [03:50] haha no [03:50] lol [03:50] who builds your disks for you? [03:50] superm1 does [03:50] i live like 5 min from work, and thought about it on the way back and double check [03:50] *cheked [03:50] *checked [03:51] didn't you tell me to take out dh_installdocs? [03:52] i think i told you to take the README out of debian/docs [03:54] ah, i just got it. our new theme guy (being troy_s) is actually in this channel [03:54] there ya go [03:55] okay what'd you say foxbuntu ? [03:55] ah hi troy_s you going to be helping with artwork ? [03:55] he's no around now [03:56] was leaving or something [03:56] superm1, here is a sample of his work though http://troy-sobotka.blogspot.com/ [03:56] hes pretty good [03:56] and hes doing artwork for Fluxbuntu right now [03:57] ah very good, and he does them in svg [03:57] not gonna argue there [03:57] hes gonna help with all the artwork [03:58] wonderful [03:58] what's his LP id? [03:58] i'll add him on LP [03:58] um not sure === Tari [n=Tari@CPE-72-133-204-1.wi.res.rr.com] has joined #ubuntu-mythtv [04:00] superm1: how ya like http://laga.ath.cx/pics/ [04:00] laga_, tis empty [04:00] superm1: um, wait a second. [04:00] yeah [04:00] haha [04:00] :( [04:01] lol [04:01] laga_, does ctrl C really work there? [04:02] and what happens if its a GNOME or KDE frontend for debconf? [04:03] and for the DB one, i'd say change the text "It can usually......" to "It can be found in " There is no reason that it should be found anywhere else, that isn't configurable is it? [04:03] but provided that works right, looks just as expected [04:03] great :) [04:03] superm1, troy_s's LP is: troy-sobotka [04:03] superm1: it is configurable in /etc/cron.weekly/mythtv-database [04:04] superm1: which will also break if the database name is not mythconverg [04:04] superm1: what do you suggest instead of CTRL-C? i guess i could use debconf to ask a question [04:05] laga_, oh i didn't realize it was easily changable. that text sounds good. for now i say dont worry about the fact that the DB can be named something different. that can be fixed in the future. it probably affects more areas too [04:05] well i was thinking a debconf yes/no question [04:05] and if no is selected, abort package install [04:05] ok, will do the debconf yes/no thingy. after a good night of sleep. [04:06] yea, dont normally see you on this late :) [04:06] i wish there was an easy way of detecting if the DB was properly initialized already.. well, if there's nothing in there, it's not worth backing up [04:06] superm1: i go to bed around 5-6am at the moment [04:06] ;) [04:07] g'night [04:07] night laga_ [04:07] laga_, even if there is nothing in there, its okay to back up anyhow [04:08] speak tomorrow though [04:08] seriously what is with the internet going down this week. all of imbrandon's sites, wiki.ubuntu.com, launchpad, and now the chicago loco team pages [04:08] what's next.... [04:16] superm1, when you added find $(CURDIR) -name *.pl | xargs chmod +x did you remove chmod +x -R debian/mythstream/usr/share/mythtv/mythstream/parsers/*.pl from build-arch [04:16] yes [04:16] ok === tgm4883 tears up [04:22] it so beautiful [04:22] haha [04:22] no errors from lintian or linda [04:23] okay so now does this work in myth? [04:23] have you tried it ? [04:23] haven't tried it yet [04:23] haha [04:23] you have the 386 deb of it? [04:23] built for gutsy [04:23] not for feisty [04:24] right [04:24] i have a mythbuntu i386 vm, but no amd64 vm [04:24] well the other thing though too [04:24] if this is going to work correctly, it needs the menu entry added manually for now [04:24] until that's introduced in the packages [04:25] righ [04:25] t [04:25] isn't that happening today or tomarrow though? [04:25] tomorrow in -fixes, but that will still need to be packaged and such [04:26] ah [04:28] well once REVU comes back to life tomorrow you can submit it there [04:31] hmm, vmware-player doesn't like my amd64 mythbuntu iso [04:55] foxbuntu: Do you think you could send me what art and design work has been done thus far before I can figure out if I can contribute on any level? [05:24] troy_s, sure...let me get some stuff together [05:29] troy_s, I just sent it off [05:29] thank you [05:31] troy_s, we are open to alot of things, I was actually considering lightening up the whole overall theme so if there is something else you would like to try out we would be more than open to looking at and possibly changing theme directions [05:33] foxbuntu: Absolutely. I need to get my sea legs first of course. [05:33] troy_s, np, I understand just wanted to let you know we are open to ideas [05:34] epically from someone with real art talent :) [05:34] foxbuntu: Well I don't know where we are going to find someone like that, but I'll be on the lookout. [05:34] haha [05:34] ok...well someone with more art talent than us [05:35] which speaking on my own behalf that would be like a 4th grader [05:35] so you are way above my skill level there... [05:36] troy_s, superm1 is the project lead for this one as well [05:36] and he is even less art capable than myself :P [05:58] hey superm1 get this [05:58] what? [05:58] I might have a Ubuntu Server deployment in the near future [05:58] for a corp client [05:59] that's great to hear :) [06:00] yea...I was excited to hear I finally get to drop a Linux server instead of all this Windows crap [06:00] :) [06:03] ah [06:04] the fluxbuntu is a Fluxbox instead of GNOME/KDE [06:04] got it [06:09] superm1, gonna have to go out and get a Trademark now, lol [06:13] superm1, you there? [06:14] yea just working on ubiquity patch [06:14] check out this logo...it rocks [06:14] http://ubuntu-lat.org/ [06:14] yea that does look pretty nice [06:17] wow [06:18] goggle adds a new one [06:18] check this out [06:18] http://www.google.com/interstitial?url=http://svnhopper.net/ [06:22] superm1, I might get a free trip to the UK in Sept. [06:23] foxbuntu, what for? [06:24] work [06:25] I might be able to go to a training that they are having [06:25] and it happens to be in the UK [06:25] :) [06:26] i see [06:26] cool [06:28] yeah...I hope it works out [06:35] that ubuntu font is absolutely awful for anything outside of the letters u-b-u-n-t-u strung together. [06:36] many folks are using it as though it is 'official' but it is just the wrong approach. [06:38] troy_s, what do you suggest? [06:39] foxbuntu: Anything but. [06:39] lol [06:39] foxbuntu: It really is a godawfully designed font. [06:39] well go ahead with anything you think looks good [06:39] I doubt you will meet much if any resistance with your ideas [06:39] foxbuntu: As an aside, I find it interesting from a design perspective if the various branches/remixes would consider the fact that they _aren't_ ubuntu. [06:40] foxbuntu: what is the official title of this project as it would appear out in the wild? [06:40] mythbuntu? [06:40] yes [06:40] my gut feeling when I saw the little television you shipped me was that you could do a pretty amazing presentation in a sort of sixties pastiche. [06:41] during the heydey of the advent of colour. [06:41] thats kinda what I was thinking too [06:41] but I don't have the skills to make that happen [06:42] its sounds great though [06:42] kinda retro [06:42] it could be quite funny... [06:42] exactly. [06:42] what default theme or what have you are you shipping for the myth end of things? [06:42] or is that all part of the presentation of mythbuntu? [06:43] well ...surf over to www.mythbuntu.org there are alot of detailed screenshots of it as it is right now [06:43] oops [06:43] LOL http://www.tvhistory.tv/1960-Philco-Brochure1.JPG [06:43] I bet the server still didn't get fixed [06:44] that rocks [06:44] is it on imbrandon's datacenter? [06:44] yea [06:44] sure is [06:44] yeah no go. [06:44] foxbuntu: Something with a pastiche feel might be horribly cool. [06:44] but the 1600x1200 is the one I scaled the desktop and the main theme around [06:45] foxbuntu: And better still, it goes away from that horribly dated and nasty reflection glossy wet floor nightmare that is far too prevalent in our community. [06:45] its pretty dark right now...but I actually would prefer to brighten it up [06:45] I would agree...I really like retro [06:46] foxbuntu: I really think it could work well. [06:46] go for it [06:46] I say [06:46] I am ver decisive [06:46] very* [06:46] foxbuntu: Well its a toughie as I say at the moment. I really need to finish up my prior commitements. [06:46] commitments even. [06:46] not an issue [06:46] But I'll be attempting what I can when I can. I also need to see where you guys are at. [06:46] but that will take blasted imbrandon to get his stuffs back up. [06:47] lol [06:47] indeecd [06:47] indeed* [06:47] troy_s, I have to assume you are across the pond from me [06:47] :) [06:47] Canada, Pacific. [06:47] really [06:47] hmm [06:48] I really had you put as a Brit [06:48] lol [06:48] On the retro stuffs, this fellows site is simply jaw dropping. Amazing design and quite a good selection of tidbits. [06:48] http://www.fontdiner.com/ [06:49] oh that font on the second page that Specials is writen in would be hot for the logo [06:49] troy_s, do you know any more than the rest of us regarding what happened to imbrandon's DC? [06:49] beyond what's on the top of imbrandon.com? [06:49] superm1: Well he also hosts UbuntuStudio's bits. [06:49] right [06:50] and ubuntu wire [06:50] superm1: And it seems that he hasn't been around in a while. [06:50] superm1: As an aside, you are aware that joejaxx is building an autobuild server for ubuntu disk building? [06:50] well i talked to him friday evening, and he was aware of the issues and working on them [06:50] superm1: He is the Fluxbuntu fellow, but he also builds disks for about 5 other projects. You might want to get in touch with him. [06:50] troy_s, i wasn't aware of this: but our build is much different than the other derivatives [06:51] i've talked to him a bit about how the build process works for others [06:51] and it didn't fit well with what we do [06:51] troy_s, are you referring to reconstructor ? [06:51] or is it something different [06:51] superm1: He is just in the process of finishing up the configs, so if you were to explain the nature of your build process, he might be able to get a custom set of bits in place for you. [06:52] superm1, what do you think about Mythbuntu going Retro? [06:52] foxbuntu, i'm completely indifferent on artwork. [06:52] i figured [06:52] but wanted to ask [06:53] I know for you its all under the hood and who cares about the rest [06:53] :) [06:53] if it looks good i wouldn't argue it [06:53] but i would like to hope the defaults are something that lots of people would generally like [06:53] so not too extreme [06:53] it would look awesome...I think and agree with troy_s [06:54] There are many world class designers who would stake a very large chunk of their reputation on suggesting that successful design does not aim for middle grounds. It tries to clearly and specifically speak with a given chosen audience and communicate a very clear message. [06:54] One thing that Ubuntu still has yet to learn. [06:55] Okie. Night. [06:55] sounds good talk to you alter troy_s [06:55] night [06:55] night troy_s [06:56] crap [06:56] its gonna rain again... [06:56] my truck windows are down... [06:56] damn it [06:56] brb [07:08] man, it just is storming like crzy again === tgm4883_laptop [n=tgm4883@c-67-160-174-176.hsd1.or.comcast.net] has joined #ubuntu-mythtv === OpenMedia [n=sellis@203.163.71.197] has left #ubuntu-mythtv [] === foxbuntu [n=nick@12-216-24-171.client.mchsi.com] has joined #ubuntu-mythtv [09:05] superm1, you still there? [09:05] only for a few moments [09:05] i'm gonna hit the sack soon [09:05] well have you ever had to import and trust a SSL cacert in ubuntu? [09:06] I don't think so [09:06] ok [09:06] stupid thing [09:06] anyways [09:06] night [09:07] catch you later === DaveMorris [n=dave@host-212-158-244-26.bulldogdsl.com] has left #ubuntu-mythtv [] === kujub [n=kurt@p549B2D78.dip0.t-ipconnect.de] has joined #ubuntu-mythtv === clarkey [n=matt@c210-49-174-217.mckinn1.vic.optusnet.com.au] has joined #ubuntu-mythtv === DaveMorris [n=dave@cubert.itri.bton.ac.uk] has joined #ubuntu-mythtv === jono_ [n=jono@83.71.255.41] has joined #ubuntu-mythtv === clarkey [n=matt@c210-49-174-217.mckinn1.vic.optusnet.com.au] has joined #ubuntu-mythtv === Hugolp [n=jo@217.168.3.246] has left #ubuntu-mythtv [] [03:03] re === pteague_work [n=xx10727@ip72-213-145-156.ok.ok.cox.net] has joined #ubuntu-mythtv === Cornell [n=40096ac9@ion.openthoughthosting.com] has joined #ubuntu-mythtv [03:50] mmm... last link in topic... for troubleshooting... the closing quote is part of the link... someone might want to put a space after the link... However... the topic does answer my question... [03:50] ;) [03:50] Though, when I install... I'll be back === Rimers [n=nils@0x5553320b.adsl.cybercity.dk] has joined #ubuntu-mythtv [03:50] (forewarned is forearmed) [03:50] ;-) [03:52] mmm... two 7.10 iso's July, and August. Opinions as to which I should start with? (I've got ubuntu on my workstations and knoppmyth on my mythbox, that's now dead after a failed upgrade) [03:53] the latest? [03:53] was just about to say the same [03:54] August is ok? [03:54] i'd think so [03:54] im running it here and it seems fine [03:55] Cool [03:55] Thanks [03:55] I'm downloading it now, and will burn it... later... and install, probably later still === laga_ downloads latest mythbuntu as well === Cornell still has to fix his samsung widescreen on Feisty === Rimers is considering adding a disk to his lvm2 setup [04:01] damn it, i just succeded in trashing my mythtv or sql setup, i cant get it to connect any more :S [04:01] well [04:01] no lvm2 for you then ;) [04:01] Rimers: what does /var/log/mysql* say? [04:01] hmm quess not [04:03] hmm nothing realy :S nothing to note in the logs :S [04:03] superm1: hey, why does the user need to enter a password to create mythconverg? couldn't this be done using /etc/mysql/debian.cnf? [04:04] Rimers: what's broken, btw? [04:04] guess it must have crashed, trying to restart sql service [04:04] think its the sql server that either crashed or went bad [04:10] hmm mysql service is running, i can logon a query manualy [04:17] ill be back in a bit have to restart my login here :S === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-mythtv === Rimers [n=nils@0x5553320b.adsl.cybercity.dk] has joined #ubuntu-mythtv === foxbuntu [n=nick@168-103-53-110.desm.qwest.net] has joined #ubuntu-mythtv [04:46] superm1: http://cvs.mythtv.org/trac/changeset/14154 [04:52] cool laga_ [04:53] okay i'll have to do a new upstream version with that [04:53] g'morning ;() [04:53] morning [04:53] i'm installing alpha 3 as we speak [04:53] laga_, as for needing a pw to create mythconverg, are you meaning creating it using debian-sys-maintainer? [04:54] yes [04:54] in order to use that account you have to stop mysql [04:54] I had thought? [04:54] um [04:54] why do we use that account to backup mythconverg in /etc/cron.weekly/mythtv-database then? [04:55] how would i use a mysql account if mysql was stopped, actually? ;) [04:56] hm interesting predicament [04:56] well the issue is if you have a remote mysql server [04:56] you won't have debian-sys-maintainer [04:56] hum, right [04:56] if the mysql server is remote, is /etc/cron.weekly/mythtv-database installed anyways? [04:57] good point [04:57] it is [04:57] something's fishy about mythtv-database, i knew it. ;) [04:58] well a lot more than something :) [04:58] we could use debian-sys-maintainer if the DB was local [04:58] if you want a remote mysql server (e.g. not on your master backend), your setup classifies as "advanced" imho [05:00] it does your right [05:00] want me to add such a feature then? [05:00] that'll need some testing and some more thought, though [05:00] yes that would absolve issues of needing a root password [05:00] of course [05:01] user needs to be told they only need *one* database [05:01] well just default to the DB name of mythconverg [05:01] and only if they dpkg-reconfigure [05:02] do you need to ask for a different one [05:02] well, i meant "only one mysql on their network" [05:02] s/mysql/mysqld/ [05:02] well there is an issue here then [05:02] what depends on mysql? [05:03] er mysql-server [05:03] because currently the 'mythtv' package and the 'mythtv-backend-master' do [05:03] right. mythtv-database does *not* [05:03] there is no problem, though [05:03] if the user does not install mythtv-backend-master, we can assume they want a remote myseld [05:04] or set it up themselves === Tari [n=Tari@CPE-72-133-204-1.wi.res.rr.com] has joined #ubuntu-mythtv [05:04] so your saying to put it in the mythtv-database postinst still though [05:05] hum === laga_ scratches head [05:06] hm i just tried to do a new checkout [05:06] and ti didn't show up with those changes [05:06] it should! [05:06] um [05:06] of what? [05:06] mythtv fixes? [05:06] i did fix 14154 [05:07] well let me try again later on [05:07] i've gotta get into work [05:07] have a nice day === superm1 [n=superm1@ubuntu/member/superm1] has left #ubuntu-mythtv ["Leaving"] [05:12] i need to reset/purge a debconf question from the database in a postrm. anyone know how to do that? [05:14] hum. even when i choose to abort install of the svn trunk packages using exit 1 in mythtv-common.preinst, it kinda leaves apt/dpkg in an inconsistent state. [05:15] because i cannot remove those packages without removing half of the system.... [05:25] i wish the mythbuntu mirrors were not down [05:25] apt-get update takes a bit that way === TelnetManta [n=benwilli@72.159.132.4] has joined #ubuntu-mythtv === DaveMorris [n=dave@cubert.itri.bton.ac.uk] has left #ubuntu-mythtv [] [06:07] hmm this is starting to give me a headacke :S [06:07] i cant get my backend or frontend to connect to the mysql database [06:08] rimers, error messages? [06:08] but if i try to use phpmyadmin i can connect no problem [06:08] has anyone used mythtvfs? [06:09] 2 sec, ill make a pastebin not to flood too much [06:10] http://pastebin.ca/648779 thats a direct paste of the output from running a myth-setup [06:12] are you running mythbuntu? [06:12] yup [06:12] standard or advanced install? [06:12] standard i think [06:13] backend and frontend on the same computer? [06:13] tried an advanced but had an error i couldnt figure out how to solve [06:13] alpha 3? [06:13] yes, but i have 2 other computers i want to run frontends on [06:14] i think its the alpha 3 but with all the latest updates avaliable today [06:14] right, we'll just work with one system at a time [06:14] o [06:14] ok [06:15] ok [06:15] 10.0.0.4 is the ip address of this system right === superm1 [i=malimonc@ubuntu/member/superm1] has joined #ubuntu-mythtv [06:15] yup [06:15] tgm4883, when revu comes back up you can upload that package [06:15] sweet === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-mythtv [06:16] Rimers, do you know if mythtv-setup ran? [06:16] superm1, do you know anything about mythtvfs? [06:16] ive tried to run it several times but with the same error every time [06:16] tgm4883, keescook's fuse filesystem? [06:16] sure [06:16] it's on my todo list to use and play with [06:17] keescook wrote it though, so you can likely point questions at him [06:17] oh yea, fuse server === keescook gets worried [06:17] oh i was just wondering if it was going to be in ubuntu [06:17] its in debian [06:17] its in gutsy I thought? [06:17] it is: mythtvfs-fuse | 0.5.0-1 | gutsy/universe [06:17] oh, duh, didn't check gutsy [06:17] (though, honestly, I haven't tried it myself yet. ha ha) [06:18] superm1, doesn't mythtv-setup set the u/p to connect to mysql server? [06:18] tgm4883: i get all those errors even after running mythtv-setup a few times, and i have checked the username and password several times now [06:19] tgm4883, the u/p are setup upon installation yes [06:19] standard install for Rimers didn't work [06:19] what errors? [06:19] gets "Can't connect to MySQL server on '10.0.0.4' (111)" [06:19] http://pastebin.ca/648779 [06:20] well everyting but the sqlserver connection seem to work fine [06:20] is that the right ip? [06:20] and is mysql listening in on that ip? [06:20] superm1: the ip is correct [06:20] im connected to it on a ssh [06:21] can you netstat -ant ? [06:21] sure, 2 sec [06:22] http://pastebin.ca/648790 [06:22] Rimers, see your mysql isn't bound to 10.0.0.4 [06:22] its only bound to 127.0.0.1 [06:23] ah [06:23] do you have a /etc/mysql/conf.d/mythtv.cnf? [06:23] (you should) [06:23] this is why superm1 is so super [06:23] haha [06:24] hmm ive changed the my.cnf thats for sure, but ive also run sudo dpkg-reconfigure mythtv-database in an attempt to solve it [06:24] well there is another .cnf introduced [06:24] in the last few package revisions [06:24] in conf.d [06:25] that overrides the normal my.cnf [06:25] ah okay, nice to know.... :D [06:30] mm this is odd, i still cant connect to it, i get a permissions denied in the mythfilldatabase window that appears [06:30] using a netstat i can see its now bound to the 10.0.0.4 [06:35] think i found somthing here,, [06:36] after the change to get it to bind to 10.0.0.4 i cant login as mythtv anymore even with the password i defined for it, so manualy changing the password and checking again [06:37] there we go, no errors when running mythtv-setup [06:45] okay next problem, i cant connect to the masterbackend :S [06:51] superm1: http://pastebin.ca/648812 is what i get when starting mythbackend and my mysql.txt file [06:53] Rimers, mythbackend uses /etc/mythtv/mysql.txt [06:53] or /home/mythtv/.mythtv/mysql.txt [06:54] so if you changed your password, then you will want to update those [06:54] ive changed both to the correct [06:55] how did all these permissions get messed up? [06:55] what changed? [06:56] i tried to figure out why i couldnt connect to the sql or to the backend, and i tried to change my password for the mythtv user on the sqlserver [06:57] so that might be why [06:57] how did you change the password? [06:57] dpkg-reconfigure mythtv-common? [06:58] dpkg-reconfigure mythtv-database? [06:59] i just changed it with a select query in the sql server, but later i tried the dpkg-reconfigure mythtv-database [06:59] ick [06:59] well then that would account to the mess here? [06:59] ah okay :S [07:01] well so at this point, you just need to make sure all the passwords are in sync then [07:01] somewhere something is off [07:03] okay, ill go through the config files when i get the time in an hour or so, wife want me to help her for a little while, ill get online later, thanks for the help for now! [07:28] superm1: package "dvb-utils" should be included in mythbuntu. === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #ubuntu-mythtv [08:03] laga_, can you file a bug [08:03] i'll get it added [08:05] laga_, what is it needed for? [08:05] just general usage? [08:05] or actually a dependency for dvb stuff to work? [08:13] general usage. [08:14] nothing crucial, but kinda useful for debugging/making stuf work/generating a channels.conf file [08:14] laga_, then perhaps it should be an option for installation [08:14] instead [08:14] it comes from www.linuxtv.org ;) [08:14] superm1: an option? [08:14] a list of installable things during installation [08:15] i was going to add hdhomerun config as one [08:15] this can be another [08:15] it's 104394bytes. :) [08:15] well perhaps install by default then [08:15] but be removable [08:15] in the advanced pages [08:16] i'm going to take out that themes page [08:16] and put this there instead then i think [08:16] k [08:16] either way [08:16] file a bug [08:16] so its not forgotten === Rimers [n=nils@0x5553320b.adsl.cybercity.dk] has joined #ubuntu-mythtv [08:17] https://blueprints.launchpad.net/mythbuntu/+spec/mythtv-setup-before-reboot [08:17] ^^ isn't this already implemented?= [08:19] yes [08:19] some of those already are [08:19] and consequently that page needs to be further cleaned [08:19] i marked a few off this morning [08:19] will do [08:21] superm1: do you know off-hand how to translate the installer? [08:21] laga_, there is two things that need to be done [08:22] one of them is in our control [08:22] all of the times that text is used in a label in the glade files [08:22] i was referring to your additions to ubiquity, yes [08:22] it needs to be put in debian/ubiquity-frontend-mythbuntu.templates [08:22] it is for most places but not all [08:23] then the ~ubuntu-installer team needs to submit it to rosetta on LP [08:23] and then translators can do it all from LP [08:23] ah [08:24] keescook, could you sponsor a new upstream version of a package in a bzr branch for me? I've been waiting for mythbuntu-lirc-generator to clear binary NEW before uploading this (it depends on mythbuntu-lirc-generator) and it did so this morning. [08:25] superm1: I'd love to, but I've got a mess of other things I need to do first. You may have more luck with some other motus. :/ [08:26] yea i poked around, but no responses in -motu. I'll wait around until TheMuso comes back, he was planning to do it a week ago, but lirc-generator took longer than he expected to clear. === Tari_ [n=Tari@CPE-72-133-204-1.wi.res.rr.com] has joined #ubuntu-mythtv [08:37] superm1: does the mythbuntu have more special config files than the one you told me about for the mysql ? [08:38] Rimers, nothing beyond the ones i mentioned to you [08:38] but make sure you are looking at /home/mythtv/.mythtv/mysql.txt not /home/$USER/.mythtv/mysql.txt [08:39] okay, thanks [08:41] uuuuh YES its running now :D [08:42] thsnks superm1 and tgm4883 i got the backend running as needed now [08:42] great :) === Rimers [n=nils@0x5553320b.adsl.cybercity.dk] has joined #ubuntu-mythtv [08:45] hmm running a local mythfrontend on my laptop crashed my desktop :S but everything else seems to work === seabag [n=seabag@70-101-97-67.dsl1-field.roc.ny.frontiernet.net] has joined #ubuntu-mythtv [08:46] hey all [08:46] hi seabag [08:47] so i reported the bug-- apparently your ivtv advice was all it took to wake up the tuner. my video card (or mplayer) was the thing preventing it from displaying anything! [08:47] (it still records fine, and will display recordings upon x server restart) [08:47] seabag, so what did you have to do to wake up the tuner? [08:48] in the /etc/default/acpi-support i just added "ivtv ivtv2" to the modules. [08:48] ivtv2? [08:48] is that for pvrusb2? [08:48] my bug report may have been too verbose [08:48] no idea :D [08:48] can you notate your findings in the bug? [08:48] i'll make sure davemorris gets it in the docs [08:49] yep i already did. [08:49] great [08:49] thanks :) [08:50] np.. next problem is the video card. after sleep/hibernate, mplayer displays everything in a blank blue screen [08:50] you know actually, i'll probably remark that bug against acpi-support to get ivtv to the list of modules that need to be unloaded/reloaded no matter what [08:50] upon sleep/hibernate [08:51] it's either the video card or mplayer, so i'm going to buy a new video card this week to determine that... weird thing is, if i use Movie Player to watch a random mpeg, it works ok, then i reopen mplayer and it works again!?! [08:51] roger that on the acpi-support [08:52] well... since you guys don't have problems with it, i assume it's my sub-par integrated video card [08:53] well i dont suspend on my box personally [08:53] but i thought laga_ did [08:54] do you use standby instead? slash does the remote wake it up from either of those states? [08:54] i just leave my machines on all the time [08:55] personally [08:55] ah k. yea it'd work fine if i did that, but i don't want it suckin' down that much power. it costs me $180/mo already for a 2br apt :-o [08:56] then again... have you ever tried using your mythpc after suspend? [08:56] my frontend yes [08:56] i had to do a lot of hackish stuff to make it work though [08:56] so in the end it was just easier to turn on and off [08:57] hackish stuff? like what we're talking about or worse? [08:58] worse [08:58] i had other htings to workaround [08:58] with lirc [08:58] oh golly! [08:58] and a few other things [08:58] restarting the frontend process to make sure lirc worked, and worrying about race conditions with lirc and the frontend [08:58] when restarting it [08:58] wow ok... i may have it easier then [08:59] may i ask what motherboard/video card you had there? [08:59] nvidia vid card [08:59] not sure of mobo off hand [08:59] ok wow... [09:00] welp i won't take up more of your time. i'll let ya know if/when i get that mplayer issue worked out! === fxfitz [n=fxfitz@pool-72-75-142-103.atclnj.east.verizon.net] has joined #ubuntu-mythtv [09:50] re === Rimers [n=nils@0x5553320b.adsl.cybercity.dk] has joined #ubuntu-mythtv [09:53] hey guys [09:53] you guys got somthing to do with the normal ubuntu mythfrontend install too right? [09:54] maybe [09:54] im trying to figure out a way of getting a nice and detailed log of what is happening on my frontend as it crashes my Gnome [09:55] there is nothing usefull in /var/log/messages :S [09:55] are you running a 3d desktop? [09:56] yes [09:56] got beryl running [09:56] does it happen without beryl? [09:57] i dont know, ill have a look,, if i disapear from irc it crashed [10:00] laga_, so your thinking completely do away with the hostname selection in mythtv-database then? [10:01] and if someone does desire to use a different hostname for mysql, they have to set it up manually [10:01] superm1: no. i user wants a local DB, do everything automagically. if he wants a remote DB, give him the old debconf interface === Rimers [n=nils@0x5553320b.adsl.cybercity.dk] has joined #ubuntu-mythtv [10:02] well ok.... so basically if the hostname is localhost, then do it using debian-sys-maintainer [10:02] that's my plan [10:02] and default to localhost upon installation [10:02] hmm that killed it too but i started it in screen so i could see the output [10:03] Rimers: does /var/log/Xorg.0.log say anything? [10:03] superm1: do you think that's a good idea? [10:03] laga_, yea it is [10:03] superm1: what does mythtv-master-backend do actually? [10:03] 2 sec, ill do a pastebin with my xorg log and what was written in my screen [10:04] laga_, it just pulls in the right packages [10:04] superm1: no config? [10:04] well the config is handled in mythtv-database now [10:04] good [10:12] yikes its a big log :S [10:19] http://pastebin.ca/649045 thats the screen session and the xorg log, but think i see the problem its somthing with what mythtv use as video driver / output === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-mythtv [10:26] ah, you're using Xgl. [10:27] Rimers: what VGA card? [10:27] ATI Radeon X700 Mobile [10:27] ah [10:28] ATI crap [10:28] s/crap/proprietary goodness/ [10:28] hehe [10:28] http://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&questionID=26907 [10:28] ^^ that's all i can say [10:28] well it works allright, ive had very few problems with it [10:28] try google or search the mailing lists. i don't know a solution off-hand [10:33] superm1: debian-sys-maint is not allowed to create users in mysql. unless you know a solutuion, it's not possible to insert mc.sql using debian-sys-maint [10:33] laga_, that's annoying :( [10:40] yes. [10:40] ah well. [10:42] thanks laga_, sry for not answering that fast, had to say goodbye to wifey as she left for work [10:44] ill let you know if i find a good solution to the problem [10:44] Does anyone know what happened to the mythbuntu website/server? Ubuntu is telling me that I have updates but it's not updating. :( [10:44] fxfitz: it's broken [10:44] ;) [10:45] we need another mirror i guess [10:45] Broken?! *cry* Any ideas when it will be unbroken? [10:45] Aww. :( [10:45] fxfitz: superm1 should know more [10:45] *ping* [10:45] fxfitz, this week. [10:45] imbrandon's datacentre went down [10:45] superm1, Awesome. Thank you! [10:45] so mythbuntu.org and ubuntustudio.org are both down [10:45] the whole data center? for more than 24h? [10:45] yes [10:45] its been down since friday [10:46] hum [10:46] yikes [10:46] he said its a 'long long story' that he'll explain when its all back up [10:46] Hmm. :( [10:46] it sounds bad [10:46] sounds like a worst-case scenario [10:46] So how is Ubuntu Studio? I'm not much of a musician or anything, and I haven't heard much about it. [10:47] yea that's what i've gathered to, pretty bad situation happened [10:47] fxfitz, can't say i've used it [10:47] RIght. Gotcha. [10:47] superm1: at least it didn't happen after release ;) [10:48] superm1: i'm gonna re-master mythbuntu alpha 3 with my trunk packages... [10:48] laga_, awesome [10:48] shouldn't be too hard [10:48] it will be good to see how things worked out [10:48] i think there was a point&click app to do that [10:49] superm1: yup. i gotta ix mythplugins, though. FTBS :( [10:49] laga_, what happened that it didn't build? [10:49] superm1: how did it go with the lcdproc? [10:49] superm1: i probably broke mythmusic when patching $stuff [10:49] Rimers, the PPAs didn't want to build it right [10:49] ah okay [10:50] i'll get someone with univ permissions to upload it eventually [10:50] is it hard to build? if not point me in a direction and ill help with it [10:50] na its not hard to bulid [10:50] i mean i built it locally [10:50] you know, i'll just email you the deb [10:50] thats what i ment [10:50] send me an email to superm1@ubuntu.com [10:50] and i'll mail it when i get home from work [10:52] okay ive send a mail, ill be off now or ill be too tired tomorrow, nn guys [10:53] guys info on schedules direct is released [10:53] http://www.schedulesdirect.org/ [10:53] it will be a pay service [10:53] yuk [10:54] well at least we aren't hung out to dry [10:54] I wonder how much it will cost [10:54] well does it matter? [10:54] i mean you'll pay it [10:56] heh [10:56] first one is always free [10:56] :> [10:58] well duh...I wouldn't get rid of my myth box...but I hope its not crazy expensive [10:58] i doubt that [11:07] laga_, :P [11:07] that is all === laga_ is now using uck.sf.net to customize mythbuntu [11:09] it better works [11:09] or i'll turn into angry german kid [11:11] as apposed to what? [11:13] angry german adolescent [11:20] lol [11:28] laga_, your using uck.... [11:28] um [11:28] that is how things started with mythbuntu [11:28] but it was quickly ugly to manage with it [11:29] i just want to rebuild the iso [11:29] yea i guess it will work for that purpose [11:29] i never figured out how to create my own alternate isos, that's why i never started my own "mythbuntu" ;) [11:29] i just want shell access to the tree [11:29] so i can install my packages [11:39] yea and from i remember, uck does provide that in an easy to use fashion [11:39] well [11:39] that just errored on my [11:39] but it started synaptic for me so it's ok [11:40] well your lucky that synaptic is included due to restricted manager being included [11:41] :) [11:41] yup [11:42] gonna rebuild mythtv beforehand [11:45] laga_, did you add functionality to do it with -Os or -O2 yet? [11:45] instead of --enable-proc-opt [11:45] no [11:45] was gonna talk to the devs instead [11:45] ok [11:45] err, first [11:46] well if you get any input regarding that soon, i'd like to add that to the next upload [11:46] that includes the mythstream fix [11:46] yup === DaveMorris [n=dave@host-212-158-244-26.bulldogdsl.com] has joined #ubuntu-mythtv [11:55] DaveMorris, any updates on documentation efforts? [11:56] no because I couldn't get the alpha3 when I went to do it [11:56] so I just tidyed bits up, I'll do more tomorrow [11:56] I see. [11:56] well in /topic there is a miror [11:56] mirror [11:56] as weds is the free night I have each week [11:56] you can grab from until the site comes back to life [11:56] yeah I've grabbed it since [11:56] ah ok [11:57] I've got a nice development machine I can install on as well :) === OpenMedia [n=sellis@203.163.71.197] has joined #ubuntu-mythtv