=== fnordus [n=dnall@s142-179-111-243.bc.hsia.telus.net] has joined #ubuntu-devel === Burgundavia [n=corey@207.47.10.130.static.nextweb.net] has joined #ubuntu-devel === Burgundavia [n=corey@207.47.10.130.static.nextweb.net] has left #ubuntu-devel ["Leaving"] === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel [] === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel [12:54] infinity, cprov: (I know, weekend ...) please requeue libgtk-java on all archs === givre [n=flo@APuteaux-152-1-26-193.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === ajames [n=ajames@71-211-146-7.hlrn.qwest.net] has joined #ubuntu-devel === jinty_ [n=jinty@221.Red-83-58-174.dynamicIP.rima-tde.net] has joined #ubuntu-devel === fnordus [n=dnall@s142-179-111-243.bc.hsia.telus.net] has joined #ubuntu-devel === nix4me [n=nix4me@49.104.207.68.cfl.res.rr.com] has joined #ubuntu-devel === mammadori [n=marco@host140-236.pool875.interbusiness.it] has left #ubuntu-devel ["Konversation] === kent [n=kent@kr-lun-89-144-233-83.3.cust.bredband2.com] has joined #ubuntu-devel === Fujitsu [n=Fujitsu@c58-107-63-43.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel [02:01] anyone knows if it's possible to assign a value to a varible in make using an external command ? [02:01] e.g. [02:01] for image in seq -w 01 36 [02:01] doesn't work [02:02] you need to quote the seq command [02:02] $(seq -w 01 36) [02:02] doesn't work either [02:02] <_ion> seq -w 01 36 | while read image; do \ [02:03] for image in $(seq -w 01 36) [02:03] echo $(image) [02:03] endfor [02:03] that won't work [02:03] <_ion> stuff with $$image [02:03] hmm _ion in make? [02:04] <_ion> _Each_ line is interpreted separately with sh, unless they're merged with the \ char. Also you need to type $$ in the Makefile to give $ to the shell. [02:05] ah [02:05] <_ion> Also i prefer 'seq ... | while read foo' instead of 'for foo in $(seq ...)' because it allows the length of the sequence to be arbitrary without any concern for memory usage. [02:06] ok [02:06] doesn't seem to work though [02:06] :s [02:06] for some reason [02:07] oh wait yes it does :) [02:07] sorry [02:07] thanks much _ion that helps a lot :) [02:09] <_ion> Anyway, http://johan.kiviniemi.name/tmp/example-Makefile === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [02:11] Howdy [02:11] <_ion> Howdy-how. === rpedro_ [n=rpedro@87-196-1-189.net.novis.pt] has joined #ubuntu-devel [02:17] woot [02:18] Heya raphink [02:18] hi bddebian :) === jinty [n=jinty@221.Red-83-58-174.dynamicIP.rima-tde.net] has joined #ubuntu-devel === reitblatt [n=mark@cpe-68-175-12-148.hvc.res.rr.com] has joined #ubuntu-devel === sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-devel === heimweh [n=Elvis@20150204054.user.veloxzone.com.br] has joined #ubuntu-devel === TerminX [i=1009d8d6@64.62.190.212] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === [jb] [n=juliano@c-71-204-5-104.hsd1.ga.comcast.net] has joined #ubuntu-devel === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel [03:31] imbrandon, ping? === FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #ubuntu-devel === shenki [n=shenki@ppp162-193.lns3.adl4.internode.on.net] has joined #ubuntu-devel === reitblatt [n=mark@cpe-68-175-12-148.hvc.res.rr.com] has left #ubuntu-devel [] === netdur [n=adel@adsl196-34-107-217-196.adsl196-12.iam.net.ma] has joined #ubuntu-devel === DShepherd [n=dwight@port0045-acx-adsl.cwjamaica.com] has joined #ubuntu-devel [04:05] people with compiz respo, got libvte upgrade, it broke synaptic... this bug https://launchpad.net/distros/ubuntu/+source/vte/+bug/56862 [04:06] Malone bug 56862 in vte "synaptic requires libvte.so.4, but upgrade of libvte removes it" [Medium,Unconfirmed] === shawarma [n=sh@vega.linux2go.dk] has joined #ubuntu-devel [04:07] ah, so it is the fault of 3rd party repositories [04:13] gonna comment === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel [04:14] I'm rejecting anyway [04:15] okay [04:15] hey edgy users.. the X problem that was happening has it been fixed? [04:15] DShepherd: not nearly enough info [04:16] ajmitch: ok.. === netdur [n=adel@adsl196-34-107-217-196.adsl196-12.iam.net.ma] has left #ubuntu-devel [] [04:17] infinity, ping? === bmonty_away is now known as bmonty === Fujitsu [n=Fujitsu@c58-107-63-43.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [04:33] File 'option.c' [04:33] Lines executed:100.00% of 127 [04:33] option.c:creating 'option.c.gcov' [04:33] yay test cases === bmonty is now known as bmonty_away [04:34] Heya Keybuk === jcmasters is now known as jcmasters_afk [04:37] :) === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel [04:44] Keybuk: has there been any discussion about attempting to automating package rebuilds for simple backports? [04:47] how do you mean? [04:48] Keybuk: lots of games have simple & relatively stable deps, so backporting is a snap [04:49] the way I currently do it now is I take my sources.list %s/dapper/edgy, update, apt-get src foo, change sources list back & update again, then do the dpkg-buildpackage [04:49] we have a theoretical backports acrhive [04:49] ahh? === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [04:52] "theoretical backports" archive doesn't google for me [04:54] heh [05:08] imbrandon, ping? === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel [05:20] Anyone know when mdz is usually around [05:20] side question, is anyone from the kernel team here [05:21] lastnode: pong [05:21] I'm trying to debug some ltsp localdev stuff, so I've ugraded an edubuntu box to edgy. Now my gnome-panel consumes 70% of my cpu :) strace shows it to be stuck in a polling loop. This a known issue that anyone's aware of? [05:21] imbrandon, got a sec? [05:22] bluefoxicy: mdz is usaly arround after 7am london time or there abouts [05:22] lastnode: sure [05:22] What the heck is diff --git in .diff files in debian/patches? [05:22] imbrandon, #taprobane? Ryan is there too, that's why === jinty [n=jinty@221.Red-83-58-174.dynamicIP.rima-tde.net] has left #ubuntu-devel ["Leaving"] [05:23] 2am hm [05:24] imbrandon: any idea if I should ask anyone else about switching the name of the 386 kernel? [05:24] bluefoxicy: ? [05:24] I saw mdz talking about benchmarking the 386 vs 686 kernels and possibly dropping the other kernels since they offer no performance increase [05:25] and I looked, indeed, CONFIG_M486=Y; these are not i386, they're i486 [05:25] Right [05:25] probably the kernel team i would imagine benc mjg59 mdz etc in -kernel [05:25] The fact that it's ever been called 386 is for historical reasons [05:25] and i386 ubuntu is built with i486 instructions to boot. [05:25] (cmpxchg ftw) [05:25] We've never supported 386 [05:25] Nor has Debian since 3.0 [05:25] i386 is historical i think [05:25] Yes. [05:26] I don't think it would hurt to call the kernel linux-image-*-486 [05:26] The standard kernel will be build for 586 SMP [05:26] renaming the distro i486 would go ARGHFACYOUH@#( probably [05:26] The alternative kernel will be built for 486 UP [05:26] The *86 names will be dropped [05:26] you're going to move to 586? o.o [05:27] The standard kernel can't be 686 [05:27] I know [05:27] And there's approximately no performance difference [05:27] not from userland apps anyhow [05:27] There's no compelling reason to move to 586 that I can see; mdz and benc illustrated this with benchmarks. [05:27] exactly [05:28] I won't protest a move to 586 or 686 mind you [05:28] I'm just surprised ;P [05:28] now the x86 and x86_64 will still need to be seperated i think but thats a whole nother ball game [05:28] of course [05:28] USB printing breaks with the x86_64 kernel; and it can't be built with a fallback to x86 [05:29] I doubt there are any 486 systems that can actually usefully run Ubuntu [05:29] (which would be a waste of time) [05:29] The USB printing thing is just a bug [05:29] bluefoxicy: realy ? usb printing worked afaik on mine [05:29] i need to check that [05:29] imbrandon: benc said something about it. [05:29] Anyone? How do I properly generate a .diff file for a patching system using them? I've never heard of --git and it doesn't even appear valid? [05:30] If it was fixed bravo, offer the x86_64 one for x86 [05:30] my amd64 machine is still on breezy though so that might be part of it [05:30] imbrandon: 32-bit userland, not 64-bit. [05:30] its the file/web/nfs/nis server here at the house [05:30] bluefoxicy: Dude, x86_64 kernels are sort of missing x86 functionality [05:30] it works fine with 64-bit userland. [05:30] mjg59: they don't BOOT on x86; but you could run 64-bit kernel on amd64 and keep 32-bit userland (flash...) [05:31] ahh yea i dont have any 32bit userland stuff [05:31] bluefoxicy: Erm. [05:31] bluefoxicy: What x86_64 one are we meant to offer for x86? [05:31] Oh, I see what you mean [05:31] bluefoxicy: you can if you dont rely on dpkg , no dual arch support [05:31] No, that's still not acceptable [05:31] mjg59: you don't offer any now. BenC explains this being due to USB printing not working from 32-bit userland on 64-bit kernel. === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [05:31] x86 userland depends on functionality that's not present in x86_64 kernels [05:31] Like vm86 [05:32] amd64 userland has workarounds for that sort of thing [05:32] hm [05:32] isnt that a proc^Wdesign bug [05:32] imbrandon: No === lastnode [n=lastnode@unaffiliated/mahangu] has left #ubuntu-devel ["Leaving"] === bluefoxicy has seen gentooers run complete 32-bit userlands on 64-bit kernels. === bluefoxicy shrugs. [05:32] imbrandon: Supporting 64 bit, 32 bit /and/ vm86 is pretty much impossible === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel [05:32] bluefoxicy: They're not using vm86 [05:32] It's not within reach right now and not important. [05:32] what is vm86 [05:33] bluefoxicy: me also thats why i'm confused i guess [05:33] Semi-virtualised x86 [05:33] infact i have 32bit userland in a chroot on sid [05:33] vmware? [05:33] and 64bit everything else [05:33] It lets applications run in something that looks like real mode under a protected mode OS [05:33] oh what [05:33] Basically a compatibility kludge [05:33] oh [05:33] for dosemu [05:33] A somewhat important compatibility kludge, but still [05:34] On x86_64 kernels, we need to execute code in an x86 emulator instead [05:34] That works somewhat less well [05:34] so you're talking about dosemu and wine, right? :P [05:34] No [05:34] then what [05:34] vbetool, usplash, X... [05:35] o.O [05:35] X is somehow tied to real mode? [05:35] Various chunks of X make int10 calls [05:35] I don't remember my interrupt tables. [05:35] With the potential to fall back to the aforementioned x86 emulator === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel [05:36] mjg59: is that a software interrupt to trigger another part of X? === bluefoxicy guesses they set up a jump table... it's been so long since he's thought about this stuff. [05:37] No, it calls code in the video BIOS [05:38] mjg59: at any rate, on the performance stuff, I've run Dapper on 350MHz AMD K6-2 192M ram systems. It's SLOW. Takes 20 minutes to get into the livecd, took 5 tries to get it to finish installing without running outta memory (eventually I hacked up X to run ubiquity straight up) [05:38] mjg59: the video bios contains old x86 code that can't be updated then? [05:38] (obviously it's on a hard-coded rom) [05:39] I hadn't thought of that possibility. [05:39] The video bios contains old x86 code that knows how to drive the graphics card, and we don't [05:39] And yes, the livecd will be very slow when you don't have any RAM to use as cache [05:39] mjg59: is there a technical reason why vm86 can't be entered from long mode? [05:40] Dunno [05:40] mjg59: actually, I kept hitting the "Select your timezone" screen and the graphical map would force me to 2000% CPU usage and the CPU maxes at 100% and becomes 20 times slower :> [05:40] Linux doesn't implement it, and nor does Windows [05:40] ah bug 52405 [05:40] Malone bug 52405 in gnome-panel "gnome-panel eats 50% cpu for half an hour and flickers" [High,Confirmed] http://launchpad.net/bugs/52405 [05:40] bad link in /etc/xdg/menu [05:41] mjg59: I'll file that under "fucking bad design" and make the comment that running an x86 video card on a SPARC or PPC sounds hard. [05:41] bluefoxicy: On PPC it's often impossible, but in those cases we have useful firmware to save us [05:41] On Sparc, we have x86emu [05:42] Alphas have always used x86 emulation to boot their graphics cards, anyway [05:42] mjg59: moving along, if you don't think Ubuntu is useful on 486 (maxes at what, 66MHz? No I think my boyfriend has a 100MHz one or such...), why build it with the 486 instruction set at all? Why not move to i586 instructions? [05:43] bluefoxicy: Because under some niche circumstances it might be useful [05:43] But not in the standard configuration [05:43] yeah. init=/usr/bin/adventure [05:43] Using the alternate CD, you ought to be able to produce a workable installation on a DX4 [05:44] nods. === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #ubuntu-devel [05:45] mjg59: So here comes the ugly question. Would such an installation be workable with GNOME and Firefox? Or, directly, can we build Firefox for i586 in theory? [05:46] (firefox, KDE, gnome, other big gigantic things...) [05:47] It's unlikely to be useful with GNOME, even building userspace for 586 over 486 wins you fuck all [05:48] yeah [05:48] http://wiki.ubuntu.com/ubuntu686 head towards the bottom [05:49] https://wiki.ubuntu.com/ubuntu-i686 rather wtf. [05:50] Gngk. [05:51] Any perceived speed difference is unlikely to be due to the instruction set differences. [05:51] It's far more likely to be related to the rest of the crack [05:51] yeah [05:52] there's some nice gains in FP-emulation in i686 vs i386 (50% faster); but guess what? We have an FPU! :) [05:53] the rest is statistically insignificant [05:53] mjg59: I'm hoping to get --hash-style used everywhere in Edgy+1 [05:54] mjg59: also I've had various people tell me the buildd uses -Wl,-O1 everywhere, or that it only uses -Wl,-O1 in a few packages. I'd like to know which it is. [05:54] cmov gains you, what? 1 instruction under optimal circumstances? [05:54] cmov? [05:54] The useful 686 instruction [05:55] what does it do [05:55] It's a mov that's conditional on the previous instruction [05:55] Avoiding you having to do an explicit check and jmp [05:56] that sounds useful, just not ground-shakingly so. [05:57] [ot] http://forums.invisionpower.com/lofiversion/index.php/t199177.html [/ot] :) [05:59] mjg59: I'll build flac with -save-temps and scan the assembly files and give you a rough significance :P [05:59] mjg59: do you know anyone who has access to the buildd's setup? [05:59] I would like to know the -Wl,-O1 thing, and everyone has been giving me things based on what they "know" [05:59] but they all seem to "know" different things === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel [06:03] No clue === lastnode__ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel [06:09] cmov: 350 [06:09] lines: 175072 [06:09] percnt: .19991774812648510327 [06:10] mjg59: ^^^ all of the .s files gcc emits when building FLAC without assembly optimizations. 0.2% of the instructions are escaped. [06:10] (you said cmov saves you one insn right?) [06:11] Rather than jmc; mov; you can just do cmov === bluefoxicy rebuilds for 485 [06:12] mjg59: when and where would be a good time to discuss changes to the linker in Edgy+1? It has to be addressed before Edgy+1 opens right? [06:12] Provide useful benchmarks. Write a spec. [06:13] Michael Meeks has loads of useful benchmarks. I can write a spec. [06:13] Can I ream RedHat for being scum? :< [06:14] actually redhat is quite useful for some things [06:15] lines: 191382 ... 16310 extra instructions when built for 486, that's 8% reduction! [06:17] there's 860 excess lines being counted (ppc/as and ppc/gas files) ... 174212 on 686 and 190522 on 486 .. 16310 difference, 8.56% instead of 8.52% [06:17] zul: yeah, I just like to throw rocks at them [06:17] Wait. Are you optimising for the same processor in all cases? [06:17] Do bear in mind that not all instructions take the same number of cycles, and various other things [06:18] mjg59: the first was built with CFLAGS and CXXFLAGS "-save-temps -march=i686" and the second with "-save-temps -march=i486" [06:18] I could test for i486 with tune for i686 [06:18] Yes [06:19] That would be somewhat more sensible [06:19] zul: the linker optimization thing though basically requires a swat at RedHat [06:20] Michael Meeks came up with stuff he proposed on the binutils mailing list, after coding it, testing it, benchmarking it... then 9 months later Jakub spits out a re-hashed patch for 2 of Meeks' optimizations, and says that "the initial design was done by Ulrich Drepper; some discussion occurred with Michael Meeks, but nothing came of this and the design used is actually quite different" [06:20] and Meeks pointed out that it looked like his prototype patches, but that he was too happy to see the stuff go in to quibble [06:20] and I blinked and said, "Holy SHIT, they just blatantly ripped off his stuff and claimed it was theirs!" [06:21] so yeah, I'm slightly biased at RedHat, don't mind me. [06:25] mjg59: 176032 ... - 860 .. 175172, 960 instruction difference. Only half a percent. [06:25] bluefoxicy: Right. So the big difference between the 486 and 686 is the tuning, not the instructions [06:26] buildds already tune for 686 [06:26] right, which brings me back to my benchmarks, which say yeah you'll get a gain on anything alike to floating point emulation, which is not much. :) [06:28] https://wiki.ubuntu.com/EdgyPlusOneToolchainRoadmap [06:28] mjg59: do you think it's safe to stick "get --hash-style support into our binutils via patch or upstream release; and use --hash-style=both" in Implementation? [06:29] bluefoxicy: It's safe to do anything in a spec [06:29] or should I write a separate spec and stick "Examine usefulness of SomeSpec" [06:29] Note which bits are of higher priority and more likely to work [06:29] nods [06:30] I would love to see -Bdirect linking but it's not going to happen, there's maintenance issues with it (it breaks if you build glibc with it!) and some minor hit/miss issues (once in a while it breaks something... it also exposes bugs in stuff once in a while), which is an immediate no. [06:31] Drepper is doing a good job of making sure it dies too. It would threaten the usefulness of prelink, after all. [06:43] bluefoxicy: with all the quarrel between redhat and novell about xen lately, it surprises me novell didn't fire back with that one [06:44] Chipzz: you saw that? [06:44] yeah Meeks is a novel employee, I'd figure if they took notice they'd be like "AND YOU ARE A BUNCH OF THIEVES AU*#*" and we could all get the popcorn. [06:44] bluefoxicy: if redhat ripped off suse with that gcc patch [06:45] given the amounts of bad words form redhat about xen [06:45] http://sourceware.org/ml/libc-alpha/2006-06/msg00095.html second paragraph; http://sourceware.org/ml/binutils/2006-01/msg00171.html and http://sourceware.org/ml/binutils/2006-01/msg00024.html being meeks. [06:46] suse just needs to buy redhat and desolve them ;) [06:46] heh [06:46] http://sourceware.org/ml/binutils/2005-10/msg00436.html "Sorry to mail you directly Ulrich - but don't know where glibc /development cogitation occurs." [06:46] speaking of suse /me needs to look at porting sax2 to ubuntu [06:47] anyway does anyone want to keep talking politics or is there a useful topic to pick up? [06:47] politics are fine with me; especially when RedHat's mascot is Carmen Sandiego :D [06:48] lol i've had enough politics myself [06:48] OH ARGH THIS IS ALL SO HORRIBLE [06:48] ? [06:49] Bluez makes me sad [06:50] heh never had a use for it so never touched it [06:50] Gnight peoples [06:50] gnight bddebian [06:50] You are lost in a twisty maze of typedefs, all different [06:53] lol [06:54] mjg59: what should I do with the psychotic stuff? === dsas [n=dean@host86-129-12-65.range86-129.btcentralplus.com] has joined #ubuntu-devel [06:55] https://wiki.ubuntu.com/EdgyPlusOneToolchainRoadmap updated btw [06:55] bluefoxicy: I recommend seeing a medical professional. The year of med school I have doesn't cover mental disorders. [06:55] lol [06:55] no I mean specs that are not likely to ever be carried out [06:55] Oh [06:56] I wouldn't bother mentioning them [06:56] heh [06:58] I've got a set that defines auditing/configuration/documentation/hardened kernel/source code auditing/hardened toolchain/vulnerability response as an organizational structure of the security team; basically I tried to mimic Hardened Gentoo [06:58] and I'm not sure if it's ACTUALLY worth trying to make happen or if I should just sit on it [06:58] zul: ping , still alive ? [06:59] the security team already does source code auditing and vulnerability response, AFAIK [07:01] Miguel de Icaza [07:02] gah i hate this keymap === DShepherd [n=dwight@port0045-acx-adsl.cwjamaica.com] has joined #ubuntu-devel [07:04] 6 === bluefoxicy yawns === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === imbrandon waits for kde4 kdelibs to compile again === nixternal whispers konvo === lastnode__ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.4.68.revip2.asianet.co.th] has joined #ubuntu-devel === TomB| [n=ownthebo@AC9F3122.ipt.aol.com] has joined #ubuntu-devel === bluefoxicy munches pizza and looks an at article he's writing. === jdub_ [n=jdub@home.waugh.id.au] has joined #ubuntu-devel === kylem [n=kyle@cabal.ca] has joined #ubuntu-devel === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === StoneTable [n=stone@ethos.battleaxe.net] has joined #ubuntu-devel [08:01] whew. 16 paragraphs. [08:01] (my biggest one was 24; the prelink one was 15) === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel [08:06] heh, making a book bluefoxicy [08:06] just teasin [08:06] imbrandon: just expanding my portfolio. [08:07] more productive than me i guess, i'm just photoshopin my gotchi whil i wait on kde4 to finish up ( likely to be waiting a while ) [08:07] I'm learning from a couple gentoo guides and trying to persuade the LWN.net guys to let me send a series of 3 articles up (for a nominal price, of course-- this is going to pay for my Nintendo Wii) on some janitorial development tasks [08:07] heh nice [08:07] the first article fired off removing executable stacks; I spent a few days doing a number of these. [08:08] yea i read a little about the gcc linking before you talked about it, was kinda funy i ran accross it twice in 2 days [08:09] I also want to get in fixing code to compile PIC when it doesn't want to (how I'm going to make an ARTICLE about that I have NO idea; it's basically "do not use %ebx when doing assembly"); and removing ELF .text relocations (I can make a full article on this; the security considerations are amusing too) [08:09] actually I can probably do the PIC thing [08:10] heh [08:10] instead of using registers you can declare variables and have gcc use them; I should probably explain the syntax. === TomB| [n=ownthebo@AC9F3122.ipt.aol.com] has joined #ubuntu-devel [08:11] obviously the readers will include people who broke the shit in the first place; I understand LWN's audience is technically adept, but I'm CLEARLY discussing something they NEED to know. :> === bluefoxicy fixed the textrel in SDL the other day; Gentoo has had a patch for it forever though, so use theirs. [08:12] ;) === jdub_ is now known as jdub [08:14] moins jdub [08:14] yo [08:14] pants off [08:14] err i guess afternoon for you ;) [08:14] word to yo momma [08:15] <- back from paintball [08:15] heh fun, i love paintball === Zdra [n=zdra@45.250-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [08:16] pants off wtf? [08:17] this isn't #mutual-m.... wait, this place is full of computer nerds. === nags [n=nags@125.22.9.151] has joined #ubuntu-devel === _TomB [n=ownthebo@AC9F3122.ipt.aol.com] has joined #ubuntu-devel === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel === TomB| [n=ownthebo@AC9F3122.ipt.aol.com] has joined #ubuntu-devel === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has left #ubuntu-devel ["Parting"] [08:46] imbrandon, ping? === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === dnkidjit [n=ftg2@69.92.30.201] has joined #ubuntu-devel === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === lastnode_ [n=lastnode@220.247.249.229] has joined #ubuntu-devel === Russel_ [n=engelzz@p5487779E.dip.t-dialin.net] has joined #ubuntu-devel === TheMuso_ is now known as TheMuso === rpedro [n=rpedro@87-196-98-17.net.novis.pt] has joined #ubuntu-devel === pygi [n=pygi@89-172-200-242.adsl.net.t-com.hr] has joined #ubuntu-devel === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Fujitsu_ [n=Fujitsu@c58-107-63-43.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [09:44] hey hey pitti [09:45] hi pitti [09:46] hey pygi [09:46] hi Hobbsee [09:47] :) === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel [09:48] pitti, whenever you feel ready to burn cd with k3b without cdrecord :) === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [09:48] rather one day when it's not weekend :) [09:51] pygi: heh, I have never used k3b :) [09:52] pygi: I had used a simple cdrecord alias for years, and then nautilus-cd-burner for the sake of dogfooding [09:52] pitti, ah,oki :) [09:53] yes, and right now I'm just preparing my laptop for the sprint and pack my stuff [09:55] :) [09:57] moins pitti [09:57] and pygi ;) [09:57] hey imbrandon [09:58] imbrandon, ll eat you, you know that, right? [09:58] and you know why,also :P [09:58] heh , sorry benn slackin === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel [09:58] i should get to that tonight [09:58] imbrandon, I hope :) === fnordus [n=dnall@s142-179-111-243.bc.hsia.telus.net] has joined #ubuntu-devel === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === geser [n=michael@85.25.111.53] has joined #ubuntu-devel === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel === dsas_ [n=dean@host86-129-12-65.range86-129.btcentralplus.com] has joined #ubuntu-devel === Stiffler_ [i=1000@80.50.253.90] has joined #ubuntu-devel === Stiffler_ [i=1000@80.50.253.90] has left #ubuntu-devel [] === Goshawk [n=vincenzo@d83-176-29-226.cust.tele2.it] has joined #ubuntu-devel [10:32] hi, why the file /etc/lsb-base-logging.sh is part of lsb-base in ubuntu ( http://packages.ubuntu.com/cgi-bin//search_contents.pl?version=edgy&arch=amd64&case=insensitive&word=lsb-base&searchmode=filelist ) while in debian it's part of the package usplash? ( http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelist&word=usplash&version=unstable&arch=amd64 ) === givre [n=flo@APuteaux-152-1-11-212.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === Huahua [n=hua_@123.49.239.66] has joined #ubuntu-devel [10:50] pitti: http://librarian.launchpad.net/3935558/buildlog_ubuntu-edgy-i386.dpkg_1.13.22ubuntu6_FAILEDTOBUILD.txt.gz === doko [n=doko@dslb-088-073-102-098.pools.arcor-ip.net] has joined #ubuntu-devel [10:58] doko: thanks [10:58] doko: something to hack on in the train tomorrow :) === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === Tonio_ [n=tonio@titoph.planetemu.net] has joined #ubuntu-devel [11:20] hi [11:20] <_ion> Hola. === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel [11:27] infinity, cprov-afk: please requeue cairo-java on sparc === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel === Zdra [n=zdra@di-pc66.ulb.ac.be] has joined #ubuntu-devel === givre_ [n=flo@APuteaux-152-1-69-15.w83-204.abo.wanadoo.fr] has joined #ubuntu-devel === Fujitsu_ [n=Fujitsu@c58-107-63-43.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === glatzor [n=sebi@ppp-82-135-3-190.dynamic.mnet-online.de] has joined #ubuntu-devel === chip42 [n=ftg2@69.92.30.201] has joined #ubuntu-devel [12:01] "We also believe in proper law enforcement as cyclists are much more likely to be victims, rather than perpetrators, of bad road use." [12:01] "We also believe in proper law enforcement as cyclists are much more likely to be victims, rather than perpetrators, of bad road use." === nbdyspcl [n=ftg2@69.92.30.201] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel === nbdyspcl [n=ftg2@69.92.30.201] has joined #ubuntu-devel === irvin [n=ipp@ubuntu/member/irvin] has joined #ubuntu-devel === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === pygi [n=pygi@89-172-194-153.adsl.net.t-com.hr] has joined #ubuntu-devel === lukketto [n=lukketto@host112-36.pool876.interbusiness.it] has joined #ubuntu-devel === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel [01:00] <\sh> moins [01:00] heya \sh [01:00] hey \sh [01:01] hey \sh [01:04] doko: done === \sh needs some help in debugging a weird grub problem... [01:04] cprov-afk: thanks === kagou [n=kagou@84.7.25.49] has joined #ubuntu-devel === jinty [n=jinty@221.Red-83-58-174.dynamicIP.rima-tde.net] has joined #ubuntu-devel === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === eggauah [n=daniel@c91fa07c.cps.virtua.com.br] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel [02:15] <_ion> Re: https://wiki.ubuntu.com/LibAtaForAtaDisks; don't v1 swap partitions have UUIDs as well? Why aren't they listed in /dev/disk/by-uuid? [02:19] nice. 2.6.17 crashes if you insert an PCMCIA IDE disk [02:20] <_ion> keybuk: Thoughts? [02:21] <_ion> Whoops, he isn't online. === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === bmon [n=monnahan@127.Red-83-43-55.dynamicIP.rima-tde.net] has joined #ubuntu-devel === lastnode__ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === shackan [n=shackan@host226-136.pool8711.interbusiness.it] has joined #ubuntu-devel [02:53] anyone used the httplib python module here before? === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel [03:16] <_ion> keybuk: Any thoughts? 151543 < _ion> Re: https://wiki.ubuntu.com/LibAtaForAtaDisks; don't v1 swap partitions have UUIDs as well? Why aren't they listed in /dev/disk/by-uuid? === j_ack [n=rudi@p508DBD58.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:19] _ion: ever tried activating a v1 swap partition? :) [03:19] you'd have to patch the kernel to support them again [03:20] <_ion> keybuk: Isn't v1 exactly what is used currently? :-) [03:20] <_ion> v0 is the old swap format. [03:21] err, yes [03:21] sorry === zyga learns about swap partitions having a format :) [03:21] in that case, yes v1 swap partitions may have UUIDs [03:21] and if they do, they will show up in /dev/disk/by-uuid [03:22] note *may* ... the installer never used to set one [03:22] <_ion> % dd if=/dev/zero of=swap bs=1M count=2; mkswap swap [03:22] <_ion> no label, UUID=d1937c2d-9b46-4675-8eef-159721d50d35 [03:22] one of the things that the uuid conversion does is add a UUID to any swap partition that's missing one [03:22] <_ion> Seems like a UUID is generated by default. [03:22] right, by mkswap [03:22] d-i doesn't use mkswap :) [03:22] <_ion> Oh, okay. :-) === gort [n=jgbiggs@cpe-24-175-10-187.houston.res.rr.com] has joined #ubuntu-devel [03:23] syndicate scott% cat /proc/swaps [03:23] Filename Type Size Used Priority [03:23] /dev/hda5 partition 1622524 0 -1 [03:23] syndicate scott% udevinfo -qsymlink -nhda5 [03:23] disk/by-id/ata-HTS548040M9AT00_MRL242L2HA7L9B-part5 disk/by-path/pci-0000:00:10.0-ide-0:0-part5 disk/by-uuid/49fbf0dc-412a-4a8b-8469-6fa41cf9b78a [03:23] <_ion> How to add an UUID to a swap partition by hand? [03:24] uuidgen | perl -ne 's/-//g;printf "%c",hex $1 while(/(..)/g)' dd conv=notrunc "of=$DEV" obs=1 seek=1036 [03:24] (replace $DEV) [03:24] <_ion> Thanks. [03:24] err [03:24] uuidgen | perl -ne 's/-//g;printf "%c",hex $1 while(/(..)/g)' | dd conv=notrunc "of=$DEV" obs=1 seek=1036 [03:24] :p [03:25] <_ion> Is the edgy UUID conversion code available from somewhere? [03:26] /var/lib/dpkg/info/volumeid.postinst [03:26] <_ion> Thanks again. :-) [03:50] <_ion> keybuk: Btw, the perl code in a slighty shorter (and one might say clearer) form: s/-//g;chomp;print pack("H*",$_) [03:51] infinity, ping? === Mez [i=Mez@ubuntu/member/mez] has joined #ubuntu-devel === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel [04:14] imbrandon, ping? [04:15] pong [04:16] Keybuk: can that be added to mkswap ? === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === towolf [n=towolf@p85.212.159.127.tisdip.tiscali.de] has joined #ubuntu-devel === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [04:20] Howdy [04:21] sladen: it could I guess [04:21] Morning Keybuk [04:22] imbrandon, there is this insane problem with httplib and urllib - t seems to cap the data after a certain number of bytes [04:22] returns 200 OK, but no data goes across [04:22] hrm ok i'm about to head out soon i'll look when i get back [04:22] ok cool [04:22] thanks mate [04:23] Keybuk: that would be most useful, people are more likely to use that to create swap partitions than the 'postinst' :) === j_ack [n=nico@p508DBD58.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:24] Kamion: pinh [04:24] s/pinh/ping/ === Mez waves at Keybuk [04:25] Whoa, heya Mez [04:25] bddebian, hello :D [04:27] Keybuk: btw, do all the other mk.* creation tools generate a UUID automatically? === Zdra [n=zdra@45.250-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-64-26-170-82.d-ip.magma.ca] has joined #ubuntu-devel === pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #ubuntu-devel === freeflying_ [n=freeflyi@221.221.163.228] has joined #ubuntu-devel === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === pygi [n=pygi@89-172-224-206.adsl.net.t-com.hr] has joined #ubuntu-devel === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #ubuntu-devel === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel [05:00] Anyone have the patience/time to explain the 0c2a transition crap to me? [05:03] why should anybody want to explain crap to you? [05:03] hehe === lfittl [n=lfittl@85-125-227-23.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-98-17.net.novis.pt] has left #ubuntu-devel ["Ex-Chat"] [05:07] azeem: Becuase I try to help? [05:08] bddebian: maybe, but calling things people put in a lot of thought "transition crap" won't help a lot [05:09] I'm sure people will gladly answer if you ask a specific question about that transition [05:09] Did I say that their work was crap? NO. It's merely an expression. [05:10] bddebian: you did, actually [05:10] whether you think so or not [05:10] How so? [05:10] "transition crap", pretty clear [05:11] it helps to understand that someone might interpret something you wrote differently [05:11] esp if they aren't native USians [05:11] who say crap as a manner of speech all day [05:11] Gah, bbiam === lukketto [n=lukketto@host202-86.pool8257.interbusiness.it] has joined #ubuntu-devel === cassidy [n=cassidy@238.205-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === Zdra [n=zdra@45.250-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === wasabi [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel === ge_ubuntu [n=zvi@217.147.238.7] has joined #UBUNTU-DEVEL === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === heimweh [n=Elvis@20150204054.user.veloxzone.com.br] has joined #ubuntu-devel [05:47] OK, how about can someone please help me understand this ingenious wonderful 0c2a transitions stuff? Better? :-) [05:47] bddebian: what part did you not understand? [05:48] Well I got the concept but now I'm not sure how to handle something like osgcal [05:48] We did libosgcal0c2a because of the C transition [05:49] But now Debian is using the same toolchain (I think). Do we revert back? [05:50] Debian was doing c2a as well [05:51] Aye but for osgcal I only ever see a libosgcal0 not c2a === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel [05:52] will be be dropping cdrecord as well, and use forked cdrtools? [05:53] azeem: I guess what I am asking is that if I merge osgcal from Debian, I am going to have to deal with conflicts/replaces, etc for the libosgcal0c2a stuff right? [05:54] See, it's crap to me because I'm too dumb to understand it :-) === joshuapurcell [n=lane@c-67-172-194-163.hsd1.tx.comcast.net] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel [06:00] if you merge it as libosgcal0 you must conflict/replace libosgcal0c2a === ivoks [n=ivoks@lns02-0094.dsl.iskon.hr] has joined #ubuntu-devel [06:00] geser: That's what I thought, thanks [06:02] it's because both packages provide the same files === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === cassidy [n=cassidy@238.205-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === segfau1t [i=segfault@ring0.core-dumped.org] has joined #ubuntu-devel === jinty [n=jinty@221.Red-83-58-174.dynamicIP.rima-tde.net] has joined #ubuntu-devel === nbdyspcl [n=ftg2@69.92.30.201] has joined #ubuntu-devel === DShepherd [n=dwight@port0045-acx-adsl.cwjamaica.com] has joined #ubuntu-devel === marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel === SeFoKumA [n=user@160.Red-81-37-192.dynamicIP.rima-tde.net] has joined #ubuntu-devel === SeFoKumA [n=user@160.Red-81-37-192.dynamicIP.rima-tde.net] has left #ubuntu-devel ["Sla] === Tonio_ [n=tonio@titoph.planetemu.net] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === nbdyspcl [n=ftg2@69.92.30.201] has joined #ubuntu-devel === TomB [n=tomb@AC9F3122.ipt.aol.com] has joined #ubuntu-devel === thotz [n=thomas@M3586P004.adsl.highway.telekom.at] has joined #ubuntu-devel === ge_ubuntu [n=zvi@217.147.238.7] has joined #UBUNTU-DEVEL === nags [n=nags@125.22.8.159] has joined #ubuntu-devel === nbdyspcl [n=ftg2@69.92.30.201] has joined #ubuntu-devel === gort [n=jgbiggs@cpe-24-175-10-187.houston.res.rr.com] has joined #ubuntu-devel === thotz [n=thomas@M3586P004.adsl.highway.telekom.at] has left #ubuntu-devel [] === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel === [jb] [n=juliano@c-71-204-5-104.hsd1.ga.comcast.net] has joined #ubuntu-devel === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === geser [n=michael@85.25.111.53] has joined #ubuntu-devel === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === eggauah [n=daniel@c91fa07c.cps.virtua.com.br] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === gort [n=jgbiggs@cpe-24-175-10-187.houston.res.rr.com] has joined #ubuntu-devel === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel === [jb] [n=juliano@c-71-204-5-104.hsd1.ga.comcast.net] has joined #ubuntu-devel === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel === Spads [n=crack@host-87-74-18-227.bulldogdsl.com] has joined #ubuntu-devel === [jb] [n=juliano@c-71-204-5-104.hsd1.ga.comcast.net] has joined #ubuntu-devel === lukketto [n=lukketto@host202-86.pool8257.interbusiness.it] has left #ubuntu-devel [] === patwack_ [n=paddy@cpc3-blfs4-0-0-cust387.belf.cable.ntl.com] has joined #ubuntu-devel === Zdra_ [n=zdra@45.250-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === fsmw [n=Fernando@16-57-50.adsl.terra.cl] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === Tonio_ [n=tonio@titoph.planetemu.net] has joined #ubuntu-devel === j_ack [n=rudi@p508DA6AB.dip0.t-ipconnect.de] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@195-23-238-140.nr.ip.pt] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === pygi [n=pygi@89-172-195-130.adsl.net.t-com.hr] has joined #ubuntu-devel === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel === KaiL_ [n=KaiL@p548F5F74.dip.t-dialin.net] has joined #ubuntu-devel === FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-devel === theCore [n=alex@modemcable069.137-83-70.mc.videotron.ca] has joined #ubuntu-devel === poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel === sbalneav [n=sbalneav@S0106000b6a5631f9.wp.shawcable.net] has joined #ubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === Thordasin [n=rlumley@c-69-245-23-120.hsd1.tn.comcast.net] has joined #ubuntu-devel === Thordasin [n=rlumley@c-69-245-23-120.hsd1.tn.comcast.net] has left #ubuntu-devel [] [10:59] man my hard disk is cranking. === aigarius [n=aigarius@82.152.74.5] has joined #ubuntu-devel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [11:26] I need review for a spec I am going to try to propose for Edgy; is it automatically in the queue, or do I need to do something === poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel === pygi [n=pygi@89-172-224-44.adsl.net.t-com.hr] has joined #ubuntu-devel === nbdyspcl [n=ftg2@69.92.30.201] has left #ubuntu-devel ["Konversation] === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel === pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #ubuntu-devel === AstralJava [n=jaska@cm-062-241-239-3.lohjanpuhelin.fi] has joined #ubuntu-devel === jcmasters_afk is now known as jcmasters