=== Arrogance [n=aks@ottawa-hs-64-26-147-96.d-ip.magma.ca] has joined #ubuntu-motu === highvoltage [n=jono@mtngprs7.mtn.co.za] has joined #ubuntu-motu [12:22] hmmm... when building typespeed's .dsc, I get this error (scroll down to the end, the rest is just to help you help me) http://pastebin.ca/65641 [12:23] Have you tried building it normally? i.e not in pbuilder? [12:24] make, make install, etc? [12:24] yeah, it installs [12:24] No, dpkg-buildpackage -rfakeroot [12:24] from the source dir? [12:24] The problem is in the debian rules file it seems. [12:24] Yep. [12:24] It seems the problem is to do with dh_fixperms being run. [12:25] Or a problem that dh_fixperms is encountering. [12:25] same error [12:25] my rules file : http://pastebin.ca/65642 [12:27] Ok. The reason it is not working is because no package files are actually being installed. [12:28] ?? [12:28] How did you create the debian/rules file? [12:29] Ok. What is currently in the debian/ directory? [12:29] dh_make, and I changed "dh_installman typespeed.1" to "dh_installman typespeed.6" in the rules [12:29] wait, no, that's not true... [12:29] I copied the rules file from the old 4.4 typespeed's source.... === Ingmar^ [n=ingmar@103.160-201-80.adsl.skynet.be] has joined #ubuntu-motu [12:30] dh_make and I copied the files from the old source... [12:31] Right. [12:31] http://pastebin.ca/65645 [12:31] lol... [12:31] I'm following http://help.ubuntu.com/ubuntu/packagingguide/C/basic-debhelper.html [12:32] ok === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [12:32] hey [12:32] Hey zul. [12:32] hey TheMuso [12:35] any ideas? [12:36] Not really. [12:36] Is the contents of the debian dir that you showed me right after the failed build? [12:36] from right after the failed build I should say. [12:36] yes, [12:37] I made the .dsc, and then I didn't touch it... [12:37] Right. [12:37] touch the debian/ ... I'm not being specific, I know :) [12:38] Well I gotta go and grab some breakfast to help me think. :) [12:39] Be back in a little while. [12:39] kk [12:40] lol, 6:39 PM out here... just had supper :) [12:40] 8:42 AM in Sydney here. :) === Sergi0 [n=serge@ip227-28-166-62.adsl.versatel.nl] has joined #ubuntu-motu === NthDegree [n=NthDegre@212-1-152-141.dynamic.dsl.as9105.com] has joined #ubuntu-motu === jabra_ [n=jabra@polish.ccs.neu.edu] has joined #ubuntu-motu === imbrandon_ [n=brandon@ubuntu/member/imbrandon] has joined #ubuntu-motu [01:00] ryanakca: Ok I am back. Have you tried anything else? [01:00] when building typespeed's .dsc, I get this error (scroll down to the end, the rest is just to help you help me) http://pastebin.ca/65641 my rules file : http://pastebin.ca/65642 program builds with make & sudo make install the debian directory was created with dh_make, except that I copied the control, changelog, rules, and copyright from the source of typespeed 4.4 [01:02] Hmm. I would only have copied the control, copyright and changelog files. [01:03] My guess is that the chgrp stuff for typespeed no longer applies, but I can't be sure of that. [01:04] nope... [01:04] I check the build directory... I went ctrl-c before it deleted it all... [01:06] theres nothing in the /usr/games/, and there is no file starting with type in /var/games [01:06] So my guess is that there IS something wrong with the rules... [01:06] Don't forget that when the package gets built and gets put in a temporary placeholder, that the install files generally get palced in something like debian/tmp/usr etc. [01:07] Thats why I was wondering what was in your debian dir after it failed to build. [01:09] kk, I re-extracted the package, and I'm using the dh_make rules, but the old control, changelog, copyright. [01:09] Ok. You may need to modify rules to suit the needs of the package. [01:09] yeah... I had modified the old rules last time.. [01:10] I'll try with dh_make rules, and then I'll modify these as needed... [01:10] Ok. === ryanakca crosses his fingers... [01:13] http://pastebin.ca/65654 [01:13] I need to edit the Makefile... [01:14] right? at least that's what I had done last time... http://pastebin.ca/65655 [01:14] Yes you do. [01:15] install to /usr/games methinks... not /usr/bin.... [01:16] I don't exactly know where games go. [01:16] yep [01:16] /usr/games I think.. [01:16] but then... it's not exactly a "game"... its more of a "learn to type" program... so I'll put it in /usr/bin === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu === DarkMageZ [n=DarkMage@ppp2-17.lns1.syd7.internode.on.net] has joined #ubuntu-motu [01:20] ok, different error now, it seems to be one that is easyer to fix.... [01:21] http://pastebin.ca/65658 [01:23] THe Makefile doesn't use the DESTDIr variable. [01:23] Which it needs to. [01:24] Sloppy Makefile writers. :S [01:24] hmmm... I COULD do something incredibly stupid to fix that error.. but I wont :) === marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu-motu [01:25] bah, why not? :-) [01:25] chmod 777 ${BIN} , install -s -m 755 typespeed ${BIN} , chmod 755 ${BIN} [01:25] see what I mean? [01:26] That still doesn't help the package build process. [01:26] it doesn't have permission to write to /usr/bin, so fix that... but that gives a split second to any security exploit just waiting to strike [01:27] ryanakca: Would you mind sending me a copy of the Makefile via irc dcc? I will edit it and show you what I mean. [01:27] kk [01:27] what about I put it on my web server [01:27] Thats fine. [01:28] rkavanagh.homelinux.org/~ryan/Makefile [01:28] Thanks. [01:28] np, brb [01:31] When you are ready, the edited copy s here: http://www.themuso.id.au/Makefile [01:31] The section I have changed is the install section. [01:42] bah, I'm only getting FC5 at 400k/s which is like getting Ubuntu at 80k/s [01:42] heh [01:42] What are you getting FC5 for? [01:43] because DistroWatch said it was better than Dapper :-) === TheMuso grumbles about quota free mirrors not having the DVD isos. [01:43] Right. [01:43] and I haven't seen Fedora since about FC3 [01:44] so I thought I'd give it a shot in qemu [01:44] I have only ever played with FC1. :) [01:44] yuk, I didn't think it was very good, although I've never been very impressed with any Red Hat stuff [01:44] they always end up a lot slower for me [01:45] heh [01:45] Ok. I have found amirror with the DVD. === TheMuso grabs it. [01:45] probably the same one I'm getting it from [01:45] don't steal my bandwidth ;-) [01:46] Meh. 5 hours till it finishes. :) [01:46] Nah, this is a mirror in Australia. [01:46] That I am using. [01:47] hmm [01:47] cause my I dropped to 390k/s ;-) [01:47] s/my// [01:47] Well I am only able to pull 162 KB/s max on my connection. [01:48] And I am currently maxing it out. [01:48] well, I've been able to get 4M/s but that's pretty rare [01:49] Lucky you. [01:49] I am stuck on 1.5mbps here in Australia. === jinty [n=jinty@15.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-motu [01:49] well, I pay (or rather my advisor pays) enough in tuition, I oughta get some decent bandwidth [01:49] Faster speeds are available, but I haven't bothered changing. Won't bother till we move anyway. === imbrandon_ [n=brandon@CPE-72-135-8-5.kc.res.rr.com] has joined #ubuntu-motu [01:50] But Australian broadband is still mostly stone-aged compared to most of the rest of the world. === ealden [n=ealden@203.177.223.95] has joined #ubuntu-motu [01:50] hmm, I'm on 1.5mbps but it is really stable [01:52] So is mine. [01:52] TheMuso, i suggest moving to canberra, i hear they have adsl2+! [01:52] But I'd like more upstream if nothing else. [01:52] I only have 256kbps upstream. [01:53] DarkMageZ: I am pretty sure I can get it on the exchange I am on, but couldn't be bothered changing now, as we will probably be moving in a few months. [01:53] And Canberra is too cold for my liking. :) [01:53] And public transport isn't exactly as good down there. [01:54] they have bicycle lanes, u can go anywhere in canberra on a bike [01:55] When you are vision impaired, that is not exactly practicle. [01:55] morning [01:55] oh, eh, sorry about that [01:55] lol [01:55] np [01:55] Hey ajmitch. [01:55] even for people with perfectly fine vision, bicycling around cities can be a problem [01:56] if canberra is too cold for you, you'd love dunedin :) [01:56] heh [01:56] I wouldn't know though, I live the US, western US at that [01:57] ajmitch: how do you pronounce dunedin? [01:57] stress on the e [01:57] done-ee-din [01:58] hmm [01:58] originally it would have been 2 words [01:58] (scots gaelic) [01:58] hey ajmitch [01:59] hey zul === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-motu [02:04] Howdy gang [02:04] hello he who is bddebian [02:04] Heh, hi Kyral [02:04] I haven't gotten anywhere with that libgc thing [02:05] hehe [02:05] dpkg-buildpackage stops at the Make Test thing [02:05] hurd doesn't freeze because I can ^C out of it [02:05] Cool! VOIP for Paris! [02:06] TheMuso: thanks [02:06] np [02:06] Do you understand what I have done to that? [02:07] I'm looking at it atm... [02:07] you added DESTDIR... [02:07] Yep. [02:08] Which should make sure things get placed in the right place when the package gets built in pbuilder./ [02:08] You replaced all the ${PREFIX} with $(DESTDIR)/ by the looks of it [02:08] :) [02:08] I'll try it, thanks [02:09] No problem. [02:11] oops... 1 error http://pastebin.ca/65672 [02:13] hmmm... add mkdir $(DESTDIR)//etc/ before echo ${WORDFILES} > $(DESTDIR)//etc/typespeedrc ? [02:14] Yep. [02:14] yep, it worked... [02:14] Cool. [02:14] hi MOTUs [02:14] hi bmonty [02:15] http://pastebin.ca/65681 [02:15] gobby and VoIP? yikes [02:15] hi bmonty bddebian et. al. [02:15] Heya bmonty, LaserJock, ajmitch, TheMuso, ryanakca, etc :-) [02:16] LaserJock: Yeah I know. [02:16] Gobby is alright for me as it uses GTK2, but I am not sure about teamspeak. [02:16] change ./typespeed --makescores to $(DESTDIR)/${BIN}/typespeed --makescores ? [02:16] Just setting it up now to have a look. [02:16] LaserJock: where was this announced? [02:17] ajmitch: only to the priveleged few ;-) [02:17] hey bddebian..... I figured out how to make a rules file for scons... [02:17] LaserJock: figures [02:17] actually, Keybuck said something about it yesterday, I think [02:17] ryanakca: Great [02:17] ryanakca: Actually I am not sure about that and what it does. [02:18] does a headset include both headphones and mic (man am I old) [02:18] Yes. [02:18] I am so annoyed, because I have a very good set of headphones, but they don't have a mic, and I don't want to use some crummy headset for audio. === lakin_ [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu [02:18] With things that sound like absolute crap [02:18] I have crummy everything === TheMuso is somewhat of an audiophile. [02:19] I'll have to make a trip to Walmart ;-) === NthDegree [n=NthDegre@212-1-152-141.dynamic.dsl.as9105.com] has joined #ubuntu-motu [02:19] bddebian: HOWTO for scons rule files... https://wiki.ubuntu.com/MOTU/Packages/Packaging/Kubuntu?action=show&redirect=KubuntuPackagingGuide#head-14fd9bd07ac2eaf9ff87fdb6c4d054e2ecbf88ec [02:19] Cool. Did you get around it not finding libSDL? [02:20] although it is funny that they use Team Speak, people use that a lot one one of the games I used to play [02:20] TheMuso: hmmm... same here [02:20] nope [02:20] That's one of the many parts I don't understand [02:20] And I think it assumes a few path names, and won't place the files in the correct spot. [02:21] LaserJock: Have you set up teamspeak yet? [02:21] If so, where in the menus can it be found/ [02:21] I haven't found it yet. [02:21] TheMuso: [02:21] --makescores [02:21] Reset/Make scorefiles for the wordfiles found in the dir defined in the configs or if no config files exist, then in the current dir. [02:21] Doesnt start typespeed. [02:21] in what menu? [02:21] oops... sorry all... that was supposed to be 1 line :) [02:21] ryanakca: hmmm [02:22] The best thing to do is just to build the package without installing it anywhere, and run that command and see what happens. [02:22] LaserJock: Thats what I am wondering. [02:22] When you install teamspeak, there is an option to create menu entries for GNOME and KDE. [02:22] BUt I can't find it anywhere. [02:22] It's allready installed... so... [02:22] Unless I need to reload my menus somehow. [02:23] hmmmm.... [02:23] TheMuso: oh, well I haven't gotten that far, I'm on OS X [02:23] Right. [02:24] Ok, teamspeak is out of the question for me. [02:24] Gar! [02:24] really? [02:25] well, I think it is sort of a cool idea === nickpresta [n=nickpres@CPE000625f47ed2-CM0011e6c456e3.cpe.net.cable.rogers.com] has joined #ubuntu-motu [02:25] I hope it works [02:25] >_> [02:25] although I'm not crazy about being heard around the world :( [02:26] Cool idea, yes. Accessible, no. [02:26] At least I will be able to use gobby. [02:26] I hope. [02:27] I am interested in giving back to the Linux community and I thought packing would be a good way to do it. Could someone give me a brief rundown (non-technical) of what I would be getting myself into? [02:27] nickpresta: a lot of pain and heartache ;-) [02:27] nickpresta: lots of work [02:27] I've heard the horror stories =P [02:27] hehe [02:28] I just started attempting to package... and after ~ 6 hours, I don't even have a package... [02:28] and it's a simple app... [02:28] it's really a blast, and the people are awesome [02:28] don't listen to ryanakca, he's doind silly things ;-) [02:28] and helpfull :) [02:28] Well, I don't mind putting in time and effort as I would waste it sitting here anyways >_> [02:29] heh [02:29] lol... if you have a question... [whisper] don't tell them I told you this... but the people here are really cool and are awesome when it comes to helping you and answering questions[/whisper] ... SHHH! [02:29] nickpresta: https://wiki.ubuntu.com/UbuntuPackagingGuide [02:29] if you want some docs check out http://help.ubuntu.com/ubuntu/packagingguide/C/index.html and www.debian.org/devel/ [02:29] bddebian: nooooo, not there :-) [02:29] No? [02:30] help.ubuntu.com [02:30] Oh :-) [02:30] the wiki is just my working outline [02:30] Yep, thanks. I was bookmarking them earlier and I plan to get to them later tonight. [02:30] I don't want anybody to see that ;-) [02:31] read the help.ubuntu.com one, as well as The Debian New Maintainers' Guide http://www.debian.org/doc/maint-guide/ [02:32] Any specific language I need to be able to program in? [02:32] no [02:34] God, MySQL takes forever to compile [02:35] TheMuso: what's the problem with TeamSpeak? hard to use? [02:36] LaserJock: It isn't accessible at all. Doesn't work with any GNOME/KDE accessibility technologies. [02:36] nickpresta: All of them :-) === slomo__ [n=slomo@dslb-084-061-136-181.pools.arcor-ip.net] has joined #ubuntu-motu [02:36] I've always been a fan of Ventrilo. I never liked TS [02:36] bddebian: heh, then what are you doing around here ;-) [02:37] :'-( [02:37] TheMuso: bummer man :( [02:37] Damn right. [02:37] I let James know about it. :) [02:37] nice, poke the elmo ;-) [02:37] heh [02:38] LaserJock: ouch... [02:38] thats cold...even for ajmitch [02:38] ;) [02:38] ouch? [02:38] WTF are you all talking about? [02:38] we are using VoIP for Paris [02:39] Team Speak [02:39] whoops...misfire [02:39] so all the world can hear the BOFs [02:39] Ah [02:39] and gobby so we don't trash each others work [02:39] or something like that ;-) [02:39] we used gobby at UBZ [02:39] it's improved a bit since then [02:39] good [02:40] At least gobby uses GTK. [02:40] I heard it was bad [02:40] 1 client crashing doesn't kill off the session everyone is working on :) [02:40] yikes [02:40] it was a little annoying... [02:40] heh [02:40] what are people editing? [02:41] text [02:41] ajmitch: So how does it work exactly? [02:41] ajmitch: well, I figured that === ajmitch has a gobby session open at the moment [02:41] ajmitch: but I thought we would be editing wiki pages [02:41] you are === LaserJock clearly has a lot to learn [02:42] ok [02:42] it's *much* easier to grab the wiki text & stick it in gobby === TheMuso has to see how well it plays with accessibility technologies. [02:42] than to handle conflicts on the wiki & deal with the breakage [02:42] TheMuso: well at least its open source [02:42] ajmitch: right, makes sense [02:42] LaserJock: Yeah, and it uses GTK which is a good start. [02:43] LaserJock: got gobby installed? [02:43] ajmitch: no [02:43] just a sec [02:44] ajmitch: if you are going to demo gobby, I'd like to try it also [02:44] TheMuso: an error... http://pastebin.ca/65689 [02:44] ajmitch: ok, I think it might be up [02:44] bmonty: ok.. [02:45] so connect to ajmitch.dyndns.org [02:45] lets have a group edit of BddebianIsAGod :-) [02:45] hah [02:45] Yeah, please erase it [02:45] ryanakca: I dunno. === sean [n=sean@71-214-92-217.ptld.qwest.net] has joined #ubuntu-motu [02:46] default gobby port should be fine [02:46] (6522) [02:46] ajmitch: password? [02:46] netauth === ajmitch was using it to edit a spec [02:46] Do you guys mind waiting for me? [02:46] Just setting things up here on my lappy with speech to see how things go. [02:48] ajmitch: with somebody else? [02:48] LaserJock: yes [02:50] Can I change the maintainer in the control file to me, since the original maintainer hasn't touched it for over a year, despite some new releases? [02:50] sorry, maybe I should talk over here [02:50] sure [02:51] jeeze, now they are going over my head [02:51] gobby is pretty cool stuff [02:51] how does saving work though? === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [02:52] LaserJock: saves are done to your local disk [02:52] ah [02:53] and it saves what is currently there? what happens if 2 people edit the same thing? [02:54] Meh. FOr some reason gobby doesn't want to run. Gotta work that out. [02:54] it's 1 editing session === slomo__ [n=slomo@dslb-084-061-132-067.pools.arcor-ip.net] has joined #ubuntu-motu [02:56] ok, I'm heading home, thanks for the demo ajmitch [02:56] I'll bet that gobby doesn't like GTK accessibility enabled. [02:56] Lets try it without. [02:56] see you later, LaserJock [02:57] Later LaserJock [02:57] Damn damn damn damn damn!!! [02:57] Anybody feel like helping me with a bug hunt who knows GTK2/GNOME stuff? :) [03:01] bddebian will [03:01] Nope, according to LaserJock, I don't belong here [03:01] ajmitch: did you get the info I left you about LDAP TLS/SASL binds on amd64? [03:01] bmonty: I can't recall [03:02] tell me again, I'm running amd64 here [03:02] I run SASL/TLS binds for my server, it works great with my 386 hardware but dies on my amd64 [03:02] the error message is of course useless [03:02] dies on the client side, or server? [03:03] ie, does it work for an i386 client to the amd64 box? [03:03] SASL without TLS works great though, but authentication info is set in the clear [03:03] I haven't setup SASL/TLS properly yet, so I haven't run into it [03:03] it works for i386 client to i386 server, fails with amd64 client to server [03:03] i386 server [03:03] ok [03:04] it is your plan to have SASL/TLS binds, right? [03:04] yeah [03:04] I wonder if a new upstream version will exhibit the same behaviour === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === ajmitch looks at the openldap debian bugs [03:05] I did some quick googling to see if I could find any issues with libsasl on amd64 but I couldn't find anything [03:06] you think the bug is in libsasl? [03:06] yes [03:07] I get an error that the host isn't found [03:07] hm [03:07] odd [03:07] but I can see the tcp handshake in ethereal [03:07] I'll be back in a few minutes.. [03:07] and then the client sends FIN [03:09] strange [03:10] I'll try & reproduce it here [03:10] filed a bug? [03:14] ajmitch: i haven't filed a bug yet [03:14] might be a good idea to [03:14] launchpad or upstream? [03:15] both, link the launchpad bug to upstream [03:15] were you able to test that URL to my bzr repo? [03:15] will do now [03:16] sigh, I'll probably have to replace a monitor or two soon [03:16] :1:> bzr branch http://www.montynet.org/bazaar/kerberos-manager/ [03:16] bzr: ERROR: http error 302 probing for https://www.montynet.org/error/HTTP_NOT_FOUND.html.var [03:16] probably the http->https stuff you've got going on [03:16] hmmm\ [03:17] ok, thanks [03:21] Damn, someone wake up crimsun_ :-) [03:22] why? [03:22] you need some more worship? === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-motu [03:23] He was going to look at a package for me [03:23] hi nictuku [03:23] how's the NWU stuff going? [03:23] hi ajmitch [03:24] NWU? [03:24] ajmitch, freezed for a few weeks, but I'm back on it. I just created mailing lists for it, by the way [03:24] cool [03:25] and moved the hosting from a canonical sponsored machine to one I administer myself [03:25] why is that? [03:26] bddebian, http://cetico.org/nwu [03:26] bddebian: eh? [03:27] bddebian: (I'm prepping a presentation for Friday, so I'm a bit busy) [03:27] crimsun_: Did you happen to get a chance to look at that at all? Oh, nevermind [03:27] crimsun_: the deity has requested your presence... [03:27] nictuku: Ah, cool [03:28] TheMuso: Oh Yeah! I finally made that package! === ryanakca does a little "I made my first package" dance [03:28] hehe [03:28] congrats ryanakca [03:28] ryanakca: Congratulations. [03:28] What did you have to do to get that fixed up? [03:28] ajmitch, the guy administering the "ubuntu-br" machine is very busy. I started having problems with infrastructure, like lack of backup etc. [03:29] play with the Makefile... [03:29] Right. [03:29] rkavanagh.homelinux.org/~ryan/Makefile [03:30] tah [03:31] to upload a package to REVU, what do you do? [03:31] I allready sent the email... [03:31] and I got a reply... [03:31] I just need to upload :) [03:31] One thing you might want to do is remove any extra slashes. For example the etc/typespeedrc lines. [03:32] THey have 2 slashes in them. [03:32] You only need one between the DESTDIR varilable and etc. [03:32] I thought they were supposed to have thoses... === Erlang [i=neumann@Toronto-HSE-ppp3875482.sympatico.ca] has joined #ubuntu-motu [03:32] You only need one. [03:32] kk [03:32] So echo ${WORDFILES} > $(DESTDIR)//etc/typespeedrc [03:32] SHould be echo ${WORDFILES} > $(DESTDIR)/etc/typespeedrc [03:33] ryanakca: Did you follow the revu page on the wiki? [03:33] kk, done that [03:33] There is a page to tell you what to do to upload to revu. [03:34] "dput -P *_source.changes" ... what about dput -P *.dsc or dput -P *.deb ? [03:34] Did you read the page? === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu [03:35] I'm reading it... [03:35] https://wiki.ubuntu.com/MOTU/Packages/REVU === Erlang [i=neumann@Toronto-HSE-ppp3875482.sympatico.ca] has left #ubuntu-motu [] === Rotund [n=joe@d6-233.rb2.lax.centurytel.net] has joined #ubuntu-motu === Erlang [i=neumann@Toronto-HSE-ppp3875482.sympatico.ca] has joined #ubuntu-motu [03:37] theres no "*_source.changes" files... just "*.changes"... and yes, I ran debuild -S -sa... [03:38] Ok. [03:38] re [03:39] ajmitch: looks like our sasl is a couple revs old....debian is behind also [03:39] bmonty: So fix it ;-) [03:40] bddebian: I just might do that [03:43] :-) [03:43] ajmitch: malone 49871 [03:43] ajmitch: malone 49781 [03:43] Malone bug 49781 in cyrus-sasl2 "SASL/TLS LDAP binds fail on amd64" [Untriaged,Unconfirmed] http://launchpad.net/bugs/49781 [03:46] damn that package has almost 30 patches in it :( [03:47] Heh, check out qt-x11-free [03:47] how many? [03:47] 48 [03:47] last I saw === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === sean_ [n=sean@71-214-92-217.ptld.qwest.net] has joined #ubuntu-motu [03:59] why do I do stupid things like subscribe to the PHP Users ML? [04:00] i did that once [04:00] 2 years ago [04:00] i couldnt read all of it if i tried [04:00] Oh I have done worse [04:00] I subscribed to LKML :P [04:00] heh [04:01] I actually do read some of the threads === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu [04:16] 'night [04:16] bye Toadstool [04:17] bye bmonty [04:27] someone stop me from subscribing to more MLs.... [04:28] Kyral: Stop subscribing to more mailing lists NOW DAMN IT! :) [04:28] I just subscribed to the PHP-Announce, the PHP-Users, the Apache-Users, the Perl Beginners, and the Perl FAQ A Day list [04:29] Kyral: Dude, that is just plain insane [04:29] wb LaserJock [04:29] I'm already on most of the Ubuntu ones [04:29] and the LKML [04:29] thank goodness for 2GB+ free email ;) [04:29] Bingo :P [04:30] Or running your own mailserver [04:30] ok, I got Team Speak installed and gobby [04:30] and I got a head set at Walmart [04:30] and downloading the emails every 10 mins or so :P [04:30] I have a big mailing list backlog. === LaserJock just discovered the joys of gmane RSS the other day thanks to crimsun [04:31] ..crap [04:31] I wound up double subscribed to PHP-General [04:31] Damn, I can't even keep up with just #ubuntu-devel [04:32] Ubuntu-devel is fine. [04:32] Thats nothing compared to how I remember ubuntu-users was. [04:32] it's too bad I hate akregator because I'd use RSS more. === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu [04:35] Its NOTHING compared to LKML :P [04:42] goodnight everyone [04:44] Gnight bmonty_away === _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [05:11] Hey Hobbsee [05:11] heya [05:19] hi Hobbsee [05:19] hey LaserJock [05:19] i survived my first uni exam, even with only three hours of sleep :) [05:19] \o/ [05:19] hooray [05:20] the first of many, I expect :-) [05:20] yeah, probably === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === lifeless_ [n=robertc@dsl-208.7.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #ubuntu-motu [05:29] heya LaserJock and Hobbsee [05:29] hey imbrandon_ ;0 [05:29] * :) [05:30] hi imbrandon_ [05:32] Heya imbrandon_ [05:32] heya bddebian [05:33] dang, how do I test if a microphone works? [05:33] LaserJock: IM someone with it? [05:33] voice chat? [05:33] audacity ? [05:34] ``gstreamer-properties'' [05:34] sound recorder [05:34] click Test in the audio source [05:34] crimsun_: ah [05:34] heya crimsun_ [05:34] or ``arecord -fcd /dev/null'' [05:34] hi imbrandon_ [05:36] hmm, well I still don't know how I can tell if it worked or not [05:37] the headphone part works fine [05:37] but I can't get anything out of sound recorder, at least I don't think [05:42] bah, I hate sound [05:43] LaserJock: x-terminal-emulator -e 'alsamixer' [05:43] press F4 [05:43] what's highlighted? [05:44] Line? [05:46] crimsun_: but Line, CD, and Mic are all 0 or something [05:47] well, I presume you're trying to use 'Mic', so move (arrow keys) to 'Mic', and select it using the space bar [05:47] make sure it's unmuted, too [05:47] furthermore, increase its level [05:47] how do I unmute it? [05:47] 'm' [05:47] if it's muted, it'll have MM at the bottom === No1Viking [n=micke@h-83-140-104-3.ip.rixbredband.se] has joined #ubuntu-motu [05:48] I don't have any MM at the bottom and "m" doesn't do anything [05:49] infact nothing seems to do anything [05:49] good [05:49] now press F3 and move to the 'Capture' element [05:49] make sure that's unmuted and set to a non-zero level [05:50] let's see what other cruft you have to set [05:50] ``asoundconf list'' [05:50] I don't see a "Capture" [05:50] mmkay. [05:50] what's the output from the above command? [05:51] do be do be dooo [05:53] IXP [05:53] Modem [05:53] and ``cat ~/.asoundrc*'' ? [05:54] (it's ok if you don't have one/any) [05:54] No such file or directory [05:54] ok, ``amixer'' -> pastebin [05:55] http://paste.ubuntu-nl.org/15745 [05:55] I gotta take out the trash brb [05:56] "Take out the papers and the trash".. [05:56] "Or you don't get no spending cash".. [05:58] LaserJock: amixer set 'Mic Boost (+20dB)' on [05:59] k [06:00] also, amixer set 'IEC958 Playback AC97-SPSA' 0 [06:00] and finally, amixer set 'Capture' on [06:00] some of the atiixps need 'Mix' unmuted, too, but you should try it as-is for now === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [06:02] sorry bout that, the sys admin just sent a message the the dep. server was going down for 1/2 hr [06:02] crimsun_: ok, last thing I did was amixer set 'Capture' on [06:02] now test? [06:02] LaserJock: yes === sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-motu === crimsun_ wonders which input mux is used. === ajmitch should get these packages ready for edgy [06:07] bah, Sound Recorder isn't helping me much [06:07] since it'll open "any day now" [06:07] LaserJock: just blame someone else === LaserJock blames elmo [06:07] oh dear [06:07] never blame him [06:07] not if you want to live [06:07] yay, what fun [06:08] next devel team meeting is at 1400UTC [06:08] ie, 2AM NZST [06:08] LaserJock: you can try the other mux. amixer set 'Mic Select' 'Mic2' [06:08] ajmitch: well, he is the one that sent the email [06:08] LaserJock: which email? [06:08] one that only special people get? [06:09] I think so [06:09] must be [06:10] yeah, we are using Team Speak for VoIP [06:10] so I heard in here [06:10] so I got a headset on the way home [06:10] crimsun_: still no go === ajmitch will be 11 hours ahead, so all BOFs will be done during the night here [06:10] I'll have to match my sleeping patterns to paris time :) [06:11] heh, isn't it already? [06:11] LaserJock: switch back to 'Mic1', and unmute 'Mix' [06:11] not quite [06:11] I went to bed a bit early this morning for that [06:11] LaserJock: if that doesn't work, then switch to 'Mic2' (leaving 'Mix' unmuted) === ajmitch wonders how bddebian & Hobbsee are going with attal [06:12] how do i unmut 'Mix' ? [06:12] amixer set 'Mix' on === Hobbsee hasnt had a look at it [06:12] Hobbsee: why not? [06:13] been telling someone how to get his wireless card working... [06:13] fun [06:13] stupid netgear [06:15] nothing :( [06:15] maybe I should test it in windows real quick to make sure it really does work [06:15] LaserJock: what are you using, sound recorder or arecord -fcd /dev/null ? [06:15] sound recorder [06:16] Hobbsee: If you really are interested, you are free to check them out. They are here: http://www2.bddebian.com:8000/packages/ubuntu/ [06:16] I suppose I should get a cheap headset as well [06:16] You will need attal and attal-themes-medieval [06:17] bddebian: so are you going to review my packages for edgy? [06:17] For what purpose, I don't know anything === ajmitch sighs [06:18] crimsun_: how do I know it works with arecord? [06:18] start arecord using the command line above, and if you can hear yourself... [06:18] oh [06:20] ah, GPIO madness [06:20] bddebian: so you can tell him all the places he went wrong :P [06:20] recording works for some, doesn't work for others [06:20] yay! [06:20] crimsun_: nothing, tried Mic1 and Mic2 [06:20] LaserJock: pastebin ``lspci -nv'' [06:21] http://paste.ubuntu-nl.org/15746 [06:22] jeeze, how can you get anything out of that [06:23] heh! teamspeak preparations! [06:23] jsgotangco: trying, I can't get my mic to work === jsgotangco tries it on his laptop [06:23] LaserJock: finally, pastebin the contents of /proc/asound/card0/codec97#0/*reg* [06:25] http://paste.ubuntu-nl.org/15747 [06:26] am I toast? [06:27] I wonder if you need to jiggle the misc bit === Hobbsee pushes random buttons on the phone, trying to make it work. [06:29] jiggle the wha? [06:30] Hobbsee: that usually doesn't work very well [06:30] LaserJock: sure it does. it does with the gadget at work too, unless you accidently hit the sequence of buttons that reboots it. [06:30] LaserJock: this is why you never let Hobbsee near your laptop [06:31] yeah, or my phone [06:31] LaserJock: echo "7a 6000" |sudo tee /proc/asound/card0/codec97#0/ac97#0-0+regs [06:31] haha === Hobbsee makes a mental note to defenestrate ajmitch's laptop at the first available opportunity [06:32] Hobbsee: I'm going to leave it in NZ :P [06:32] bah, no such device [06:32] ajmitch: what, and be without a computer for 2 weeks? i'd like to see you try! [06:32] easy [06:32] LaserJock: you need to substitute the correct filename in /proc/asound/card0/codec97#0/*reg* [06:32] doh, sorry [06:33] ah crap, we don't have that option enabled anyway. [06:33] umm, still [06:33] no such device [06:33] weird [06:33] yeah, it requires you have CONFIG_SND_DEBUG enabled in the kernel. [06:34] # CONFIG_SND_DEBUG is not set [06:36] I'm going to have to rebuild my kernel to get my stupid mic to wrk? [06:36] hmm stupid question, how do you turn on the mic in alsamixer? [06:36] LaserJock: isn't that the glory of the Linux Desktop? [06:36] ajmitch: think they'd mind if I did the summit in Windows? :-) [06:36] probably not much [06:37] LaserJock: ok, maybe you have funky hardware. Try: amixer set 'IEC958 Playback AC97-SPSA' 1 [06:37] (which is what you originally had, but that's normally wrong) [06:37] and no, alsa's modularised; you'd only have to recompile your sound driver :) [06:38] bah nothing [06:38] great, I proclaim your fiddle quite useless [06:38] brb [06:41] oh im inside the server [06:41] hehe [06:41] im the only one inside [06:41] jsgotangco: which server is this? [06:42] teamspeak.uds.canonical.com [06:42] ah, secret servers [06:43] Gnight folks [06:43] i just dont know if my setup works though [06:44] night bddebian [06:47] am I still here? [06:48] (yes) [06:48] LaserJock: quite possibly [06:48] LaserJock: no [06:48] k, I switched over to Windows for a sec [06:48] hmm is this running on wine? [06:48] crimsun_: it worked in Windows after I turned on the Mic boost [06:48] jsgotangco: no [06:48] on my laptop [06:49] no i mean the teamspeak client itself heh === NthDegree [n=NthDegre@212-1-152-141.dynamic.dsl.as9105.com] has joined #ubuntu-motu [06:49] LaserJock: now if only we could poke the ac97 registers from within Windows, eh? [06:49] jsgotangco: no, Linux === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu [06:51] crimsun_: how do I check if the mic boost is on? [06:52] LaserJock: from within Linux? [06:52] yeah [06:53] just amixer get 'Mic Boost (+20dB)' [06:54] I'm pretty sure I asked you to turn it on (unmute it)... [06:54] yeah, I just wanted to check [06:57] I GOT IT !!!!!!!!!!!!!!!!!!!! === dsas [n=dean@host86-129-9-151.range86-129.btcentralplus.com] has joined #ubuntu-motu [06:58] I'm going to stab someone if it was Headphones or anything related to Mix. [06:58] I did it in the Volume Control [06:58] what's the amixer output now? [07:06] ack, how do I get that again, I don't have my backlog [07:07] ``amixer'' [07:10] looks like "external amplifier" was a key [07:11] that and turning up the volume enought to hear myself [07:11] http://paste.ubuntu-nl.org/15751 [07:12] great [07:12] so soon we'll be able to hear everyone talking away [07:12] arggg [07:12] I really wish it wouldn't work now ;-) [07:12] aw, why not? [07:13] jsgotangco: you on? === ajmitch is *still* trying to download it [07:14] ok, I'm going to bed [07:14] night LaserJock [07:14] night LaserJock [07:14] LaserJock: EA couldn't have affected it [07:14] (the values are identical) [07:14] Hobbsee: downloaded teamspeak? :) === crimsun_ blames it on pebkac [07:14] really? when I flip it on and off it works and doesn't [07:14] ajmitch: i havent yet, why do you ask? [07:15] LaserJock: your pastes before rebooting into Windows have EA unmuted [07:15] crimsun_: anyway, what is the best way to save these settings so that in the future I can get it to work [07:15] so that you can participate in the grand motu meetup via teamspeak? :) [07:15] crimsun_: it could have been working but turned down low enough that I couldn't hear that I was on [07:15] LaserJock: they're saved when you reboot gracefully. To force it to save now, ``sudo alsactl store'' [07:16] LaserJock: yeah, I /highly/ doubt it was EA. I think it was a PEBKAC. =] [07:16] ajmitch: tempting...tempting...except that i'm female and aussie, so will sound weird :P [07:16] crimsun_: does that go to a file somewere that I can back up in case I reinstall or something [07:16] LaserJock: /var/lib/alsa/asound.state [07:16] Hobbsee: that's be fun to hear [07:16] LaserJock: hehe [07:16] * that'd [07:16] i'll bet [07:16] can i listen, and not talk? [07:17] sure [07:17] that's what I plan to do === Hobbsee goes to research how [07:17] since I don't have a microphone... [07:17] ah [07:18] crimsun_: hmm, as soon as I turn External Amplifier off it is dead as a door nail [07:18] I can turn Mic Boost on and I can still hear it working [07:19] well, whatever. Ext. Amp. is the only thing that just turns it off === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [07:20] ajmitch: was there some guide for it that i've missed in the chat, or is it a case of download and install? [07:20] Hobbsee: at least there shouldn't be *too* many going 'OMG its a girl!!' [07:20] haha [07:20] Hobbsee: download & install, I think [07:20] but there couldn't possibly be a girl developer! [07:20] mum's asleep with a migraine - it might be a dodgy idea to wake her up [07:20] ajmitch: specially since there have been women there before [07:20] LaserJock: there'll be lots more people listening in, I think [07:21] I hope it doesn't turn to chaos [07:21] LaserJock: that's the point. [07:21] Hobbsee: would she wake up that easily? [07:22] LaserJock: EA is /supposed/ to act as a sort of 'Master' (since not all codecs have that), but again, it's hit n' miss... [07:22] ajmitch: i'm not sure...i'm not sure where the mic is either - i think it's hidden in the deep dark depths of the study [07:22] unfortunate [07:23] crimsun_: well whatever, we got it to work, thanks bunches for helping me out. I'm quite dumb when it comes to sound [07:23] np [07:23] usually I couldn't care less if it worked :-) === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu [07:23] ajmitch: we'll see :) [07:23] s/see/hear/ === LaserJock waves goodnight [07:24] night again LaserJock [07:24] heh [07:27] what an ugly program [07:27] hehe yeah! that's what i was thinking [07:27] looks like i'm in [07:27] you are [07:28] so dig up a microphone [07:29] not that I have one... === Sp4rKy [n=max@lns-bzn-45-82-65-148-68.adsl.proxad.net] has joined #ubuntu-motu [07:30] er...why wont my speakers be unmuted? [07:30] because you've got something using /dev/dsp? === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [07:31] probably arts or something... === ajmitch is waiting for jsgotangco to speak :) [07:32] haha [07:32] let me try [07:32] i dunno if my mic works [07:32] I heard something quietly [07:33] unintelligible, mostly [07:33] i only heard a hum [07:33] was it 'mic test', that you said? [07:33] bye Hobbsee [07:34] yeah [07:34] I love how it calls everyone 'player' [07:34] new player [07:34] lol [07:34] ah :) [07:34] haha [07:34] that worked [07:34] dammit. guess i'd better search for a mic now... === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === Hobbsee wants to hear someone else talk first [07:35] you didn't hear jsgotangco? [07:35] so i guess im the only guy with a mic? [07:35] I have one that may or may not work [07:36] i dunno if mine works, xfce doesn't have that much sound options by default [07:36] ajmitch: my mic/headphones werent working then [07:36] well I've heard jsgotangco say 'hi sarah' [07:36] "Sorry for my Teamspeak" [07:36] i didnt hear anything...hmmm... [07:36] wtf is that welcome message about heh [07:36] it doesnt even make sesnse if its the default [07:38] jsgotangco: mic settings seem fine - you're audible, at least [07:39] my microphone seems pretty broken, will have to get a new one [07:39] hm, maybe not [07:39] hmm wonder if i could use a bluetooth headset [07:41] ajmitch: you're in luck. [07:42] come on can someone with a mic join too heh [07:43] "new player" [07:43] haha [07:43] uh oh...am i live? [07:44] I'm guessing you're not hearing my voice, then? :) [07:44] no [07:44] no [07:45] hm [07:45] ubuntu radio, live from jsgotangco ... [07:46] jeezz don't blow the mic [07:47] haha [07:47] okay, sound's gone fishing... [07:47] the wiring must be broken [07:47] Hobbsee: you broke it? [07:47] i dont know... [07:48] i think teamspeak did [07:48] :P [07:50] ummm [07:50] stop playing 80s mucis [07:50] :) [07:50] haha === ajmitch looks for some appropriate music [07:51] There isn't a CLI version of teamspeak is there? [07:51] no i dont thik so, its not even open source [07:51] Queen? [07:51] yeah [07:51] jsgotangco: I didn't think so. [07:52] Looks like I won't be able to participate in VOIP or gobby stuff at this stage. [07:52] its faint but my place is a bit noisy too [07:52] no gobby either? === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [07:52] welcome back, Hobbsee [07:52] ajmitch: Crashes when you try to run it with accessibility turned on in GNOME. [07:52] ouch [07:52] file a bug! [07:52] Have done so. [07:52] get it fixed asap! :) [07:52] just in malone? [07:53] Yep. [07:53] thanks ajmitch [07:53] have you informed upstream? [07:53] right, i have sound again... [07:53] ajmitch: No because they are working on an unstable branc which is not backwards compatible. [07:53] branch even [07:53] wonderful [07:53] I haven't looked into filing one against 0.3 yet === TheMuso is going to now. [07:54] ok Hobbsee start singing [07:54] sounds like we have a hobbsee back on teamspeak [07:54] still got trouble here [07:54] did you hear me before, or is the mic buggered as well? [07:54] called KDE? [07:54] no, we haven't heard your voice yet [07:54] ok [07:55] i heard something but its probably hardware [07:55] Hobbsee: did you hear me, or not? [07:55] ajmitch: nope [07:55] everything's muted again [07:55] excellent [07:57] ah ha! [07:57] jsgotangco: want to speak? [07:58] "link engaged" [07:58] all right, someone say something [07:59] something's making noise :P [07:59] hello to whoever that was :P [07:59] Uhh ok. The bug tracker for gobby decides to think that my bug is a spam attempt. [08:00] Hobbsee: you have no microphone working? [08:00] ajmitch: trying to get it to work [08:00] is there any way to test if a mic is working? [08:01] Looks like I won't be able to use the launchpad bug URL I am guessing. [08:01] Gar! [08:01] guess that's what they were going thru before [08:01] Looks like they aren't getting my bug then. === ajmitch waits for Hobbsee to speak... [08:02] i am speaking, you just cant hear me... [08:03] :P [08:03] ajmitch: take your fingers out of your ears, mate! :P [08:04] jsgotangco: huh? [08:04] all right all right...who's who on this thing :P [08:04] but you can hear us the right? [08:04] yep [08:04] good [08:05] blastoff! [08:06] dracula? [08:06] haha [08:06] bach... [08:07] i am speaking, can you hear me? [08:07] hahaha [08:07] drat. where's crimsun_ when you need him? [08:07] :) [08:07] ? [08:07] crimsun_! [08:08] this nick highlight thing is borked, since I totally didn't get a highlight there [08:08] crimsun_: how does one go about debugging mics? [08:09] Hobbsee: hmm, I'm an alsamixer user, so I can only guess at what kmix does [08:09] crimsun_: i've got alsamixer here... [08:10] blame KDE lol [08:10] hehe === jsgotangco points at ajmitch === ajmitch points at jsgotangco [08:10] using either (shouldn't matter), you should unmute 'Mic' and 'Mic Boost*', and make sure you increase 'Mic' to about 80% [08:11] how do i know if i'm using mic one or two? [08:11] Mic2's usually on the rear panel [08:11] well, rephrase [08:11] i jsut heard an echo [08:11] Mic1 is usually the most readily accessible [08:11] lol [08:12] Bah. All you lucky people being able to use TeamSpeak. [08:12] hehe right [08:12] Not fair. :) [08:12] I wish they chose something else for the conference. [08:12] so both those need to be unmuted, and 'Mic' set to something like 80%+ === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu [08:12] yeah i think elmo chose something that could be centralised instead of having a 3rd party server [08:12] can someone say something again? not sure if i've lost my sound again... [08:13] yes [08:13] thanks jsgotangco [08:13] then press F4 to switch to the Capture perspective, make sure 'Mic' has CAPTUR (in red), then scroll to 'Capture', make sure it too has CAPTUR in red (if not, toggle it with spacebar), and increase the 'Capture' level to 80%+ === ajmitch waits for Hobbsee to say something that we can hear [08:14] I can't even use TS, cos this place firewalls everything [08:14] how annoying [08:14] jsgotangco: I know, but it is still a pain in the rear end. [08:15] yeah yeah... [08:15] ah [08:15] I have been thinking of how I could participate in the VOIP side, but haven't been able to think of anything. [08:15] can i be heard at all now? i'm showing green... [08:15] meh who's fiddling with hardware [08:15] Hobbsee: I hear nothing [08:15] jsgotangco: me [08:16] i heard it [08:16] it's all my fault :P [08:16] but speak! [08:16] jsgotangco: possibly my laptop [08:16] ajmitch: it may well be me... === ajmitch blames Hobbsee [08:16] crimsun_: thanks, the capture wasnt up [08:17] hehe === Hobbsee blames ajmitch [08:17] we still haven't heard you... [08:17] mm ok [08:18] ouuuuuuuuuchhhhhhhhhh [08:18] yay [08:18] too loud? [08:18] haha [08:18] i think the mic is too loud [08:18] jsgotangco: yeah, i ran it full bore... [08:19] i didnt understand anything lol [08:19] dont worry, i'm not understandable :P [08:20] thats a pretty bad mic i'd say === Hobbsee tells ajmitch to activate the push to speak control [08:20] arrghh [08:21] jsgotangco: who's? [08:22] and then it went silent.... [08:23] Is it possible to run teamspeak without push to talk? [08:23] TheMuso: yes [08:23] Hmmm [08:23] yeah [08:23] TheMuso: yes, but it needs bits of tweaking [08:23] otherwise there's a fair bit of static [08:23] but itll just make a lot of hum/noise [08:24] mmm. Just thinking about how I could participate in the summit VOIP stuff. [08:25] TheMuso: in the early hours of the morning? [08:25] Hobbsee: I will be over there. [08:25] Hobbsee: he's one of the lucky few [08:25] oh [08:25] TheMuso: there's also voice activation [08:25] i see, i see... [08:25] Its the problem of getting connected and running in the first damn place. [08:26] well, about time for me to head off [08:26] it didnt seem *that* hard - with the help of crimsun :) [08:27] Hobbsee is making a bit of noise there... [08:27] Hobbsee: Its not that. SOund setup is easy. Is the accessibility of the app. [08:27] I have some sight, and on my monitor here I could get it set up quite ok. But on a notebook, it is another story. [08:27] ajmitch: attempting to say goodbye, yes :P [08:27] yeah i dont think it has options for such [08:27] true [08:28] ok I need sleep [08:28] it doesnt help that teamspeak was created for online gaming [08:28] "player left" [08:28] lol [08:28] hehe yeah [08:29] And there is no shortcut key to even connect/disconnect. [08:29] Those coders need some usability lessons. [08:29] of course - one lesson for this - no one talk at the same time! [08:29] ah yeah [08:30] ventrello would be better for developers [08:30] ;) [08:30] ventrillo, isn't it? [08:30] err yea [08:30] vent ;) [08:31] imbrandon_: ping [08:31] pong [08:31] Hobbsee: philippines [08:31] imbrandon_: system settings, click "enable sound system" [08:31] jsgotangco: ahhhh... [08:31] imbrandon_: ie, disable it === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu [08:31] imbrandon_: then hit apply, and reconnect [08:32] brb [08:32] I think I'd better make a wiki page for this before core-dev jumps at me [08:32] crimsun_: good idea hehe [08:32] huh? [08:32] use it with alsamixer - anyone can run that [08:32] imbrandon_: huh to which bit? [08:32] system settings in ts ? [08:33] imbrandon_: no, as in, system settings, where appearance and all that is... [08:33] ooooooooooohh [08:33] lol [08:33] hit the sound and multimedia, then untick the enable kde sound system [08:33] then d/c from ts and reconnect [08:33] well, you can use any mixer as long as those elements are fiddled with [08:33] crimsun_: true, but it's simpler in alsamixer [08:34] do them all if you really want :P [08:34] imbrandon_: yay! [08:35] lol! [08:35] lol [08:35] bleh. too bad about waking others up :P [08:36] lol === TheMuso ponders joining in the insanity. [08:36] TheMuso: go for it [08:36] might as well [08:36] (I'm not quite gone yet) ;) [08:36] hehe i was about to say that... [08:36] who is the server admin , they should let us reg nic's and make a -motu chan etc passwd protected [08:36] you look like you're here :P [08:36] I'm off in ~10 minutes [08:36] I'd totally do it if I could find an intuitive way to tunnel udp. I suppose openvpn... [08:36] ok === TheMuso pulls out his microphone. [08:37] TheMuso: yay! === ajmitch waits for him to join [08:38] Twill be a bit yet guys. === Hobbsee suspects that if she's around for anything, she'll be told to shut up quite often, as usually happens on these things. [08:38] heh === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu [08:41] jsgotangco: you're dropping out a bit... [08:41] this sounds so *weird*! [08:41] Ok. How do you configure your push to talk key, and the sound for teamspeak? === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu [08:42] lol yea [08:42] TheMuso: Settings -> Sound Input/Output Settings [08:42] TheMuso: see what crimsun said above about the mic stuff, and you've got to kill artsd/whichever other sound server [08:42] hearing is diff that typing huh ? [08:42] yeah, just a bit [08:42] yeah [08:42] i'm used to it becosue we use it alot where i worked before [08:42] Well I am using a machine that has three sound cards in it. [08:42] it's like 'ZOMG itz a gurl!!!!1' [08:42] ;) [08:42] SO can I set up which card to use for example? [08:43] haha [08:43] And what did crimsun_ state? [08:43] ajmitch: i was just thinking...if certain people get on there and make certain comments...well, they might get me yelling at them... [08:43] I'd better leave quickly [08:43] Hobbsee: I'll be nice :) [08:43] right, now I'm really off to choir practice ;) [08:44] TheMuso: you can use a different card, yes, but TS is oss, so you'll have to use the oss devices [08:45] your primary alsa card0 is /dev/dsp, your secondary card1 is /dev/dsp1, your tertiary card2 is /dev/dsp2, ... [08:45] ajmitch: enjoy :) [08:45] TheMuso: Settings> Options> Sound Devices> Other> ... [08:45] crimsun_: Yeah I know about the oss stuff. [08:45] And I found it. [08:46] TheMuso: the rest of the stuff was about adjusting $mixer levels; unmute both 'Mic' and 'Mic Boost'; set 'Mic' to an appropriate level; select 'Capture' and set it to an appropriate level === TheMuso is using an envy24 card so it is different, but I have mic working. [08:48] How does one set the key for talking? [08:48] ah, so you have the wonderful envy24control. [08:48] Indeed. [08:48] None of that capture bullshit. :) [08:48] hehe [08:49] Settings> Sound Input/Output Settings> Voice Send Method> Push to talk> Set [08:49] imbrandon_: you can have a dep of firefox|mozilla for that [08:49] yea but currently its just mozilla [08:49] true [08:49] kinda sucks [08:49] yeah [08:50] Ok. What server is everybody on? [08:51] teamspeak.uds.canonical.com [08:53] Is there a server password? [08:53] TheMuso: no [08:53] no [08:54] TheMuso: hey sydneysider [08:55] imbrandon_: yours is pretty smooth [08:55] k [08:55] TheMuso's isnt relaly - hard to understand === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu [08:56] hahahaha! [08:57] TheMuso: seems like i just lose part of your speech - not sure why - it may be a gain thing, i dont know === ricmen [n=ricmen@200.79.200.137.cableonline.com.mx] has joined #ubuntu-motu [08:59] hi [08:59] lol [09:09] jsgotangco: Why have you not spoken? [09:11] hello ricmen [09:13] Hobbsee, http://fridge.ubuntu.com/event [09:14] bah. thanks. i'm just lazy :P [09:14] ;) === highvoltage [n=jono@196.36.161.235] has joined #ubuntu-motu === Gloubiboulga_ [n=gauvain@dyn-83-157-80-246.ppp.tiscali.fr] has joined #ubuntu-motu [09:42] imbrandon_: TheMuso we need a :P on there... [09:43] haha [09:43] or a LOL [09:44] yeah - but it's fun hearing you guys laugh :P [09:44] No we don't. === Hobbsee goes and hides. [09:44] hahaha [09:44] TeamLaugh? [09:44] hahhaha [09:44] i had to unplug my mic === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu [09:51] ogra__: ping [09:53] hey highvoltage === herzi [n=herzi@c151061.adsl.hansenet.de] has joined #ubuntu-motu [09:54] hey jsgotangco [10:07] well I'm in a semi-public cafe so I don't know how polite it would be to get my microphone out and start chatting [10:07] Riddell-awa: try it out, anyway :P [10:09] hehe [10:09] Riddell-awa: just go for the corner where there are no people === ech01 [i=ech01@tor/session/direct/x-32a12e2ab44f77c8] has joined #ubuntu-motu [10:11] where do i find the reasons for the each of the ubuntu updates? [10:12] unfortunately the only other person in here is at the next table, and this is the only table with a power socket [10:12] ech01: changelogs.ubuntu.com [10:12] Riddell-awa: thank you [10:12] Riddell-awa: ah...drat === kelmo [n=kelmo@madwifi/support/kelmo] has joined #ubuntu-motu [10:19] Riddell-awa: it's hard to follow, is there any tool that simplifies me reading them? === DarkMageZ [n=DarkMage@ppp230-60.lns3.syd7.internode.on.net] has joined #ubuntu-motu [10:20] ech01: ubuntu's updates programme will [10:21] Riddell-awa: like apt-cache, synaptic, etc [10:22] I can't remember what it's called, whatever update-notifier launches [10:22] Riddell-awa: isn't update notifier synaptic's? [10:23] no, although it might launch synaptic === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === tritium_away [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu === doko_ [n=doko@dslb-088-073-092-210.pools.arcor-ip.net] has joined #ubuntu-motu === Gervystar [n=gervysta@217-133-96-194.b2b.tiscali.it] has joined #ubuntu-motu === pygi [n=pygi@83-131-247-116.adsl.net.t-com.hr] has joined #ubuntu-motu === pygi [n=pygi@83-131-247-116.adsl.net.t-com.hr] has left #ubuntu-motu ["Leaving"] === vud1 [n=vud1@unaffilitated/vud1] has joined #ubuntu-motu [10:43] aww, Hobbsee left [10:44] Riddell-awa: why aww? i wasnt saying much anyway [10:44] i'll probably jump back on later [10:44] unless dad nicks the headset back :P === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu [10:46] yea i think me and TheMuso hijacked the channell for a while ;) [10:47] imbrandon: haha === Hobbsee should actually study for her next exam, too... [10:47] ;) [10:47] rather than leaving it for >12 hours until the exam starts... [10:47] er <12 [10:48] imbrandon: so what will happen with jingle support? [10:48] no idea untill ortp is updated [10:48] i guess [10:48] imbrandon: ortp? [10:49] thats what freeflying said was wrong with it [10:49] oh ok [10:49] it needed a diffrent version that what was in dapper [10:49] right [10:49] maybe edgy ? [10:49] that'd be good === Hobbsee did contemplate creating a partition for edgy today. [10:50] heh [10:50] got sidetracked though...all these people wanting to hear me speak :P [10:50] as soon as x11 is compiled for edgy i'll make a partition for irt [10:50] ortp? [10:50] TheMuso, no idea , it was a freeflying|away thing [10:50] ok [10:52] hrm i could just set it to repeat there's a tear in my beer from hank sr ;) [10:52] j/k [10:53] Well I'd better do another spec round to see what specs there are and make a final decision as to whether I want to attend them. === pygi [n=pygi@83-131-247-116.adsl.net.t-com.hr] has joined #ubuntu-motu === sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-motu [11:06] oh ok, everyon eleft :P [11:07] hehe [11:08] Hobbsee, i was the last one in there and left === rob [i=Robert@freenode/staff/ubuntu.member.rob] has joined #ubuntu-motu [11:08] oh ok [11:08] hey rob [11:08] i'll be back on in a few === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [11:08] heya rob [11:10] hi === Gervystar [n=gervysta@217-133-96-194.b2b.tiscali.it] has joined #ubuntu-motu [11:11] gee the motu mailing list is pretty quiet === \sh [n=shermann@gw01.combots.com] has joined #ubuntu-motu [11:19] if i want to package the flock browser and put it in revu, i'm allowed to do that, right? [11:19] whats the licence on that? === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === pygi [n=pygi@83-131-237-174.adsl.net.t-com.hr] has joined #ubuntu-motu === pygi [n=pygi@83-131-237-174.adsl.net.t-com.hr] has left #ubuntu-motu ["Leaving"] [11:36] hi all [11:37] hey zakame [11:41] hi Hobbsee === DarkMageZ_ [n=DarkMage@ppp15-118.lns2.syd7.internode.on.net] has joined #ubuntu-motu === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === pygi_ [n=pygi@83-131-227-114.adsl.net.t-com.hr] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:21] heya Toadstool :) [12:22] hi Gloubiboulga [12:22] hi everybody === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === imbrandon [n=brandon@ubuntu/member/imbrandon] has joined #ubuntu-motu === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu [12:29] hey, I have someone asking if we can update tellico to a newer version [12:30] I have been motu-offline for a while so I'm not sure :) [12:31] unless there is a really good reason, no [12:31] same as always [12:32] dapper is done, put a fork in it [12:32] for edgy though... === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu [12:32] edgy isnt open, and wont be usable for weeks [12:32] therefore... "no" [12:32] ok, I was talking about edgy [12:33] pool/main/t/tellico/tellico_1.1.5-1_i386.deb [12:33] I've seen http://archive.ubuntu.com/ubuntu/dists/edgy/ existed and was not sure [12:33] it will be synced by MoM anyway [12:33] koke: you can upload to it, but it will be rejected [12:34] and uploading a sync by hand will be rejected anyway [12:34] he needs to wait for MoM to start === erez [n=erez@CBL217-132-90-209.bb.netvision.net.il] has joined #ubuntu-motu [12:37] <\sh> sync is done from the sync team...it's automated, and MoM, we need to merge them manually ...if MoM ever runs again ;) [12:38] <\sh> moins btw [12:45] moin moin [12:45] moin moin moin [12:46] niom moin [12:48] mediawiki [12:48] highvoltage: So you're hello unsecurely? [12:48] Er, saying hello [12:49] StevenK: yep === highvoltage changes hello to plone/zwiki === highvoltage changes it to moinmoin [12:49] there. cycle complete. [12:49] Only because plone is pig [12:50] Er, a pig [12:50] Jeez, I can't type tonight. === TomaszD [n=tom@xdsl-2196.elblag.dialog.net.pl] has joined #ubuntu-motu === abelcheung_ [n=abelcheu@221.126.147.152] has joined #ubuntu-motu === pygi [n=pygi@83-131-224-182.adsl.net.t-com.hr] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [01:18] hi again everyone [01:19] wb Hobbsee. === Hobbsee is contemplating just passing out due to lack of sleep. [01:20] hiya, Hobbsee, TheMuso [01:20] hey Mithrandir === Kamping_Kaiser [n=kgoetz@ppp137-2.lns2.adl2.internode.on.net] has joined #ubuntu-motu === redguy [n=mati@adp221.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [01:22] hey Kamping_Kaiser [01:22] hi Hobbsee :) === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [01:35] heylo [01:41] hey zul === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu [01:42] Sweet! My gobby bug is fixed! [01:46] hey Hobbsee how is it going? [01:46] zul: absolutely exhausted, but apart from that, good :) [01:46] good why dont you go to bed then? [01:47] because it's not even 10pm yet...and i'm probably supposed to help with dishes before bed. [01:49] oic === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [01:55] Hobbsee: What have you been doing that has gotten you exhausted? [01:55] StevenK: uni exams, and 3 hours of sleep last night [01:55] Wheee === insanekane [n=kane@202.83.32.4] has joined #ubuntu-motu [01:57] hi ... i have a .install file ... in that file if i do usr/lib/share/* ... will everything under tmp/usr/lib/share/ be installed into my package directory ? [01:58] <\sh> insanekane: man dh_install :) [01:58] \sh: :) [01:59] \sh: ah thanks ... i just don't know enough about how this stuff works :/ [02:00] <\sh> insanekane: http://www.debian.org/devel/join/newmaint [02:00] <\sh> insanekane: on this debian server there is a lot of stuff for starting and understanding debian packaging [02:01] \sh: aha ok === jinty [n=jinty@15.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-motu [02:03] \sh: thanks much ... i think thats going to help a lot === lloydinho [n=andreas@130.225.237.188] has joined #ubuntu-motu === wij32 [i=wij32@88-108-47-91.dynamic.dsl.as9105.com] has joined #ubuntu-motu [02:28] hey can someone help. im new to linux, just installed ubuntu, the grapihcal interface wont work with my monitor, its a 17" flat screen, any ideas? [02:29] wij32: ask in #ubuntu [02:29] isnt this? [02:29] wij32: no, this is #ubuntu-motu === wij32 [i=wij32@88-108-47-91.dynamic.dsl.as9105.com] has left #ubuntu-motu [] === pygi [n=pygi@83-131-227-130.adsl.net.t-com.hr] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-motu === ogra__ [n=ogra@p5089E44F.dip.t-dialin.net] has joined #ubuntu-motu === \sh [n=shermann@gw01.combots.com] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === pschulz01_ [n=paul@150.101.6.36] has joined #ubuntu-motu === redguy [n=mati@afc98.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-210-170.tpgi.com.au] has joined #ubuntu-motu [03:40] G'day all. Dumb question, does dappers SDl mixer support .wav files ? === redguy [n=mati@afa168.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === _ZuZuu_ [n=ZuZubunt@AVelizy-154-1-79-118.w86-205.abo.wanadoo.fr] has joined #ubuntu-motu === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu [03:49] Heya gang [03:50] hey bddebian [03:51] Hello Kamping_Kaiser [03:52] hi bddebian, hi Kamping_Kaiser [03:52] Heya Gloubiboulga [03:53] :) === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu [03:53] G'day bddebian, Gloubiboulga, Kamping_Kaiser. [03:53] hi Yagisan [03:53] Hi Yagisan === shenki [n=shenki@ppp173-99.lns3.adl4.internode.on.net] has joined #ubuntu-motu [03:58] hey Yagisan === hub [n=hub@storm-gw.xandros.com] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-motu === redguy_ [n=mati@afa168.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu === nooby_god [n=zameer@CPE000c41b31da7-CM00080d825a44.cpe.net.cable.rogers.com] has joined #ubuntu-motu === lastnode__ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu === NthDegree [n=NthDegre@212-1-154-228.dynamic.dsl.as9105.com] has joined #ubuntu-motu === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu [04:38] If I want to help out packageing software, where do I start? [04:38] wiki.ubuntu.com/MOTU has some links [04:38] iirc [04:39] alright [04:39] and https://wiki.ubuntu.com/UbuntuPackagingGuide is a good start if you want to create new packages [04:39] nooby_god> http://www.debian.org/doc/maint-guide/index.en.html#contents [04:40] ^ good one too [04:40] ok [04:40] the first thing I want todo is to get Amarok 1.4 into the Universe === Rotund [n=joe@d34-112.rb.lax.centurytel.net] has joined #ubuntu-motu [04:40] <_ion> nooby_god: It's already packaged. [04:40] why am I unable to get it via synaptaic? [04:41] <_ion> ## http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg [04:41] <_ion> deb http://kubuntu.org/packages/amarok-latest dapper main [04:41] is it stable? [04:41] sudo apt-get install amarok [04:41] it works here [04:41] nooby_god> [04:43] nooby_god> is your /etc/apt/sources.list correct ? I mean have you uncommented the lines pointing to the Universe? [04:43] am off for dinner [04:44] tuxmaniac, why should he, amarok is in main [04:44] ah sorry then [04:44] I'm running Ubuntu if that should mean anything [04:45] ogra@edubuntu:~$ apt-cache madison amarok [04:45] amarok | 2:1.3.9-0ubuntu4 | http://archive.ubuntu.com dapper/main Packages [04:45] yeah, 1.3.9, not 1.4 [04:45] it will get updated to 1.4 in edgy automatically [04:47] if I'm running Dapper, I won't get 1.4 then? [04:47] Probably not, unless someone backports it or it gets into dapper-updates [04:48] nope unless its decided to take the risk to upgrade it via dapper-updates [04:48] but thats very unlikely if the 1.3 version doesnt have bugs like "wipes your harddisk" [04:48] argh, I'm from Gentoo, I'm so used to being on the bleeding edge [04:49] ues edgy then if it opens ;) [04:50] I'll just add "http://kubuntu.org/amarok-14/ dapper main" to my sources.list === lakin [n=lakin@206.174.196.147] has joined #ubuntu-motu [04:52] that will work right? [04:52] yep [04:52] i guess so ... (i dont go near QT stuff if i dont need) [04:53] I got an error in synaptaic -> http://kubuntu.org/amarok-14/dists/dapper/main/binary-i386/Packages.gz: 404 Not Found [04:54] nvm fixed it [04:54] I'll start reading the MOTU docs right now, hopefully I can help with the Universe soon [04:55] http://kubuntu.org/packages/amarok-latest/ should be the url [04:56] actually amaok-stable has 1.4 too [04:56] I should put that instead [04:57] hi all [05:01] Heya zakame === Bazzi [n=Bastian@p508023DB.dip0.t-ipconnect.de] has joined #ubuntu-motu [05:04] ogra: Qt or QT? [05:04] qt indeed :) [05:04] :P [05:04] or qT :) [05:04] or cutie [05:05] htis strange C++ widget thingie, you know :) [05:05] :-) [05:05] hi bddebian [05:05] hi hub ogr [05:06] ogra: QT is a proprietary multimedia framework, that I try to stay away from :-) === hub has no issue with Qt however [05:07] me neither, i simply dont touch it :) [05:07] (either of both) [05:19] all this hate against Qt =( === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu === Gloubiboulga_ [n=gauvain@dyn-83-157-80-246.ppp.tiscali.fr] has joined #ubuntu-motu [05:23] Bazzi, i dont hate it (else i wouldnt ship it in edubuntu) i just dont like it and know there are better methods for GUI apps :) [05:25] ogra: well I have heard so much political **** about Qt lately, it really hurts... great apps not ported to KDE/Qt because of some political BS... absolutely against free software morals [05:25] no offense to you of course [05:25] well, i'm not opposed if someone ports my apps to Qt, as long as i dont have to do it myself ... === Czessi [n=Czessi@dslb-088-073-024-194.pools.arcor-ip.net] has joined #ubuntu-motu [05:25] hi all [05:26] I'm trying to set up a edgy chroot, by following https://wiki.ubuntu.com/DebootstrapChroot === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu [05:27] and I was wondering, do I need to grab the updated debootstrap from the edgy repo, or is the one in dapper fine? [05:27] haha [05:28] edgy isnt even finished with basic setup on the buildds and initial archive imports [05:28] relax :) [05:28] yeah, i realise that [05:29] i'm trying to teach myself packaging === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-motu [05:29] usually you will set up a dapper chroot and upgrade that to edgy then [05:29] with the goal of packaging an app up and potentially getting it in edgy [05:29] ah, okay [05:30] same goes for pbuilder [05:30] cheers === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu === paniq [n=braniq@port-212-202-51-166.dynamic.qsc.de] has joined #ubuntu-motu === highvoltage [n=jono@mtngprs7.mtn.co.za] has joined #ubuntu-motu === lastnode__ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu === NthDegree [n=NthDegre@212-1-154-228.dynamic.dsl.as9105.com] has joined #ubuntu-motu [05:42] Greetings.. can anyone point me to some documentation for creating multiple binary packages from a single source package? [05:42] Debian New Maintainers Guide? [05:43] bddebian, I'll have a look, thanks. === pygi [n=pygi@83-131-227-14.adsl.net.t-com.hr] has joined #ubuntu-motu === _ZuZuu_ [n=ZuZubunt@AVelizy-154-1-20-105.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu [05:46] bddebian, Hmm.. not obvious where the information is. [05:47] http://www.debian.org/doc/maint-guide/ === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu [05:48] bddebian, Sorry.. let me rephrase that.. the maint-guide doesn;t go into this detail.. looks like I need the Developer's manuals. [05:49] http://www.debian.org/doc/devel-manuals [05:50] Ah, sorry [05:52] Hmm.. I remember reading something, but I can't remember which document it was. (I think my mind is going.) [05:54] developers-reference? [05:55] Where is that? [05:55] apt-get -y install developers-reference [05:55] Ahh, found the package. [05:55] Thanks. [05:57] Section 6.1.3. [05:57] (A start anyway.) === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [05:58] Doesn't really say how though. === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === netzmeister [n=netzmeis@p549F9415.dip0.t-ipconnect.de] has joined #ubuntu-motu === netzmeister [n=netzmeis@p549F9415.dip0.t-ipconnect.de] has left #ubuntu-motu ["...] [06:10] another question on the chroot setup, trying to follow https://wiki.ubuntu.com/DebootstrapChroot [06:11] in trying to get the locales working properly, i installed the packages suggested, however I still get http://paste.ubuntu-nl.org/15767 [06:14] orga? you still around? [06:14] ogra, excuse my typing [06:14] shenki: That is just a warning [06:14] i am [06:15] bddebian: isn't it warning me that I dont have any locale settings configured? [06:15] sorry ogra, just when I thought no-one was around, everyone comes running :) [06:16] shenki: Yes but defaulting to 'C' won't "hurt" you [06:16] okay [06:16] any ideas why it isnt working? taking to another user in -au, and he has the same problem on his actual system [06:18] What happens? [06:18] bddebian, its not going to 'hurt' me, but it did work on dapper untill stable (or i didnt notice an issue before that), and its an error that clogs up the screen on a simple apt-get install [06:18] http://paste.ubuntu-nl.org/15768 [06:18] ta-da, Kamping_Kaiser is the user I speak of :) [06:19] :) [06:19] shenki, thats fine for a chroot you use for building stuff ... [06:19] yeah, that's what I was thinking. but I thought I'd ask the quesiton, considering Kamping_Kaiser has the same problem [06:19] for an actual system use: locale-gen en_AU.UTF-8 [06:20] http://paste.ubuntu-nl.org/15769 - that's what I get from 'dpkg-reconfigure locales' === Kyral_FreeBSD [n=petermcv@128.153.20.104] has joined #ubuntu-motu [06:21] oy recompiling Apache,,,,GO! [06:21] shenki: Did you try locale-gen as ogra suggested? [06:21] i didnt say anything about dpkg-reconfigure [06:22] ogra, that's the command that the howto instructs you to use to set the locale settings === Kamping_Kaiser grumbles about new ways to generate locales, after hes done it one way for yonks [06:22] ogra, i seem to get the same erroro still. [06:23] shenki, yes, thats true for breezy and before [06:23] is there a way to get that ncurses selection thing that you could choose locales from? [06:23] nope [06:23] :'( [06:23] thats obsolete [06:23] use locale-gen [06:23] oh, i probably have to log out and in for those changes to stick *realises* [06:23] (and make sure to have the langpacks installed) [06:23] oh well :/ time to advance === Sergi0 [n=serge@ip227-28-166-62.adsl.versatel.nl] has joined #ubuntu-motu [06:24] ogra, that worked [06:24] and even better use the GUI language tool ;) [06:24] the locale-gen command [06:24] thankyou [06:24] :) === marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu-motu [06:24] ogra, i have this issue after useing the tool, hence the problem ;) [06:24] so that command replaces 'dpkg-reconfigure locales' in the howto for dapper? [06:24] no idea [06:25] i havent read many dapper howtos apart from ltsp stuff i wrote myself :) [06:25] shenki, spose so, but its 'sudo locale-gen [06:25] `sudo locale-gen en_AU.UTF-8` works, `sudo locale-gen en_au.utf-8` doesnt [06:26] who said it would be .utf-8 ? :) [06:27] my shift finger ;) [06:27] *g* [06:29] :) [06:36] bah, the DebootsrapChroot howto need to be fixed [06:37] I might have to do that before Paris [06:38] but I need to figure ot the sudo bit === Kamping_Kaiser looks at howto [06:39] which bit Laser_away ? [06:39] well, infinity suggested that the whole "setting up sudo in the chroot" was bad === pygi [n=pygi@83-131-247-116.adsl.net.t-com.hr] has joined #ubuntu-motu === pygi [n=pygi@83-131-247-116.adsl.net.t-com.hr] has left #ubuntu-motu ["Leaving"] [06:40] I need to figure out what exactly we should have there [06:40] yeh [06:43] My debian/rules file, under clean: has "rm $(CURDIR)/cxacru-fw" ... now when I try to build the package, and that file doesn't exist, make errors and exits... [06:43] What should I put in debian/rules to make it only delete the file if it exists and/or not care if it doesn't exist? [06:43] crap I nuked /usr/build/libtool [06:46] WTF is that for anyway... [06:47] hehe, remind me never to give you ssh access on my machines ;-) [06:48] Well, it was because I botched the Apache install [06:48] so I though that was put there by Apache :P [06:48] I mean /usr/bin/libtool was fine [06:48] ah well a little symlink and its happy [06:49] heh [06:49] I can't believe Debian doesn't have Apache 2.2 [06:49] oh wait its Debian...nevermind === _jaldhar is now known as jaldhar [06:54] ah ah ah. === lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-motu [06:55] Debian has been having a non-RC-buggy nbd since end of january, while we released dapper with a RC-buggy nbd in main. [06:55] who wins ? === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu [07:01] you mean network block device support ? [07:01] what should be buggy about it ? [07:02] Spec: put a '-' before the 'rm'. that tells make to ignore failures [07:03] http://www.grep.be/blog/2006/06/14/#ubuntu_main_and_Debian_Developers [07:04] (for ogra) === No1Viking [n=micke@h-83-140-104-3.ip.rixbredband.se] has joined #ubuntu-motu === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu === lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-motu [07:39] :( crap. failed dapper upgrade [07:40] ajmitch: zope & plone didn't like going breezy -> dapper === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [07:47] yikes, I don't think I get anything -devel is talking about [07:48] I guess I'm not geeky enough ;-) === crimsun_ fights ^H [07:53] ? === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu [07:55] LaserJock: nested screen sessions [07:55] ah [07:55] they're screwing my stty erase === neutrinomass [n=pandis@ppp22-199.adsl.forthnet.gr] has joined #ubuntu-motu [08:00] I was wondering, how does one go about packaging a python program that uses a python 'setup.py' instead of a makefile? do i need to write a makefile, or..? [08:01] call dh_python? [08:01] shenki: no, just run it in debian/rules [08:02] Kyral_FreeBSD: I'm learning packaging, this is my first go... i'll have a look at dh_python [08:02] dh_python won't build it [08:02] do you know of any packages which use that method? I was trying to look for an example [08:02] dh_python it will add some stuff to the postinst script [08:02] shenki: one I packaged is gausssum [08:03] cheers [08:03] shenki: there are probably many others though === Yagisan frantically starts downgrading packages in an attempt to get his his back in working order [08:03] yes. it's hard to find info, google doesnt help because it just finds info on packaging python, not python apps [08:04] right [08:07] it's actually quite easy to find [08:07] google://"debian python policy setup.py" === Yagisan learns new lesson for today. package x.y.z to z.y.z+1 is not a "small bugfix". [08:08] crimsun_: bah, of course for you it is. Some of use dummy heads don't find things that easily ;-) [08:08] ah. yes. search for the file, good thinking === adolson [n=dana@nor-goatfarm.vianet.ca] has joined #ubuntu-motu === adolson [n=dana@nor-goatfarm.vianet.ca] has left #ubuntu-motu [] [08:10] shenki: really the Python Policy manual would be a good thing to check out if you haven't already [08:10] LaserJock: I did just find something that was named similar to 'debian python policy', but it was a one-page piece of unusefullness [08:11] it appears to be exactly what I was looking for :) thanks [08:12] w00t. my website is back. now to backup again, and try each package, 1 by 1, till I see which needs a bug report === Yagisan lays odds it was the zope2.8 package [08:13] shenki: www.debian.org/devel has a link to the Python Policy === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu [08:14] LaserJock: ah, yes, that's the one im looking for. will keep that /devel site bookmarked tho, it's one of those things I wish I had about 3 hours ago :) [08:15] yep [08:36] man, scott, adam, et al. must have been fighting the archive all week{,end} [08:37] what's the problem, I'm not really getting what they're doing [08:37] I guess it's time for that billionth chroot [08:37] LaserJock: fixing $stuff so edgy can open [08:37] archive, toolchain, etc. === CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-motu === truzak [n=chatzill@85.107.23.241] has joined #ubuntu-motu === yosch [n=yosch@lns-bzn-58-82-251-209-83.adsl.proxad.net] has joined #ubuntu-motu [08:40] oh sweet, most of my local packages will be upgraded because of the syncs :D === zerokarmaleft [n=zerokarm@ip68-12-45-133.ok.ok.cox.net] has joined #ubuntu-motu [08:44] hello, whats the difference bw sun-java5-bin and sun-java5-jre packages? (both have same desc. as JRE) [08:45] truzak: -jre has arch-indep files; -bin has arch-dep files [08:45] hmm. breakage wasn't zope2.8. just 14 packages to hunt through [08:46] truzak: not to mention you have to accept the EULA to install -jre === TomaszD [n=tom@xdsl-2196.elblag.dialog.net.pl] has joined #ubuntu-motu [08:46] crimsun_: EULA for -bin too, no? [08:46] LaserJock: one of them has the debconf "issue", don't remember which [08:46] (same bug is triggered by flashplugin-nonfree) [08:47] crimsun_: well, that's been fixed [08:47] I'm not sure if it has hit the archives though [08:48] I used java5's debconf for my packaging job that should be hitting dapper any time now [08:48] madison isn't showing it locally, so it may have just waiting for pulse [08:48] EGRAMMAR [08:49] isn't showing what? [08:49] updated sun-java5 [08:50] uh oh, scott updated MoM's pool [08:50] are we ready? :D [08:50] what bug are you specifically talking about, the one where it doesn't present for pre-release Dapper installs? [08:50] LaserJock: yes [08:51] Heya crimsun_ [08:51] 'lo bddebian [08:51] crimsun_: yeah, it is in the SVN or whatever they are using, but I think they might be waiting to upload it [08:54] sweet, time for me to punt some changes to edgy === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu === bddebian uploads crimsun_ to Edgy :-) [08:59] mwuahahaha [09:00] bddebian: that's a pretty spectacular reject [09:01] Can some one explain this whole .deb thin gand respitory thing to me? I'm only used to emerge [09:01] bddebian: he might break [09:02] jamessan: thanks :) [09:02] crimsun_: Heh [09:02] nooby_god: emerge is a source based right? [09:02] nooby_god: it's pretty straightforward. Yanno how portage can source? That's what we upload to the holding area (hence compiled on buildds to generate binary debs). [09:02] Is it a bad idea to write .desktops that put stuff under System->Administration instead of Applications->System ? Because I've heard that Ubuntu is moving away from the latter ... [09:02] portage works with, rather [09:03] bddebian: Yes, it grabs tarballs and builds them.... [09:03] neutrinomass: might be a good question for -devel or seb128 anyway [09:03] portage is bassicly a much of scripts that download the source, check for the deps and builds it [09:03] yeap [09:03] explain this whole main, restricted, universe, multiverse thing [09:03] I don;t get it [09:03] main == supported by Canonical [09:03] LaserJock: Hm.. -devel the ML or the channel ? I haven't seen him in a while [09:03] that's a faq, ask the bot about components [09:03] Universe == unsupported [09:03] restricted = non free supported by canonical [09:04] multiverse = non free unsupported [09:04] http://www.ubuntu.com/ubuntu/components [09:04] neutrinomass: you might try the channel first [09:04] ok, when I add respitories to my sources.list it;s like 'deb some.url dapper main' [09:04] what does the dapper and main part me [09:04] *mean [09:04] distribution and component, respectively. [09:05] LaserJock: OK. I'm heading off from some cigs and will pop in there in a while ... [09:05] man 5 sources.list [09:05] so if I misslable one of the respitories has a wrong component, what happens? [09:05] you get an error. [09:05] you don't get it [09:05] ah, thank you === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [09:07] I'm currently trying to figure out what is the procedure for one to get Amarok 1.4 into the main respitory [09:07] Kubuntu already has the deb and everything is packaged [09:08] I've uploaded a package to revu, with a slightly different version number (1.2-1 -> 1.2-2), revu will know that it's the newer version of the same package, right? [09:08] yeah [09:08] and is it possible to comment on your own package in revu? [09:08] yeah [09:08] how? [09:08] upgrade/downgrade upgrade/downgrade upgrade/downgrade. I'm getting a headache sorting the zope packages into "this breaks" and "this works" [09:08] :p [09:08] Spec: you log in and go to your package :-) [09:09] nooby_god: path of least resistance is edgy/main (which should be fairly straightforward) [09:09] login with wiki credentials? [09:09] nooby_god: path of very high resistance is dapper-updates/main [09:10] why would it be high resistance? [09:10] I thought that Amarok was supported? [09:10] shouldn't be a good thing that's being upgrated? [09:11] nooby_god: not always [09:11] nooby_god: bug fix, yes. new features, no [09:11] s/bug fix/security bug fix/ [09:11] ah hah, password recovery...i don't recall setting that password though, must've been autogenerated [09:11] nooby_god: -updates is for gnome-desktop (core, stable branch fixes, with standing exception), translations, and trivial critical fixes [09:12] nooby_god: it is important that a particular release be stable and well integrated [09:12] ah, wonderful [09:12] well, I'll give up on that [09:13] give up on what? [09:13] nvm [09:15] doh, I wondered why my other machine was slow, I had 3 vnc sessions running at the same time [09:15] fix vnc then :) [09:15] and with another user on it and having only 256MB RAM, well ... I'm stupid [09:16] heh [09:16] I didn't think it used to be that slow [09:16] I kept killing the vnc on :1 but there were 3 others I didn't know about :-) === ogra__ [n=ogra@p5089DB24.dip.t-dialin.net] has joined #ubuntu-motu === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu [09:25] if there is a deb for a piece of software for debian but not in the debian respitory, how would one try to package that for ubuntu? [09:25] found the bugger. zope-resourceregistries from breezy to dapper = no website [09:26] ajmitch: would that be yours ? ^^ [09:29] nooby_god: generally that shouldn't be the case, we grab the Debian unstable packages automatically at the beginning of each release cycle [09:29] LaserJock: it's not in the debian respitories [09:29] the deb is found on the website [09:29] http://www.mercury.to/index.php?page=Downloads [09:30] nooby_god: ahh, then either you would need to get the source package from the authors or make you're own source package [09:30] it's a requested piece -> https://wiki.ubuntu.com/MOTU/Packages/Candidates?highlight=%28CategoryMOTU%29 === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu [09:31] nooby_god: yeah, go for it :-) [09:32] LaserJock: I don't think it's opensource [09:32] hmm, that always stinks [09:32] it's a closed source java program [09:32] ah [09:32] but's a very good piece of software [09:32] well, it could perhaps go in Multiverse if it is redistributable [09:32] It's in gentoo's portage, let me check === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu [09:34] LaserJock: there is no licencing info anywhere, but the ebuild does not point to the official server, some one else is distributing it [09:35] it's a little risky so I wont do it. I'll find another peice of software [09:35] yeah, closed source isn't fun === Gervystar [n=alessand@2001:1418:1ce:0:20e:a6ff:fea4:4ab5] has joined #ubuntu-motu [09:39] well I found another piece of software, the Last.fm player === Rotund [n=joe@69-179-21-49.dyn.centurytel.net] has joined #ubuntu-motu [09:40] <_ion> It's GPL IIRC. [09:40] <_ion> And already packaged. [09:41] really? [09:41] I guess I'll pick something eles [09:41] <_ion> http://packages.debian.org/src:lastfm [09:42] <_ion> In fact, it's available for Ubuntu as well from my repository. (I update the packages i've taken from Debian every once in a while.) [09:42] <_ion> Ubuntu dapper, that is. [09:42] nooby_god: looking for something to package ? [09:42] yeah [09:42] want to start [09:43] is there a 'to package' lsit? [09:44] There used to be a wiki page for packages that users have requested === jason__ [n=jason@cal149-99-255-162.dedicated.rogerstelecom.net] has joined #ubuntu-motu [09:44] I'm goiong through that right now [09:44] Ah [09:45] https://wiki.ubuntu.com/MOTU/Packages/Candidates -> this one right? [09:45] LaserJock there? [09:45] nooby_god: could you package kastrolog ? [09:46] nooby_god: Yeah, that's it [09:46] jason__: heah, hi! [09:46] I'll try insanekane [09:47] It would be my first piece of software to package [09:47] jason__: so you rebuilt the source package, but it dies in when you try to run pbuilder on it? [09:47] insanekane: do you know the procedure for packaging and then uploading software? [09:48] I'm actually a little confused [09:48] I package it, sign it, upload it to REVU then? [09:48] actually it finished correctly, but I can't find the .deb file [09:48] nooby_god: not much ... i'm just starting out like you ... but i guess i'm ahead because i started by looking at existing packages [09:48] nooby_god: http://help.ubuntu.com/ubuntu/packagingguide/C/index.html [09:48] nooby_god: hehe ... i havent gotten that far :) [09:49] jason__: ok, what did you use to set up the pbuilder? the packaging guide? [09:49] yes [09:49] nooby_god: more or less [09:49] I just install and run "pbuilder create" command [09:49] I'll start off with Kastrolog then === jose [n=jose@171.Red-217-125-94.staticIP.rima-tde.net] has joined #ubuntu-motu [09:50] yes I used the packaging guide [09:50] jason__: ok, then it should be in /var/cache/pbuilder/result [09:50] LaserJock: why vnc over freenx? :) [09:50] Spec: because freenx has never really worked that well for me [09:51] aww, it's so fast the two times i've implemented it [09:51] Spec: vnc over ssh tunnel works pretty well for my situation [09:51] except it's slow :) [09:51] ssh adds a bit of overhead as well [09:51] well, it works, which is better than I can say for freenx ;-) [09:51] yes there is.. [09:52] hehehe [09:52] jason__: you should have quite a few files in there, one of which should be a .deb === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu [09:53] yes you are right. there are .diff.gz, .dsc, .changes and orig.tar.gz too.. [09:53] yeah, those are copies of the source package, but you have then already [09:54] LaserJock: So if I change the desktop-multiplier in the future, then I will send you the source package.. [09:55] jason__: yeah, but really any MOTU (devs who can upload to Universe and Multiverse) could do it [09:55] how do we find out which package a file has come from ? [09:55] dpkg -S [09:55] OK thanks, [09:56] jason__: but if you test out the building with pbuilder it will help a lot [09:56] jason__: but we can certainly help if you get stuck or anything [09:56] ok [09:56] nooby_god: cool :) [09:58] LaserJock: You don't help me??? :-) [09:58] I don't? [10:00] I was joking. Notice the :-) === jason__ [n=jason@cal149-99-255-162.dedicated.rogerstelecom.net] has left #ubuntu-motu ["Leaving"] === woodstock_ [n=peli@pD9E91610.dip0.t-ipconnect.de] has joined #ubuntu-motu [10:10] if I want to set up pbuilder the command would be sudo pbuilder create --distribution dapper correct? [10:11] yes, but you'll have to upgrade to edgy after creating it if you want to test new packages === ivoks [n=ivoks@lns02-0909.dsl.iskon.hr] has joined #ubuntu-motu [10:12] well I'm packaging a piece of software for the universe [10:12] so dapper will do right? [10:12] Set your pbuilder up with Edgy [10:12] New packages won't get in Dapper anyway [10:12] no, dapper is closed, all the new package will go to edgy [10:13] ah [10:13] packages* [10:13] does any one here use Edgy? [10:13] I am trying to upgrade one of my boxes as we speak === pygi [n=pygi@83-131-244-65.adsl.net.t-com.hr] has joined #ubuntu-motu [10:13] i have edgy in a chroot [10:14] I can still create packages for Edgy in Dapper right? [10:14] and is Edgy stable at all? [10:14] nooby_god: With the pbuilder, yes === pygi [n=pygi@83-131-244-65.adsl.net.t-com.hr] has left #ubuntu-motu ["Leaving"] [10:14] ok bddebian [10:14] so the command I would do right now would be sudo pbuilder create --distribution edgy [10:15] s/edgy/dapper/ === Yagisan is annoyed. plone can't go from breezy -> dapper. without breaking into unusable bits. :( [10:15] Yes, or you can build a dapper pbuilder first, then upgrade to dapper [10:16] bddebian: err, dapper's pbuilder already knows about edgy? [10:16] Ack, upgrade to edgy [10:16] is there a safe way to upgrate to edgy? [10:16] no wait, I'll stick with something stable [10:16] crimsun_: Oh, hmmm, good point [10:18] I get an error when I run pbuilder [10:18] E: No such script: /usr/lib/debootstrap/scripts/edgy [10:18] but I have debootstrap [10:19] but not edgy :) [10:19] nooby_god: dapper deboostrap doesn't know about edgy [10:20] nooby_god: you can build a dapper pbuilder and then upgrade it [10:20] so I would have to upgrate to edgy inorder to start packaginf? [10:20] LaserJock: how? [10:20] --distribution dapper [10:20] pbuilder create --distribution dapper [10:20] nooby_god: Yeah that was my fault sorry, I wasn't thinking about the pbuilder end [10:20] change pbuilder's sources.list, then update --override-config [10:21] then I run sudo pbuilder update --distribution edgy --override-config [10:21] yeah [10:21] no drop the --distribution after you've created a pbuilder $base.tgz [10:21] --distribution implies pbuilder knows about the parameter passed to it. [10:22] oh, hmm [10:22] I just ran sudo pbuilder create --distribution dapper --othermirror "deb http://archive.ubuntu.com/ubuntu dapper universe multiverse" [10:22] then what do i do then? [10:22] did it work? [10:23] you edit pbuilder's sources.list, :%s/dapper/edgy/, then update --override-config [10:23] yeah, that command just ran [10:23] so many damn libs === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu [10:24] nooby_god: hmm, where is his sources.list going to be? [10:25] LaserJock: (misaddress?) I presume people are using ~/.pbuilderrc [10:25] no [10:25] all commandline [10:26] at least that's how I set up the Packaging Guide [10:26] it's a Really Good idea to use ~/.$pbuildderrc [10:26] dang it, Matthew Palmer told me not too [10:27] I went through it all and did a fair amount of work to get this right :/ [10:27] and instead use /etc/pbuilderrc? [10:27] yes [10:27] wouldn't pbuilder store the sources.list inside of the chroot? [10:27] nooby_god: yes, but it is a matter of where it gets it [10:27] /etc/apt/sources.list? [10:28] and what if you 1) don't have control over /etc/pbuilderrc [but are granted sudo for pbuilder] and/or run multiple pbuilders? [10:28] that is the point [10:28] I use a script in ~/bin [10:28] I fall under both of those categories [10:28] me too [10:29] alll though more under multiple pbuilders than not having access [10:29] I keep ~/.pbuilderrc.dapper{,-backports}, ~/.pbuilderrc.hoary, ~/.pbuilderrc.breezy{,-backports} [10:30] right, Matthew Palmer said that was all unnecessary === Yagisan uses /etc/pbuilderrc and pbuilders apt sources live in /etc/pbuilder/apt.config/sources.list [10:30] pbuilder just finished creating bast.tgz for dapper [10:30] pbuilder comes with a script, my modified version for dapper is http://paste.ubuntu-nl.org/15776 [10:30] that is all I use [10:31] no pbuilderrc or sources.list stuff [10:31] if I want to upgrate to pbuilder edgy I need to edit my sources.list and then run pbuilder update --distribution edgy right? [10:31] I just have a new script for each pbuilder (only modifying DISTRIBUTION) === woodstock_ [n=peli@pD9E91610.dip0.t-ipconnect.de] has left #ubuntu-motu ["Ex-Chat"] [10:31] nooby_god: don't edit /etc/apt/sources.list [10:32] one day, I'll get around to redoing it more like crimsun_. [10:32] I would edit..... [10:32] Yagisan: I used to do it that way [10:32] LaserJock: sure, you can do it that way. [10:32] nooby_god: that's what we are discussing === nooby_god watches intensely [10:33] crimsun_: but my question is does that break upgrading? [10:33] bah, I've got a meeting right now [10:33] bbiab [10:34] LaserJock: you've always got a corner case at the beginning of each devel cycle anyway [10:34] mm. kernel update. time to reboot the router. [10:34] at that point you either have to edit your script, or you have to edit ~/.$pbuilderrc [10:34] yeah, I'm just wondering if I made the Packaging Guide flawed by doing it that way [10:34] no, the packaging guide is fine [10:34] you can't get around editing /something/ [10:35] ok, I have a pbuilder for dapper, I want to upgrate to a pbuilder for edgy so I can create stuff for universe [10:35] what do i do people [10:35] nooby_god: in this case you either modify Laser_away's script, or you edit pbuilder's sources.list [10:36] (this is the cornercase I'm referring to) [10:36] crimsun_: what did you do? [10:37] nooby_god: I'm a conffile whore. I like ~/.$pbuilderrc and $sources.list [10:38] so i'll do that then [10:38] where is pbuilders sources.list? === truzak [n=chatzill@85.107.23.241] has left #ubuntu-motu [] [10:39] if you didn't modify anything, it's /etc/apt/sources.list [10:40] which is why you would either use a script or manually use command line parameters [10:42] Can 't I just run "sudo pbuilder update --distribution edgy --override-config --othermirror "deb http://archive.ubuntu.com/ubuntu edgy universe multiverse" ? [10:42] to upgrate to edgy without modifying anything? [10:44] nooby_god: no. "edgy" is not known to pbuilder, so you can't pass it as an argument to --distribution [10:44] oops, I just ran it [10:44] it seems to be working though [10:45] it may work due to --override-config --othermirror [10:45] both of those supercede --distribution [10:45] ah [10:45] well it works, that's all that matters right now [10:45] thank you though crimsun_ [10:49] Hmm, is doomlegacy gone? === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu [10:52] nooby_god: np === Symgeosis [n=Symgeosi@mtairy-motorola1-68-71-230-109.chvlva.adelphia.net] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [11:04] Later gang === Gervystar [n=alessand@2001:1418:1ce:0:20e:a6ff:fea4:4ab5] has joined #ubuntu-motu [11:13] I have a suggestion for the REVU site: put a search thingy... [11:13] that's in the cards for revu2 afaik [11:14] in the meanwhile, use your browser's excellent Find [11:19] oy [11:19] Day destroyed by recompiling Apache and PHP [11:21] on hurd? :) [11:21] hurd runs? [11:21] Does anyone have something that I could use as my first package? [11:21] Spec: yah [11:22] gloubiboulga: no this was my production box [11:22] Debian doesn't have the updated Apache or PHP so I spent the day recompiling from source === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu [11:22] Found out Debian messes with the apache layout too much [11:22] hey [11:22] even with the --enable-layout=Debian compile opt [11:22] has anyone seen lucas recently? [11:23] Kyral_FreeBSD, you should use ubuntu, it's a great distro ;) [11:23] I'm gonna construct a new VM from HLFS to replace this one [11:23] gloubiboulga: And what? Wind up with the same crap Debian gave me? [11:24] Honestly the default Apache Config layout is better IMO === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu [11:24] none of this "mods-enabled" "mods-disabled" crap [11:24] Kyral_FreeBSD, it was just a joke :) [11:24] I compiled the mods I needed into Apache and it was happy [11:24] I like the mods-enabled/mods-disabled and sites-enabled/sites-disabled crap :p [11:24] osryr I owrked on this for like 7 hours [11:25] Had to recompile mod_perl [11:25] had to recompile mod_security [11:26] I'm just like "WTF why don't I just recompile the whole shabang" === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [11:28] I'm off to bed, g'night [11:29] Seems to be faster...less memory useage [11:35] if there is no ubuntu source package for a peice of software is it still nessessary to make an ubuntu folder? [11:36] ubuntu folder what? [11:36] according to the guide -> http://help.ubuntu.com/ubuntu/packagingguide/C/basic-debhelper.html [11:37] mkdir ~/hello-debhelper [11:37] cd ~/hello-debhelper [11:37] no paste [11:37] wget http://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz [11:37] I get it [11:37] mkdir ubuntu [11:37] cd ubuntu [11:37] Then, get the Ubuntu source package: [11:37] apt-get source hello-debhelper [11:37] cd .. [11:37] ops [11:37] *oops [11:37] I thougth you meant in place of the Debian dir [11:37] nooby_god: the directory you make is necessary for the package [11:37] even if there is no source package in the respitory? [11:37] I think its just a workzone [11:38] so you keep all the clutter in one place [11:38] nooby_god: yeah, you don't want to mess your ~ do you? [11:38] ok [11:38] (easier to bzr init and rm -rf) === Arrogance [n=aks@ottawa-hs-64-26-147-147.d-ip.magma.ca] has joined #ubuntu-motu [11:40] oh, what do I do if dh_make get's the version wrong? [11:41] man dh_make [11:41] the version is 5.4-1.1, but dh_make says the version is 5.4 [11:41] nooby_god: bad directory name [11:41] yes it is zyga, should I do anything? [11:42] or let it be? [11:42] nooby_god: probably rename it but I'm not too good at packaging [11:42] seek advice from those who know better [11:43] Does anyone know better here? [11:43] nooby_god: just curious, did you triple check that you are not doing something that is already done (the package you make is really not in any archive) [11:44] yes [11:46] well actually this may make sense, the package name [11:46] the version name is kastrolog-5.4-1.1 [11:46] it's based on astrolog 5.4, and it's version 1.1 === zyga would like a consistent source package format [11:48] there is [11:49] its called tar.gz [11:49] Kyral_FreeBSD: yeah, same as unix standard, it's called man [11:49] yup [11:50] I was rather thinking about debian source packages === Kyral_FreeBSD shrugs [11:50] You do realize that deb-srcs are just the tar.gz + the diff.gz [11:51] yeah, and +foo.gz where foo is appropriate according to packager, foo varies greatly [11:51] foo by its nature is meant to vary greatly :P [11:51] maybe there should be no random foo then? [11:51] but alas, foo is standard too :P [11:52] Just like its cousin, bar :P [11:52] but then again foobar is not a good sign in the code you have to maintain [11:53] I use it to finish off a case statement where I expect the condition to never have been met :P [11:53] and define it as weak alias to be sure it's not worrying the linker ;-) ? [11:54] something like bool foo = true; (something that might modify foo); if( !foo ) { } else if( foo ) { something else } else { cout << The Laws of The Universe have been violated, this error is the least of your problems; } [11:54] :P [11:55] cout, ouch! [11:55] it was C++ jeez === jose [n=jose@171.Red-217-125-94.staticIP.rima-tde.net] has joined #ubuntu-motu [11:55] yeah, jeez told us to use c [11:56] ...don't bring up this fight C boy [11:56] I was taught C++ before C [11:56] I like C++. I like Vectors damnit :P [11:56] c is ugly but necessary and mature in a way [11:56] like Perl! [11:56] c++ is still young and forming IMHO [11:56] oh and I like python :) === Kyral_FreeBSD falls down [11:57] but I really don't see either as good [11:57] Actually they are supposed to be releasing the next specification of C++ in like the next year or so [11:57] c0x? or what was the draft called? [11:57] C++0x [11:57] I think [11:57] oh, forgot about++ :) [11:58] Perl is quite nice [11:58] zyga: C++ is mature [11:58] hub: did you read that spec? it's like 100% new features and that's not mature IMO [11:58] oy...the battle between C and C++ is like the battle between Vim and Emacs... [11:59] Kyral_FreeBSD: I shall silently ignore that [12:00] So new features == new and immature regardless of how old the language is [12:00] wow, then by your reasoning everything is immature compared to ASM :P [12:01] Kyral_FreeBSD: mature is a way to say it's in maintenance mode, not revolution; I feel c++ to be closer to the latter [12:02] how would I find out what a program depends on? [12:02] nooby_god: ldd on the binary is a good start, building it in pbuilder is recommended [12:03] checking out what #includes/imports/uses it has