[00:11] cjwatson: well, the part of me wearing my buildd-guy hat would be tempted to just stub it out completely, but that would be, well, wrong. [00:15] lamont: it's a genuine request, I've spent a fair bit of time making that go faster (principally by optimising the hell out of process execution and trying to do as much in-process as possible) but perhaps other eyes could see something I missed [00:17] cjwatson: yeah - I'll add it to my list of things to do [00:17] I note idly that man-db can do full-text search of all manual pages on my laptop over seven times faster than Fedora's man package can [00:18] (and that's without either of them having a proper FTS engine in there, which would probably be a good idea) [00:18] (http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009-07-14-man-db-K.html) [00:22] ajmitch: :-) [00:23] I only got involved with it because no one else was sorting it and one of the major users in Main is KDE. [00:23] ScottK: I've dropped the majority of changes that we had, but there's some black magic going on with dependencies from what I've seen [00:23] I only touched it because of boost-python being broken & it being a dependency of other packages [00:25] ajmitch: If you want a package that uses the MPI stuff, elmerfem needs merging. [00:25] I may take a look === bjf is now known as bjf[afk] === sconklin is now known as sconklin-gone === bjf is now known as bjf[afk] === lifeless_ is now known as lifeless [06:26] hi. where can i make suggestions for the install cd [06:51] good morning === almaisan-away is now known as al-maisan [07:28] hhh [07:33] Good morning === dholbach_ is now known as dholbach === hrw|gone is now known as hrw [08:39] could an archive admin please kill http://people.canonical.com/~ubuntu-archive/NBS/rdoc1.8. ruby1.8 provides/conflicts/replaces rdoc1.8 and there are only unversioned dependencies left (and one versioned but ruby1.8 is the preferred alternative to rdoc1.8) [08:40] and the same for http://people.canonical.com/~ubuntu-archive/NBS/rdoc1.9.1. ruby1.9.1 provides/conflicts/replaces rdoc1.9.1 and only unversioned dependencies left. [08:43] ubuntu servers usb install instructions http://www.ubuntu.com/server/get-ubuntu/download show how to install desktop [08:44] this is disconcerting as with say the old karmic this never worked for server editon [08:44] does this information even work? [08:44] (for server) [08:46] considering there was never in the past support for server on usb http://www.ubuntu.com/server/get-ubuntu/download should be made a lot clearer if there really is support now. [09:01] robert_ancell: are you around? [09:01] bigon, hi [09:05] bigon, ? [09:06] robert_ancell: hi, about http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550478 is this really needed? josselin was not happy with putting things for testing purpose only in the "production" package [09:06] Debian bug 550478 in gobject-introspection "gobject-introspection: Please include the Everything-1.0 typelib" [Minor,Open] [09:07] is it just me, or has edge.lp been ridiculously slow since yesterday? [09:08] bigon, it's proposed to be in the -dev package. It is used by python-gi in their make check. If we don't package it somewhere then that will always fail. [09:09] bigon, since it is built and installed with make install, I'm guessing the gobject-introspection guys consider it useful in other projects. [09:11] robert_ancell: it's require the adding of an extra shared lib too [09:12] bigon, does that matter? [09:13] sabgenton: please file a bug on https://bugs.launchpad.net/ubuntu-website about that [09:14] doing right now :) [09:14] sabgenton: (the webmaster isn't likely to be awake at this time and isn't in this channel anyway) [09:14] what chanel ? [09:15] cjwatson: where does he live on irc? [09:17] sabgenton: please use the bug tracking system, it's more efficient [09:17] k doing === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [09:32] pitti, hey, looking at udisks i see we dont have any ubuntu patches in it, i need to add one thats really specific to the image builds, so very ubuntuish, do you think upstream would accept that or should i just go ahead and add a quilt patch ? [09:32] ogra: depends on the patch [09:33] pitti, its adding another partition label to the hidden partitions in the udev rule [09:33] ogra: if it's sensible for Debian, I can commit it there; if it's sensible for upstream, I'd rather commit it there and then cherrypick to Debian and sync [09:33] its not sensible for either i think, since it fully depends on the way we build images [09:34] ogra: and we can't use one of the standard partition types for rescue partitions? [09:34] ENV{UDISKS_PARTITION_TYPE}=="0x00|0x11|0x12|0x14|0x16|0x17|0x1b|0x1c|0x1e|0x27|0x3d|0x84|0x8d|0x90|0x91|0x92|0x93|0x97|0x98|0x9a|0x9b|0xbb|0xc2|0xc3|0xdd|0xef", \ [09:34] omap images will have a vfat partition that fakes a NAND and is the first partition, i want to hide that on desktops [09:34] there's plenty to choose from, after all? [09:34] no, i cant change the type [09:34] it has to be a label [09:34] else the bootloader wont work [09:35] does the type/label come predefined by some vendor? [09:35] no, i can define the label, the type needs to be vfat bootable etc etc [09:35] (wioth a certain CHS layout even) [09:35] ogra: so, what's the new label? [09:35] ogra: we can't just use "Recovery Partition" or "RECOVERY"? [09:35] well, i'D call it OMAPBOOT or some such [09:36] ah [09:36] currently i use one of the SYSTEM* labels [09:36] works fine but its an abuse [09:37] if you think that abuse is fine i can also keep it but calling it OMAPBOOT or some such would be cleaner [09:37] ogra: I don't mind the "abuse" :) [09:37] ok, i'll keep the current name then [09:37] ogra: OTOH, any package can ship a rule to ignore it [09:37] ogra: i. e. if your boot loader package ships an udev rule to ignore OMAPBOOT, that's just fine [09:37] right, but that would mean a new package just for that [09:38] we dont install the bootloader packages :) [09:38] ok [09:38] flash-kernel could probably do it though ... hmm [09:38] * ogra will think about that, thanks pitti [09:38] ogra: so, I don't mind which label it has; I'd just like to avoid a delta to Debian just for this [09:38] yeah, understood [09:39] so if it's necessary, I'd rather commit it to the Debian tree [09:39] (need to ask mbiebl for that, since it's debatable) [09:39] well, its very ubuntu specific [09:40] so i dont think debian wants it [09:40] other distros don't use that boot loader? [09:40] (meego, etc.) [09:40] its bound to the way we build the new images which i assume debian will never adopt )preinstalled images) [09:41] ogra: in general such things should be maintained in one place; i. e. if your image build system defines $LABEL, it could also stick in an udev rule file which ignores that very $LABEL :) [09:41] the new images are two partition images where we resize the second partition on the fly to the full size of the disk while the first partition has to follow a ceratin scheme [09:41] echo ... > /etc/udev/rules.d [09:41] right, butu the tool i use gets removed with oem-config [09:41] cjwatson: could you please kill rdoc1.8 and rdoc1.9.1 from the NBS list? or should I file a bug for it? [09:42] and i dont really want a file on the FS thats not handled by a package [09:42] ogra: /etc/udev/rules.d/ already has a few [09:42] but rolling a package only for the rules file seems overkill [09:42] persistent network, etc. [09:42] hmm [09:42] geser: one moment [09:42] ogra: no, if nothign else, the image build process should do that along with creating the partitions -> define stuff in one place [09:43] pitti, well, then i can also do it from jasper-initramfs during fiorst boot [09:43] pitti: did you read my e-mail regarding cdbs? [09:43] geser: done [09:43] thanks [09:43] BlackZ: not yet, bit busy right now; I'll get to it [09:43] Hi. I'm on 8.04 LTS using upstart. I have a dhclient-exit hook, which fails, because udev starts ifplugd, which starts dhclient, which calls the hook before I have a writable local fs. How can I wait for the upstart writable fs event inside my dhclient exit hook? [09:43] pitti: thanks [09:43] BlackZ: I'm not in the ubuntu distro team this cycle, so I'm lagging on distro stuff, sorry [10:02] cjwatson, was it you i was talking to about ti-omap in maverick, that we were now building those from the main package ? === Amto_res`OFF is now known as Amto_res [10:09] apw: yeah, I hadn't got round to doing anything about the result of that conversation yet ... [10:11] cjwatson, ahh ok then that makes sense... a quick Q on how to migrate the meta package, i _think_ i don't need anything speciial (replaces et al) to produce a replacement binary package at a higher version number from a different source package ... is that correct ? [10:11] is there any reason I should have my bug ticked private? [10:12] sabgenton, if apport ticked it private then it would likely mean that it thinks it added some backtrace information which may contain private information and it cannot tell [10:12] apw: correct [10:12] cjwatson, thanks [10:12] apport? [10:13] sorry new to launchpad [10:13] apport is the automatic bug filer, like from application crashes [10:13] if its just your own bugs, then normally not [10:14] so if i want my bug to get traction I should make it unprivate? [10:14] I just typed the bug up my self on the website [10:15] if you made it private, then likely only you can see it, so noone else is even aware of it [10:16] private bugs are for (a) security bugs that need to not be disclosed to the public as yet (but in that case tick the security box so that the security team get to see it) (b) bugs with private information like crash dumps from your mail reader (but apport deals with subscribing some people so that they aren't entirely lost) (c) commercially-sensitive bugs, such as bugs from a hardware manufacturer on unreleased hardware [10:17] a private bug with no explicit subscribers other than yourself is invisible [10:17] (well, to everyone other than Launchpad admins, but they'll probably never look at it) [10:19] hi guys, im running 2.6.24-28-server on 8.04 - i want to get the kernel source, as-is currently running, disable CONFIG_DEBUG_RODATA, and build a package [10:19] i dont want the latest from git, i want the exact version, and all i want to do is rebuild it with that single change [10:20] achaemenes, there are two ways to do that, but i would normally get the git source, the version you have is tagged in that [10:20] thanks for the info [10:20] achaemenes, we tag every released version [10:20] oh, i just installed linux-source-2.6.24 [10:20] acording to what I understand now I'll unprivate it [10:20] achaemenes, that is a raw source and not that useful for building [10:21] right, ok ill do a git clone then [10:21] achaemenes, if you have trouble you can find us over on #ubuntu-kernel [10:21] excellent - thankyou apw [10:22] grr it won't unprivate [10:23] ajax symbol spins but just says error [10:23] probly my slow conection I guess === tkamppeter_ is now known as tkamppeter === dholbach_ is now known as dholbach [11:15] hi. where i can make suggestions for the install cd? [11:15] the bug tracking system, usually [11:16] ok thanks [11:16] and bye :) [11:16] there's #ubuntu-installer if you want to discuss things first, but IRC is in general not so good for anything you want to be remembered [11:17] ok i will try this channel too [11:17] well its actually only a option what is to add [11:22] pitti, hi [11:22] hello tkamppeter [11:24] pitti, what does the reporter of bug 597248 has to enter to get Apport making a symbolic backtrace of his segfault. [11:24] Launchpad bug 597248 in cups (Ubuntu) "cupsd[1064]: segfault at 2d726574 ip 00135538 sp bf844ac0 error 4 in libcups.so.2[114000+42000]" [Undecided,New] https://launchpad.net/bugs/597248 === doko__ is now known as doko [11:25] tkamppeter: easiest would be to enable apport for the current session and replicate the crash, and have apport pick it up; https://wiki.ubuntu.com/Apport#How%20to%20enable%20apport [11:25] tkamppeter: if he doesn't want that, the fallback is to install debug packages etc. locally and run under gdb, see https://wiki.ubuntu.com/DebuggingProgramCrash [11:31] pitti, thank you. [12:10] ev, cjwatson: as you may or may not have gathered we'd like to merge the kubuntu desktop and netbook images and load the correct desktop based on screen size, where is the best place to detect screensize and edit the config file on starting the live CD and installing the system? === cking is now known as cking-afk [12:13] somewhere in casper I suppose [12:28] Hello all [12:28] i am trying to trebuild kernel on ubuntu 8.10 [12:29] but i am getting only 2 .deb files, image and header [12:30] is there any body can direct me to the right path ?? [12:30] * ogra directs thangam_arun to #ubuntu-kernel :) === MacSlow is now known as MacSlow|lunch [12:31] Thanks === cking-afk is now known as cking === dholbach_ is now known as dholbach === MacSlow|lunch is now known as MacSlow === sconklin-gone is now known as sconklin === oubiwann is now known as oubiwann-away [14:37] doko, hello? [14:38] ccheney: ? [14:38] doko, did you happen to see my comments about the OOo MIRs that need processing? [14:38] doko, they were assigned to you on jun 7 === dendro-afk is now known as dendrobates === ara_ is now known as ara === ara is now known as Guest95569 [15:37] pitti, hi [15:38] pitti, iirc you are the person who assigns MIR bugs to people to process, is that correct? there is a server MIR I need to have processed for a2, bug 594372 [15:38] Launchpad bug 594372 in tgt (Ubuntu Maverick) "MIR: tgt" [Medium,Confirmed] https://launchpad.net/bugs/594372 [15:38] ccheney: hello [15:38] ccheney: that's asac now (since I'm OEM this cycle) [15:38] pitti, ah ok [15:38] asac, ping, see above :) [15:38] :) [15:38] pitti, have a great day :) [15:39] ccheney: thanks, you too! [15:39] in fact, was a pretty good "boot faster" day so far [15:46] pitti: hey [15:47] hello asac, how are you? [15:47] pitti: quite well ;)... hope you too! did you discuss with other linaro folks on how we can use your "reduce disk footprint" [15:47] oh, was I supposed to? [15:47] asac: I moved the stuff to the public wiki now, so it should be easy to grab [15:47] pitti: no ;) ... just wanted to check so i dont ask questions already discussed [15:48] https://wiki.ubuntu.com/ReducingDiskFootprint [15:48] pitti: cool. did the dpkg changes land in maverick? [15:48] it links to all the bzr changes, patches, etc [15:48] asac: not yet, just in debian's trunk so far [15:48] and I have a backport for lucid [15:48] pitti: is it risky to make that available in maverick? [15:48] no, it's fairly well tested by now [15:48] we have run that in an OEM project for two weeks [15:49] pitti: ok we have a https://blueprints.edge.launchpad.net/ubuntu/+spec/arm-m-disk-footprint spec [15:49] pitti: i would like to give you an item to make the dpkg available in the archive ... if you dont mind ;) [15:49] asac: the apt changes are interesting as well, but I'd like mvo to review the branch first [15:49] that didn't land upstream yet [15:49] asac: sounds fine [15:49] please do [15:49] pitti: ok. i will read through your wiki and reuse most of that for the footprint spec which needs some love === bjf[afk] is now known as bjf [15:50] pitti: thanks!! [15:50] stay tuned [15:50] gern geschehen === Guest95569 is now known as ara [15:54] ccheney: pushed that MIR to mterry [15:54] asac, thanks! [15:54] asac, I have been remiss with MIRs, sorry [15:54] mterry: heh. well, we all failed ;) [15:54] mterry: do you have capacities at all atm? [15:55] asac, not really. maybe this weekend [16:17] pitti: do you think it would make sense if I made the -dev packages of the different nvidia packages conflict with each others? This would allow me to install the headers in (/usr/include) e.g. /usr/include/GL instead of what I'm currently doing /usr/include/nvidia-current/GL (so that all of them can be installed at the same time) [16:18] slangasek: ^ === hrw is now known as hrw|gone [16:46] asac: who is handling the firefox translation bits in langpack-o-matic these days? [16:49] pitti: we said chrisccoulson_ would take that over through learning by doing [16:49] e.g. whenever there is a need we would discuss and see how things go [16:49] asac: thanks [16:49] asac: I got a bug about adding a new language; I'll assign to Chris and sub you, does that sound ok? [16:49] pitti: the po2xpi processor was improved by ArneGoetje in the past ... so if the problem is there he might be a good candidate [16:49] pitti: yeah. tahts good [16:49] shoudl be easy, like adding a new file somewhere [16:49] pitti: though ArneGoetje should be able to handle that too iirc [16:50] but chrisccoulson_ should definitly be invovled so he get that knowledge too [16:50] *nod* [17:09] tseliot: I think that makes sense, yes [17:09] slangasek: ok, thanks [17:11] pitti: hi, the sd/mmc card is also verified bug , previously we had a bigger numbering there , it is not visible now at normal view. which fixes the bug for most users. we will however be adding more icons in larger sizes for maverick which will solve the problem for users trying to zoom to 400% :) [17:11] the humanity update ^ [17:12] vish: ah, I see; please tag it as verification-done then (sorry, busy right now0 [17:12] pitti: cool , i didnt know i could do that. wanted to check with you first. Thanks [17:12] * vish doing it now === beuno is now known as beuno-lunch === engla is now known as engla|swe === yofel_ is now known as yofel === asac_ is now known as asac [17:43] bryce_, bug 573601 looks like it is solved by some configuration in an X config. does this need to go back to an X package? [17:43] Launchpad bug 573601 in linux (Ubuntu) "Lucid: GLX not working on Nvidia driver" [Undecided,Confirmed] https://launchpad.net/bugs/573601 [17:44] *looking* [17:45] JFo, yeah refile to nvidia-graphics-drivers if it looks like something a dev should look at [17:45] JFo, if it's purely a configuration goof by the user, forward to answers or close as not a bug [17:46] hmm, not sure [17:46] he added some stuff and it fixed him [17:46] dunno where the goof was [17:46] I'll send it up to the dev === dendrobates is now known as dendro-afk === Myst is now known as S`IRL === dendro-afk is now known as dendrobates === beuno-lunch is now known as beuno === oubiwann-away is now known as oubiwann === al-maisan is now known as almaisan-away === Amto_res is now known as Amto_res`OFF === apachelogger is now known as darthvader2point === JanC_ is now known as JanC === darthvader2point is now known as apachelogger === BlackZ_ is now known as BlackZ [20:34] pitti: you here ? === alessio is now known as quadrispro [20:58] So, looks like libept broke API something awful yesterday. The textsearch class used for xapian is totally obliterated and left as two nearly-useless functions for getting the database path and the database timestamp [20:58] Since synaptic uses that class, somebody's gonna have to take care of it sooner or later. This is what I did for libqapt: http://pastebin.com/5rw3XwBV [20:59] It's not worth it to link to libept anymore to get a string and a time_t, imo [21:01] oops, wrong diff. http://pastebin.com/n5xKSqAg [21:03] Basically all one has to do is make member variables for the timestamp and the Xapian::Database, initialize them, then rip the expand() function out of ept::textsearch and slap it in the code somewheres [21:05] I'd contribute a patch, but I'm not in-tune with the build-systems of the G* world, given my K background. ;) [21:10] hello hard working ubuntu devs :) i submitted a bug report affecting "ALT+TAB" window switching -- a critical feature for developers and power users -- a long time ago but nobody seemed to notice it because, i believe, they were skeptical it could be reproduced. the bug still exists in Karmic Koala, and i have now updated the bug with a video demonstrating the problem: https://bugs.launchpad.net/ubuntu/+bug/405252 [21:10] Launchpad bug 405252 in Ubuntu "focus-follows-mouse option fights alt-tab function" [Undecided,New] [21:11] hdon: #ubuntu-bugs is more appropriate to have bugs triaged in [21:12] micahg, thanks for the advice === solidturtle_ is now known as solidturtle === sconklin is now known as sconklin-gone [23:31] is GIMP continually crashing for you all? === bjf is now known as bjf[afk] [23:38] the stable version was working for me earlier (on lucid) [23:39] jono: 10.10? Randomly or on start? === dendrobates is now known as dendro-afk