=== Guest14243 is now known as temugen === asac_ is now known as asac === jjohansen is now known as jj-afk === jtimberman_ is now known as jtimberman [02:45] if there are any buildd admins around could you please bump the priority of https://edge.launchpad.net/ubuntu/+source/initramfs-tools/0.98.1ubuntu4/+build/1964533 as it breaks installing initramfs-tools on armel, and hence building images [03:06] james_w: Bumped. [03:06] merci === dendro-afk is now known as dendrobates === nxvl_ is now known as nxvl === dendrobates is now known as dendro-afk === buxy_bak is now known as buxy === SolidLiq is now known as solid_liq [08:38] cjwatson: Good to know for the future, thanks. [08:56] ugh.. bzr branching samba is.. painful [08:56] 238964kB 372kB/s / Fetching revisions:Inserting stream:Estimate 110480/110699 [08:56] 165M .bzr [08:56] oi! [08:57] #bzr can probaby help more with data analysis to improve performance. We just use what they send us. [08:58] Its an impressive amount of data.. :-P [08:59] * SpamapS hopes to only do this once ;) [09:00] package or upstream? [09:01] its a big tree (its big in git too) [09:03] SpamapS: how are we doing perf wise with Launchpad, a couple of months down the track. [09:03] from your perspective-as-user [09:03] persia: and you, any thoughts? [09:04] I get significantly more timeouts, to the point that I avoid using LP if there is another way to get the same data, but pages that do render render considerably faster. [09:04] lifeless: most things are better. converting bugs to questions still stinks. ;) [09:05] yes [09:05] I'm really looking forward to the performance enhancement program ending, under the (perhaps false) expectation that this will lead to an increase in the timeout window for stuff that takes too long. [09:05] its being worked on , there is a patch atm to do the email component async from the web xact [09:05] persia: no, the timeouts are going to be clamped at 5 seconds [09:05] I haven't gotten timeouts regularly on anything except converting bugs to questions, which I only do about once a month anyway. [09:06] Oh :([ [09:06] persia: long transactions cause gc issues in the db server, locking issues (when the xact is a mutating one) and can cause cascading failures. [09:06] persia: the solution to things that are slow is to make them fast. [09:07] lifeless, Fair enough: now make it fast enough that I don't care that you clamp it at 5 seconds :) [09:07] lifeless: your message about the problem of putting 1000 entries ina todo list had me wondering if a unique key couldn't be used to coalesce those notifications. [09:07] persia: we'll be able to make exceptions when something goes screwy to raise the timeout, but those will be rare and temporary. [09:08] lifeless: oh and to answer your first question, this is branch lp:ubuntu/samba [09:08] 369M .bzr [09:08] final size of the shared repo [09:08] SpamapS: does it have full upstream history ? [09:08] persia: thats the goal; we're aiming for a <1 second response for nearly all (99%) of backend renders [09:09] lifeless, Things that I don't even bother trying to do anymore include: 1) filing apport bugs with lots of data (limited data is fine), 2) searching for anything at all, 3) attempting to look at "more data" beyond what I get by default (which usually isn't sufficient for the sorts of auditing I want to do) [09:09] persia: the first stage is 5 seconds, at which point the hard timeout will stop being lowered. [09:09] lifeless: first entry is timestamp: Fri 2004-10-15 14:31:58 +0200 [09:09] persia: search shouldn't timeout at all except for one case : Distribution:+search [09:09] SpamapS: guess not [09:09] I think that's a really good plan, and likely to get better results than turning off the timeout again once some performance work has been done. [09:10] persia: apport bugs is a high pri one, I mailed the list about the root cause today in fact [09:10] its just faulty programming, not intrinsically a lot of work though, so it can be fixed. [09:10] lifeless, search *shouldn't* timeout? Hrm. I'll have to try that again. Lots of times if I'm searching for something very specific, I used to have >30 second response times, and since the limit, I get nothing. I'll try again, and report the results. [09:10] https://bugs.edge.launchpad.net/launchpad-project/+bugs?field.tag=timeout [09:11] master timeout list [09:11] It would be amusing if that page timed out [09:11] persia: search for 'search' in the text of that page you can see the known search isues [09:12] and I think I found a dup :) [09:12] Won't: it's already finding nearly the limit of the available window: one would have to report lots more bugs and do extensive URL hackery to get a timeout. [09:12] persia: I know that it wouldn't time out, I was just chuckling and thinking it would be ironic [09:12] we'll reject requests for too large a batch size anyway [09:13] lifeless, I'll definitely give it a try, but not likely before release, as my list of things I *really* want to get done isn't going down nearly as quickly as I'd prefer. [09:13] StevenK, It would be wonderfully ironic, yes. [09:13] lifeless, That's mixed news to me: sometimes I really want lots of rows (yes, I know, go use the API) [09:13] persia: sure, just saying if you get a search timeout: check that listing, if its not one of the search bugs on that page, file a bug. [09:13] persia: [09:13] bah [09:14] 300 is the cap [09:14] I think this is a bit noddy [09:14] I'll definitely do that. From today, I'll put "searching on launchpad" back in my list of potentially acceptable actions to perform. [09:14] its a proxy for 'do not let users use too much resources' [09:14] but we have a more direct measure - the hard timeout [09:14] really, with the API in place, anything more than ~150 isn't likely to render usefully for anyone. [09:15] so I think we should consider remove it and just timeout if someone tries too much (and programatically ignore the errors) [09:15] Ah, if the only reason for the limit is to prevent timeouts, yeah, that should be dropped. [09:15] its the only reason i can think of [09:15] Indeed: helps identify things better that way. [09:15] certainly not aesthetics [09:15] If there are any other little "um, well, maybe this will make things faster" heuristic limits, those probably ought be removed as well. [09:16] persia: that limit isn't to make it faster; its to prevent bad behaviour - subtle but important difference [09:16] we have other ones with the same characteristics, at different layers, and I'm not [yet] ready to remove them. [09:17] when we're down to 5 seconds, yes. [09:17] but only when we've also got timeout caps on backend tasks [09:17] (which we don't today, partly because they are used to workaround frontend performance issues [09:17] Used to be I'd regularly review lists of 500-700 bugs with something in common, and perform useful actions as a result of that. Would be nice to get that as a rendered list, rather than having to write my own frontend, but I admit I have somewhat specialised needs. [09:18] Which reminds me: was something done about the slowness of e.g. loading results 750-825 of 1237? [09:18] persia: the 300 batch size one I support removing happily. [09:18] persia: what slowness? we don't have a report on that atm [09:19] Well then, next time I have any excuse to do a big bug scan, I'll enable some timers in my browser, and report a bug if there is useful variance: I only have remembered subjective experience, which is useless for diagnostic purposes. [09:20] sure [09:20] if you look in the page source [09:20] there is a time report at the bottom [09:20] Oh, cool. That makes life easy then. [09:20] thats the time that (for the moment, until that figure is universally healthy) we're using to analyse things. [09:20] * persia tries to concoct an example [09:25] Very snappy indeed: Getting above 1.79 seconds requires more effort than I'm willing to spend at the moment. [09:26] persia: \o/ [09:29] I did get a 20000 microsecond difference for 0-75 of 637 (+/- 20) vs. 225-300, but that could just be collision with other users. [09:29] (and I'll remember that other SI modifier any second now) [09:29] ยต ? [09:29] No, that's the one I remember :p [09:29] m [09:30] Anyway, a fifth of a second or so. [09:32] we have quite a lot of noise atm [09:32] basically I'm not analysing anything once a page gets 99% of requests done in < 4 seconds: future work. [09:33] That's fair. I'll definitely let you know about my next timeout, although I expect it will take some time for me to migrate my work back towards LP. [09:34] persia: fair enough [09:34] persia: anyhow; I think you can see some improvement ;) [09:35] I see massive improvement. Enough that I'm tempted to try to use it as a tool again. [09:35] cool === Zic_ is now known as Zic [10:32] hi, i did install of maverick daily now, and i selected sda5 as target, but that stupid installer installed it to the mbr, why= [10:41] doko, i made it !!! got root on the ac100 [10:42] ogra, Cool! can you access a bootloader? [10:42] (or otherwise swap kernels) [10:42] persia, still trying to find out how to mount the bootloader partition [10:42] i dont want to swap kernel [10:43] i want to be able to boot from SD ... the kernel is fine (old though) [10:43] Sorry: I'm looking at a goal past the goal you mention :) Ideally, be nice to have the SD slot free whilst running Ubuntu :) [10:44] heh, indeed [10:44] i only managed to break in right now so i didnt examine much yet [10:44] But, yeah, alternate booting would get you 90% of the way there. [10:44] right [10:45] I'm getting very tempted: it's much faster than a replacement for my Netwalker, and similar price. [10:45] there is no fstab or anything on android so it seems that everything is done by the bootloader/kernel cmdline [10:45] Yes. [10:46] Well, everything at boot time. There's dynamic loading of USB devices for some flavours. [10:46] the init.rc looks suspiciously like an upstart script [10:47] Wouldn't surprise me, really. [10:47] i bet Keybuk would know if they used it [10:47] Kano, please report a bug about ubiquity [10:48] oh ! there is a chroot binary, i should be able to chroot from init to an sd system [10:49] That won't get you device access :( [10:50] but a sanee system to work from [10:51] android is just unusable and painful [10:51] a shell whete all keys work would be a massive progress already :) [10:52] Well, true, and then cp lets you get contents back. [10:53] eventually i'd like to flash a sane fastboot onto it but thats far in the future i think [10:53] first step is done though :) [10:55] Excellent. Let me know if you get so you can launch X from the chroot, or ssh into it: either is likely enough to make me want one. [11:20] kees: sorry, I don't know anything about how manpages are translated - I guess any translations would come from upstream but I don't know for sure [11:35] can I ask someone with permissions to request a translation export of all templates at https://translations.launchpad.net/ubuntu/maverick/+source/ubuntu-docs and send me the link [11:35] I think that anyone in ~ubuntu-core-dev should be able to do this [11:35] unfortunately due to something screwy about LP's permissions, I can't download these translations even though I can upload this package [11:37] mdke, You just want the tarball? [11:37] PO or MO? [11:38] (also, it doesn't seem to need core-dev: it's some other weird permission) [11:38] persia: po tarball would be perfect, thanks [11:39] LP claims it ought be ~15 minutes. [11:39] brilliant, thanks [11:40] persia: if you could just msg or email me the link that would be great, I have to pop out now. Thanksa gain [13:29] can i request syncing packages from debian? [13:31] now, for 10.10 , I am maintainer of these debian packages [13:32] wzssyqa: You can use the 'requestsync' script in the ubuntu-dev-tools package. [15:57] hi. in ubuntu 10.10beta when i install linus-source, extract the .tar.bz2, do "make oldconfig" and "make modules_prepare" before installing the vboxdrv (virtualbox 3.2), the resulting vboxdrv.ko has magicversion 2.6.35.4, thus cannot be loaded since the kernel has 2.6.35-22-generic. is this normal in the beta or is this a bug? [15:57] /linus/linux/ [15:58] i think 2.6.35.4 comes from ubuntu's /boot/config-2.6.35-22-generic, because it has: CONFIG_VERSION_SIGNATURE="Ubuntu 2.6.35-22.32-generic 2.6.35.4" [16:00] torti: #ubuntu-kernel is probably a better place to ask. [16:00] thank you, scott === hanska is now known as dapal === dendro-afk is now known as dendrobates [18:01] jpds: you were wrong. He couldn't atm, freeze and all that (cfr topic) [18:44] Chipzz: Depends on what the package is and what the change is. [19:25] Why would Perl regexes from GTK#'s GAPI2 parser work on the Launchpad build farm, but not on my local installation? Is there any reasonable explanation for that? [19:25] The same GAPI2 version, the same files, the same string, the same regex. [19:49] why wouldn't the blueman applet be chosen over the other bluetooth that was installed? blueman has better support for DUN and equivalent support for the other bluetooth features [20:44] ubuntu-one needs an option to backup / and enough to keep settings [20:45] Aemaeth: well we are getting oneconf [20:45] it backs up app configs [20:45] theres no point in backing up / because a lot of it is stuff on the cd and that would take up a hell of a lot of space [20:46] i've never claimed my wants were rational [20:46] ha [20:46] can skip anything that apt can get for you [20:47] Well the config files are the most important things to back up [20:48] i'm not sure i could keep track of everything i've edited [20:48] hmm so it's ubunutone-etckeeper [20:51] hello all, sorry for the off topic, but is there anyone that could chat to about trouble shooting a ?broken usb drive. Im hoping you may be more than averagely qualified to help) ;) [20:53] try #ubuntu [20:54] hyperair, I have tried #ubuntu... but thanks for the idea. know of any other channels that could help? [20:54] your local ubuntu channel? [20:55] judging from your ip address, i'm assuming #ubuntu-g [20:55] b [20:55] er [20:55] #ubuntu-gb [20:55] i mean #ubuntu-uk [20:55] yeah, people about in -uk [20:56] hyperair, Good plan, going to my first lug meet soon (finally) so will see if anyone has any ideas. ;) I will have a look see on #ubuntu-uk. Thanks and have a good one [20:56] np === yofel_ is now known as yofel [21:47] Digg has this dugg - http://labs.adobe.com/technologies/flashplayer10/ [21:48] That should solve some problems, hopefully [22:03] Oh that is nice === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === s1aden is now known as sladen