/srv/irclogs.ubuntu.com/2006/06/15/#ubuntu-motu.txt

=== 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
ryanakcahmmm... 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/6564112:22
TheMusoHave you tried building it normally? i.e not in pbuilder?12:23
ryanakcamake, make install, etc?12:24
ryanakcayeah, it installs12:24
TheMusoNo, dpkg-buildpackage -rfakeroot12:24
ryanakcafrom the source dir?12:24
TheMusoThe problem is in the debian rules file it seems.12:24
TheMusoYep.12:24
TheMusoIt seems the problem is to do with dh_fixperms being run.12:24
TheMusoOr a problem that dh_fixperms is encountering.12:25
ryanakcasame error12:25
ryanakcamy rules file : http://pastebin.ca/6564212:25
TheMusoOk. The reason it is not working is because no package files are actually being installed.12:27
ryanakca??12:28
TheMusoHow did you create the debian/rules file?12:28
TheMusoOk. What is currently in the debian/ directory?12:29
ryanakcadh_make, and I changed "dh_installman typespeed.1" to "dh_installman typespeed.6" in the rules12:29
ryanakcawait, no, that's not true...12:29
ryanakcaI copied the rules file from the old 4.4 typespeed's source....12:29
=== Ingmar^ [n=ingmar@103.160-201-80.adsl.skynet.be] has joined #ubuntu-motu
ryanakcadh_make and I copied the files from the old source...12:30
TheMusoRight.12:31
ryanakcahttp://pastebin.ca/6564512:31
ryanakcalol...12:31
ryanakcaI'm following http://help.ubuntu.com/ubuntu/packagingguide/C/basic-debhelper.html12:31
TheMusook12:32
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
zulhey12:32
TheMusoHey zul.12:32
zulhey TheMuso12:32
ryanakcaany ideas?12:35
TheMusoNot really.12:36
TheMusoIs the contents of the debian dir that you showed me right after the failed build?12:36
TheMusofrom right after the failed build I should say.12:36
ryanakcayes,12:36
ryanakcaI made the .dsc, and then I didn't touch it...12:37
TheMusoRight.12:37
ryanakcatouch the debian/    ... I'm not being specific, I know :)12:37
TheMusoWell I gotta go and grab some breakfast to help me think. :)12:38
TheMusoBe back in a little while.12:39
ryanakcakk12:39
ryanakcalol, 6:39 PM out here... just had supper :)12:40
TheMuso8:42 AM in Sydney here. :)12:40
=== 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
TheMusoryanakca: Ok I am back. Have you tried anything else?01:00
ryanakcawhen 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.401:00
TheMusoHmm. I would only have copied the control, copyright and changelog files.01:02
TheMusoMy guess is that the chgrp stuff for typespeed no longer applies, but I can't be sure of that.01:03
ryanakcanope...01:04
ryanakcaI check the build directory... I went ctrl-c before it deleted it all...01:04
ryanakcatheres nothing in the /usr/games/, and there is no file starting with type in /var/games01:06
ryanakcaSo my guess is that there IS something wrong with the rules...01:06
TheMusoDon'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:06
TheMusoThats why I was wondering what was in your debian dir after it failed to build.01:07
ryanakcakk, I re-extracted the package, and I'm using the dh_make rules, but the old control, changelog, copyright.01:09
TheMusoOk. You may need to modify rules to suit the needs of the package.01:09
ryanakcayeah... I had modified the old rules last time..01:09
ryanakcaI'll try with dh_make rules, and then I'll modify these as needed...01:10
TheMusoOk.01:10
=== ryanakca crosses his fingers...
ryanakcahttp://pastebin.ca/6565401:13
ryanakcaI need to edit the Makefile...01:13
ryanakcaright? at least that's what I had done last time... http://pastebin.ca/6565501:14
TheMusoYes you do.01:14
ryanakcainstall to /usr/games methinks... not /usr/bin....01:15
TheMusoI don't exactly know where games go.01:16
ryanakcayep01:16
TheMuso/usr/games I think..01:16
ryanakcabut then... it's not exactly a "game"... its more of a "learn to type" program... so I'll put it in /usr/bin01:16
=== kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu
=== DarkMageZ [n=DarkMage@ppp2-17.lns1.syd7.internode.on.net] has joined #ubuntu-motu
ryanakcaok, different error now, it seems to be one that is easyer to fix....01:20
ryanakcahttp://pastebin.ca/6565801:21
TheMusoTHe Makefile doesn't use the DESTDIr variable.01:23
TheMusoWhich it needs to.01:23
TheMusoSloppy Makefile writers. :S01:24
ryanakcahmmm... I COULD do something incredibly stupid to fix that error.. but I wont :)01:24
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu-motu
LaserJockbah, why not? :-)01:25
ryanakcachmod 777 ${BIN}  , install -s -m 755 typespeed ${BIN}    ,    chmod 755 ${BIN}01:25
ryanakcasee what I mean?01:25
TheMusoThat still doesn't help the package build process.01:26
ryanakcait 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 strike01:26
TheMusoryanakca: 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
ryanakcakk01:27
ryanakcawhat about I put it on my web server01:27
TheMusoThats fine.01:27
ryanakcarkavanagh.homelinux.org/~ryan/Makefile01:28
TheMusoThanks.01:28
ryanakcanp, brb01:28
TheMusoWhen you are ready, the edited copy s here: http://www.themuso.id.au/Makefile01:31
TheMusoThe section I have changed is the install section.01:31
LaserJockbah, I'm only getting FC5 at 400k/s which is like getting Ubuntu at 80k/s01:42
TheMusoheh01:42
TheMusoWhat are you getting FC5 for?01:42
LaserJockbecause DistroWatch said it was better than Dapper :-)01:43
=== TheMuso grumbles about quota free mirrors not having the DVD isos.
TheMusoRight.01:43
LaserJockand I haven't seen Fedora since about FC301:43
LaserJockso I thought I'd give it a shot in qemu01:44
TheMusoI have only ever played with FC1. :)01:44
LaserJockyuk, I didn't think it was very good, although I've never been very impressed with any Red Hat stuff01:44
LaserJockthey always end up a lot slower for me01:44
TheMusoheh01:45
TheMusoOk. I have found amirror with the DVD.01:45
=== TheMuso grabs it.
LaserJockprobably the same one I'm getting it from01:45
LaserJockdon't steal my bandwidth ;-)01:45
TheMusoMeh. 5 hours till it finishes. :)01:46
TheMusoNah, this is a mirror in Australia.01:46
TheMusoThat I am using.01:46
LaserJockhmm01:47
LaserJockcause my I dropped to 390k/s ;-)01:47
LaserJocks/my//01:47
TheMusoWell I am only able to pull 162 KB/s max on my connection.01:47
TheMusoAnd I am currently maxing it out.01:48
LaserJockwell, I've been able to get 4M/s but that's pretty rare01:48
TheMusoLucky you.01:49
TheMusoI am stuck on 1.5mbps here in Australia.01:49
=== jinty [n=jinty@15.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-motu
LaserJockwell, I pay (or rather my advisor pays) enough in tuition, I oughta get some decent bandwidth01:49
TheMusoFaster speeds are available, but I haven't bothered changing. Won't bother till we move anyway.01:49
=== imbrandon_ [n=brandon@CPE-72-135-8-5.kc.res.rr.com] has joined #ubuntu-motu
TheMusoBut Australian broadband is still mostly stone-aged compared to most of the rest of the world.01:50
=== ealden [n=ealden@203.177.223.95] has joined #ubuntu-motu
LaserJockhmm, I'm on 1.5mbps but it is really stable01:50
TheMusoSo is mine.01:52
DarkMageZTheMuso, i suggest moving to canberra, i hear they have adsl2+!01:52
TheMusoBut I'd like more upstream if nothing else.01:52
TheMusoI only have 256kbps upstream.01:52
TheMusoDarkMageZ: 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
TheMusoAnd Canberra is too cold for my liking. :)01:53
TheMusoAnd public transport isn't exactly as good down there.01:53
DarkMageZthey have bicycle lanes, u can go anywhere in canberra on a bike01:54
TheMusoWhen you are vision impaired, that is not exactly practicle.01:55
ajmitchmorning01:55
DarkMageZoh, eh, sorry about that01:55
LaserJocklol01:55
TheMusonp01:55
TheMusoHey ajmitch.01:55
LaserJockeven for people with perfectly fine vision, bicycling around cities can be a problem01:55
ajmitchif canberra is too cold for you, you'd love dunedin :)01:56
TheMusoheh01:56
LaserJockI wouldn't know though, I live the US, western US at that01:56
LaserJockajmitch: how do you pronounce dunedin?01:57
ajmitchstress on the e01:57
DarkMageZdone-ee-din01:57
LaserJockhmm01:58
ajmitchoriginally it would have been 2 words01:58
ajmitch(scots gaelic)01:58
zulhey ajmitch01:58
ajmitchhey zul01:59
=== bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-motu
bddebianHowdy gang02:04
Kyralhello he who is bddebian02:04
bddebianHeh, hi Kyral02:04
KyralI haven't gotten anywhere with that libgc thing02:04
bddebianhehe02:05
Kyraldpkg-buildpackage stops at the Make Test thing02:05
Kyralhurd doesn't freeze because I can ^C out of it02:05
TheMusoCool! VOIP for Paris!02:05
ryanakcaTheMuso: thanks02:06
TheMusonp02:06
TheMusoDo you understand what I have done to that?02:06
ryanakcaI'm looking at it atm...02:07
ryanakcayou added DESTDIR...02:07
TheMusoYep.02:07
TheMusoWhich should make sure things get placed in the right place when the package gets built in pbuilder./02:08
ryanakcaYou replaced all the ${PREFIX} with $(DESTDIR)/   by the looks of it02:08
ryanakca:)02:08
ryanakcaI'll try it, thanks02:08
TheMusoNo problem.02:09
ryanakcaoops... 1 error http://pastebin.ca/6567202:11
ryanakcahmmm... add        mkdir $(DESTDIR)//etc/   before     echo ${WORDFILES} > $(DESTDIR)//etc/typespeedrc    ?02:13
TheMusoYep.02:14
ryanakcayep, it worked...02:14
TheMusoCool.02:14
bmontyhi MOTUs02:14
ajmitchhi bmonty02:14
ryanakcahttp://pastebin.ca/6568102:15
LaserJockgobby and VoIP? yikes02:15
LaserJockhi bmonty bddebian et. al.02:15
bddebianHeya bmonty, LaserJock, ajmitch, TheMuso, ryanakca, etc :-)02:15
TheMusoLaserJock: Yeah I know.02:16
TheMusoGobby is alright for me as it uses GTK2, but I am not sure about teamspeak.02:16
ryanakcachange      ./typespeed --makescores        to    $(DESTDIR)/${BIN}/typespeed --makescores        ?02:16
TheMusoJust setting it up now to have a look.02:16
ajmitchLaserJock: where was this announced?02:16
LaserJockajmitch: only to the priveleged few ;-)02:17
ryanakcahey bddebian.....      I figured out how to make a rules file for scons...02:17
ajmitchLaserJock: figures02:17
LaserJockactually, Keybuck said something about it yesterday, I think02:17
bddebianryanakca: Great02:17
TheMusoryanakca: Actually I am not sure about that and what it does.02:17
LaserJockdoes a headset include both headphones and mic (man am I old)02:18
TheMusoYes.02:18
TheMusoI 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.02:18
=== lakin_ [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu
TheMusoWith things that sound like absolute crap02:18
LaserJockI have crummy everything02:18
=== TheMuso is somewhat of an audiophile.
LaserJockI'll have to make a trip to Walmart ;-)02:19
=== NthDegree [n=NthDegre@212-1-152-141.dynamic.dsl.as9105.com] has joined #ubuntu-motu
ryanakcabddebian: HOWTO for scons rule files... https://wiki.ubuntu.com/MOTU/Packages/Packaging/Kubuntu?action=show&redirect=KubuntuPackagingGuide#head-14fd9bd07ac2eaf9ff87fdb6c4d054e2ecbf88ec02:19
bddebianCool.  Did you get around it not finding libSDL?02:19
LaserJockalthough it is funny that they use Team Speak, people use that a lot one one of the games I used to play02:20
ryanakcaTheMuso: hmmm... same here02:20
ryanakcanope02:20
ryanakcaThat's one of the many parts I don't understand02:20
TheMusoAnd I think it assumes a few path names, and won't place the files in the correct spot.02:20
TheMusoLaserJock: Have you set up teamspeak yet?02:21
TheMusoIf so, where in the menus can it be found/02:21
TheMusoI haven't found it yet.02:21
ryanakcaTheMuso:02:21
ryanakca --makescores02:21
ryanakca              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
ryanakca              Doesnt start typespeed.02:21
LaserJockin what menu?02:21
ryanakcaoops... sorry all... that was supposed to be 1 line :)02:21
TheMusoryanakca: hmmm02:21
TheMusoThe best thing to do is just to build the package without installing it anywhere, and run that command and see what happens.02:22
TheMusoLaserJock: Thats what I am wondering.02:22
TheMusoWhen you install teamspeak, there is an option to create menu entries for GNOME and KDE.02:22
TheMusoBUt I can't find it anywhere.02:22
ryanakcaIt's allready installed... so...02:22
TheMusoUnless I need to reload my menus somehow.02:22
ryanakcahmmmm....02:23
LaserJockTheMuso: oh, well I haven't gotten that far, I'm on OS X02:23
TheMusoRight.02:23
TheMusoOk, teamspeak is out of the question for me.02:24
TheMusoGar!02:24
LaserJockreally?02:24
LaserJockwell, I think it is sort of a cool idea02:25
=== nickpresta [n=nickpres@CPE000625f47ed2-CM0011e6c456e3.cpe.net.cable.rogers.com] has joined #ubuntu-motu
LaserJockI hope it works02:25
nickpresta>_>02:25
LaserJockalthough I'm not crazy about being heard around the world :(02:25
TheMusoCool idea, yes. Accessible, no.02:26
TheMusoAt least I will be able to use gobby.02:26
TheMusoI hope.02:26
nickprestaI 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
LaserJocknickpresta: a lot of pain and heartache ;-)02:27
ryanakcanickpresta: lots of work02:27
nickprestaI've heard the horror stories =P02:27
LaserJockhehe02:27
ryanakcaI just started attempting to package... and after ~ 6 hours, I don't even have a package...02:28
ryanakcaand it's a simple app...02:28
LaserJockit's really a blast, and the people are awesome02:28
LaserJockdon't listen to ryanakca, he's doind silly things ;-)02:28
ryanakcaand helpfull :)02:28
nickprestaWell, I don't mind putting in time and effort as I would waste it sitting here anyways >_>02:28
TheMusoheh02:29
ryanakcalol... 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
bddebiannickpresta: https://wiki.ubuntu.com/UbuntuPackagingGuide02:29
LaserJockif you want some docs check out http://help.ubuntu.com/ubuntu/packagingguide/C/index.html and www.debian.org/devel/02:29
LaserJockbddebian: nooooo, not there :-)02:29
bddebianNo?02:29
LaserJockhelp.ubuntu.com02:30
bddebianOh :-)02:30
LaserJockthe wiki is just my working outline02:30
nickprestaYep, thanks. I was bookmarking them earlier and I plan to get to them later tonight.02:30
LaserJockI don't want anybody to see that ;-)02:30
ryanakcaread the help.ubuntu.com one, as well as The Debian New Maintainers' Guide   http://www.debian.org/doc/maint-guide/02:31
nickprestaAny specific language I need to be able to program in?02:32
LaserJockno02:32
nickprestaGod, MySQL takes forever to compile02:34
LaserJockTheMuso: what's the problem with TeamSpeak? hard to use?02:35
TheMusoLaserJock: It isn't accessible at all. Doesn't work with any GNOME/KDE accessibility technologies.02:36
bddebiannickpresta: All of them :-)02:36
=== slomo__ [n=slomo@dslb-084-061-136-181.pools.arcor-ip.net] has joined #ubuntu-motu
nickprestaI've always been a fan of Ventrilo. I never liked TS02:36
LaserJockbddebian: heh, then what are you doing around here ;-)02:36
bddebian:'-(02:37
LaserJockTheMuso: bummer man :(02:37
TheMusoDamn right.02:37
TheMusoI let James know about it. :)02:37
LaserJocknice, poke the elmo ;-)02:37
TheMusoheh02:37
zulLaserJock: ouch...02:38
zulthats cold...even for ajmitch02:38
zul;)02:38
LaserJockouch?02:38
bddebianWTF are you all talking about?02:38
LaserJockwe are using VoIP for Paris02:38
LaserJockTeam Speak02:39
zulwhoops...misfire02:39
LaserJockso all the world can hear the BOFs02:39
bddebianAh02:39
LaserJockand gobby so we don't trash each others work02:39
LaserJockor something like that ;-)02:39
ajmitchwe used gobby at UBZ02:39
ajmitchit's improved a bit since then02:39
LaserJockgood02:39
TheMusoAt least gobby uses GTK.02:40
LaserJockI heard it was bad02:40
ajmitch1 client crashing doesn't kill off the session everyone is working on :)02:40
LaserJockyikes02:40
ajmitchit was a little annoying...02:40
TheMusoheh02:40
LaserJockwhat are people editing?02:40
ajmitchtext02:41
TheMusoajmitch: So how does it work exactly?02:41
LaserJockajmitch: well, I figured that02:41
=== ajmitch has a gobby session open at the moment
LaserJockajmitch: but I thought we would be editing wiki pages02:41
ajmitchyou are02:41
=== LaserJock clearly has a lot to learn
LaserJockok02:42
ajmitchit's *much* easier to grab the wiki text & stick it in gobby02:42
=== TheMuso has to see how well it plays with accessibility technologies.
ajmitchthan to handle conflicts on the wiki & deal with the breakage02:42
LaserJockTheMuso: well at least its open source02:42
LaserJockajmitch: right, makes sense02:42
TheMusoLaserJock: Yeah, and it uses GTK which is a good start.02:42
ajmitchLaserJock: got gobby installed?02:43
LaserJockajmitch: no02:43
LaserJockjust a sec02:43
bmontyajmitch: if you are going to demo gobby, I'd like to try it also02:44
ryanakcaTheMuso: an error... http://pastebin.ca/6568902:44
LaserJockajmitch: ok, I think it might be up02:44
ajmitchbmonty: ok..02:44
ajmitchso connect to ajmitch.dyndns.org02:45
LaserJocklets have a group edit of BddebianIsAGod :-)02:45
ajmitchhah02:45
bddebianYeah, please erase it02:45
TheMusoryanakca: I dunno.02:45
=== sean [n=sean@71-214-92-217.ptld.qwest.net] has joined #ubuntu-motu
ajmitchdefault gobby port should be fine02:46
ajmitch(6522)02:46
bmontyajmitch: password?02:46
ajmitchnetauth02:46
=== ajmitch was using it to edit a spec
TheMusoDo you guys mind waiting for me?02:46
TheMusoJust setting things up here on my lappy with speech to see how things go.02:46
LaserJockajmitch: with somebody else?02:48
ajmitchLaserJock: yes02:48
ryanakcaCan 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
LaserJocksorry, maybe I should talk over here02:50
TheMusosure02:50
LaserJockjeeze, now they are going over my head02:51
bmontygobby is pretty cool stuff02:51
LaserJockhow does saving work though?02:51
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
ajmitchLaserJock: saves are done to your local disk02:52
LaserJockah02:52
LaserJockand it saves what is currently there? what happens if 2 people edit the same thing?02:53
TheMusoMeh. FOr some reason gobby doesn't want to run. Gotta work that out.02:54
ajmitchit's 1 editing session02:54
=== slomo__ [n=slomo@dslb-084-061-132-067.pools.arcor-ip.net] has joined #ubuntu-motu
LaserJockok, I'm heading home, thanks for the demo ajmitch02:56
TheMusoI'll bet that gobby doesn't like GTK accessibility enabled.02:56
TheMusoLets try it without.02:56
ajmitchsee you later, LaserJock02:56
bddebianLater LaserJock02:57
TheMusoDamn damn damn damn damn!!!02:57
TheMusoAnybody feel like helping me with a bug hunt who knows GTK2/GNOME stuff? :)02:57
ajmitchbddebian will03:01
bddebianNope, according to LaserJock, I don't belong here03:01
bmontyajmitch: did you get the info I left you about LDAP TLS/SASL binds on amd64?03:01
ajmitchbmonty: I can't recall03:01
ajmitchtell me again, I'm running amd64 here03:02
bmontyI run SASL/TLS binds for my server, it works great with my 386 hardware but dies on my amd6403:02
bmontythe error message is of course useless03:02
ajmitchdies on the client side, or server?03:02
ajmitchie, does it work for an i386 client to the amd64 box?03:03
bmontySASL without TLS works great though, but authentication info is set in the clear03:03
ajmitchI haven't setup SASL/TLS properly yet, so I haven't run into it03:03
bmontyit works for i386 client to i386 server, fails with amd64 client to server03:03
bmontyi386 server03:03
ajmitchok03:03
bmontyit is your plan to have SASL/TLS binds, right?03:04
ajmitchyeah03:04
ajmitchI wonder if a new upstream version will exhibit the same behaviour03:04
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
=== ajmitch looks at the openldap debian bugs
bmontyI did some quick googling to see if I could find any issues with libsasl on amd64 but I couldn't find anything03:05
ajmitchyou think the bug is in libsasl?03:06
bmontyyes03:06
bmontyI get an error that the host isn't found03:07
ajmitchhm03:07
ajmitchodd03:07
bmontybut I can see the tcp handshake in ethereal03:07
ajmitchI'll be back in a few minutes..03:07
bmontyand then the client sends FIN03:07
ajmitchstrange03:09
ajmitchI'll try & reproduce it here03:10
ajmitchfiled a bug?03:10
bmontyajmitch: i haven't filed a bug yet03:14
ajmitchmight be a good idea to03:14
bmontylaunchpad or upstream?03:14
ajmitchboth, link the launchpad bug to upstream03:15
bmontywere you able to test that URL to my bzr repo?03:15
ajmitchwill do now03:15
ajmitchsigh, I'll probably have to replace a monitor or two soon03:16
ajmitch:1:> bzr branch http://www.montynet.org/bazaar/kerberos-manager/03:16
ajmitchbzr: ERROR: http error 302 probing for https://www.montynet.org/error/HTTP_NOT_FOUND.html.var03:16
ajmitchprobably the http->https stuff you've got going on03:16
bmontyhmmm\03:16
bmontyok, thanks03:17
bddebianDamn, someone wake up crimsun_ :-)03:21
ajmitchwhy?03:22
ajmitchyou need some more worship?03:22
=== nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-motu
bddebianHe was going to look at a package for me03:23
ajmitchhi nictuku03:23
ajmitchhow's the NWU stuff going?03:23
nictukuhi ajmitch03:23
bddebianNWU?03:24
nictukuajmitch, freezed for a few weeks, but I'm back on it. I just created mailing lists for it, by the way03:24
ajmitchcool03:24
nictukuand moved the hosting from a canonical sponsored machine to one I administer myself03:25
ajmitchwhy is that?03:25
nictukubddebian, http://cetico.org/nwu03:26
crimsun_bddebian: eh?03:26
crimsun_bddebian: (I'm prepping a presentation for Friday, so I'm a bit busy)03:27
bddebiancrimsun_: Did you happen to get a chance to look at that at all?  Oh, nevermind03:27
ajmitchcrimsun_: the deity has requested your presence...03:27
bddebiannictuku: Ah, cool03:27
ryanakcaTheMuso: Oh Yeah! I finally made that package!03:28
=== ryanakca does a little "I made my first package" dance
bddebianhehe03:28
bddebiancongrats ryanakca03:28
TheMusoryanakca: Congratulations.03:28
TheMusoWhat did you have to do to get that fixed up?03:28
nictukuajmitch, the guy administering the "ubuntu-br" machine is very busy. I started having problems with infrastructure, like lack of backup etc.03:28
ryanakcaplay with the Makefile...03:29
TheMusoRight.03:29
ryanakcarkavanagh.homelinux.org/~ryan/Makefile03:29
TheMusotah03:30
ryanakcato upload a package to REVU, what do you do?03:31
ryanakcaI allready sent the email...03:31
ryanakcaand I got a reply...03:31
ryanakcaI just need to upload :)03:31
TheMusoOne thing you might want to do is remove any extra slashes. For example the etc/typespeedrc lines.03:31
TheMusoTHey have 2 slashes in them.03:32
TheMusoYou only need one between the DESTDIR varilable and etc.03:32
ryanakcaI thought they were supposed to have thoses...03:32
=== Erlang [i=neumann@Toronto-HSE-ppp3875482.sympatico.ca] has joined #ubuntu-motu
TheMusoYou only need one.03:32
ryanakcakk03:32
TheMusoSo echo ${WORDFILES} > $(DESTDIR)//etc/typespeedrc03:32
TheMusoSHould be echo ${WORDFILES} > $(DESTDIR)/etc/typespeedrc03:32
TheMusoryanakca: Did you follow the revu page on the wiki?03:33
ryanakcakk, done that03:33
TheMusoThere is a page to tell you what to do to upload to revu.03:33
ryanakca"dput -P *_source.changes" ... what about dput -P *.dsc   or        dput -P *.deb      ?03:34
TheMusoDid you read the page?03:34
=== Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu
ryanakcaI'm reading it...03:35
TheMusohttps://wiki.ubuntu.com/MOTU/Packages/REVU03:35
=== 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
ryanakcatheres no "*_source.changes" files... just "*.changes"... and yes, I ran debuild -S -sa...03:37
TheMusoOk.03:38
Toadstoolre03:38
bmontyajmitch: looks like our sasl is a couple revs old....debian is behind also03:39
bddebianbmonty: So fix it ;-)03:39
bmontybddebian:  I just might do that03:40
bddebian:-)03:43
bmontyajmitch: malone 4987103:43
bmontyajmitch: malone 4978103:43
UbugtuMalone bug 49781 in cyrus-sasl2 "SASL/TLS LDAP binds fail on amd64" [Untriaged,Unconfirmed]  http://launchpad.net/bugs/4978103:43
bmontydamn that package has almost 30 patches in it :(03:46
bddebianHeh, check out qt-x11-free03:47
bmontyhow many?03:47
bddebian4803:47
bddebianlast I saw03:47
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== sean_ [n=sean@71-214-92-217.ptld.qwest.net] has joined #ubuntu-motu
Kyralwhy do I do stupid things like subscribe to the PHP Users ML?03:59
Lathiati did that once04:00
Lathiat2 years ago04:00
Lathiati couldnt read all of it if i tried04:00
KyralOh I have done worse04:00
KyralI subscribed to LKML :P04:00
Lathiatheh04:00
KyralI actually do read some of the threads04:01
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu
Toadstool'night04:16
bmontybye Toadstool04:16
Toadstoolbye bmonty04:17
Kyralsomeone stop me from subscribing to more MLs....04:27
TheMusoKyral: Stop subscribing to more mailing lists NOW DAMN IT! :)04:28
KyralI just subscribed to the PHP-Announce, the PHP-Users, the Apache-Users, the Perl Beginners, and the Perl FAQ A Day list04:28
bddebianKyral: Dude, that is just plain insane04:29
bddebianwb LaserJock04:29
KyralI'm already on most of the Ubuntu ones04:29
Kyraland the LKML04:29
jsgotangcothank goodness for 2GB+ free email ;)04:29
KyralBingo :P04:29
KyralOr running your own mailserver04:30
LaserJockok, I got Team Speak installed and gobby04:30
LaserJockand I got a head set at Walmart04:30
Kyraland downloading the emails every 10 mins or so :P04:30
ErlangI have a big mailing list backlog.04:30
=== LaserJock just discovered the joys of gmane RSS the other day thanks to crimsun
Kyral..crap04:31
KyralI wound up double subscribed to PHP-General04:31
bddebianDamn, I can't even keep up with just #ubuntu-devel04:31
TheMusoUbuntu-devel is fine.04:32
TheMusoThats nothing compared to how I remember ubuntu-users was.04:32
Erlangit's too bad I hate akregator because I'd use RSS more.04:32
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu
KyralIts NOTHING compared to LKML :P04:35
bmontygoodnight everyone04:42
bddebianGnight bmonty_away04:44
=== _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
TheMusoHey Hobbsee05:11
Hobbseeheya05:11
LaserJockhi Hobbsee05:19
Hobbseehey LaserJock05:19
Hobbseei survived my first uni exam, even with only three hours of sleep :)05:19
LaserJock\o/05:19
crimsun_hooray05:19
LaserJockthe first of many, I expect :-)05:20
Hobbseeyeah, probably05:20
=== 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
imbrandon_heya LaserJock and Hobbsee05:29
Hobbseehey imbrandon_ ;005:29
Hobbsee* :)05:29
LaserJockhi imbrandon_05:30
bddebianHeya imbrandon_05:32
imbrandon_heya bddebian05:32
LaserJockdang, how do I test if a microphone works?05:33
HobbseeLaserJock: IM someone with it?05:33
Hobbseevoice chat?05:33
imbrandon_audacity ?05:33
crimsun_``gstreamer-properties''05:34
imbrandon_sound recorder05:34
crimsun_click Test in the audio source05:34
LaserJockcrimsun_: ah05:34
imbrandon_heya crimsun_05:34
crimsun_or ``arecord -fcd /dev/null''05:34
crimsun_hi imbrandon_05:34
LaserJockhmm, well I still don't know how I can tell if it worked or not05:36
LaserJockthe headphone part works fine05:37
LaserJockbut I can't get anything out of sound recorder, at least I don't think05:37
LaserJockbah, I hate sound05:42
crimsun_LaserJock: x-terminal-emulator -e 'alsamixer'05:43
crimsun_press F405:43
crimsun_what's highlighted?05:43
LaserJockLine?05:44
LaserJockcrimsun_: but Line, CD, and Mic are all 0 or something05:46
crimsun_well, I presume you're trying to use 'Mic', so move (arrow keys) to 'Mic', and select it using the space bar05:47
crimsun_make sure it's unmuted, too05:47
crimsun_furthermore, increase its level05:47
LaserJockhow do I unmute it?05:47
crimsun_'m'05:47
crimsun_if it's muted, it'll have MM at the bottom05:47
=== No1Viking [n=micke@h-83-140-104-3.ip.rixbredband.se] has joined #ubuntu-motu
LaserJockI don't have any MM at the bottom and "m" doesn't do anything05:48
LaserJockinfact nothing seems to do anything05:49
crimsun_good05:49
crimsun_now press F3 and move to the 'Capture' element05:49
crimsun_make sure that's unmuted and set to a non-zero level05:49
crimsun_let's see what other cruft you have to set05:50
crimsun_``asoundconf list''05:50
LaserJockI don't see a "Capture"05:50
crimsun_mmkay.05:50
crimsun_what's the output from the above command?05:50
bddebiando be do be dooo05:51
LaserJockIXP05:53
LaserJockModem05:53
crimsun_and ``cat ~/.asoundrc*'' ?05:53
crimsun_(it's ok if you don't have one/any)05:54
LaserJockNo such file or directory05:54
crimsun_ok, ``amixer'' -> pastebin05:54
LaserJockhttp://paste.ubuntu-nl.org/1574505:55
LaserJockI gotta take out the trash brb05:55
bddebian"Take out the papers and the trash"..05:56
bddebian"Or you don't get no spending cash"..05:56
crimsun_LaserJock: amixer set 'Mic Boost (+20dB)' on05:58
LaserJockk05:59
crimsun_also, amixer set 'IEC958 Playback AC97-SPSA' 006:00
crimsun_and finally, amixer set 'Capture' on06:00
crimsun_some of the atiixps need 'Mix' unmuted, too, but you should try it as-is for now06:00
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
LaserJocksorry bout that, the sys admin just sent a message the the dep. server was going down for 1/2 hr06:02
LaserJockcrimsun_: ok, last thing I did was amixer set 'Capture' on06:02
LaserJocknow test?06:02
crimsun_LaserJock: yes06:02
=== 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
LaserJockbah, Sound Recorder isn't helping me much06:07
ajmitchsince it'll open "any day now"06:07
ajmitchLaserJock: just blame someone else06:07
=== LaserJock blames elmo
ajmitchoh dear06:07
ajmitchnever blame him06:07
ajmitchnot if you want to live06:07
ajmitchyay, what fun06:07
ajmitchnext devel team meeting is at 1400UTC06:08
ajmitchie, 2AM NZST06:08
crimsun_LaserJock: you can try the other mux.  amixer set 'Mic Select' 'Mic2'06:08
LaserJockajmitch: well, he is the one that sent the email06:08
ajmitchLaserJock: which email?06:08
ajmitchone that only special people get?06:08
crimsun_I think so06:09
ajmitchmust be06:09
LaserJockyeah, we are using Team Speak for VoIP06:10
ajmitchso I heard in here06:10
LaserJockso I got a headset on the way home06:10
LaserJockcrimsun_: still no go06:10
=== ajmitch will be 11 hours ahead, so all BOFs will be done during the night here
ajmitchI'll have to match my sleeping patterns to paris time :)06:10
LaserJockheh, isn't it already?06:11
crimsun_LaserJock: switch back to 'Mic1', and unmute 'Mix'06:11
ajmitchnot quite06:11
ajmitchI went to bed a bit early this morning for that06:11
crimsun_LaserJock: if that doesn't work, then switch to 'Mic2' (leaving 'Mix' unmuted)06:11
=== ajmitch wonders how bddebian & Hobbsee are going with attal
LaserJockhow do i unmut 'Mix' ?06:12
crimsun_amixer set 'Mix' on06:12
=== Hobbsee hasnt had a look at it
ajmitchHobbsee: why not?06:12
Hobbseebeen telling someone how to get his wireless card working...06:13
ajmitchfun06:13
Hobbseestupid netgear06:13
LaserJocknothing :(06:15
LaserJockmaybe I should test it in windows real quick to make sure it really does work06:15
crimsun_LaserJock: what are you using, sound recorder or arecord -fcd /dev/null ?06:15
LaserJocksound recorder06:15
bddebianHobbsee: If you really are interested, you are free to check them out.  They are here:  http://www2.bddebian.com:8000/packages/ubuntu/06:16
ajmitchI suppose I should get a cheap headset as well06:16
bddebianYou will need attal and attal-themes-medieval06:16
ajmitchbddebian: so are you going to review my packages for edgy?06:17
bddebianFor what purpose, I don't know anything06:17
=== ajmitch sighs
LaserJockcrimsun_: how do I know it works with arecord?06:18
crimsun_start arecord using the command line above, and if you can hear yourself...06:18
LaserJockoh06:18
crimsun_ah, GPIO madness06:20
Hobbseebddebian: so you can tell him all the places he went wrong :P06:20
crimsun_recording works for some, doesn't work for others06:20
crimsun_yay!06:20
LaserJockcrimsun_: nothing, tried Mic1 and Mic206:20
crimsun_LaserJock: pastebin ``lspci -nv''06:20
LaserJockhttp://paste.ubuntu-nl.org/1574606:21
LaserJockjeeze, how can you get anything out of that06:22
jsgotangcoheh! teamspeak preparations!06:23
LaserJockjsgotangco: trying, I can't get my mic to work06:23
=== jsgotangco tries it on his laptop
crimsun_LaserJock: finally, pastebin the contents of /proc/asound/card0/codec97#0/*reg*06:23
LaserJockhttp://paste.ubuntu-nl.org/1574706:25
LaserJockam I toast?06:26
crimsun_I wonder if you need to jiggle the misc bit06:27
=== Hobbsee pushes random buttons on the phone, trying to make it work.
LaserJockjiggle the wha?06:29
LaserJockHobbsee: that usually doesn't work very well06:30
HobbseeLaserJock: sure it does.  it does with the gadget at work too, unless you accidently hit the sequence of buttons that reboots it.06:30
ajmitchLaserJock: this is why you never let Hobbsee near your laptop06:30
LaserJockyeah, or my phone06:31
crimsun_LaserJock: echo "7a 6000" |sudo tee /proc/asound/card0/codec97#0/ac97#0-0+regs06:31
Hobbseehaha06:31
=== Hobbsee makes a mental note to defenestrate ajmitch's laptop at the first available opportunity
ajmitchHobbsee: I'm going to leave it in NZ :P06:32
LaserJockbah, no such device06:32
Hobbseeajmitch: what, and be without a computer for 2 weeks?  i'd like to see you try!06:32
ajmitcheasy06:32
crimsun_LaserJock: you need to substitute the correct filename in /proc/asound/card0/codec97#0/*reg*06:32
LaserJockdoh, sorry06:32
crimsun_ah crap, we don't have that option enabled anyway.06:33
LaserJockumm, still06:33
LaserJockno such device06:33
LaserJockweird06:33
crimsun_yeah, it requires you have CONFIG_SND_DEBUG enabled in the kernel.06:33
crimsun_# CONFIG_SND_DEBUG is not set06:34
LaserJockI'm going to have to rebuild my kernel to get my stupid mic to wrk?06:36
jsgotangcohmm stupid question, how do you turn on the mic in alsamixer?06:36
ajmitchLaserJock: isn't that the glory of the Linux Desktop?06:36
LaserJockajmitch: think they'd mind if I did the summit in Windows? :-)06:36
ajmitchprobably not much06:36
crimsun_LaserJock: ok, maybe you have funky hardware. Try: amixer set 'IEC958 Playback AC97-SPSA' 106:37
crimsun_(which is what you originally had, but that's normally wrong)06:37
crimsun_and no, alsa's modularised; you'd only have to recompile your sound driver :)06:37
LaserJockbah nothing06:38
crimsun_great, I proclaim your fiddle quite useless06:38
LaserJockbrb06:38
jsgotangcooh im inside the server06:41
jsgotangcohehe06:41
jsgotangcoim the only one inside06:41
ajmitchjsgotangco: which server is this?06:41
jsgotangcoteamspeak.uds.canonical.com06:42
ajmitchah, secret servers06:42
bddebianGnight folks06:43
jsgotangcoi just dont know if my setup works though06:43
ajmitchnight bddebian06:44
LaserJockam I still here?06:47
crimsun_(yes)06:48
HobbseeLaserJock: quite possibly06:48
ajmitchLaserJock: no06:48
LaserJockk, I switched over to Windows for a sec06:48
jsgotangcohmm is this running on wine?06:48
LaserJockcrimsun_: it worked in Windows after I turned on the Mic boost06:48
LaserJockjsgotangco: no06:48
LaserJockon my laptop06:48
jsgotangcono i mean the teamspeak client itself heh06:49
=== NthDegree [n=NthDegre@212-1-152-141.dynamic.dsl.as9105.com] has joined #ubuntu-motu
crimsun_LaserJock: now if only we could poke the ac97 registers from within Windows, eh?06:49
LaserJockjsgotangco: no, Linux06:49
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu
LaserJockcrimsun_: how do I check if the mic boost is on?06:51
crimsun_LaserJock: from within Linux?06:52
LaserJockyeah06:52
crimsun_just amixer get 'Mic Boost (+20dB)'06:53
crimsun_I'm pretty sure I asked you to turn it on (unmute it)...06:54
LaserJockyeah, I just wanted to check06:54
LaserJockI GOT IT !!!!!!!!!!!!!!!!!!!!06:57
=== dsas [n=dean@host86-129-9-151.range86-129.btcentralplus.com] has joined #ubuntu-motu
crimsun_I'm going to stab someone if it was Headphones or anything related to Mix.06:58
LaserJockI did it in the Volume Control06:58
crimsun_what's the amixer output now?06:58
LaserJockack, how do I get that again, I don't have my backlog07:06
crimsun_``amixer''07:07
LaserJocklooks like "external amplifier" was a key07:10
LaserJockthat and turning up the volume enought to hear myself07:11
LaserJockhttp://paste.ubuntu-nl.org/1575107:11
ajmitchgreat07:12
ajmitchso soon we'll be able to hear everyone talking away07:12
LaserJockarggg07:12
LaserJockI really wish it wouldn't work now ;-)07:12
ajmitchaw, why not?07:12
LaserJockjsgotangco: you on?07:13
=== ajmitch is *still* trying to download it
LaserJockok, I'm going to bed07:14
ajmitchnight LaserJock07:14
Hobbseenight LaserJock07:14
crimsun_LaserJock: EA couldn't have affected it07:14
crimsun_(the values are identical)07:14
ajmitchHobbsee: downloaded teamspeak? :)07:14
=== crimsun_ blames it on pebkac
LaserJockreally? when I flip it on and off it works and doesn't07:14
Hobbseeajmitch: i havent yet, why do you ask?07:14
crimsun_LaserJock: your pastes before rebooting into Windows have EA unmuted07:15
LaserJockcrimsun_: anyway, what is the best way to save these settings so that in the future I can get it to work07:15
ajmitchso that you can participate in the grand motu meetup via teamspeak? :)07:15
LaserJockcrimsun_: it could have been working but turned down low enough that I couldn't hear that I was on07:15
crimsun_LaserJock: they're saved when you reboot gracefully. To force it to save now, ``sudo alsactl store''07:15
crimsun_LaserJock: yeah, I /highly/ doubt it was EA. I think it was a PEBKAC. =] 07:16
Hobbseeajmitch: tempting...tempting...except that i'm female and aussie, so will sound weird :P07:16
LaserJockcrimsun_: does that go to a file somewere that I can back up in case I reinstall or something07:16
crimsun_LaserJock: /var/lib/alsa/asound.state07:16
LaserJockHobbsee: that's be fun to hear07:16
HobbseeLaserJock: hehe07:16
LaserJock* that'd07:16
Hobbseei'll bet07:16
Hobbseecan i listen, and not talk?07:16
ajmitchsure07:17
ajmitchthat's what I plan to do07:17
=== Hobbsee goes to research how
ajmitchsince I don't have a microphone...07:17
Hobbseeah07:17
LaserJockcrimsun_: hmm, as soon as I turn External Amplifier off it is dead as a door nail07:18
LaserJockI can turn Mic Boost on and I can still hear it working07:18
LaserJockwell, whatever. Ext. Amp. is the only thing that just turns it off07:19
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
Hobbseeajmitch: was there some guide for it that i've missed in the chat, or is it a case of download and install?07:20
ajmitchHobbsee: at least there shouldn't be *too* many going 'OMG its a girl!!'07:20
Hobbseehaha07:20
ajmitchHobbsee: download & install, I think07:20
ajmitchbut there couldn't possibly be a girl developer!07:20
Hobbseemum's asleep with a migraine - it might be a dodgy idea to wake her up07:20
LaserJockajmitch: specially since there have been women there before07:20
ajmitchLaserJock: there'll be lots more people listening in, I think07:20
ajmitchI hope it doesn't turn to chaos07:21
crimsun_LaserJock: that's the point.07:21
ajmitchHobbsee: would she wake up that easily?07:21
crimsun_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
Hobbseeajmitch: 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 study07:22
ajmitchunfortunate07:22
LaserJockcrimsun_: well whatever, we got it to work, thanks bunches for helping me out. I'm quite dumb when it comes to sound07:23
crimsun_np07:23
LaserJockusually I couldn't care less if it worked :-)07:23
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
Hobbseeajmitch: we'll see :)07:23
ajmitchs/see/hear/07:23
=== LaserJock waves goodnight
ajmitchnight again LaserJock07:24
LaserJockheh07:24
ajmitchwhat an ugly program07:27
Hobbseehehe yeah!  that's what i was thinking07:27
Hobbseelooks like i'm in07:27
ajmitchyou are07:27
ajmitchso dig up a microphone07:28
ajmitchnot that I have one...07:29
=== Sp4rKy [n=max@lns-bzn-45-82-65-148-68.adsl.proxad.net] has joined #ubuntu-motu
Hobbseeer...why wont my speakers be unmuted?07:30
ajmitchbecause you've got something using /dev/dsp?07:30
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
Hobbseeprobably arts or something...07:31
=== ajmitch is waiting for jsgotangco to speak :)
jsgotangcohaha07:32
jsgotangcolet me try07:32
jsgotangcoi dunno if my mic works07:32
ajmitchI heard something quietly07:32
ajmitchunintelligible, mostly07:33
jsgotangcoi only heard a hum07:33
ajmitchwas it 'mic test', that you said?07:33
ajmitchbye Hobbsee07:33
jsgotangcoyeah07:34
ajmitchI love how it calls everyone 'player'07:34
jsgotangconew player07:34
jsgotangcolol07:34
Hobbseeah :)07:34
ajmitchhaha07:34
ajmitchthat worked07:34
Hobbseedammit.  guess i'd better search for a mic now...07:34
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu
=== Hobbsee wants to hear someone else talk first
ajmitchyou didn't hear jsgotangco?07:35
jsgotangcoso i guess im the only guy with a mic?07:35
ajmitchI have one that may or may not work07:35
jsgotangcoi dunno if mine works, xfce doesn't have that much sound options by default07:36
Hobbseeajmitch: my mic/headphones werent working then07:36
ajmitchwell I've heard jsgotangco say 'hi sarah'07:36
jsgotangco"Sorry for my Teamspeak"07:36
Hobbseei didnt hear anything...hmmm...07:36
jsgotangcowtf is that welcome message about heh07:36
jsgotangcoit doesnt even make sesnse if its the default07:36
ajmitchjsgotangco: mic settings seem fine - you're audible, at least07:38
ajmitchmy microphone seems pretty broken, will have to get a new one07:39
ajmitchhm, maybe not07:39
jsgotangcohmm wonder if i could use a bluetooth headset07:39
Hobbseeajmitch: you're in luck.07:41
jsgotangcocome on can someone with a mic join too heh07:42
jsgotangco"new player"07:43
ajmitchhaha07:43
Hobbseeuh oh...am i live?07:43
ajmitchI'm guessing you're not hearing my voice, then? :)07:44
Hobbseeno07:44
jsgotangcono07:44
ajmitchhm07:45
ajmitchubuntu radio, live from jsgotangco ...07:45
jsgotangcojeezz don't blow the mic07:46
ajmitchhaha07:47
Hobbseeokay, sound's gone fishing...07:47
ajmitchthe wiring must be broken07:47
ajmitchHobbsee: you broke it?07:47
Hobbseei dont know...07:47
Hobbseei think teamspeak did07:48
ajmitch:P07:48
jsgotangcoummm07:50
jsgotangcostop playing 80s mucis07:50
ajmitch:)07:50
jsgotangcohaha07:50
=== ajmitch looks for some appropriate music
TheMusoThere isn't a CLI version of teamspeak is there?07:51
jsgotangcono i dont thik so, its not even open source07:51
jsgotangcoQueen?07:51
ajmitchyeah07:51
TheMusojsgotangco: I didn't think so.07:51
TheMusoLooks like I won't be able to participate in VOIP or gobby stuff at this stage.07:52
jsgotangcoits faint but my place is a bit noisy too07:52
ajmitchno gobby either?07:52
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
ajmitchwelcome back, Hobbsee07:52
TheMusoajmitch: Crashes when you try to run it with accessibility turned on in GNOME.07:52
jsgotangcoouch07:52
ajmitchfile a bug!07:52
TheMusoHave done so.07:52
ajmitchget it fixed asap! :)07:52
ajmitchjust in malone?07:52
TheMusoYep.07:53
Hobbseethanks ajmitch07:53
ajmitchhave you informed upstream?07:53
Hobbseeright, i have sound again...07:53
TheMusoajmitch: No because they are working on an unstable branc which is not backwards compatible.07:53
TheMusobranch even07:53
ajmitchwonderful07:53
TheMusoI haven't looked into filing one against 0.3 yet07:53
=== TheMuso is going to now.
jsgotangcook Hobbsee start singing07:54
ajmitchsounds like we have a hobbsee back on teamspeak07:54
Hobbseestill got trouble here07:54
Hobbseedid you hear me before, or is the mic buggered as well?07:54
ajmitchcalled KDE?07:54
ajmitchno, we haven't heard your voice yet07:54
Hobbseeok07:54
jsgotangcoi heard something but its probably hardware07:55
ajmitchHobbsee: did you hear me, or not?07:55
Hobbseeajmitch: nope07:55
Hobbseeeverything's muted again07:55
ajmitchexcellent07:55
Hobbseeah ha!07:57
Hobbseejsgotangco: want to speak?07:57
Hobbsee"link engaged"07:58
Hobbseeall right, someone say something07:58
Hobbseesomething's making noise :P07:59
Hobbseehello to whoever that was :P07:59
TheMusoUhh ok. The bug tracker for gobby decides to think that my bug is a spam attempt.07:59
ajmitchHobbsee: you have no microphone working?08:00
Hobbseeajmitch: trying to get it to work08:00
Hobbseeis there any way to test if a mic is working?08:00
TheMusoLooks like I won't be able to use the launchpad bug URL I am guessing.08:01
TheMusoGar!08:01
Hobbseeguess that's what they were going thru before08:01
TheMusoLooks like they aren't getting my bug then.08:01
=== ajmitch waits for Hobbsee to speak...
Hobbseei am speaking, you just cant hear me...08:02
ajmitch:P08:03
Hobbseeajmitch: take your fingers out of your ears, mate!  :P08:03
ajmitchjsgotangco: huh?08:04
Hobbseeall right all right...who's who on this thing :P08:04
jsgotangcobut you can hear us the right?08:04
Hobbseeyep08:04
ajmitchgood08:04
Hobbseeblastoff!08:05
jsgotangcodracula?08:06
jsgotangcohaha08:06
ajmitchbach...08:06
Hobbseei am speaking, can you hear me?08:07
jsgotangcohahaha08:07
Hobbseedrat.  where's crimsun_ when you need him?08:07
ajmitch:)08:07
crimsun_?08:07
ajmitchcrimsun_!08:07
crimsun_this nick highlight thing is borked, since I totally didn't get a highlight there08:08
Hobbseecrimsun_: how does one go about debugging mics?08:08
crimsun_Hobbsee: hmm, I'm an alsamixer user, so I can only guess at what kmix does08:09
Hobbseecrimsun_: i've got alsamixer here...08:09
jsgotangcoblame KDE lol08:10
Hobbseehehe08:10
=== jsgotangco points at ajmitch
=== ajmitch points at jsgotangco
crimsun_using either (shouldn't matter), you should unmute 'Mic' and 'Mic Boost*', and make sure you increase 'Mic' to about 80%08:10
Hobbseehow do i know if i'm using mic one or two?08:11
crimsun_Mic2's usually on the rear panel08:11
crimsun_well, rephrase08:11
jsgotangcoi jsut heard an echo08:11
crimsun_Mic1 is usually the most readily accessible08:11
jsgotangcolol08:11
TheMusoBah. All you lucky people being able to use TeamSpeak.08:12
Hobbseehehe right08:12
TheMusoNot fair. :)08:12
TheMusoI wish they chose something else for the conference.08:12
crimsun_so both those need to be unmuted, and 'Mic' set to something like 80%+08:12
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
jsgotangcoyeah i think elmo chose something that could be centralised instead of having a 3rd party server08:12
Hobbseecan someone say something again?  not sure if i've lost my sound again...08:12
Hobbseeyes08:13
Hobbseethanks jsgotangco08:13
crimsun_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%+08:13
=== ajmitch waits for Hobbsee to say something that we can hear
crimsun_I can't even use TS, cos this place firewalls everything08:14
ajmitchhow annoying08:14
TheMusojsgotangco: I know, but it is still a pain in the rear end.08:14
Hobbseeyeah yeah...08:15
Hobbseeah08:15
TheMusoI have been thinking of how I could participate in the VOIP side, but haven't been able to think of anything.08:15
Hobbseecan i be heard at all now?  i'm showing green...08:15
jsgotangcomeh who's fiddling with hardware08:15
ajmitchHobbsee: I hear nothing08:15
Hobbseejsgotangco: me08:15
jsgotangcoi heard it08:16
Hobbseeit's all my fault :P08:16
jsgotangcobut speak!08:16
ajmitchjsgotangco: possibly my laptop08:16
Hobbseeajmitch: it may well be me...08:16
=== ajmitch blames Hobbsee
Hobbseecrimsun_: thanks, the capture wasnt up08:16
Hobbseehehe08:17
=== Hobbsee blames ajmitch
ajmitchwe still haven't heard you...08:17
Hobbseemm ok08:17
jsgotangcoouuuuuuuuuchhhhhhhhhh08:18
jsgotangcoyay08:18
Hobbseetoo loud?08:18
Hobbseehaha08:18
jsgotangcoi think the mic is too loud08:18
Hobbseejsgotangco: yeah, i ran it full bore...08:18
jsgotangcoi didnt understand anything lol08:19
Hobbseedont worry, i'm not understandable :P08:19
jsgotangcothats a pretty bad mic i'd say08:20
=== Hobbsee tells ajmitch to activate the push to speak control
jsgotangcoarrghh08:20
Hobbseejsgotangco: who's?08:21
Hobbseeand then it went silent....08:22
TheMusoIs it possible to run teamspeak without push to talk?08:23
ajmitchTheMuso: yes08:23
TheMusoHmmm08:23
jsgotangcoyeah08:23
HobbseeTheMuso: yes, but it needs bits of tweaking08:23
Hobbseeotherwise there's a fair bit of static08:23
jsgotangcobut itll just make a lot of hum/noise08:23
TheMusommm. Just thinking about how I could participate in the summit VOIP stuff.08:24
HobbseeTheMuso: in the early hours of the morning?08:25
TheMusoHobbsee: I will be over there.08:25
ajmitchHobbsee: he's one of the lucky few08:25
Hobbseeoh08:25
jsgotangcoTheMuso: there's also voice activation08:25
Hobbseei see, i see...08:25
TheMusoIts the problem of getting connected and running in the first damn place.08:25
ajmitchwell, about time for me to head off08:26
Hobbseeit didnt seem *that* hard - with the help of crimsun :)08:26
ajmitchHobbsee is making a bit of noise there...08:27
TheMusoHobbsee: Its not that. SOund setup is easy. Is the accessibility of the app.08:27
TheMusoI 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
Hobbseeajmitch: attempting to say goodbye, yes :P08:27
jsgotangcoyeah i dont think it has options for such08:27
Hobbseetrue08:27
bluefoxicyok I need sleep08:28
jsgotangcoit doesnt help that teamspeak was created for online gaming08:28
jsgotangco"player left"08:28
jsgotangcolol08:28
Hobbseehehe yeah08:28
TheMusoAnd there is no shortcut key to even connect/disconnect.08:29
TheMusoThose coders need some usability lessons.08:29
Hobbseeof course - one lesson for this - no one talk at the same time!08:29
jsgotangcoah yeah08:29
imbrandon_ventrello would be better for developers08:30
imbrandon_;)08:30
crimsun_ventrillo, isn't it?08:30
imbrandon_err yea08:30
imbrandon_vent ;)08:30
Hobbseeimbrandon_: ping08:31
imbrandon_pong08:31
jsgotangcoHobbsee: philippines08:31
Hobbseeimbrandon_: system settings, click "enable sound system"08:31
Hobbseejsgotangco: ahhhh...08:31
Hobbseeimbrandon_: ie, disable it08:31
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu
Hobbseeimbrandon_: then hit apply, and reconnect08:31
jsgotangcobrb08:32
crimsun_I think I'd better make a wiki page for this before core-dev jumps at me08:32
Hobbseecrimsun_: good idea hehe08:32
imbrandon_huh?08:32
Hobbseeuse it with alsamixer - anyone can run that08:32
Hobbseeimbrandon_: huh to which bit?08:32
imbrandon_system settings in ts ?08:32
Hobbseeimbrandon_: no, as in, system settings, where appearance and all that is...08:33
imbrandon_ooooooooooohh08:33
imbrandon_lol08:33
Hobbseehit the sound and multimedia, then untick the enable kde sound system08:33
Hobbseethen d/c from ts and reconnect08:33
crimsun_well, you can use any mixer as long as those elements are fiddled with08:33
Hobbseecrimsun_: true, but it's simpler in alsamixer08:33
Hobbseedo them all if you really want :P08:34
Hobbseeimbrandon_: yay!08:34
Hobbseelol!08:35
imbrandon_lol08:35
Hobbseebleh. too bad about waking others up :P08:35
imbrandon_lol08:36
=== TheMuso ponders joining in the insanity.
HobbseeTheMuso: go for it08:36
ajmitchmight as well08:36
ajmitch(I'm not quite gone yet) ;)08:36
Hobbseehehe i was about to say that...08:36
imbrandon_who is the server admin , they should let us reg nic's and make a -motu chan etc passwd protected08:36
Hobbseeyou look like you're here :P08:36
ajmitchI'm off in ~10 minutes08:36
crimsun_I'd totally do it if I could find an intuitive way to tunnel udp. I suppose openvpn...08:36
Hobbseeok08:36
=== TheMuso pulls out his microphone.
HobbseeTheMuso: yay!08:37
=== ajmitch waits for him to join
TheMusoTwill be a bit yet guys.08:38
=== Hobbsee suspects that if she's around for anything, she'll be told to shut up quite often, as usually happens on these things.
ajmitchheh08:38
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
Hobbseejsgotangco: you're dropping out a bit...08:41
Hobbseethis sounds so *weird*!08:41
TheMusoOk. How do you configure your push to talk key, and the sound for teamspeak?08:41
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
imbrandon_lol yea08:42
jsgotangcoTheMuso: Settings -> Sound Input/Output Settings08:42
HobbseeTheMuso: see what crimsun said above about the mic stuff, and you've got to kill artsd/whichever other sound server08:42
imbrandon_hearing is diff that typing huh ?08:42
Hobbseeyeah, just a bit08:42
ajmitchyeah08:42
imbrandon_i'm used to it becosue we use it alot where i worked before08:42
TheMusoWell I am using a machine that has three sound cards in it.08:42
ajmitchit's like 'ZOMG itz a gurl!!!!1'08:42
ajmitch;)08:42
TheMusoSO can I set up which card to use for example?08:42
jsgotangcohaha08:43
TheMusoAnd what did crimsun_ state?08:43
Hobbseeajmitch: i was just thinking...if certain people get on there and make certain comments...well, they might get me yelling at them...08:43
ajmitchI'd better leave quickly08:43
ajmitchHobbsee: I'll be nice :)08:43
ajmitchright, now I'm really off to choir practice ;)08:43
crimsun_TheMuso: you can use a different card, yes, but TS is oss, so you'll have to use the oss devices08:44
crimsun_your primary alsa card0 is /dev/dsp, your secondary card1 is /dev/dsp1, your tertiary card2 is /dev/dsp2, ...08:45
Hobbseeajmitch: enjoy :)08:45
crimsun_TheMuso: Settings> Options> Sound Devices> Other> ...08:45
TheMusocrimsun_: Yeah I know about the oss stuff.08:45
TheMusoAnd I found it.08:45
crimsun_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 level08:46
=== TheMuso is using an envy24 card so it is different, but I have mic working.
TheMusoHow does one set the key for talking?08:48
crimsun_ah, so you have the wonderful envy24control.08:48
TheMusoIndeed.08:48
TheMusoNone of that capture bullshit. :)08:48
crimsun_hehe08:48
crimsun_Settings> Sound Input/Output Settings> Voice Send Method> Push to talk> Set08:49
Hobbseeimbrandon_: you can have a dep of firefox|mozilla for that08:49
imbrandon_yea but currently its just mozilla08:49
Hobbseetrue08:49
imbrandon_kinda sucks08:49
Hobbseeyeah08:49
TheMusoOk. What server is everybody on?08:50
imbrandon_teamspeak.uds.canonical.com08:51
TheMusoIs there a server password?08:53
HobbseeTheMuso: no08:53
imbrandon_no08:53
HobbseeTheMuso: hey sydneysider08:54
jsgotangcoimbrandon_: yours is pretty smooth08:55
imbrandon_k08:55
HobbseeTheMuso's isnt relaly - hard to understand08:55
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu
Hobbseehahahaha!08:56
HobbseeTheMuso: seems like i just lose part of your speech - not sure why - it may be a gain thing, i dont know08:57
=== ricmen [n=ricmen@200.79.200.137.cableonline.com.mx] has joined #ubuntu-motu
ricmenhi08:59
jsgotangcolol08:59
TheMusojsgotangco: Why have you not spoken?09:09
imbrandon_hello ricmen09:11
imbrandon_Hobbsee, http://fridge.ubuntu.com/event09:13
Hobbseebah.  thanks.   i'm just lazy :P09:14
imbrandon_;)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
Hobbseeimbrandon_: TheMuso we need a :P on there...09:42
imbrandon_haha09:43
imbrandon_or a LOL09:43
Hobbseeyeah - but it's fun hearing you guys laugh :P09:44
TheMusoNo we don't.09:44
=== Hobbsee goes and hides.
jsgotangcohahaha09:44
jsgotangcoTeamLaugh?09:44
imbrandon_hahhaha09:44
imbrandon_i had to unplug my mic09:44
=== Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu
highvoltageogra__: ping09:51
jsgotangcohey highvoltage09:53
=== herzi [n=herzi@c151061.adsl.hansenet.de] has joined #ubuntu-motu
highvoltagehey jsgotangco09:54
Riddell-awawell I'm in a semi-public cafe so I don't know how polite it would be to get my microphone out and start chatting10:07
HobbseeRiddell-awa: try it out, anyway :P10:07
TheMusohehe10:09
HobbseeRiddell-awa: just go for the corner where there are no people10:09
=== ech01 [i=ech01@tor/session/direct/x-32a12e2ab44f77c8] has joined #ubuntu-motu
ech01where do i find the reasons for the each of the ubuntu updates?10:11
Riddell-awaunfortunately the only other person in here is at the next table, and this is the only table with a power socket10:12
Riddell-awaech01: changelogs.ubuntu.com10:12
ech01Riddell-awa: thank you10:12
HobbseeRiddell-awa: ah...drat10:12
=== kelmo [n=kelmo@madwifi/support/kelmo] has joined #ubuntu-motu
ech01Riddell-awa: it's hard to follow, is there any tool that simplifies me reading them?10:19
=== DarkMageZ [n=DarkMage@ppp230-60.lns3.syd7.internode.on.net] has joined #ubuntu-motu
Riddell-awaech01: ubuntu's updates programme will10:20
ech01Riddell-awa: like apt-cache, synaptic, etc10:21
Riddell-awaI can't remember what it's called, whatever update-notifier launches10:22
ech01Riddell-awa: isn't update notifier synaptic's?10:22
Riddell-awano, although it might launch synaptic10:23
=== 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
Riddell-awaaww, Hobbsee left10:43
HobbseeRiddell-awa: why aww?  i wasnt saying much anyway10:44
Hobbseei'll probably jump back on later10:44
Hobbseeunless dad nicks the headset back :P10:44
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu
imbrandonyea i think me and TheMuso hijacked the channell for a while ;)10:46
Hobbseeimbrandon: haha10:47
=== Hobbsee should actually study for her next exam, too...
imbrandon;)10:47
Hobbseerather than leaving it for >12 hours until the exam starts...10:47
Hobbseeer <1210:47
Hobbseeimbrandon: so what will happen with jingle support?10:48
imbrandonno idea untill ortp is updated10:48
imbrandoni guess10:48
Hobbseeimbrandon: ortp?10:48
imbrandonthats what freeflying said was wrong with it10:49
Hobbseeoh ok10:49
imbrandonit needed a diffrent version that what was in dapper10:49
Hobbseeright10:49
imbrandonmaybe edgy ?10:49
Hobbseethat'd be good10:49
=== Hobbsee did contemplate creating a partition for edgy today.
imbrandonheh10:50
Hobbseegot sidetracked though...all these people wanting to hear me speak :P10:50
imbrandonas soon as x11 is compiled for edgy i'll make a partition for irt10:50
TheMusoortp?10:50
imbrandonTheMuso, no idea , it was a freeflying|away thing10:50
TheMusook10:50
imbrandonhrm i could just set it to repeat there's a tear in my beer from hank sr ;)10:52
imbrandonj/k10:52
TheMusoWell 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.10:53
=== 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
Hobbseeoh ok, everyon eleft :P11:06
imbrandonhehe11:07
imbrandonHobbsee, i was the last one in there and left11:08
=== rob [i=Robert@freenode/staff/ubuntu.member.rob] has joined #ubuntu-motu
Hobbseeoh ok11:08
Hobbseehey rob11:08
imbrandoni'll be back on in a few11:08
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
imbrandonheya rob11:08
rob hi11:10
=== Gervystar [n=gervysta@217-133-96-194.b2b.tiscali.it] has joined #ubuntu-motu
robgee the motu mailing list is pretty quiet11:11
=== \sh [n=shermann@gw01.combots.com] has joined #ubuntu-motu
highvoltageif i want to package the flock browser and put it in revu, i'm allowed to do that, right?11:19
robwhats the licence on that?11:19
=== 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"]
zakamehi all11:36
Hobbseehey zakame11:37
zakamehi Hobbsee11:41
=== 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
Gloubiboulgaheya Toadstool :)12:21
Toadstoolhi Gloubiboulga12:22
Toadstoolhi everybody12:22
=== 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
kokehey, I have someone asking if we can update tellico to a newer version12:29
kokeI have been motu-offline for a while so I'm not sure :)12:30
tsengunless there is a really good reason, no12:31
tsengsame as always12:31
tsengdapper is done, put a fork in it12:32
Hobbseefor edgy though...12:32
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
tsengedgy isnt open, and wont be usable for weeks12:32
tsengtherefore... "no"12:32
kokeok, I was talking about edgy12:32
tsengpool/main/t/tellico/tellico_1.1.5-1_i386.deb12:33
kokeI've seen http://archive.ubuntu.com/ubuntu/dists/edgy/ existed and was not sure12:33
tsengit will be synced by MoM anyway12:33
tsengkoke: you can upload to it, but it will be rejected12:33
tsengand uploading a sync by hand will be rejected anyway12:34
tsenghe needs to wait for MoM to start12:34
=== erez [n=erez@CBL217-132-90-209.bb.netvision.net.il] has joined #ubuntu-motu
\shsync is done from the sync team...it's automated, and MoM, we need to merge them manually ...if MoM ever runs again ;)12:37
\shmoins btw12:38
lifelessmoin moin12:45
StevenKmoin moin moin12:45
lifelessniom moin12:46
highvoltagemediawiki12:48
StevenKhighvoltage: So you're hello unsecurely?12:48
StevenKEr, saying hello12:48
highvoltageStevenK: yep12:49
=== highvoltage changes hello to plone/zwiki
=== highvoltage changes it to moinmoin
highvoltagethere. cycle complete.12:49
StevenKOnly because plone is pig12:49
StevenKEr, a pig12:50
StevenKJeez, I can't type tonight.12:50
=== 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
Hobbseehi again everyone01:18
TheMusowb Hobbsee.01:19
=== Hobbsee is contemplating just passing out due to lack of sleep.
Mithrandirhiya, Hobbsee, TheMuso01:20
Hobbseehey Mithrandir01:20
=== 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
Hobbseehey Kamping_Kaiser01:22
Kamping_Kaiserhi Hobbsee  :)01:22
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
zulheylo01:35
Hobbseehey zul01:41
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu
TheMusoSweet! My gobby bug is fixed!01:42
zulhey Hobbsee how is it going?01:46
Hobbseezul: absolutely exhausted, but apart from that, good :)01:46
zulgood why dont you go to bed then?01:46
Hobbseebecause it's not even 10pm yet...and i'm probably supposed to help with dishes before bed.01:47
zuloic01:49
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
StevenKHobbsee: What have you been doing that has gotten you exhausted?01:55
HobbseeStevenK: uni exams, and 3 hours of sleep last night01:55
StevenKWheee01:55
=== insanekane [n=kane@202.83.32.4] has joined #ubuntu-motu
insanekanehi ... i have a <package>.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:57
\shinsanekane: man dh_install :)01:58
insanekane\sh: :)01:58
insanekane\sh: ah thanks ... i just don't know enough about how this stuff works :/01:59
\shinsanekane: http://www.debian.org/devel/join/newmaint02:00
\shinsanekane: on this debian server there is a lot of stuff for starting and understanding debian packaging02:00
insanekane\sh: aha ok02:01
=== jinty [n=jinty@15.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-motu
insanekane\sh: thanks much ... i think thats going to help a lot02:03
=== 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
wij32hey 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:28
Hobbseewij32: ask in #ubuntu02:29
wij32isnt this?02:29
Hobbseewij32: no, this is #ubuntu-motu02:29
=== 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
YagisanG'day all. Dumb question, does dappers SDl mixer support .wav files ?03:40
=== 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
bddebianHeya gang03:49
Kamping_Kaiserhey bddebian03:50
bddebianHello Kamping_Kaiser03:51
Gloubiboulgahi bddebian, hi Kamping_Kaiser03:52
bddebianHeya Gloubiboulga03:52
Kamping_Kaiser:)03:53
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
YagisanG'day bddebian, Gloubiboulga, Kamping_Kaiser.03:53
Kamping_Kaiserhi Yagisan03:53
bddebianHi Yagisan03:53
=== shenki [n=shenki@ppp173-99.lns3.adl4.internode.on.net] has joined #ubuntu-motu
Gloubiboulgahey Yagisan03:58
=== 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
nooby_godIf I want to help out packageing software, where do I start?04:38
Kamping_Kaiserwiki.ubuntu.com/MOTU has some links04:38
Kamping_Kaiseriirc04:38
nooby_godalright04:39
Gloubiboulgaand https://wiki.ubuntu.com/UbuntuPackagingGuide is a good start if you want to create new packages04:39
tuxmaniacnooby_god> http://www.debian.org/doc/maint-guide/index.en.html#contents04:39
tuxmaniac^ good one too04:40
nooby_godok04:40
nooby_godthe first thing I want todo is to get Amarok 1.4 into the Universe04:40
=== Rotund [n=joe@d34-112.rb.lax.centurytel.net] has joined #ubuntu-motu
_ionnooby_god: It's already packaged.04:40
nooby_godwhy am I unable to get it via synaptaic?04:40
_ion## http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg04:41
_iondeb http://kubuntu.org/packages/amarok-latest dapper main04:41
nooby_godis it stable?04:41
tuxmaniacsudo apt-get install amarok04:41
tuxmaniacit works here04:41
tuxmaniacnooby_god>04:41
tuxmaniacnooby_god> is your /etc/apt/sources.list correct ? I mean have you uncommented the lines pointing to the Universe?04:43
tuxmaniacam off for dinner04:43
ogratuxmaniac, why should he, amarok is in main04:44
tuxmaniacah sorry then04:44
nooby_godI'm running Ubuntu if that should mean anything04:44
ograogra@edubuntu:~$ apt-cache madison amarok04:45
ogra    amarok | 2:1.3.9-0ubuntu4 | http://archive.ubuntu.com dapper/main Packages04:45
nooby_godyeah, 1.3.9, not 1.404:45
ograit will get updated to 1.4 in edgy automatically04:45
nooby_godif I'm running Dapper, I won't get 1.4 then?04:47
bddebianProbably not, unless someone backports it or it gets into dapper-updates04:47
ogranope unless its decided to take the risk to upgrade it via dapper-updates04:48
ograbut thats very unlikely if the 1.3 version doesnt have bugs like "wipes your harddisk"04:48
nooby_godargh, I'm from Gentoo, I'm so used to being on the bleeding edge04:48
ograues edgy then if it opens ;)04:49
nooby_godI'll just add  "http://kubuntu.org/amarok-14/ dapper main" to my sources.list04:50
=== lakin [n=lakin@206.174.196.147] has joined #ubuntu-motu
nooby_godthat will work right?04:52
ograyep04:52
ograi guess so ... (i dont go near QT stuff if i dont need)04:52
nooby_godI got an error in synaptaic -> http://kubuntu.org/amarok-14/dists/dapper/main/binary-i386/Packages.gz: 404 Not Found04:53
nooby_godnvm fixed it04:54
nooby_godI'll start reading the MOTU docs right now, hopefully I can help with the Universe soon04:54
ograhttp://kubuntu.org/packages/amarok-latest/ should be the url04:55
nooby_godactually amaok-stable has 1.4 too04:56
nooby_godI should put that instead04:56
zakamehi all04:57
bddebianHeya zakame05:01
=== Bazzi [n=Bastian@p508023DB.dip0.t-ipconnect.de] has joined #ubuntu-motu
hubogra: Qt or QT?05:04
ograqt indeed :)05:04
ogra:P05:04
ograor qT :)05:04
bddebianor cutie05:04
ograhtis strange C++ widget thingie, you know :)05:05
bddebian:-)05:05
zakamehi bddebian05:05
zakamehi hub ogr05:05
hubogra: QT is a proprietary multimedia framework, that I try to stay away from :-)05:06
=== hub has no issue with Qt however
ograme neither, i simply dont touch it :)05:07
ogra(either of both)05:07
Bazziall this hate against Qt =(05:19
=== 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
ograBazzi, 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:23
Bazziogra: 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 morals05:25
Bazzino offense to you of course05:25
ograwell, i'm not opposed if someone ports my apps to Qt, as long as i dont have to do it myself ...05:25
=== Czessi [n=Czessi@dslb-088-073-024-194.pools.arcor-ip.net] has joined #ubuntu-motu
shenkihi all05:25
shenkiI'm trying to set up a edgy chroot, by following https://wiki.ubuntu.com/DebootstrapChroot05:26
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu
shenkiand I was wondering, do I need to grab the updated debootstrap from the edgy repo, or is the one in dapper fine?05:27
ograhaha05:27
ograedgy isnt even finished with basic setup on the buildds and initial archive imports05:28
ograrelax :)05:28
shenkiyeah, i realise that05:28
shenkii'm trying to teach myself packaging05:29
=== jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-motu
ograusually you will set up a dapper chroot and upgrade that to edgy then05:29
shenkiwith the goal of packaging an app up and potentially getting it in edgy05:29
shenkiah, okay05:29
ograsame goes for pbuilder05:30
shenkicheers05:30
=== 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
pschulz01Greetings.. can anyone point me to some documentation for creating multiple binary packages from a single source package?05:42
bddebianDebian New Maintainers Guide?05:42
pschulz01bddebian, I'll have a look, thanks.05:43
=== 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
pschulz01bddebian, Hmm.. not obvious where the information is.05:46
bddebianhttp://www.debian.org/doc/maint-guide/05:47
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
pschulz01bddebian, Sorry.. let me rephrase that.. the maint-guide doesn;t go into this detail.. looks like I need the Developer's manuals.05:48
pschulz01http://www.debian.org/doc/devel-manuals05:49
bddebianAh, sorry05:50
pschulz01Hmm.. I remember reading something, but I can't remember which document it was. (I think my mind is going.)05:52
zakamedevelopers-reference?05:54
pschulz01Where is that?05:55
zakameapt-get -y install developers-reference05:55
pschulz01Ahh, found the package.05:55
pschulz01Thanks.05:55
pschulz01Section 6.1.3.05:57
pschulz01(A start anyway.)05:57
=== JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu
pschulz01Doesn't really say how though.05:58
=== 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 ["...]
shenkianother question on the chroot setup, trying to follow https://wiki.ubuntu.com/DebootstrapChroot06:10
shenkiin trying to get the locales working properly, i installed the packages suggested, however I still get http://paste.ubuntu-nl.org/1576706:11
shenkiorga? you still around?06:14
shenkiogra, excuse my typing06:14
bddebianshenki: That is just a warning06:14
ograi am06:14
shenkibddebian: isn't it warning me that I dont have any locale settings configured?06:15
shenkisorry ogra, just when I thought no-one was around, everyone comes running :)06:15
bddebianshenki: Yes but defaulting to 'C' won't "hurt" you06:16
shenkiokay06:16
shenkiany ideas why it isnt working? taking to another user in -au, and he has the same problem on his actual system06:16
bddebianWhat happens?06:18
Kamping_Kaiserbddebian, 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 install06:18
shenkihttp://paste.ubuntu-nl.org/1576806:18
shenkita-da, Kamping_Kaiser is the user I speak of :)06:18
Kamping_Kaiser:)06:19
ograshenki, thats fine for a chroot you use for building stuff ...06:19
shenkiyeah, that's what I was thinking. but I thought I'd ask the quesiton, considering Kamping_Kaiser has the same problem06:19
ografor an actual system use: locale-gen en_AU.UTF-806:19
shenkihttp://paste.ubuntu-nl.org/15769 - that's what I get from 'dpkg-reconfigure locales'06:20
=== Kyral_FreeBSD [n=petermcv@128.153.20.104] has joined #ubuntu-motu
Kyral_FreeBSDoy recompiling Apache,,,,GO!06:21
bddebianshenki: Did you try locale-gen as ogra suggested?06:21
ograi didnt say anything about dpkg-reconfigure06:21
shenkiogra, that's the command that the howto instructs you to use to set the locale settings06:22
=== Kamping_Kaiser grumbles about new ways to generate locales, after hes done it one way for yonks
Kamping_Kaiserogra, i seem to get the same erroro still.06:22
ograshenki, yes, thats true for breezy and before06:23
Kamping_Kaiseris there a way to get that ncurses selection thing that you could choose locales from?06:23
ogranope06:23
Kamping_Kaiser:'(06:23
ograthats obsolete06:23
ogrause locale-gen06:23
Kamping_Kaiseroh, i probably have to log out and in for those changes to stick *realises*06:23
ogra(and make sure to have the langpacks installed)06:23
Kamping_Kaiseroh well :/ time to advance06:23
=== Sergi0 [n=serge@ip227-28-166-62.adsl.versatel.nl] has joined #ubuntu-motu
shenkiogra, that worked06:24
ograand even better use the GUI language tool ;)06:24
shenkithe locale-gen command06:24
shenkithankyou06:24
ogra:)06:24
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu-motu
Kamping_Kaiserogra, i have this issue after useing the tool, hence the problem ;)06:24
shenkiso that command replaces 'dpkg-reconfigure locales' in the howto for dapper?06:24
ograno idea06:24
ograi havent read many dapper howtos apart from ltsp stuff i wrote myself :)06:25
Kamping_Kaisershenki, spose so, but its 'sudo locale-gen <yourlangCaseSensitve>06:25
Kamping_Kaiser`sudo locale-gen en_AU.UTF-8` works, `sudo locale-gen en_au.utf-8` doesnt06:25
ograwho said it would be .utf-8 ? :)06:26
Kamping_Kaisermy shift finger ;)06:27
ogra*g*06:27
Kamping_Kaiser:)06:29
Laser_awaybah, the DebootsrapChroot howto need to be fixed06:36
Laser_awayI might have to do that before Paris06:37
Laser_awaybut I need to figure ot the sudo bit06:38
=== Kamping_Kaiser looks at howto
Kamping_Kaiserwhich bit Laser_away ?06:39
Laser_awaywell, infinity suggested that the whole "setting up sudo in the chroot" was bad06:39
=== 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"]
Laser_awayI need to figure out what exactly we should have there06:40
Kamping_Kaiseryeh06:40
SpecMy 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
SpecWhat 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
Kyral_FreeBSDcrap I nuked /usr/build/libtool06:43
Kyral_FreeBSDWTF is that for anyway...06:46
Laser_awayhehe, remind me never to give you ssh access on my  machines ;-)06:47
Kyral_FreeBSDWell, it was because I botched the Apache install06:48
Kyral_FreeBSDso I though that was put there by Apache :P06:48
Kyral_FreeBSDI mean /usr/bin/libtool was fine06:48
Kyral_FreeBSDah well a little symlink and its happy06:48
Laser_awayheh06:49
Kyral_FreeBSDI can't believe Debian doesn't have Apache 2.206:49
Kyral_FreeBSDoh wait its Debian...nevermind06:49
=== _jaldhar is now known as jaldhar
lucasah ah ah.06:54
=== lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-motu
lucasDebian 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
lucaswho wins ?06:55
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
ograyou mean network block device support ?07:01
ograwhat should be buggy about it ?07:01
jamessanSpec: put a '-' before the 'rm'.  that tells make to ignore failures07:02
lucashttp://www.grep.be/blog/2006/06/14/#ubuntu_main_and_Debian_Developers07:03
lucas(for ogra)07:04
=== 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
Yagisan:( crap. failed dapper upgrade07:39
Yagisanajmitch: zope & plone didn't like going breezy -> dapper07:40
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
LaserJockyikes, I don't think I  get anything -devel is talking about07:47
LaserJockI guess I'm not geeky enough ;-)07:48
=== crimsun_ fights ^H
LaserJock?07:53
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
crimsun_LaserJock: nested screen sessions07:55
LaserJockah07:55
crimsun_they're screwing my stty erase07:55
=== neutrinomass [n=pandis@ppp22-199.adsl.forthnet.gr] has joined #ubuntu-motu
shenkiI 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:00
Kyral_FreeBSDcall dh_python?08:01
LaserJockshenki: no, just run it in debian/rules08:01
shenkiKyral_FreeBSD: I'm learning packaging, this is my first go... i'll have a look at dh_python08:02
LaserJockdh_python won't build it08:02
shenkido you know of any packages which use that method? I was trying to look for an example08:02
LaserJockdh_python it will add some stuff to the postinst script08:02
LaserJockshenki: one I packaged is gausssum08:02
shenkicheers08:03
LaserJockshenki: there are probably many others though08:03
=== Yagisan frantically starts downgrading packages in an attempt to get his his back in working order
shenkiyes. it's hard to find info, google doesnt help because it just finds info on packaging python, not python apps08:03
LaserJockright08:04
crimsun_it's actually quite easy to find08:07
crimsun_google://"debian python policy setup.py"08:07
=== Yagisan learns new lesson for today. package x.y.z to z.y.z+1 is not a "small bugfix".
LaserJockcrimsun_: bah, of course for you it is. Some of use dummy heads don't find things that easily ;-)08:08
shenkiah. yes. search for the file, good thinking08:08
=== adolson [n=dana@nor-goatfarm.vianet.ca] has joined #ubuntu-motu
=== adolson [n=dana@nor-goatfarm.vianet.ca] has left #ubuntu-motu []
LaserJockshenki: really the Python Policy manual would be a good thing to check out if you haven't already08:10
shenkiLaserJock: I did just find something that was named similar to 'debian python policy', but it was a one-page piece of unusefullness08:10
shenkiit appears to be exactly what I was looking for :) thanks08:11
Yagisanw00t. my website is back. now to backup again, and try each package, 1 by 1, till I see which needs a bug report08:12
=== Yagisan lays odds it was the zope2.8 package
LaserJockshenki: www.debian.org/devel has a link to the Python Policy08:13
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
shenkiLaserJock: 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:14
LaserJockyep08:15
crimsun_man, scott, adam, et al. must have been fighting the archive all week{,end}08:36
LaserJockwhat's the problem, I'm not really getting what they're doing08:37
crimsun_I guess it's time for that billionth chroot08:37
crimsun_LaserJock: fixing $stuff so edgy can open08:37
crimsun_archive, toolchain, etc.08:37
=== 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
crimsun_oh sweet, most of my local packages will be upgraded because of the syncs :D08:40
=== zerokarmaleft [n=zerokarm@ip68-12-45-133.ok.ok.cox.net] has joined #ubuntu-motu
truzakhello, whats the difference bw sun-java5-bin and sun-java5-jre packages? (both have same desc. as JRE)08:44
crimsun_truzak: -jre has arch-indep files; -bin has arch-dep files08:45
Yagisanhmm. breakage wasn't zope2.8. just 14 packages to hunt through08:45
crimsun_truzak: not to mention you have to accept the EULA to install -jre08:46
=== TomaszD [n=tom@xdsl-2196.elblag.dialog.net.pl] has joined #ubuntu-motu
LaserJockcrimsun_: EULA for -bin too, no?08:46
crimsun_LaserJock: one of them has the debconf "issue", don't remember which08:46
crimsun_(same bug is triggered by flashplugin-nonfree)08:46
LaserJockcrimsun_: well, that's been fixed08:47
LaserJockI'm not sure if it has hit the archives though08:47
LaserJockI used java5's debconf for my packaging job that should be hitting dapper any time now08:48
crimsun_madison isn't showing it locally, so it may have just waiting for pulse08:48
crimsun_EGRAMMAR08:48
LaserJockisn't showing what?08:49
crimsun_updated sun-java508:49
crimsun_uh oh, scott updated MoM's pool08:50
crimsun_are we ready? :D08:50
LaserJockwhat bug are you specifically talking about, the one where it doesn't present for pre-release Dapper installs?08:50
crimsun_LaserJock: yes08:50
bddebianHeya crimsun_08:51
crimsun_'lo bddebian08:51
LaserJockcrimsun_: yeah, it is in the SVN or whatever they are using, but I think they might be waiting to upload it08:51
crimsun_sweet, time for me to punt some changes to edgy08:54
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
=== bddebian uploads crimsun_ to Edgy :-)
LaserJockmwuahahaha08:59
crimsun_bddebian: that's a pretty spectacular reject09:00
nooby_godCan some one explain this whole .deb thin gand respitory thing to me? I'm only used to emerge09:01
jpatrickbddebian: he might break09:01
Specjamessan: thanks :)09:02
bddebiancrimsun_: Heh09:02
bddebiannooby_god: emerge is a source based right?09:02
crimsun_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
neutrinomassIs 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
crimsun_portage works with, rather09:02
neutrinomassbddebian: Yes, it grabs tarballs and builds them....09:03
LaserJockneutrinomass: might be a good question for -devel or seb128 anyway09:03
nooby_godportage is bassicly a much of scripts that download the source, check for the deps and builds it09:03
Specyeap09:03
nooby_godexplain this whole main, restricted, universe, multiverse thing09:03
nooby_godI don;t get it09:03
bddebianmain == supported by Canonical09:03
neutrinomassLaserJock: Hm.. -devel the ML or the channel ? I haven't seen him in a while09:03
crimsun_that's a faq, ask the bot about components09:03
bddebianUniverse == unsupported09:03
Specrestricted = non free supported by canonical09:03
Specmultiverse = non free unsupported09:04
LaserJockhttp://www.ubuntu.com/ubuntu/components09:04
LaserJockneutrinomass: you might try the channel first09:04
nooby_godok, when I add respitories to my sources.list it;s like 'deb some.url dapper main'09:04
nooby_godwhat does the dapper and main part me09:04
nooby_god*mean09:04
crimsun_distribution and component, respectively.09:04
neutrinomassLaserJock: OK. I'm heading off from some cigs and will pop in there in a while ...09:05
crimsun_man 5 sources.list09:05
nooby_godso if I misslable one of the respitories has a wrong component, what happens?09:05
crimsun_you get an error.09:05
LaserJockyou don't get it09:05
nooby_godah, thank you09:05
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
nooby_godI'm currently trying to figure out what is the procedure for one to get Amarok 1.4 into the main respitory09:07
nooby_godKubuntu already has the deb and everything is packaged09:07
SpecI'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
LaserJockyeah09:08
Specand is it possible to comment on your own package in revu?09:08
LaserJockyeah09:08
Spechow?09:08
Yagisanupgrade/downgrade upgrade/downgrade upgrade/downgrade. I'm getting a headache sorting the zope packages into "this breaks" and "this works"09:08
Spec:p09:08
LaserJockSpec: you log in and go to your package :-)09:08
crimsun_nooby_god: path of least resistance is edgy/main (which should be fairly straightforward)09:09
Speclogin with wiki credentials?09:09
crimsun_nooby_god: path of very high resistance is dapper-updates/main09:09
nooby_godwhy would it be high resistance?09:10
nooby_godI thought that Amarok was supported?09:10
nooby_godshouldn't be a good thing that's being upgrated?09:10
Yagisannooby_god: not always09:11
Yagisannooby_god: bug fix, yes. new features, no09:11
Yagisans/bug fix/security bug fix/09:11
Specah hah, password recovery...i don't recall setting that password though, must've been autogenerated09:11
crimsun_nooby_god: -updates is for gnome-desktop (core, stable branch fixes, with standing exception), translations, and trivial critical fixes09:11
LaserJocknooby_god: it is important that a particular release be stable and well integrated09:12
nooby_godah, wonderful09:12
nooby_godwell, I'll give up on that09:12
LaserJockgive up on what?09:13
nooby_godnvm09:13
LaserJockdoh, I wondered why my other machine was slow, I had 3 vnc sessions running at the same time09:15
ografix vnc then :)09:15
LaserJockand with another user on it and having only 256MB RAM, well ... I'm stupid09:15
bddebianheh09:16
LaserJockI didn't think it used to be that slow09:16
LaserJockI kept killing the vnc on :1 but there were 3 others I didn't know about :-)09:16
=== ogra__ [n=ogra@p5089DB24.dip.t-dialin.net] has joined #ubuntu-motu
=== TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu
nooby_godif 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
Yagisanfound the bugger. zope-resourceregistries from breezy to dapper = no website09:25
Yagisanajmitch: would that be yours ? ^^09:26
LaserJocknooby_god: generally that shouldn't be the case, we grab the Debian unstable packages automatically at the beginning of each release cycle09:29
nooby_godLaserJock: it's not in the debian respitories09:29
nooby_godthe deb is found on the website09:29
nooby_godhttp://www.mercury.to/index.php?page=Downloads09:29
LaserJocknooby_god: ahh, then either you would need to get the source package from the authors or make you're own source package09:30
nooby_godit's a requested piece -> https://wiki.ubuntu.com/MOTU/Packages/Candidates?highlight=%28CategoryMOTU%2909:30
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
LaserJocknooby_god: yeah, go for it :-)09:31
nooby_godLaserJock: I don't think it's opensource09:32
LaserJockhmm, that always stinks09:32
nooby_godit's a closed source java program09:32
LaserJockah09:32
nooby_godbut's a very good piece of software09:32
LaserJockwell,  it could perhaps go in Multiverse if it is redistributable09:32
nooby_godIt's in gentoo's portage, let me check09:32
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
nooby_godLaserJock: there is no licencing info anywhere, but the ebuild does not point to the official server, some one else is distributing it09:34
nooby_godit's a little risky so I wont do it. I'll find another peice of software09:35
LaserJockyeah, closed source isn't fun09:35
=== Gervystar [n=alessand@2001:1418:1ce:0:20e:a6ff:fea4:4ab5] has joined #ubuntu-motu
nooby_godwell I found another piece of software, the Last.fm player09:39
=== Rotund [n=joe@69-179-21-49.dyn.centurytel.net] has joined #ubuntu-motu
_ionIt's GPL IIRC.09:40
_ionAnd already packaged.09:40
nooby_godreally?09:41
nooby_godI guess I'll pick something eles09:41
_ionhttp://packages.debian.org/src:lastfm09:41
_ionIn 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
_ionUbuntu dapper, that is.09:42
insanekanenooby_god: looking for something to package ?09:42
nooby_godyeah09:42
nooby_godwant to start09:42
nooby_godis there a 'to package' lsit?09:43
bddebianThere used to be a wiki page for packages that users have requested09:44
=== jason__ [n=jason@cal149-99-255-162.dedicated.rogerstelecom.net] has joined #ubuntu-motu
nooby_godI'm goiong through that right now09:44
bddebianAh09:44
nooby_godhttps://wiki.ubuntu.com/MOTU/Packages/Candidates -> this one right?09:45
jason__LaserJock there?09:45
insanekanenooby_god: could you package kastrolog ?09:45
bddebiannooby_god: Yeah, that's it09:46
LaserJockjason__: heah, hi!09:46
nooby_godI'll try insanekane09:46
nooby_godIt would be my first piece of software to package09:47
LaserJockjason__: so you rebuilt the source package, but it dies in when you try to run pbuilder on it?09:47
nooby_godinsanekane: do you know the procedure for packaging and then uploading software?09:47
nooby_godI'm actually a little confused09:48
nooby_godI package it, sign it, upload it to REVU then?09:48
jason__actually it finished correctly, but I can't find the .deb file09:48
insanekanenooby_god: not much ... i'm just starting out like you ... but i guess i'm ahead because i started by looking at existing packages09:48
LaserJocknooby_god: http://help.ubuntu.com/ubuntu/packagingguide/C/index.html09:48
insanekanenooby_god: hehe ... i havent gotten that far :)09:48
LaserJockjason__: ok, what did you use to set up the pbuilder? the packaging guide?09:49
jason__yes09:49
LaserJocknooby_god: more or less09:49
jason__I just install and run "pbuilder create" command09:49
nooby_godI'll start off with Kastrolog then09:49
=== jose [n=jose@171.Red-217-125-94.staticIP.rima-tde.net] has joined #ubuntu-motu
jason__yes I used the packaging guide09:50
LaserJockjason__: ok, then it should be in /var/cache/pbuilder/result09:50
SpecLaserJock: why vnc over freenx? :)09:50
LaserJockSpec: because freenx has never really worked that well for me09:50
Specaww, it's so fast the two times i've implemented it09:51
LaserJockSpec: vnc over ssh tunnel works pretty well for my situation09:51
Specexcept it's slow :)09:51
Specssh adds a bit of overhead as well09:51
LaserJockwell, it works, which is better than I can say for freenx ;-)09:51
jason__yes there is..09:51
Spechehehe09:52
LaserJockjason__: you should have quite a few files in there, one of which should be a .deb09:52
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu
jason__yes you are right. there are .diff.gz, .dsc, .changes and orig.tar.gz too..09:53
LaserJockyeah, those are copies of the source package, but you have then already09:53
jason__LaserJock: So if I change the desktop-multiplier in the future, then I will send you the source package..09:54
LaserJockjason__: yeah, but really any MOTU (devs who can upload to Universe and Multiverse) could do it09:55
insanekanehow do we find out which package a file has come from ?09:55
LaserJockdpkg -S09:55
jason__OK thanks,09:55
LaserJockjason__: but if you test out the building with pbuilder it will help a lot09:56
LaserJockjason__: but we can certainly help  if you get stuck or anything09:56
jason__ok09:56
insanekanenooby_god: cool :)09:56
bddebianLaserJock: You don't help me??? :-)09:58
LaserJockI don't?09:58
bddebianI was joking.  Notice the :-)10:00
=== 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
nooby_godif I want to set up pbuilder the command would be sudo pbuilder create --distribution dapper correct?10:10
gloubiboulgayes, but you'll have to upgrade to edgy after creating it if you want to test new packages10:11
=== ivoks [n=ivoks@lns02-0909.dsl.iskon.hr] has joined #ubuntu-motu
nooby_godwell I'm packaging a piece of software for the universe10:12
nooby_godso dapper will do right?10:12
bddebianSet your pbuilder up with Edgy10:12
bddebianNew packages won't get in Dapper anyway10:12
gloubiboulgano, dapper is closed, all the new package will go to edgy10:12
nooby_godah10:13
gloubiboulgapackages*10:13
nooby_goddoes any one here use Edgy?10:13
bddebianI am trying to upgrade one of my boxes as we speak10:13
=== pygi [n=pygi@83-131-244-65.adsl.net.t-com.hr] has joined #ubuntu-motu
gloubiboulgai have edgy in a chroot10:13
nooby_godI can still create packages for Edgy in Dapper right?10:14
nooby_godand is Edgy stable at all?10:14
bddebiannooby_god: With the pbuilder, yes10:14
=== pygi [n=pygi@83-131-244-65.adsl.net.t-com.hr] has left #ubuntu-motu ["Leaving"]
nooby_godok bddebian10:14
nooby_godso the command I would do right now would be  sudo pbuilder create --distribution edgy10:14
crimsun_s/edgy/dapper/10:15
=== Yagisan is annoyed. plone can't go from breezy -> dapper. without breaking into unusable bits. :(
bddebianYes, or you can build a dapper pbuilder first, then upgrade to dapper10:15
crimsun_bddebian: err, dapper's pbuilder already knows about edgy?10:16
bddebianAck, upgrade to edgy10:16
nooby_godis there a safe way to upgrate to edgy?10:16
nooby_godno wait, I'll stick with something stable10:16
bddebiancrimsun_: Oh, hmmm, good point10:16
nooby_godI get an error when I run pbuilder10:18
nooby_godE: No such script: /usr/lib/debootstrap/scripts/edgy10:18
nooby_godbut I have debootstrap10:18
ivoksbut not edgy :)10:19
LaserJocknooby_god: dapper deboostrap doesn't know about edgy10:19
LaserJocknooby_god: you can build a dapper pbuilder and then upgrade it10:20
nooby_godso I would have to upgrate to edgy inorder to start packaginf?10:20
nooby_godLaserJock: how?10:20
crimsun_--distribution dapper10:20
LaserJockpbuilder create --distribution dapper10:20
bddebiannooby_god: Yeah that was my fault sorry, I wasn't thinking about the pbuilder end10:20
crimsun_change pbuilder's sources.list, then update --override-config10:20
nooby_god then I run sudo pbuilder update --distribution edgy --override-config10:21
LaserJockyeah10:21
crimsun_no drop the --distribution after you've created a pbuilder $base.tgz10:21
crimsun_--distribution implies pbuilder knows about the parameter passed to it.10:21
LaserJockoh, hmm10:22
nooby_godI just ran sudo pbuilder create --distribution dapper --othermirror "deb http://archive.ubuntu.com/ubuntu dapper universe multiverse"10:22
nooby_godthen what do i do then?10:22
LaserJockdid it work?10:22
crimsun_you edit pbuilder's sources.list, :%s/dapper/edgy/, then update --override-config10:23
nooby_godyeah, that command just ran10:23
nooby_godso many damn libs10:23
=== TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu
LaserJocknooby_god: hmm, where is his sources.list going to be?10:24
crimsun_LaserJock: (misaddress?) I presume people are using ~/.pbuilderrc10:25
LaserJockno10:25
LaserJockall commandline10:25
LaserJockat least that's how I set up the Packaging Guide10:26
crimsun_it's a Really Good idea to use ~/.$pbuildderrc10:26
LaserJockdang it, Matthew Palmer told me not too10:26
LaserJockI went through it all and did a fair amount of work to get this right :/10:27
crimsun_and instead use /etc/pbuilderrc?10:27
LaserJockyes10:27
nooby_godwouldn't pbuilder store the sources.list inside of the chroot?10:27
LaserJocknooby_god: yes, but it is a matter of where it gets it10:27
nooby_god /etc/apt/sources.list?10:27
crimsun_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
LaserJockthat is the point10:28
LaserJockI use a script in ~/bin10:28
crimsun_I fall under both of those categories10:28
LaserJockme too10:28
LaserJockalll though more under multiple pbuilders than not having access10:29
crimsun_I keep ~/.pbuilderrc.dapper{,-backports}, ~/.pbuilderrc.hoary, ~/.pbuilderrc.breezy{,-backports}10:29
LaserJockright, Matthew Palmer said that was all unnecessary10:30
=== Yagisan uses /etc/pbuilderrc and pbuilders apt sources live in /etc/pbuilder/apt.config/sources.list
nooby_godpbuilder just finished creating bast.tgz for dapper10:30
LaserJockpbuilder comes with a script, my modified version for dapper is http://paste.ubuntu-nl.org/1577610:30
LaserJockthat is all I use10:30
LaserJockno pbuilderrc or sources.list stuff10:31
nooby_godif I want to upgrate to pbuilder edgy I need to edit my sources.list and then run pbuilder update --distribution edgy right?10:31
LaserJockI just have a new script for each pbuilder (only modifying DISTRIBUTION)10:31
=== woodstock_ [n=peli@pD9E91610.dip0.t-ipconnect.de] has left #ubuntu-motu ["Ex-Chat"]
LaserJocknooby_god: don't edit /etc/apt/sources.list10:31
Yagisanone day, I'll get around to redoing it more like crimsun_.10:32
nooby_godI would edit.....10:32
LaserJockYagisan: I used to do it that way10:32
crimsun_LaserJock: sure, you can do it that way.10:32
LaserJocknooby_god: that's what we are discussing10:32
=== nooby_god watches intensely
LaserJockcrimsun_: but my question is does that break upgrading?10:33
LaserJockbah, I've got a meeting right now10:33
LaserJockbbiab10:33
crimsun_LaserJock: you've always got a corner case at the beginning of each devel cycle anyway10:34
Yagisanmm. kernel update. time to reboot the router.10:34
crimsun_at that point you either have to edit your script, or you have to edit ~/.$pbuilderrc10:34
Laser_awayyeah, I'm just wondering if I made the Packaging Guide flawed by doing it that way10:34
crimsun_no, the packaging guide is fine10:34
crimsun_you can't get around editing /something/10:34
nooby_godok, I have a pbuilder for dapper, I want to upgrate to a pbuilder for edgy so I can create stuff for universe10:35
nooby_godwhat do i do people10:35
crimsun_nooby_god: in this case you either modify Laser_away's script, or you edit pbuilder's sources.list10:35
crimsun_(this is the cornercase I'm referring to)10:36
nooby_godcrimsun_: what did you do?10:36
crimsun_nooby_god: I'm a conffile whore. I like ~/.$pbuilderrc and $sources.list10:37
nooby_godso i'll do that then10:38
nooby_godwhere is pbuilders sources.list?10:38
=== truzak [n=chatzill@85.107.23.241] has left #ubuntu-motu []
crimsun_if you didn't modify anything, it's /etc/apt/sources.list10:39
crimsun_which is why you would either use a script or manually use command line parameters10:40
nooby_godCan 't I just run "sudo pbuilder update --distribution edgy --override-config --othermirror "deb http://archive.ubuntu.com/ubuntu edgy universe multiverse" ?10:42
nooby_godto upgrate to edgy without modifying anything?10:42
crimsun_nooby_god: no. "edgy" is not known to pbuilder, so you can't pass it as an argument to --distribution10:44
nooby_godoops, I just ran it10:44
nooby_godit seems to be working though10:44
crimsun_it may work due to --override-config --othermirror10:45
crimsun_both of those supercede --distribution10:45
nooby_godah10:45
nooby_godwell it works, that's all that matters right now10:45
nooby_godthank you though crimsun_10:45
bddebianHmm, is doomlegacy gone?10:49
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
crimsun_nooby_god: np10:52
=== 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 []
bddebianLater gang11:04
=== Gervystar [n=alessand@2001:1418:1ce:0:20e:a6ff:fea4:4ab5] has joined #ubuntu-motu
ryanakcaI have a suggestion for the REVU site: put a search thingy...11:13
crimsun_that's in the cards for revu2 afaik11:13
crimsun_in the meanwhile, use your browser's excellent Find11:14
Kyral_FreeBSDoy11:19
Kyral_FreeBSDDay destroyed by recompiling Apache and PHP11:19
gloubiboulgaon hurd? :)11:21
Spechurd runs?11:21
nooby_godDoes anyone have something that I could use as my first package?11:21
Kyral_FreeBSDSpec: yah11:21
Kyral_FreeBSDgloubiboulga: no this was my production box11:22
Kyral_FreeBSDDebian doesn't have the updated Apache or PHP so I spent the day recompiling from source11:22
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
Kyral_FreeBSDFound out Debian messes with the apache layout too much11:22
zygahey11:22
Kyral_FreeBSDeven with the --enable-layout=Debian compile opt11:22
zygahas anyone seen lucas recently?11:22
gloubiboulgaKyral_FreeBSD, you should use ubuntu, it's a great distro ;)11:23
Kyral_FreeBSDI'm gonna construct a new VM from HLFS to replace this one11:23
Kyral_FreeBSDgloubiboulga: And what? Wind up with the same crap Debian gave me?11:23
Kyral_FreeBSDHonestly the default Apache Config layout is better IMO11:24
=== TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu
Kyral_FreeBSDnone of this "mods-enabled" "mods-disabled" crap11:24
gloubiboulgaKyral_FreeBSD, it was just a joke :)11:24
Kyral_FreeBSDI compiled the mods I needed into Apache and it was happy11:24
SpecI like the mods-enabled/mods-disabled and sites-enabled/sites-disabled crap :p11:24
Kyral_FreeBSDosryr I owrked on this for like 7 hours11:24
Kyral_FreeBSDHad to recompile mod_perl11:25
Kyral_FreeBSDhad to recompile mod_security11:25
Kyral_FreeBSDI'm just like "WTF why don't I just recompile the whole shabang"11:26
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
gloubiboulgaI'm off to bed, g'night11:28
Kyral_FreeBSDSeems to be faster...less memory useage11:29
nooby_godif there is no ubuntu source package for a peice of software is it still nessessary to make an ubuntu folder?11:35
Kyral_FreeBSDubuntu folder what?11:36
nooby_godaccording to the guide -> http://help.ubuntu.com/ubuntu/packagingguide/C/basic-debhelper.html11:36
nooby_godmkdir ~/hello-debhelper11:37
nooby_godcd ~/hello-debhelper11:37
Kyral_FreeBSDno paste11:37
nooby_godwget http://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz11:37
Kyral_FreeBSDI get it11:37
nooby_godmkdir ubuntu11:37
nooby_godcd ubuntu11:37
nooby_godThen, get the Ubuntu source package:11:37
nooby_godapt-get source hello-debhelper11:37
nooby_godcd ..11:37
nooby_godops11:37
nooby_god*oops11:37
Kyral_FreeBSDI thougth you meant in place of the Debian dir11:37
zyganooby_god: the directory you make is necessary for the package11:37
nooby_godeven if there is no source package in the respitory?11:37
Kyral_FreeBSDI think its just a workzone11:37
Kyral_FreeBSDso you keep all the clutter in one place11:38
zyganooby_god: yeah, you don't want to mess your ~ do  you?11:38
nooby_godok11:38
zyga(easier to bzr init and rm -rf)11:38
=== Arrogance [n=aks@ottawa-hs-64-26-147-147.d-ip.magma.ca] has joined #ubuntu-motu
nooby_godoh, what do I do if dh_make get's the version wrong?11:40
Kyral_FreeBSDman dh_make11:41
nooby_godthe version is 5.4-1.1, but dh_make says the version is 5.411:41
zyganooby_god: bad directory name11:41
nooby_godyes it is zyga, should I do anything?11:41
nooby_godor let it be?11:42
zyganooby_god: probably rename it but I'm not too good at packaging11:42
zygaseek advice from those who know better11:42
nooby_godDoes anyone know better here?11:43
zyganooby_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:43
nooby_godyes11:44
nooby_godwell actually this may make sense, the package name11:46
nooby_godthe version name is  kastrolog-5.4-1.111:46
nooby_godit's based on astrolog 5.4, and it's version 1.111:46
=== zyga would like a consistent source package format
Kyral_FreeBSDthere is11:48
Kyral_FreeBSDits called tar.gz11:49
zygaKyral_FreeBSD: yeah, same as unix standard, it's called man11:49
Kyral_FreeBSDyup11:49
zygaI was rather thinking about debian source packages11:50
=== Kyral_FreeBSD shrugs
Kyral_FreeBSDYou do realize that deb-srcs are just the tar.gz + the diff.gz11:50
zygayeah, and +foo.gz where foo is appropriate according to packager, foo varies greatly11:51
Kyral_FreeBSDfoo by its nature is meant to vary greatly :P11:51
zygamaybe there should be no random foo then?11:51
Kyral_FreeBSDbut alas, foo is standard too :P11:51
Kyral_FreeBSDJust like its cousin, bar :P11:52
zygabut then again foobar is not a good sign in the code you have to maintain11:52
Kyral_FreeBSDI use it to finish off a case statement where I expect the condition to never have been met :P11:53
zygaand define it as weak alias to be sure it's not worrying the linker ;-) ?11:53
Kyral_FreeBSDsomething like bool foo = true; (something that might modify foo); if( !foo ) { <something> } 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
Kyral_FreeBSD:P11:54
zygacout, ouch!11:55
Kyral_FreeBSDit was C++ jeez11:55
=== jose [n=jose@171.Red-217-125-94.staticIP.rima-tde.net] has joined #ubuntu-motu
zygayeah, jeez told us to use c11:55
Kyral_FreeBSD...don't bring up this fight C boy11:56
Kyral_FreeBSDI was taught C++ before C11:56
Kyral_FreeBSDI like C++. I like Vectors damnit :P11:56
zygac is ugly but necessary and mature in a way11:56
Kyral_FreeBSDlike Perl!11:56
zygac++ is still young and forming IMHO11:56
zygaoh and I like python :)11:56
=== Kyral_FreeBSD falls down
zygabut I really don't see either as good11:57
Kyral_FreeBSDActually they are supposed to be releasing the next specification of C++ in like the next year or so11:57
zygac0x? or what was the draft called?11:57
Kyral_FreeBSDC++0x11:57
Kyral_FreeBSDI think11:57
zygaoh, forgot about++ :)11:57
Kyral_FreeBSDPerl is quite nice11:58
hubzyga: C++ is mature11:58
zygahub: did you read that spec? it's like 100% new features and that's not mature IMO11:58
Kyral_FreeBSDoy...the battle between C and C++ is like the battle between Vim and Emacs...11:58
zygaKyral_FreeBSD: I shall silently ignore that11:59
Kyral_FreeBSDSo new features == new and immature regardless of how old the language is12:00
Kyral_FreeBSDwow, then by your reasoning everything is immature compared to ASM :P12:00
zygaKyral_FreeBSD: mature is a way to say it's in maintenance mode, not revolution; I feel c++ to be closer to the latter12:01
nooby_godhow would I find out what a program depends on?12:02
zyganooby_god: ldd on the binary is a good start, building it in pbuilder is recommended12:02
zygachecking out what #includes/imports/uses it has12:03

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!