[12:14] about OLPC, "We have heard multiple people say that QEMU doesn't work with these images on the debian-derived distributions. We also haven't heard of any solutions to these problems. The symptom is that the kernel hangs during boot." [12:14] I'm experiencing the problem [12:14] does somebody know howcome this is happening? [12:15] I know it hangs while probing for the IDE busses (in the kernel being run on the emulated hardware) [12:15] http://wiki.laptop.org/index.php/OLPC_Software_Testing [12:15] It would be nice if I could do development for the OLPC device using ubuntu, which is why I ask [12:17] pvanhoof: it could be our IDE probing which is different in udev [12:17] does it affects ide probing in a qemu environment? [12:17] No [12:18] I think blizzard added the note after I reported this .. he added it to the wiki the same day I mailed [12:18] http://wiki.laptop.org/index.php?title=OLPC_Software_Testing&diff=5357&oldid=5356 [12:18] so I don't know if a lot people are experiencing this [12:19] http://olpc.download.redhat.com/olpc/streams/development/latest/images/ [12:19] Let me have a go [12:19] I'm going to test with the latest image once downloaded [12:19] I'm at 11% [12:20] the images hang at the IDE hard drive probe. not just OLPC image.s [12:20] *images. [12:20] so there's a defect in qemu in general? [12:20] i've actually built our qemu, stripped of all debian-specific patches (29 of them, i believe), and it still wouldn't run. [12:20] compiling the vanilla qemu from the qemu site works fine. [12:20] maybe a problem with the version of qemu? [12:20] i didn't do a diff between our orig tarball and the one i downloaded, though. [12:21] Compiled with the same options? [12:21] is there a reason not to bump the version of the package to the one on the website? [12:21] Other than dapper being frozen and edgy not being open? [12:21] hmm, good point [12:23] well, if you know why (in source differences) you could backport the fix, and claim it's an upgrade ? :) === \sh [n=shermann@xdsl-81-173-249-203.netcologne.de] has joined #ubuntu-devel [12:24] pvanhoof: it's (generally) against policy if it's a functionality fix. [12:24] neuralis, is it? the software doesn't work atm (or does it for other operating systems?) [12:24] well, if I pass idex=noprobe, it boots [12:25] but then I don't have a root partition of course [12:25] pvanhoof: i understand it works for some images, and not for a bunch of others. [12:25] pvanhoof: idex or ide0 ? [12:25] ide[nth] [12:25] if you allow any ide to get probed, it will probably hang [12:26] pvanhoof: so what did you actually type to get it to boot? [12:26] I got it to boot with probing once [12:26] qemu -monitor pty -hda ./olpc-2006_02_06_16_08.ext3 -net nic,vlan=0,macaddr=52:54:0:47:b:0 -net user,vlan=0 -serial null -parallel null -M pc -boot c -m 128 -smp 1 [12:26] pvanhoof: and there's no partition table at the front of those images? They're just straight ext images? [12:26] you'll have to ask the olpc folks [12:27] how can I check? [12:27] sladen: qemu -hda is enough to boot those. [12:27] I can't (for example) mount them using loopback [12:27] pvanhoof: file [12:27] pvanhoof@lort:~/Temp$ file ./olpc-2006_02_06_16_08.ext3 [12:27] ./olpc-2006_02_06_16_08.ext3: x86 boot sector, code offset 0x48 [12:27] pvanhoof@lort:~/Temp$ [12:28] pvanhoof: also, that image is *ancient*. [12:28] pvanhoof: not sudo mount -o loop -t ext3 *img /mnt ? [12:28] yes, I'm downloading a new one === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [12:28] root@lort:/home/pvanhoof/Temp# mount -o loop -t ext3 olpc-2006_02_06_16_08.ext3 /mnt [12:28] mount: wrong fs type, bad option, bad superblock on /dev/loop0, [12:28] etc [12:29] pvanhoof: oh, right, they're an ext3 image with a boot block on the front [12:29] hmm, I can't pass an offset to -o loop? [12:29] pity [12:30] pvanhoof: You could dd to a new file? === pygi [n=pygi@83-131-232-240.adsl.net.t-com.hr] has joined #ubuntu-devel [12:30] right, but that's a new copy.. I'd have to cat after making adjustments [12:30] more work :) [12:31] maybe with one of those reiserfs features ;) [12:31] pvanhoof: Not with -o loop, but you can with losetup [12:31] Oh well, just a shot from the hip... [12:31] pvanhoof: losetup -o 32768 foo.img /dev/loop0 [12:31] never used losetup [12:31] pvanhoof: then mount that [12:31] oh, trying [12:31] ioctl: LOOP_SET_FD: Inappropriate ioctl for device [12:32] pvanhoof: actually, you can probably just do mount -o loop,offset=32768 foo.img /mnt [12:33] doesn't work (maybe the offset is wrong?) [12:33] ugh, I can link to a Gentoo bugzilla entry, but not to a bug in the Gentoo distribution. [12:33] I'll search myself soon .. if I get it to mount, I'll tell you [12:34] pvanhoof: dd if=foo.img bs=1 skip=32768 | file ? [12:35] you want the output of that? I don't think file reads stdin [12:35] dd if=olpc-2006_02_06_16_08.ext3 bs=1 skip=32768 of=test, I'll file test [12:35] ... :) [12:36] it's a gig, so .. it'll take a few seconds === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel [12:36] # file test [12:36] test: data === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel [12:37] I just removed the file, downloading a new version.. [12:39] Yeah, the orig.tar.gz from Ubuntu is broken [12:39] lovely :/ [12:40] Let me try the upstream 0.8.0 [12:50] Upstream 0.8.0 is broken === bronson [n=bronson@pool-72-74-131-205.bstnma.east.verizon.net] has joined #ubuntu-devel === netstar [n=al@d220-238-206-29.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [12:56] root@snowdrop:/home# ps -e | grep gaim | wc -l [12:56] 124 [12:57] not good [12:58] I think there's a bug [12:58] morning [12:58] <\sh> netstar: you have what? 124 gaim processes? [12:58] yes! [12:58] lol [12:59] now 137 [01:00] PowerPC [01:00] Dapper [01:00] :/ [01:00] Upstream 0.8.1 also appears broken for me [01:00] <\sh> netstar: quickfix? apt-get install gajim ;) [01:00] every message I send, spawns a new process [01:00] <\sh> netstar: if you intend to use jabber only [01:01] I hope other people don't have this problem, it's BAD [01:01] mjg59, may I ask what is broken? [01:02] pygi: qemu with the olpc dev images [01:03] neuralis: How did you build the upstream version of qemu that worked? [01:03] I can't get 0.8.1 to run it either === gilligan_ [n=gilligan@p549AA051.dip0.t-ipconnect.de] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel [01:14] mjg59: it hangs in the same place for you, or do you get a different error? [01:15] neuralis: Same place [01:15] mjg59: while on the subject of qemu, I can't seem to get ppc to boot in qemu from x86 or x86-64. Just something for the back of your mind. === bluefoxicy goes back to what he was doing. [01:15] That's with ./configure --prefix=/usr --cc=gcc-3.4 [01:15] mjg59: i used identical options. [01:15] Interesting [01:17] mjg59: as a sanity check, make sure you're invoking the newly-built binary if you kept the package aroudn [01:17] *around. [01:19] neuralis: I'm running it from the source tree [01:20] Yeah, hard hangs when it gets to IDE probing [01:20] Cursor stops blinking [01:20] mjg59: i'm happy to toss you this binary, but i'm not sure that'll get us anywhere [01:20] Probably not, yeah [01:21] yeah, just loaded the image again, works fine. [01:26] mjg59: by the way, did you sign up for one of the A-test boards with us? i know we wanted to get you one asap === patwack [n=paddy@cpc3-blfs2-0-0-cust141.belf.cable.ntl.com] has joined #ubuntu-devel [01:34] <\sh> guys, regarding keybuks mail about bzr usage for edgy...who is entitled to use this sftp supermirror? every LP user with ssh pub key attached? === shackan [n=shackan@host96-82.pool8261.interbusiness.it] has joined #ubuntu-devel === ctd [i=ctd@incubus.progsoc.uts.edu.au] has joined #ubuntu-devel === hollowlife1987 [n=hollow@12-214-79-58.client.mchsi.com] has joined #ubuntu-devel === gilligan_ [n=gilligan@p549AA051.dip0.t-ipconnect.de] has left #ubuntu-devel ["Leaving"] === JaneW [n=JaneW@dsl-146-167-152.telkomadsl.co.za] has joined #ubuntu-devel [01:51] neuralis: Yup [01:51] neuralis: At least, I filled in the form - don't think I got any confirmation [01:53] okay, that's fine. i'll make sure one gets to you, just wanted a reminder. === j_ack [n=nico@p508DB3A1.dip0.t-ipconnect.de] has joined #ubuntu-devel === fimbulvetr [n=danv@host-74-28-220-24.midco.net] has joined #ubuntu-devel [02:20] who maintains libgcj7/gcc [02:20] because I need serious help test-hacking it. [02:20] (in about half an hour, after my shower) [02:21] <\sh> bluefoxicy: I don't think doko is awake at this time of the day...it's 2am utc+2 === rajasun [n=maximusp@bb220-255-205-188.singnet.com.sg] has joined #ubuntu-devel [02:22] \sh: it. [02:23] \sh: well if you see anyone else who knows htf I can get a command run immediately after all tarballs are done being unpacked..... [02:23] bluefox@icebox:/tmp/x/gcj-4.1-4.1.0$ ls [02:23] debian gcc-4.1.0.tar.bz2 === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel [02:24] (no I don't know why dapper has gcc 4.0.3 and gcj from 4.1.0) === rpedro [n=rpedro@87-196-38-15.net.novis.pt] has joined #ubuntu-devel === chavo [n=chavo@68-235-253-154.atlsfl.adelphia.net] has joined #ubuntu-devel === \sh [n=shermann@xdsl-81-173-249-203.netcologne.de] has joined #ubuntu-devel === farruinn [n=farruinn@ssprange-3.umm.maine.edu] has joined #ubuntu-devel === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [03:15] Howdy [03:16] what provides the low disk indicator in gnome? === SymGeosis [n=mike@mtairy-motorola1-68-71-230-109.chvlva.adelphia.net] has joined #ubuntu-devel === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [03:34] Riddell: gnome-volume-manager === xhaker [n=xhaker@a81-84-26-102.cpe.netcabo.pt] has joined #ubuntu-devel [03:37] crimsun_: but of course :) === jamesh [n=james@203-59-208-190.dyn.iinet.net.au] has joined #ubuntu-devel [03:43] Heya crimsun_ [03:43] 'lo bddebian === mdke_ [n=matt@ubuntu/member/mdke] has joined #ubuntu-devel [04:06] is Edgy going to gcc 4.1.0 or 4.1.1? === fimbulvetr [n=danv@host-74-28-220-24.midco.net] has joined #ubuntu-devel [04:08] bluefoxicy: see edgy-changes.. 4.1.1 is there === dhonn [n=dhonn@ip68-7-120-207.sd.sd.cox.net] has joined #ubuntu-devel [04:08] ajmitch: edgy-changes ... mailing list, wiki, etc? [04:08] mailing list [04:08] thanks. === bluefoxicy checks the source code for gcc 4.1.1 from mainline [04:09] doko tracks the 4.1 branch in SVN, it seems === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [04:09] ajmitch: I'm trying to figure out why the heck we have executable stacks on libffi and libgcj [04:09] ajmitch: what's the problem? [04:09] Gentoo doesn't have them, and I checked the code, it looks sane to turn the PT_GNU_STACK off [04:10] doko: no problem :) [04:10] the cause seems to be that a few .S files do not have .note.GNU-stack in them, so binutils goes "WTF? I dunno I'll just assume tehy want an executable stack" when it sees the .o file during linking [04:11] <\sh> oh another one who can't sleep...moins doko :) [04:11] but I don't see a patch for it in gentoo's CVS [04:11] (not that fixing it is that hard..) === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [04:14] Heya Hobbsee [04:15] hey bddebian [04:15] <\sh> moins Hobbsee [04:15] ok guys I'm going to not pretend I understand wtf any of this says, since I don't know powerpc assembly. x86 looks fine. [04:15] hey \sh [04:16] anyone got a heater? [04:16] <\sh> Hobbsee: if a flat under the roof is passing as a heater, then yes ;) [04:16] I have a small chihuahua, he's kind of warm, you can hold that. [04:16] hehe [04:16] oh thankyou [04:19] weird.. hm. === bluefoxicy does a ./configure to see if a GNU-stack section gets injected into any .S files. [04:23] tseng: OK I can't figure this out, the tree references .note.GNU-stack but doesn't seem to insert it anywhere useful. My verdict is dump one into every .S file, but that's very unscientific... [04:24] is it getting striped? [04:24] sladen: hmm? [04:24] no, it's not strippable. [04:24] It's just not getting added. [04:25] bluefox@icebox:/tmp/x/gcj-4.1-4.1.0$ scanelf -qeRt . RWX --- --- ./build/i486-linux-gnu/libjava/.libs/libgcj.so.7.0.0 [04:25] RWX --- --- ./build/i486-linux-gnu/libffi/.libs/libffi.so.4.0.1 [04:25] err. [04:25] that RWX should be on the next line... anyway, those are the two output files, the X there indicates they have PT_GNU_STACK marked to give an executable stack [04:26] can you format/cut-that down and highlight what we're trying to look at? [04:26] RWX --- --- ./build/i486-linux-gnu/libffi/.libs/libffi.so.4.0.1 [04:27] Memory protections on the stack will be PROT_READ|PROT_WRITE|PROT_EXECUTE when this library is loaded. This was scanelf'd after a dpkg-buildpackage in the source tree for libgcj; those two .so.* files become libraries that get packaged and later installed. [04:28] !WX --- --- ./build/i486-linux-gnu/libffi/src/x86/.libs/sysv.o <---- There are four output files like this. They are built from corresponding .S input files in libffi/src/x86/. the "!" indicates that a .note.GNU-stack isn't in the object file [04:29] the result f not having that section in the object file is that the linker (ld), when building the shared objects out of it, cannot determine if the objects need an executable stack or not. it assumes that they want an executable stack, and marks the output file as such. [04:31] https://wiki.ubuntu.com/HardenedHacking <-- this brain dump has an example of me "fixing" gnupg, as per http://www.gentoo.org/proj/en/hardened/gnu-stack.xml ; I should probably note I didn't check the other architectures' assembly at all, I keep forgetting about that entirely [04:31] (writing assembly to bounce off the stack is WEIRD anyway, and not normal; it's highly complex and in general just doesn't happen, but it's not IMPOSSIBLE so..) [04:32] anyway [04:32] What it comes down to is, I don't want stuff having an executable stack. [04:32] If it just doesn't need it, get rid of it; if it needs it, then ... well, need to figure out WHY, fix it, and THEN get rid of it. [04:33] ("Why" usually == gcc nested function, which requires code rewriting) === poningru_ [n=poningru@ip68-105-165-49.ga.at.cox.net] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel === CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-devel === mdke [n=matt@ubuntu/member/mdke] has joined #ubuntu-devel [04:57] <\sh> first time usage of latest dapper firefox, and it connects to www.google-analytics.com? [04:58] \sh: zomg spywarz! [04:59] <\sh> well, it's only for first time usage somehow...WTF [04:59] yeah WTF indeed [04:59] <\sh> I grep the source [04:59] <\sh> or whereever it hides [05:00] yeah, weird [05:02] upstream firefox changes the frontpage for the first time for any update but since we backport fixes we should still get the welcome to ubuntu homepage [05:03] <\sh> jsgotangco: it comes [05:03] on kde, it doesnt show the standard gnome page for firefox anyway, does it? doesnt it usually show another form of help page? === Hobbsee is using the mozilla binaries, so cant test... [05:04] <\sh> jsgotangco: the problem is, when you want to connect to another website...for the first time. and I'm sure, that heise.de doesn't have any links or images or ads to www.google-analytics.com [05:04] <\sh> Hobbsee: it shows the kde page [05:04] oh right [05:10] <\sh> ok it's not firefox [05:10] <\sh> but I found this: http://www.managersim.com/blog/index.php/?p=3 [05:16] \sh: how about package with Adblock, filterset.G updater, and a block on google-analytics in the default install ;) [05:18] <\sh> bluefoxicy: no...I'll set 127.0.0.1 [05:19] \sh: I have an interesting question [05:19] How many people actually realize that adblock + filters + etc actually undermine the economic model of various businesses? [05:20] interestingly enough adblock doesn't kill google ads... even with filterset.G... and not because it "can't" [05:20] bluefoxicy: probably most of them, but dont really care. it's kinda like junk mail - it costs them, and they get close to nothing out of it.' [05:20] Hobbsee: nods. === Hobbsee updates her filterset g [05:21] <\sh> bluefoxicy: google is a firefox sponsor, right? [05:22] oh score! you can append to the adblock filters, not overwrite them! [05:22] \sh: yeah, but I was more thinking google is the only one doing TEXT ads en masse, and the developers of adblock and adblock filter sets seem to be purposely ignoring these [05:23] I've seen wide commentary that people find text ads unintrusive, they find pages with those instead of huge flash or rapid-transition gif ads (100mS cycling through 5 colors?!) more attractive, etc [05:23] It makes me wonder, are we shaping the market? :) [05:24] bleck. flashblock fixes that problem a bit [05:25] Think about it. First we killed pop-ups. They keep trying but it just bugs people and most site owners got the hint. [05:25] Now we block banner ads via any means necessary, even via things like dan's guardian, squidguard, etc; right down to firefox extensions or greasemonkey scripts === bluefoxicy shrugs. === bmonty is now known as bmonty_away [05:27] In the end I wonder if the market will ditch advertisement revenue, or start focusing on unintrusive design, or what [05:29] Ah well [05:29] I'm probably the only person in the world that actually thinks on that scale :P [05:31] <\sh> bluefoxicy: well, if we take the whole web community, and let's say 5% of them are blocking ads, and the other 95% don't care at all...so there is still enough of revenue for the ad machine ;) [05:31] <\sh> I'm waiting for googles ads in rss feeds ;= [05:32] <\sh> and google ads in google talk voip streams...every minute "we stop your conversation to present to you the new product of 'Brain 2.0'" [05:32] imagine google packing adblock with firefox, along with google toolbar [05:32] the SEC would shit a brick. [05:33] You'd see an army of lawyers in front of Google HQ with the Sherman Anti-Trust Act printed off a billion times === Fujitsu [n=Fujitsu@c211-28-181-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [05:34] <\sh> Sherman Anti Trust Act? is it valid in china or germany? [05:35] no it's the rockerfeller thing I think [05:35] back in the day there were two guys who had big businesses. Rockerfeller was a gigabillionare oil company owner and Sherman had a steel company, IIRC [05:35] (sherman got $300 million over the life of his company) [05:35] <\sh> sherman as in tanks? [05:36] Maybe. I don't remember the exact details anymore. [05:36] But the point is [05:36] they had a nasty habit of buying both their competetors and their suppliers. [05:36] SO picture an oil company. They buy the company that makes the drills, the pumps, and the steel that's used to make them, and the mining company that mines the ore that it sells the steel co. [05:37] Things become VERY cheap. [05:37] The whole markup chain is gone. [05:38] On the other side, you have people in your market compteing with you, who you simply either A) buy out; or B) make unprofitable, usually by fixing your prices far too low (via the vertical monopoly) [05:38] <\sh> ok..sorry to interrupt you, but I have to go to work...I think amu is waiting for me downstairs :) [05:38] oh ok [05:38] <\sh> laters...so in 3-4 hours [05:38] at any rate laws were made against establishing monopolies this way... blocking competetors' services fits into the mix :) [05:39] (i.e. having an ad company and supplieng a product blocking others' ads) [05:39] and I'm done [06:03] doko: ping [06:04] (he's probably asleep) [06:04] oh [06:04] he was awake an hour ago :( [06:04] or not. === bluefoxicy was going to attempt to capitalize on the off chance that he happened to have a built openoffice.org tree hanging about his drive [06:08] RWX --- --- /usr/lib/openoffice/program/libgcc3_uno.so <-- this and libflac7 (...wtf?) are responsible for OpenOffice.org's executable stack (what the heck is libgcc3_uno.so by the by?) === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel [06:23] Gnight folks === Xof [n=mas01cr@158.223.59.22] has joined #ubuntu-devel === imbrandon_ [n=brandon@ubuntu/member/imbrandon] has joined #ubuntu-devel === Fujitsu [n=Fujitsu@c211-28-181-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === lnxKDE [n=lnxG5@64.213.227.71] has joined #ubuntu-devel === ealden [n=ealden@203.76.211.211] has joined #ubuntu-devel === Gman is now known as GmanAKF === warren_ [n=warren@61.173.56.26] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [07:16] Good morning === ajmitch [n=ajmitch@203.89.166.123] has joined #ubuntu-devel [07:16] hey ajmitch [07:16] hey pitti [07:16] how are you? === AngryElf [n=AngryElf@ip68-100-101-98.dc.dc.cox.net] has joined #ubuntu-devel [07:19] ajmitch: pretty fine, and you? [07:20] doing alright [07:20] plenty to do :) === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === sjoerd [i=sjoerd@tunnel3460.ipv6.xs4all.nl] has joined #ubuntu-devel === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === shenki00 [n=a1105806@pulteney-pix.border.net.adelaide.edu.au] has joined #ubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-77-127.net.novis.pt] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === Aegir [n=richard@d58-105-201-11.dsl.vic.optusnet.com.au] has joined #ubuntu-devel === Lukketto [n=Lukketto@host147-92.pool8261.interbusiness.it] has joined #ubuntu-devel === moberg_ [n=peter@c83-248-85-194.bredband.comhem.se] has joined #ubuntu-devel === mvo [n=egon@p54A67785.dip.t-dialin.net] has joined #ubuntu-devel === dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu-devel [09:29] good morning === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [09:53] What are the uploads that need to happen to let the archive accept uploads again and get stuff built? === pygi [n=pygi@83-131-232-156.adsl.net.t-com.hr] has joined #ubuntu-devel === pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel [10:00] dholbach: there are still issues with souyz [10:01] dholbach: otherwise only gcc-default i think === jinty [n=jinty@242.Red-83-49-54.dynamicIP.rima-tde.net] has joined #ubuntu-devel [10:01] go go go go go! [10:01] :-) [10:04] iwj: funny, '$ yelp' crashes even in current breezy; no wonder it crashed in a chroot [10:06] urg [10:06] I suppose yelp, galeon, epiphany etc have to be rebuilt [10:06] morning all === sivang just watchd intresting pogram on 3sat regarding security, exploits, and CLam-AV for windows ;-) === hunger [n=tobias@p54A6136B.dip0.t-ipconnect.de] has joined #ubuntu-devel === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel [10:07] they are now stressing how important it is to secure a WLAN === ToadZzZztool is now known as Toadstool === pvanhoof [n=pvanhoof@mailhost.newtec.be] has joined #ubuntu-devel [10:11] dholbach: I mean even before installing ffox 1.5 [10:12] sivang: the only reason for securing a wlan is access protection; depending on your quota/bandwidth it might not be that important :) [10:12] pitti: did we have other firefox update or security uploads before? [10:12] dholbach: sure, from 1.0.7 to 1.0.8 in breezy [10:12] pitti: well, legal issues might be involved, too, if somebody is doing something illegal while using your bandwidth [10:13] dholbach: oh, the 'Help' entry in the System menu works fine, just 'yelp' in a shell crashes [10:13] pitti: might be that the exposed symbols changed in that release as well [10:13] pitti: could you have a look at the backtrace? [10:13] pitti: anything Firefox-related? [10:13] dholbach: and pressing F1 in the terminal and on desktop works as well (with current breezy-security) [10:13] dholbach: so it's not that important for the current version [10:14] dholbach: hm; call me whatever, but now 'yelp' works in a shell as well [10:14] dholbach: seems it started a daemon or whatnot [10:14] urg! [10:14] ... cosmic rays [10:14] or something [10:14] pitti: they just showed how to someone uses aircrack over all his block neighbour and then tells them how to secure it :) === sivang notes the word Linux is repeated rather often - wish this was the same for computer programs on TV In ,il :-) === pitti takes the plunge and dpkg -i's ffox 1.5 === dholbach hugs and comforts pitti === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel === doko [n=doko@dslb-088-073-091-142.pools.arcor-ip.net] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === apokryphos [n=apokryph@host-87-74-49-101.bulldogdsl.com] has joined #ubuntu-devel === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel === Huahua [n=hua_@222.50.182.216] has joined #ubuntu-devel === herzi [n=herzi@c183203.adsl.hansenet.de] has joined #ubuntu-devel === ChipX86 is now known as ChipX86|Sleep [11:14] mjg59, about the qemu problem and OLPC images: I still have the problem with non-ancient OLPC images [11:15] pvanhoof: Yes. I don't understand the problem [11:15] I can reproduce it with upstream source [11:16] ok [11:16] Which implies toolchain or something [11:16] lets talk with the author? [11:16] of qemu [11:17] I'm really lacking the time to right now, but feel free [11:17] does anybody know about the nature of the soyuz problems we're having? === lfittl [n=lfittl@83-65-242-216.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === kagou [n=kagou@84.6.210.97] has joined #ubuntu-devel [11:25] mjg59: who is the right person to talk with about loading ac and battery earlier ? [11:25] mjg59: There is a bug they should be aware of. === Fjodor_ [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [11:25] Me [11:26] (probably) [11:26] hi [11:28] mjg59: https://launchpad.net/distros/ubuntu/+source/powermgmt-base/+bug/49240 [11:28] Malone bug 49240 in powermgmt-base "on_ac_power script returns 255 during boot" [Untriaged,Confirmed] [11:28] pitti, around ? [11:29] kagou: yes [11:29] pitti, there is a security issu in dovecot : http://www.dovecot.org/list/dovecot-news/2006-May/000006.html that is included in the debian package http://packages.debian.org/changelogs/pool/main/d/dovecot/dovecot_1.0.beta8-2/changelog [11:30] pitti, i don't know if this is important so i just point you that [11:30] kagou: I already fixed dapper a few weeks ago, and breezy/hoary are not affected [11:31] kagou: but thanks for cross-checking :) [11:31] pitti, np :) [11:32] pitti, can we have changelog page like in debian http://packages.debian.org/changelogs/pool/main/d/dovecot/dovecot_1.0.beta8-2/changelog or may be i miss that [11:33] kagou: changelogs.ubuntu.com [11:33] kagou: btw, http://changelogs.debian.net/dovecot <= easier to type [11:33] pitti, i mean integer in launchpad :) [11:34] kagou: not yet AFAIK [11:34] sivang, poke? :P [11:34] ok :p [11:35] pitti, may be i found a bug in dovecot, because /etc/init.d/dovecot require to test inetd.conf but this file is not installed in default installation [11:36] pitti, if you agree with me i open one === Fjodor_ [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === nekohayo [n=jeff@69.64.63.36] has joined #ubuntu-devel [11:39] pitti: Hi. I've just been reading your messages ... [11:40] iwj: good morning === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-devel === GmanAKF is now known as Gman === Hirion [n=hirion@draugr.de] has joined #ubuntu-devel === Fjodor_ [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [11:55] fabbione: you said there was trouble with soyuz regarding "opening edgy for real usage" - do you happen to know what the problems are? [11:56] dholbach: at first it was due to getting the toolchain debs as very first updates; no idea about recent problems [11:56] dholbach: i think that at the moment edgy is missing _all.deb packages. i *think* they are not published properly, but infinity knows the details [11:56] dholbach: you can see that today you can't install gcj [11:57] :-( [11:57] at least this morning.. [11:57] i am syncing the mirror now === phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-devel [11:59] the gnome 2.15 releases are piling up, I'd love to get them in asap or else we'll have a badly tested gnome :-/ [12:00] but I stop complaining [12:02] dholbach: i thought the same === marcin_ant [n=marcin@195.225.49.18] has joined #ubuntu-devel [12:16] dholbach: get them in for dapper? [12:16] sivang: 2.15??? [12:17] dholbach: oops sorry, no :-) [12:17] what I thought [12:22] dholbach: don't worry... you will have a lot of time for the entire edgy cycle... === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [12:23] fabbione: plus one week paris, then one week guadec -- i personally think ~8 weeks less testing will make a difference === poningru [n=poningru@ip68-105-165-49.ga.at.cox.net] has joined #ubuntu-devel [12:24] dholbach: we can do a hackerfest at guadec and get it in [12:24] plus whatever time it takes to make the archive happy and accepting+building stuff again [12:24] dholbach: ill be your helper [12:24] tseng: sounds like a cool idea === heno [n=henrik@henrik.gotadsl.co.uk] has joined #ubuntu-devel === dholbach hugs tseng and dances happily around him [12:24] woo! [12:26] it can be like bootstrapping mono on amd64 from a udu bof === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [12:26] only 21 tarballs for dapper-updates and 56 for edgy left [12:26] ROCK ON [12:27] but seb128 has some of them pending, so it's actually not that bad [12:27] merging the debian changes and doing the splitting according to upstream changes takes quite some time [12:27] ok i need to get to work [12:28] bye dholbach [12:28] have a nice day tseng! [12:30] dholbach: don't worry.. there is going to be a release schedule meeting in Paris, in which you can propose to split the 6 weeks delay of dapper into edgy and edgy+1 [12:30] dholbach: giving us 3 weeks "extra" for edgy [12:30] if you and all the others there will do the same, it will happen [12:31] fabbione: if edgy is going to be the "it's broken" release, having 6 weeks less is fine for me, if we then can get back to our old rhythm [12:31] so it will be x.04 and x.10 again [12:31] and match gnome's release schedule too === sladen is in two minds about that. 2 short release of hell is not necessaryily better than one release of hell and back to normal [12:32] and by stealing that time from edgy+1 it's making edgy+1 into a worse release; and without the excuse the "Dapper just released, with is exceptional" === freeflying-g4 [n=freeflyi@61.190.64.118] has joined #ubuntu-devel === jamesh [n=james@203-59-208-190.dyn.iinet.net.au] has joined #ubuntu-devel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel === mvo goes for lunch [12:56] sladen: we still need to provide 18 months support on edgy [12:56] where did the netinst CDs go [12:56] fabbione: and 18months of support edgy+1 [12:56] you don't want to endup having to fix edgy while doing edgy+1 [12:56] sladen: right, splitting the 6 weeks into 2 is more even than killing one release for good [12:57] 3 weeks of less development are sustainable [12:57] 6, i doubt [12:57] sladen: netinst are on archive.u.com/ubuntu/dists/dapper/main/ [12:57] install-$arch and follow the paths [12:57] fabbione: thanks; I'd been hunting cdimage.u.com === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [12:59] those don't appear to be netinst ISO's. rather the files needed for netbooting [01:00] sladen: what arch are you looking for? === rodarvus [n=rodarvus@200.146.64.208.adsl.gvt.net.br] has joined #ubuntu-devel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel [01:00] heylo [01:01] hey zul [01:01] hey ajmitch how goes it? [01:01] sladen: http://archive.ubuntu.com/ubuntu/dists/dapper/main/installer-i386/current/images/netboot/mini.iso [01:01] too cold here to do much this evening :) [01:01] heh === RicardoPerez [n=A@84-122-158-208.onocable.ono.com] has joined #ubuntu-devel [01:02] well, it's not too bad actually [01:02] meh i wish somebody would like to change with me... [01:02] i hate this 26/28C [01:02] and i can't turn on my toys or they will melt down [01:02] thats not too bad. [01:02] zul: it is for me :( [01:02] i hate this warm weather [01:02] tho it lasts only a week or two here [01:03] fabbione: I'd swap, but you'd hate the connectivity here [01:03] bloody third world ;) [01:03] I reckon [01:03] ajmitch: "here" as in .au? [01:04] .nz [01:04] oh the other side of the world.. it wouldn't work either.. last time i was there, i had issue to hold to the world with the hands and type with the feet [01:05] you sure that wasn't just because of the local beer? [01:05] eheh [01:08] ajmitch: just hack harder and you'll generate heat. :-) [01:10] heh === pygi [n=pygi@83-131-255-156.adsl.net.t-com.hr] has joined #ubuntu-devel === rajasun [n=maximusp@bb220-255-205-188.singnet.com.sg] has joined #ubuntu-devel [01:20] When will the syncing with debian start for edgy? [01:20] hunger: once the toolchain is all in place [01:20] and soyuz proven to be stable enough === triceratops [n=tricerat@dyndsl-085-016-038-163.ewe-ip-backbone.de] has joined #ubuntu-devel [01:21] How will drivemount-applet show an icon for unmounted devices? Since Dapper only for mounted drives icons are shown. It's a bit anoying because there is nothing to see from drivemount-applet in the panel. I accidental / occassionally noticed this behaviour whilst I added three drivemount applets to the panel. And I would bet a lot of novice users will run into this... === Lukketto [n=Lukketto@host153-89.pool871.interbusiness.it] has joined #ubuntu-devel [01:22] fabbione: Thanks for the info. [01:23] hunger: might be anytime soon tomorrow [01:23] tomorrow -> within the next 24/48 hours === j^ [n=j@e178036154.adsl.alicedsl.de] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [01:37] *whine* but i want it now.. === ealden [n=ealden@203.76.211.211] has joined #ubuntu-devel [01:37] zul: what's this for? [01:37] i was being sarcastic === triceratops [n=tricerat@dyndsl-085-016-038-163.ewe-ip-backbone.de] has joined #ubuntu-devel [01:39] zul: do you realize that if you want to do -security you can't really run the latestest, but better to have N partitions with all the -stable -oldstable -veryoldstale releases? [01:39] fabbione: i realize that [01:40] and i already have that [01:40] so you don't need edgy till it's -stable or -oldstale === Gman is now known as GmanAFK [01:48] is it expected that uploads to dapper-updates send Rejected mails? I know they need manual approval [01:49] janimo: did you coordinate the upload? [01:50] otherwise it might have been rejected manually [01:50] not all uploads are approved for -updates [01:52] fabbione: yes mdz approved it === triceratops [n=tricerat@dyndsl-085-016-038-163.ewe-ip-backbone.de] has left #ubuntu-devel ["Leaving"] [01:54] mdz: time to revisit nano for dapper? [01:55] "revisit" ? [01:56] dapper? [01:56] jordi: dapper has been released ;) [01:57] jordi: btw.. marga was looking for you around [01:58] fabbione: I know. I need to have some private conversations about this in the evening [01:59] Keybuk, fabbione there was some fixes to nano punted until the release was done as it would have meant a di rebuild [02:00] jordi: there will be relatively soon a d-i upload [02:00] jordi: so if there is something that needs to go in, you better hurry up [02:01] jordi, are rosetta translations going to be uploaded in dapper-updates in a few days? [02:01] I sent carlos a .po file (thunar/romanian) a while ago, he said he had uploaded it but in rosetta I only see the state before that === mat|work [n=mat@igoan/mat] has joined #ubuntu-devel [02:07] janimo: yes [02:07] hmm [02:07] janimo: can you upload it again? [02:08] or send it to me === HiddenWolf_ [n=HiddenWo@136.86.dynamic.phpg.net] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === shackan [n=shackan@host206-136.pool8711.interbusiness.it] has joined #ubuntu-devel === LinuxJones [n=willy@hlfxns01bbh-142177197133.ns.aliant.net] has joined #ubuntu-devel === jjesse [n=jjesse@64.186.55.234] has joined #ubuntu-devel === zyga [n=zyga@cerber.sentivision.com] has joined #ubuntu-devel [02:30] hi [02:30] does anyone know if SABDFL will sign gpg keys today in warsaw? === \sh [n=shermann@gw01.combots.com] has joined #ubuntu-devel [02:34] the only people who know mark's schedule are probably himself and cvd [02:35] who's cvd? [02:35] Claire Davis.. the only woman brave enough to tackle Mark's schedule [02:35] Hobbsee, marks awesome schedule managing machine [02:36] ah [02:36] I heard she is being integrated with Launchpad [02:36] well, women are good at organisation, you know... [02:36] tseng: Mark probably doesn't know. All hail cvd. [02:37] lifeless: true. [02:37] ah yes, the legendary sabdfl "what am I talking about again?" [02:38] 'where am I' ? [02:39] shees ;] [02:39] I want to know if it makes sense to print my gpg fingertpint a couple of times [02:40] it always makes sense to do that === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [02:41] jordi, I just sent you the .po file [02:43] janimo: ok === highvoltage [n=jono@196.36.161.235] has joined #ubuntu-devel === freeflying-g4 [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [02:49] where's marelize? [02:49] it's her birthday today. i guess i'll have to walk over to her building to congratulate her then :) === freeflying-g4 [n=freeflyi@61.190.64.118] has joined #ubuntu-devel === jjesse_ [n=jjesse@64.186.55.234] has joined #ubuntu-devel [02:53] whoa happy birthday miss shipit [02:54] jsgotangco: happy birthday to ajmitch too, even though he doesnt want to admit to it (it still is, in most timezones) [02:54] whoa i didnt know that === jsgotangco was ajmitch's roommate during UDU [02:55] i'm pretty sure it is - it's either the 10th or the 12th [02:55] and his jabber says the 12th, but also says the wrong year.. === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === carlos_ [n=carlos@13.Red-88-15-198.dynamicIP.rima-tde.net] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === G0SUB_ [i=ghoseb@freeshell.in] has joined #ubuntu-devel [03:19] pitti: hello! [03:20] hello G0SUB_ [03:20] pitti: I have a bad Internet outage in my place :( [03:20] pitti: can we have the meeting tomorrow? [03:20] G0SUB_: of course [03:20] mvo: are you available tomorrow for a meeting with G0SUB_ ? [03:20] pitti: thanks a lot :) the specs are all done. I just need to update the wiki [03:23] pitti: yes [03:23] fine, see you guys ... sorry for today :( === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === j_ack [n=nico@p508DA5BB.dip0.t-ipconnect.de] has joined #ubuntu-devel === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel === mako__ [i=mako@bork.hampshire.edu] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === dholbach [n=daniel@i577B2852.versanet.de] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has left #ubuntu-devel ["Left] === dborg [n=daniel@e182051108.adsl.alicedsl.de] has joined #ubuntu-devel === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel [03:59] someone should tell sabdfl that html pink backgrounds are not cool [04:00] (me didn't say that, by the way) === pvanhoof [n=pvanhoof@mailhost.newtec.be] has joined #ubuntu-devel [04:00] :p [04:01] HAHAHAA [04:01] highvoltage: think of it as him experimenting edgy backgrounds [04:05] we will *not* have a pink desktop! [04:05] pink is not a cool colour for a desktop. [04:05] Hobbsee: but it'll attract women!!1oneone [04:05] Mithrandir: let me tell you, that it wont :P hehe [04:05] being one myself :D === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-devel [04:06] Mithrandir: how about a lilac desktop? *ducks* [04:06] Hobbsee: you're a statistical sample of one, and therefore not very interesting (statistically speaking) [04:06] heya bddebian === Hobbsee goes and sits in a corner and sulks [04:06] well thanks a lot Mithrandir :P [04:06] Hi folks [04:06] Hi Hobbsee [04:06] Hobbsee: I like lilacs. [04:07] Mithrandir: you know what lilac is? [04:07] Hobbsee: yes, we have a ton of them in the garden at my father's [04:07] oh wow! [04:08] their colour isn't always lilac, though. We have a bunch of white-ish ones too. [04:08] the guys at school were most annoyed that they had to know what colour lilac was, and how it was different from violet - they thought that was most injust! [04:09] it was unjust? I don't see why it'd be that.. [04:09] that they'd be required to know so many colours - and they had to, for chem flame tests [04:09] anyway, i could be pretty sure that a pink desktop will send popularity way down hehe :P [04:09] lilacs remind me of Samuel Vimes. [04:10] so now I have to go hunt for a suitable background for my desktop. [04:10] hehe [04:10] Hey, I could go for a Hot Pink desktop ;-P [04:10] bddebian: hehe! bring it to paris, and take lots of pictures to show us who stay behind [04:11] I'm not coming to Paris :-( [04:12] :( why not? === giftnudel [n=mb@p54A91DD2.dip0.t-ipconnect.de] has joined #ubuntu-devel === alkove [n=alkove@88.122.44.5] has joined #ubuntu-devel [04:24] bddebian: with all-leather cow interior? [04:30] with whale skin hubcaps [04:31] Keybuk: Yeah! [04:31] zul: No, baby seal ;-P [04:32] Hobbsee: Because I'm an ugly American ;-P [04:32] clearly bddebian hasn't heard the same song zul and I have ;p [04:32] heh [04:32] Oh, hmm [04:33] bddebian: i would worry - i wouldnt think that anyone was actually pretty around here - it doesnt fit the linux stereotype, does it? [04:33] Hobbsee: I'm kidding. I just don't have time/money to go [04:33] ah :P [04:33] And they don't want me there anyway :-) [04:33] hehe [04:33] only to tease [04:36] Oh yeah, like I need abuse in person :-) [04:36] oh you like the attention [04:37] Sure === Keybuk tickles bddebian [04:37] heh [04:37] well, as long as the attention is on you, and not on me, then i'm happy :P [04:37] Hmm, what to do === Hobbsee offers her pitchfork to bddebian [04:38] would this help? [04:39] hah japan is kicking au's butt in the world cup === jsgotangco hides [04:40] :-) [04:40] Hobbsee: No, I am debating between wading through more Unconfirmed bugs or something else [04:40] jsgotangco: excellent :P [04:41] bddebian: fun. do the bugwork === dborg [n=daniel@e182051028.adsl.alicedsl.de] has joined #ubuntu-devel [04:52] jsgotangco: whats the score? [04:52] Keybuk: are you able to see what's happened to qt-x11-free 3:3.3.6-1ubuntu4 in dapper-updates? [04:52] zul: who cares? :P [04:53] wtf AU just scored 3 goals in the 2nd half [04:53] Riddell: I am [04:53] Riddell: who approved the upload? [04:53] Keybuk: mdz did [04:53] it's still sitting in UNAPPROVED [04:54] zul: au won 3-1.. i think japan is a bit stunned [04:54] a bit...aus had 20 shots on goal [04:54] Keybuk: can you approve it or shall I wait for mdz to turn up? [04:55] Riddell: I'm not sure I can approve it (I can from an archival point of view, I'm not sure I have the power from an authority point of view) [04:55] Damn I'm good [04:55] will consult mdz when he's up [04:56] Gah, I hate it when RL work gets in the way of Ubuntu stuff :-) [04:57] Keybuk: and can you tell me the status of kubuntu-default-settings_6.06-22? [04:58] that one is not unapproved [04:58] when did you upload it? [04:58] ogra: ping [04:58] Keybuk: 7 Jun. launchpad says it needs build [04:59] Riddell: then it needs building [04:59] indeed, it is showing as published here [04:59] although launchpad also says the qt updates is needs build [05:00] ubuntu4 vs. ubuntu5 [05:00] sorry [05:00] ubuntu4 is indeed published [05:00] ubuntu5 is unapproved [05:01] I don't remember uploading an ubuntu5 [05:02] so I should poke infinity about getting qt ubuntu4 and kubuntu-default-settings_6.06-22 compiled I guess [05:02] yup, buildds are on manual [05:02] because people insist on uploading to edgy === Keybuk looks at a suspicious qt-x11-free upload [05:03] Changed-By: Matthias Klose [05:03] qt-x11-free (3:3.3.6-1ubuntu5) dapper-updates; urgency=low [05:03] . [05:03] * Use ~/.qt-32 as user config directory, when running the i386 [05:03] binaries on amd64. [05:03] . [05:03] for qt-x11-free in dapper-updates [05:04] Keybuk: doesn't it work anymore? it's still working on my laptop ... [05:04] doko: doesn't what work anymore? [05:04] doko: will that have overwitten my changes in ubuntu4? [05:04] Riddell: why should it? [05:04] doko: who did you ask for approval before uploading that to dapper-updates ? [05:05] doko: my ubuntu4 had changes for arabic fonts, did you include that? [05:05] Keybuk: mdz and Kamion, will be followed by an upload of ia32-libs-kde [05:05] meh, we so need a procedure here [05:06] Keybuk: we have one, but you are not in the loop ... [05:07] I'm not entirely in the loop either, launchpad should have a nice big notice that says "buildds are on manual, poke infinity" [05:07] Riddell: it does [05:07] Riddell: hmm, overwritten. didn't see that ubuntu4 [05:07] doko: that seems silly, given I'm the one who actually makes things appear in the archive atm :p [05:07] Keybuk: i'm starting to be of the opinion that you should have said "no, edgy is not open", and worked on the toolchain in almost-full secrecy [05:08] though I mean a procedure for mdz and kamion to indicate that a future upload is approved, so that me or infinity know to actually approve it [05:08] Hobbsee: we have said "no, edgy is not open" [05:08] oh === Hobbsee wonders why she hasnt heard that somewhere else before this. [05:08] Keybuk: agreed, just announce it, that approval mails have to go to infinity and you as well [05:09] doko: if you send me what you uploaded for qt ubuntu5 I can put in my patch and make an ubuntu6 [05:09] Riddell: is there any particular reason you expect your patch to be missing? [05:10] Keybuk: doko just said it was overwritten === MagicFab [n=magicfab@modemcable205.84-56-74.mc.videotron.ca] has joined #ubuntu-devel [05:10] http://people.ubuntu.com/~scott/dokos.patch [05:11] Riddell: could you send it me? or is -ubuntu4 in the archive ? [05:11] I see your point === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel [05:11] doko: it's in the archive [05:12] kubuntu_01_arabic_fonts.dpatch and 00list are the changed files [05:14] Riddell: ok, preparing an ubuntu6 === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [05:15] thanks doko === Keybuk goes for lunch (really, this time) === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel [05:21] mdz: I have uploaded the fixes I mentioned to dapper-updates === Huahua [n=hua_@222.50.182.38] has joined #ubuntu-devel === ..[topic/#ubuntu-devel:Riddell] : Ubuntu Development (not support, even with edgy) | #ubuntu for support and general discussion | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/DeveloperResources | http://wiki.ubuntu.com/HelpingWithBugs | HAPPY DAPPER DAY! | Uploads on manual, don't upload to edgy yet === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === OculusAquilae [n=oculus@pD9509C70.dip0.t-ipconnect.de] has joined #ubuntu-devel === highvoltage [n=jono@mtngprs7.mtn.co.za] has joined #ubuntu-devel [05:46] Znarl: you were looking for me earlier? still around? [05:46] mjg59: ping === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === pygi pokes sivang ;) === Kaloz_ [i=kaloz@openwrt.org] has joined #ubuntu-devel === Kaloz_ is now known as Kaloz === freeflying-g4 [n=freeflyi@61.190.64.118] has joined #ubuntu-devel === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel [06:23] sbalneav, latepong [06:23] ogra: hey! You ever use qemu for emulating a thin client? [06:24] i often tried to, but i'm to impatient i guess and gave up after 30min watching usplash slowly scroll [06:24] lol [06:24] 30minutes?! [06:25] before i gave up, yes [06:25] (runnong quemu on ppc emulating i386) [06:25] Just trying to get my ducks in a row for Paris. [06:25] take vmware then [06:26] it should be reaqsonable fast === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === _TomB [n=ownthebo@ACBC3F65.ipt.aol.com] has joined #ubuntu-devel [06:36] mdz: heya, got a few minutes? [06:41] ogra, how useful would it to be to make a small utility to generate VM machines for VMware player? [06:41] pygi, no idea, i'm not a vmware user [06:42] ogra, oki :) [06:42] (is the one we ship in universe now the player ?) [06:42] I think that player is in multiverse [06:42] oh, right, it is ... [06:45] Keybuk: sure [06:47] mdz: there's a reasonably large stack of things in dapper/unapproved at the moment -- and no way to know whether you or Kamion have actually "approved" the upload [06:47] also any accept at the moment requires a manual publisher run _and_ manually running through the buildds === olemke [n=olemke@p5489673E.dip.t-dialin.net] has joined #ubuntu-devel [06:47] could the process be updated so that infinity and I are at least cc'd so we know to do the right things? === jlj [n=agp@adsl-68-125-69-200.dsl.pltn13.pacbell.net] has joined #ubuntu-devel === ChipX86|Sleep is now known as ChipX86 === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel [07:12] OK, what is this? /usr/bin/ld: cannot find -lQtGui_debug [07:13] I'm missing libqt4-debug? [07:13] Holy crap, 51Mb [07:15] Keybuk: yes, makes sense (more so if we had an email address for ubuntu-archive) [07:18] jdub: ^ could we get one of those ? :) (as a mailing list: mdz, kamion, infinity, I) [07:19] Keybuk: @launchpad.net ought to be made to just work === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [07:19] mdz: then mdz@launchpad.net would work too, no? :p === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [07:21] doesnt @ubuntu.com work ? [07:22] (isnt that how malone handles team subscriptions to bugs ?) === lfittl [n=lfittl@83-65-242-216.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@d54C0E27E.access.telenet.be] has joined #ubuntu-devel [07:24] ogra: no, that doesn't work [07:25] hmm, how does malone handle it then ? internally in LP ? [07:25] mdz: until LP supports that, are you ok with a private mailing list (as with tb) === Lukketto [n=Lukketto@host153-89.pool871.interbusiness.it] has joined #ubuntu-devel [07:25] ogra: ubuntu-bugs is a mailing list [07:26] Keybuk, i'm talking about the teams like edubuntu-bugs etc === Lukketto [n=Lukketto@host153-89.pool871.interbusiness.it] has left #ubuntu-devel [] [07:26] that seems to work via malone without probs [07:26] Keybuk: I don't specifically object, but it gets awkward to maintain so many small lists for teams [07:26] oh, the bug subscription stuff just iterates the team, iirc === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [07:27] mdz: the alternative is that we deal with it by asking for bugs to be subscribed and not via e-mail === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel === sbartleylinux [n=sbartley@67.108.61.130] has joined #ubuntu-devel [07:41] mjg59: ping === mvo_ [n=egon@p54A67785.dip.t-dialin.net] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [07:52] /usr/lib/libQtGui_debug.so.4 has no symlink libQtGui_debug.so [07:53] bddebian: do you have the -dev installed? === bronson [n=bronson@pool-72-74-131-205.bstnma.east.verizon.net] has joined #ubuntu-devel [07:53] Oh, -debug-dev.. Sheesh [07:54] Oh, like 51Mb for libqt4-debug wasn't enough? :-) [07:55] bitchin', thanks Keybuk === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === mgalvin_ [n=mgalvin@rrcs-24-39-194-210.nys.biz.rr.com] has joined #ubuntu-devel === lemsto [n=lemsto@ANantes-154-1-12-59.w81-53.abo.wanadoo.fr] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel === mgalvin_ [n=mgalvin@rrcs-24-39-194-210.nys.biz.rr.com] has joined #ubuntu-devel [08:19] Keybuk: is there a spec for network-manager plans in edgy? === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === FunnyLookinHat [n=funnyloo@167.246.8.60] has joined #ubuntu-devel === msikma [n=omega@s55933ad4.adsl.wanadoo.nl] has joined #ubuntu-devel === jdub_ [n=jdub@ppp121-112.static.internode.on.net] has joined #ubuntu-devel === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel [] === jdub__ [n=jdub@ppp121-112.static.internode.on.net] has joined #ubuntu-devel [08:47] if i create an ubuntu dvd image, do i need to do anything different, as apposed to a cd? [08:47] d-i doesn't seem to find the dvd :/ [08:50] Maybe your BIOS can't read DVDs from startup, while it can read CDs. You should ask at #ubuntu, though, this is a channel for development and not for support. [08:50] msikma: ok. === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === jinty [n=jinty@242.Red-83-49-54.dynamicIP.rima-tde.net] has joined #ubuntu-devel [09:02] TheMuso: hello! do you happen to know what lsr is? === MagicFab is now known as MagicFab_away [09:03] TheMuso: I saw the release announce on gnome's ftp-release list today and somebody complained about it on ubuntu-accessibility@ - if it's a11y stuff - we maybe should look into getting it into edgy :-) [09:09] dholbach, a linux screen reader, written in python, developed by IBM [09:09] dholbach, upstream seems to liek Orca, another screen reader, written in python, developed by SUN [09:09] dholbach, don't ask === lnxKDE [n=lnxG5@64.213.227.71] has joined #ubuntu-devel [09:09] ah, now I remember [09:09] well funny both turn up on ftp-release list then [09:09] :) === rgould [n=rgould@S010600014a5e5049.gv.shawcable.net] has joined #ubuntu-devel [09:11] dholbach: i've been talking to the LSR folks to see what we can do about the mess - unfortunately, licensing is involved [09:11] jdub, LSR is CPL, no? [09:11] yes === dholbach has no idea about the licensing world === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel === KaiL_ [n=KaiL@p548F6342.dip.t-dialin.net] has joined #ubuntu-devel === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel [09:45] Riddell: back [09:45] quick trip to Wal-Mart there [09:45] Riddell: there are no plans for network-manager in edgy [09:45] I would really like to just "sit back and wait" [09:47] neuralis: Hi? [09:47] sbartleylinux: Hi? [09:47] mjg59: Hi. Can you tell me who I would talk to about gnome-power-manager? [09:48] In what respect? [09:48] It seems that with Dapper, it is allowing remote users the selection of Hibernate on exit. [09:48] That's not gnome-power-manager [09:48] hm [09:49] That's gnome-session [09:49] It shouldn't actually /work/ in any case [09:49] but it does.:) [09:50] I spoke w/ lmanul this morning and was told that gnome-session is relying on gnome-power-manager now for this. [09:51] I know that I can make it so on a per user basis, with gconf-editor, this can be turned off. What I want though is for hibernate to be handled in the same way that restart and shutdown are. === AlinuxOS [n=alinux@d83-176-86-138.cust.tele2.it] has joined #ubuntu-devel [09:51] Keybuk: ok, thanks [09:51] If the user is remote, it will simply not appear. [09:51] sbartleylinux: So please file a bug [09:51] Riddell: my vague hope is that it'll enter Debian unstable (if it hasn't already), we'll sync up and have identical (or near enough) packages, and then we can just keep track that way [09:51] it's not something I think we should put any additional effort into, at least, not until it works better [09:52] ok, but against which package? I am unsure if it is truly gnome-session or g-p-m and dont know who to talk to and verify it. [09:52] sbartleylinux: I believe it to be gnome-session (as mentioned above) [09:53] ok. I will start there. thx. === pygi [n=pygi@83-131-236-248.adsl.net.t-com.hr] has joined #ubuntu-devel === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [09:53] If that's wrong, it'll just be reassigned to the correct place [09:53] mjg59: hi. i can bring your pcb to paris with me. would you prefer that, or have it shipped to the address you gave? [09:53] k. thx. [09:53] neuralis: I'm not going to be in paris, I'm afraid [09:54] mjg59: ah, okay. we'll get it mailed out, then. [09:54] neuralis: Thanks! [09:54] sure thing. [09:54] sbartleylinux: Anyway, if the hibernate button does appear remotely and works, that's certainly a bug [09:55] It's not meant to work unless you logged in at the console [09:55] k. that is what I thought. Filing bug now. thx. === lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-devel [09:55] doko, Riddell: the ubuntu5 is a *bad* qt-x11-free, yes? [09:56] Keybuk: yes [09:56] ok, rejected [09:56] slomo: ping [09:57] Keybuk: pong [09:57] slomo: who approved your upload of xine-lib? [09:58] Keybuk: mdz ~1 week ago... i already thought it disappeared ;) but now i have to upload a new version anyway because of the security update that pitti uploaded some days ago [09:58] ok, shall I reject this one then? [09:59] yes, i'll upload one with a correct version number later today or tomorrow... which version would that be btw? the security update is 1.1.1+ubuntu2-7.1... -7.2? [09:59] 7.2 would work [10:00] ok [10:02] mjg59: Bug #49503 [10:02] Malone bug 49503 in gnome-session "Hibernate button being displayed and functions on remote connections" [Untriaged,Unconfirmed] http://launchpad.net/bugs/49503 === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [10:12] mjg59: /msg === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === drt [n=drt@bi01p1.co.us.ibm.com] has joined #ubuntu-devel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel [10:27] heylo [10:33] hello! i hope this is the right channel to ask a question with regard to ubuntu-dapper-server and ubuntu-dapper-desktop. [10:34] ubuntu-dapper-desktop has flex (lexical analyser) that i can install using apt-get. [10:34] but flex is not available in ubuntu-dapper-server??? [10:37] drt: flex is in main and available via $apt [10:38] crimsun_, sorry...can you elaborate a little? [10:38] drt: given a viable Internet connection, you should be able to ``sudo apt-get install flex'' === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [10:39] drt: your /etc/apt/sources.list needs to have the active (uncommented) line: deb http://archive.ubuntu.com/ubuntu dapper main restricted [10:40] drt: if you need further assistance, I'm happy to assist you in #ubuntu [10:40] crimsun_: thank you. i will join #ubuntu === _TomB [n=ownthebo@ACBC3F65.ipt.aol.com] has joined #ubuntu-devel === mvo goes to bed === vdepizzol [n=vdepizzo@200.242.12.134] has joined #ubuntu-devel === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [10:48] what do you think about this bountie in launchpad? https://launchpad.net/bounties/filechooser-thumbnails === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === SymGeosis [n=mike@mtairy-motorola1-68-71-230-109.chvlva.adelphia.net] has joined #ubuntu-devel === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] === herzi [n=herzi@c197033.adsl.hansenet.de] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel [11:04] whoo :) [11:04] mark is such a great guy :) === NthDegree [n=NthDegre@194-247-233-98.dynamic.dsl.as9105.com] has joined #ubuntu-devel [11:04] zyga, oh? [11:05] Burgwork: the meeting was so not linux-fanboy-like === puccio [n=puccio@host108-116.pool8259.interbusiness.it] has joined #ubuntu-devel [11:06] zyga, which meeting? [11:08] Burgwork: the one in Poland, today [11:08] 7pm local time [11:09] +0200 UTC === erez [n=erez@DSL217-132-30-162.bb.netvision.net.il] has joined #ubuntu-devel [11:09] ah, cool === tdjb [n=tdjb@209.151.52.189] has joined #ubuntu-devel === drt [n=drt@bi01p1.co.us.ibm.com] has left #ubuntu-devel ["Leaving"] === pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [11:22] hey pitti :) [11:22] hi zyga [11:23] how are you? [11:25] I've seen mark today :) === marcin_ant_ [n=marcin@195.225.49.18] has joined #ubuntu-devel === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel [11:29] bah, NetworkManager and dhclient fighting each other === Arrogance [n=aks@ottawa-hs-209-217-110-17.d-ip.magma.ca] has joined #ubuntu-devel === Who_ [n=jonny@194-247-243-154.dynamic.dsl.as9105.com] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === lnxKDE [n=lnxG5@64.213.227.71] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel