[00:11] should bluez stuff be able to handle more than one bluetooth connection at a time? it seems to have issue with a2dp and a pand network going at the same time [00:13] why isn't tar smart enough to autodetect compression type for uncompressing files? it has -a for compressing but it doesn't work for decompressing [00:14] calc, it isn't? i use "tar xvf foo.tar.gz" all the time [00:14] also, *ngh* @ OOo build system [00:14] doesn't work for lzma [00:14] tar xvf ../ubuntu-8.10-desktop-i386.tar.lzmatar: This does not look like a tar archive [00:15] tar: Skipping to next header [00:15] ah, then it's just old & lame [00:15] so i end up using tar --lzma -xvf foo [00:15] but tar -acvf iirc works with lzma [00:15] maybe it that codepatch just hasn't been tought about lzma yet [00:15] -it [00:15] directhex: yep OOo build system is crap, can't be improved until Sun does the right thing [00:16] azeem: ah maybe so [00:16] codepath* [00:16] I should stop drinking [00:16] and/or stop listening to Prince [00:16] azeem: heh even when sober i often drop entire words, etc ;-) [00:17] calc, i think the configure script they use in ooo-build is hideously broken [00:17] checking for mcs... /usr/bin/csc [00:17] Cannot open assembly '/usr/lib/mono/1.0/mcs.exe': No such file or directory. [00:17] why is it even looking there in the GAC? i forced a given compiler for a reason! [00:17] heh, probably [00:18] OOo is horrid in general :\ [00:18] switch to abiword! imagine the space saved on the livecd! [00:18] i am somewhat surprised the mono stuff is broken like that considering Novell wrote that code (afaik) [00:18] directhex: heh yea [00:19] calc, they're always cocking up their configure scripts, but that's extra broken [00:19] calc, if a grep doesn't show anything, then surely it must be in a ooo-build/src tarball? [00:20] directhex: hmm maybe it is after all [00:20] directhex: if so they probably got it merged upstream [00:20] go go gadget bzgrep [00:20] time for anap -_- [00:20] directhex: i'm sure Sun didn't write code for Mono though [00:21] * calc thinks java and .net should both die, go C go C ;-) [00:22] writing entire apps in unmanaged code in 2008 just doesn't make sense [00:23] java is just beginning to become run anywhere and last i checked mono isn't very close either [00:23] walters: good thing it's almost 2009! [00:23] run anywhere a working RE exists maybe [00:23] walters, how else do we run them on our ARM systems? [00:24] directhex: what do you mean? there are VMs for ARM [00:24] walters, i was more thinking JIT footprint [00:24] the java vm for ppc is so bad i can't even get it to compile OOo [00:24] probably mono FTBFS on arm, *duck* [00:24] azeem, fixed in 2.0.1-0ubuntu2 [00:24] and ppc is not nearly as obscure as many other platforms [00:25] and the exciting new 2,0.1-1 in debian Incoming [00:25] calc: How can ppc hardware owners help fix that one up? [00:25] directhex: nothing prevents one from having an ahead-of-time cache of managed code -> native [00:25] TheMuso: determine why the build fails in java on ppc [00:26] calc, which JRE? [00:26] directhex: that's what GCJ does and I think various embedders do use it [00:26] directhex: iirc gcj and openjdk both die [00:26] directhex: or rather hang forever, the logs are available for review, i had to disable java support which is why it builds now, but without a lot of features on ppc [00:26] huh? i can't find the source of this configure weirdness anywhere! [00:27] directhex: should either be in the tarballs or in the configure or in a patch in patches/dev300 (iirc) [00:27] directhex: unless it is magic :) [00:28] definitely smells like a bad check in a configure [00:30] ehm..... this patch is sick [00:31] calc: When I'm off work in the next couple of days, I'll take a peak if you'd like. [00:31] TheMuso: ok [00:31] TheMuso: it might just work for you again like before, but if it does that is also a good data point [00:31] calc: is debian's openjdk tracking the latest icedtea? Red Hat has an engineer working on complete zero-assembler for OpenJDK which should remove architecture dependency [00:31] walters: not certain, doko works on it [00:32] oh poot [00:32] this is... vile [00:32] directhex: any program that has its own version of make i think qualifies as vile ;-) which OOo does [00:32] calc, srsly, whoever thought this was the right way to make a patch needs a slap [00:32] along with KDE, X (or used to?), etc [00:32] calc, most sun apps do. ever heard of gridengine? [00:33] + AC_PATH_PROG(MCS, mcs) [00:33] + test -z "$MCS" || CSC_PATH=`dirname $MCS` [00:33] + MCS="$CSC_PATH/mcs" [00:33] spot the problem [00:33] oops :) [00:33] should be MCS="$CSC_PATH/$MCS" [00:33] i think? [00:34] or basename $MCS === ember_ is now known as ember [00:34] directhex: I thought Sun bought gridengine from somewhere, though [00:34] mabye not [00:35] calc, or just $MCS" [00:36] calc, it should not override it! why would it use an overridable AC_PATH_PROG and then undo any changes you make, unless it's *mad* [00:36] dirname $MCS would indicate that the full path is in $MCS [00:36] azeem, nah, not in recent memory. we've run SGE for dinkeys years [00:36] donkeys [00:36] dinkeys too if you like [00:37] directhex: yea it sounds crazy, feel free to send me a patch and i will get it into ooo-build [00:37] calc, has this file changes in 3.0? i'm working against 2.4.1 from current jaunty [00:37] directhex: oh which file is it, i can check [00:38] 8/c [00:38] calc, well i'm looking at patches/mono/mono-build.diff - but i'm assumig that's the one being applied [00:38] there's also -m16 and -m17 [00:39] directhex: i think it is still the same (at least more or less) [00:39] its a pretty long bit of code but i still see: [00:39] + if test "z$CSC_PATH" = "z"; then [00:39] + AC_PATH_PROG(MCS, mcs) [00:39] + test -z "$MCS" || CSC_PATH=`dirname $MCS` [00:39] in theory this just needs the line removing: [00:39] + MCS="$CSC_PATH/mcs" [00:40] let me check further down [00:41] nah, mono-climaker-config seems less foolish [00:42] well it looks like it is rewriting the path for MCS there [00:42] so it probably needs to be MCS="$CSC_PATH/`basename $MCS`" [00:42] calc, it rewrites the path for MCS to `dirname $MCS` [00:42] unless they are redoing it entirely for crack reasons [00:43] hmm yea [00:43] oh its using the path to setup AL properly i think [00:43] which is fine [00:43] i approve of setting al [00:43] so yea MCS doesn't need to be done at all [00:44] well... assuming 'al' is a 2.0 al on mono 2... i think it is... [00:45] al:exec /usr/bin/mono $MONO_OPTIONS /usr/lib/mono/2.0/al.exe "$@" [00:45] yes. so, believe it or not, OOo would break when building on mono 2.0, if we DIDN'T do this transition [00:46] as it uses 'al' (for compiling CLI assembly) from CLI 2.0, but the 'mcs' compiler from CLI 1.0 [00:46] you don't need to know this stuff, mind. raof dos, but he's special [00:47] Yay! === raof is now known as RAOF [00:47] * RAOF is special [00:48] directhex: heh [00:49] calc, i'm trying another test build, with that one line removed (and the diff indexes lowered a little accordingly, assuming i remember my diff-fu) [00:49] even just 'debuild' takes ages with ooo, let alone the pbuild [00:50] yep [00:50] directhex: i use ccache to make it somewhat reasonable [00:50] That'd be substantially faster if you didn't clean the tree, right? [00:50] takes it down to 1hr build after cached [00:51] (And assumed that they've got their makefile dependencies correct) [00:53] broken makefiles is the problem! [00:53] :p [00:53] Need to get 0B/261MB of archives. After unpacking 916MB will be used. [00:53] obscene :x [00:53] and people call mono bloated [00:54] calc: KDE has its own make? [00:55] yeah. it's one of those damned apps with a "k" in the name. "make" i think! [00:57] Riddell: isn't it called cmake or something like that? [00:57] Riddell: i might be misremembering as i don't work with it anymore [00:57] dpkg-source: info: applying openoffice.org_2.4.1-11ubuntu4.diff.gz [00:57] here it goes again [01:00] Riddell: perhaps they were just threatening to write their own make/build system? [01:00] here it goes. configuring [01:00] configuring some more [01:01] wait... it configures twice before even unpacking _src_core ? [01:01] o_o [01:01] maybe, don't remember what all it does, heh [01:01] mono might win on 'number of binaries from 1 source package', but OOo wins for 'batguano insane' [01:02] calc: cmake is a build system, it converts files into make, it's not kde specific. automake does the same but is way more ugly especially on !gnu [01:02] i backported cmake once [01:02] i think wodim uses it? [01:02] yes [01:03] my memory rocks, or i'm really sad. [01:03] Riddell: ah ok [01:04] patched without error. configuring... [01:04] checking for mcs... /usr/bin/csc [01:04] checking for gmcs... /usr/bin/csc [01:04] checking for mkbundle2... /usr/bin/mkbundle [01:04] configure: mono is up-to-date enough - building mono climaker [01:04] thank $DEITY [01:05] cool! :) [01:05] i'd better let this build finish as a sanity-check, but i think that was the missing link [01:05] a little slice of wtf from novell [01:06] heh [01:06] i'm surprised they haven't fixed it for mono 2 already themselves [01:06] consistency has been an issue with that upstream for a while [01:08] had a nice one today from iulian - his app "giver" has been correctly patched for the mono transition, yet somehow is still not using the right compiler..... seems configure ignores the compiler you give it, makefiles have 'gmcs' hardcoded whatever you do [01:09] fun === fta_ is now known as fta [03:19] pitti: regarding bug 292256, there is an upstream bug filed already (see bfo 18461), but i can't seem to find anywhere to link it back to launchpad.net [03:19] Launchpad bug 292256 in pm-utils "backlight failed after suspend to ram on IBM X40" [Undecided,In progress] https://launchpad.net/bugs/292256 [03:23] bryce: sorry about not using a patch system ... there wasn't one in place, so i just applied directly [03:24] kirkland: yeah adding a patch system is a bit more involved ;-) [03:26] kirkland: for reference, here's the snippets from my packaging notes on adding patch systems: http://pastebin.ubuntu.com/77006/ [03:26] in this case I followed the notes on quilt, and it worked without issue [03:41] bryce: right [03:51] pitti: was wondering if you had any thoughts on my response to your message on dev-discuss about permissions and removable media, or if you just tuned it out due to low s/n ratio [03:58] psusi: Please note that pitti work on European time, so it's the middle of the night for him right now. [03:58] work/works === hyperair1 is now known as hyperair [04:07] ScottK: ahh that's right... well, maybe he'll see it in the morning and I'll talk to him tomorrow [04:09] would be nice to get rid of those annoying permission problems with removable media without telling people to use fat so as to avoid the issue. [04:16] oh god this is such a hack.... [04:16] lol [04:16] trying to make a pseudo-magical 32-bit and 64-bit system [04:16] mainly through the use of schroot and bindfs (FUSE) :) [04:16] don't we have one of those by now? I thought someone has been working on that since like fiesty? [04:17] passing through 32-bit or 64-bit executables based on a whitelist and whether the requester is 32-bit or 64-bit [04:17] damn... what do you need all that for? I thought there was a spec with a sane way to do it [04:17] there is? [04:18] I sure haven't found it. [04:18] something like having ld.so choose either a 32 or 64 bit search path depending on the executable [04:18] it's for things like if I want to run 32-bit firefox but have 32-bit firefox start up 64-bit evince [04:19] currently I just use dpkg selections to mirror the 32-bit and 64-bit environments to be pretty similar [04:19] yea, I swear someone was working on implementing a spec to just let you install normal 32 bit packages on a 64 bit system and run them [04:19] hmm I've heard nothing about that for at least 3 release cycles now. [04:19] I've seen plenty of ugly hacks like getlibs. [04:19] and this was like, back in feisty I remember talking to someone about it [04:19] which seeminly just hack apart the deb and sed installpaths into lib32.... [04:20] I tried to critize it for being ridiculously hackish but ended up being flamed to death by 64-bit junkies. [04:20] grumble. [04:20] hehe [04:22] well I thought the idea was to patch dpkg to fix the install paths to use the *32 versions, and handle the depends properly so it installs the 32 bit version of the depends, then patch ld.so to notice when it is being asked to load a 32 bit image and link against the *32 libs instead [04:25] cjwatson, ping [04:27] jdong: so you're debootstrapping a 32 bit chroot and instaling the 32 bit versions of packages there? [04:27] now who was it that was working on that before? tolef? [04:28] yea, I think it was tfheen [04:28] viviersf: He is not around now. Just make your statement/ask your question and he will get back to you when he is around. [04:28] psusi: yeah that's what I'm doing. [04:29] jdong: yikes.... that sounds horrid ;) [04:29] psusi: meh mostly just a waste of space and administration hassle [04:29] it's primarily to give skype a more 32-bit like home, and also give firefox a better chance of not crashing every other flash page. [04:30] TheMuso, cool [04:30] jdong: well if the 64-bit flash plugin improves, that shouldn't be a problem re firefox. [04:31] TheMuso: that's a big if. [04:31] cjwatson, do you know why an ubuntu install with a live cd and an ubuntu install via kickstart would be different, if the kickstart does do the @ubuntu-desktop in the %packages section [04:31] jdong: ask Mithrandir about it some time, I think he's the one who was working on that iirc and it sounded like he had a plan that wasn't a total kludge ;) [04:32] psusi: hey! you haven't seen my kvm + X forwarding plan yet! [04:32] version 2.0 is a lot less kludgy than version 1.0 ;-) [04:33] jdong: x forwarding? why should X need any special handling? it shouldn't make any assumptions about the word size on the other end of the connection [04:34] 32-bit apps are run in a virtual machine with a separate copy of X :) [04:34] a bit of session manager glue brings them together [04:36] oh my god, why? [04:36] before I figured out schroot and dchroot existed :) [04:36] * psusi recoils physically from that [04:38] so how is this better than having sed replace paths in the 32 bit package? ;) [04:38] lol it's not :) [04:38] lol.... [04:38] well you can argue it's better since it's technically two unsoddomized Ubuntu installs. [04:38] just bridged together via a remote-desktopping solution :) [04:39] but I won't try to argue that :) [04:39] I'd argue that's an incestuous relationship and shouldn't be allowed ;) [04:39] I'd be inclined to agree :) [04:40] * psusi wonders why schroot suggests lvm2 [04:41] probably because of its COW modes? [04:41] oh weird [04:42] apparently it with sbuild results in some mighty-fast builds :) [04:42] could be nicer than the tar approach pbuilder uses though [04:43] absolutely [04:58] fabbione: is ornellas.apanela.com/dokuwiki your wiki? I'm trying to read an article there linked to from the ubuntu wiki and it looks like it's been spammed all to hell [05:02] psusi: nope.. not mine [05:09] I swear there was a multiarch spec and now I can't find it [05:09] s/spec/blueprint [05:09] i am pretty sure there is one [05:09] not sure how up-to-date it is tho [05:10] but it should be on the main wiki [05:10] it was done by Mithrandir afair [05:10] and doko [05:10] but I might be mistaken.. it's been too long since I looked at that stuff [05:10] fabbione: that's what I thought [05:11] and I thought their idea did not involve a chroot [05:11] the only stuff I can find on the subject now is all about having a whole 32 bit system in a chroot [05:11] i don't think it does involve chrooting at all [05:12] that's the whole point of multiarch :) [05:12] Doesn't Debian have mutliarch? [05:12] mutli/multi [05:13] I dunno.... I assumed that since jdong was mucking around with a way of doing it that Mithrandir never finished it [05:14] not that I know off (debian multiarch) [05:20] psusi: i can only find a few references here and there [05:20] psusi: i think Mithrandir was working with Debian for that goal.. [05:21] http://wiki.debian.org/multiarch [05:21] that's the closest thing I can find [05:27] fabbione: that's what I thought too, but that was a long time ago... looks like it was forgotten about [05:29] wow, yea, according to that Mithrandir and sjr were working on that back in '04 and [05:29] '05 [05:31] jdong: fabbione found this, which has some good info for you in the morning: http://wiki.debian.org/multiarch [05:39] psusi: i suggest you talk to Mithrandir in a few hours :) [05:39] i am really not into multiarch === jamesh__ is now known as jamesh [06:28] good morning [06:32] can you guys please update https://wiki.ubuntu.com/TeamReports/November2008 for your teams? thanks :) [06:32] dholbach: I had a question related to the TeamReports - what's done with them? [06:34] mathiaz: the most obvious thing: they're available and this time Nick Ali is going to highlight them on the fridge/planet/ubuntu weekly news [06:34] mathiaz: I think it's great to show the world (and another teams) what kind of stuff you've done [06:34] dholbach: good. How does that tie into the Ubuntu News suggestion from james_w ? [06:34] also does it show that the team is healthy [06:34] dholbach: oh yes - I agree with you. I think it's a good thing to do. [06:35] dholbach: I just found that there weren't really advertised much. [06:35] mathiaz: you're right [06:35] mathiaz: interesting question regarding UbuntuDevelopment/News [06:36] mathiaz: I'll talk to James about it [06:36] dholbach: to me it looks very similar [06:37] dholbach: the same processes to gather input could be the same [06:37] mathiaz: I think there's different audiences, the monthly report is also not useful if you want to give people a headsup of a transition or something [06:38] mathiaz: but I agree, it'd be nice if there's not too many wiki pages and too many different processes for this [06:38] brb [06:39] dholbach: there's going to be a topic at UDS about it, FYI === tkamppeter_ is now known as tkamppeter [06:45] or at least, part fo it will be allocated to that. [06:47] james_w: I wonder if it's worth having a separate session for the news [06:48] * Hobbsee is avoiding studying prolog again, incidently, but only for a bit [06:49] Hobbsee: I think the News is something someone ought to just DO. I don't think it needs a bunch of meetings an paperwork. [06:51] ScottK: that's a point - but how's it best done? [06:51] I'd say whoever actually does some work gets to decide. [06:51] Good morning [06:52] hey pitti! [06:52] TheMuso: eww, they are using *tdb* for sample caching? sigh, what's wrong with a simple hashtable... [06:53] TheMuso: losing sample caching would really be bad, let's not do that [06:54] TheMuso: I just wonder why instead of hashtable, sqlite, or bdb, they had to pick tdb of all things... [06:54] Maybe they're trying to impress Tridge [06:55] hyperair: right, because there is no pm-utils project in LP; I'm going to create it [06:55] pitti: Take it up with Lennart. :) [06:56] hyperair: done [06:57] Hobbsee: great [06:57] * pitti hugs Hobbsee [06:58] * Hobbsee hugs pitti back :) === Pfiffer|sleep is now known as Pfiffer [07:05] pitti: okay i'll go link the upstream bug [07:05] hyperair: already done [07:05] oh [07:05] okay thanks =) [07:05] hyperair: if you click on "also affects project" and the project doens't exist yet, you can click on "register", give it a name and short description, and then it will be there [07:05] i see [07:06] i never knew [07:24] asac, fta: what about the thunderbird task of bug 190688? will you merge the fix in bzr and upload it to jaunty? [07:24] Launchpad bug 190688 in thunderbird "Use of explicit suffix in 'Icon' field of application launcher" [Low,In progress] https://launchpad.net/bugs/190688 [07:25] it's in the sponsoring queue for a while now :) [07:32] are there any known security bugs that can't be exploited due to hardened default compiler settings in Ubuntu? [07:32] tjaalton: probably :) [07:33] kees: hehe, you should know right?-) [07:33] tjaalton: well, I'd like to spend the time to research every one, but I haven't had time. but basically, there have been a few lately that we've lowered in priority because they're "just" a DoS instead of a working overflow, for example. [07:34] tjaalton: are you looking for anything in particular? [07:35] kees: if you noticed my blog post on the planet, the reason why I'm asking is that I need to know how big a risk it is to open a (linux) server with 20000 user accounts to the world [07:35] and how to diminish it [07:35] tjaalton: I'm about 8 hours behind on planet reading (it's almost midnight for me) [07:35] tjaalton: 20k shell accounts? [07:35] tjaalton: or service accounts (imap, etc)? [07:36] kees: yes, or maybe 18k but anyway [07:36] * kees whistles [07:36] :) [07:36] pitti, good news for you, see bug 292690, you will soon be able to print with SpliX 2 [07:36] Launchpad bug 292690 in cups "Garbage bitmaps printed on left margin in ubuntu testpage on A4 on Samsung printers" [Undecided,Fix released] https://launchpad.net/bugs/292690 [07:36] I would say you're brave to have 18k shell accounts on one machine, regardless of the security risks. :P [07:37] tjaalton: well, my basic "simple" advice is to run 64bit and make sure you've got a CPU with a functioning "nx" bit. [07:37] kees: well, we've had them for years, and on Real unices they've been local, in this case behind ldap [07:37] kees: yep, that's the plan [07:38] local users can DoS the crap out of eachother unless there are sane resource limits and quotas. [07:38] if you're running a webserver on it, you may be in for a world of hurt. [07:38] no, only ssh [07:39] and the current servers do have some limits on them, so that'd be ported for sure [07:40] tjaalton: I'll never say you're 100% safe, but running Intrepid on 64bit with nx puts you in a very good place. [07:41] kees: how about hardy then? we got some SELinux expertise, so that could be used as well [07:42] tjaalton: if you go hardy and you can tune up a workable SELinux policy, you should be quite happy too. [07:42] tjaalton: the SELinux infrastructure should work just fine in Hardy. [07:43] tjaalton: intrepid's selinux seems to have a few packaging bugs. [07:43] kees: ok, thanks.. I think this makes me feel cozy for the time being :) [07:43] tjaalton: :) \o/ [07:44] fwiw, we have ~180 workstations that are open to the campus network [07:44] would be a nice chance to harden them as well [07:57] hi there === dholbach_ is now known as dholbach [08:33] pitti, in some seconds splix_2.0.0~rc2-0ubuntu6 will appear (I have uploaded it now). Please test it on your printer to see whether the garbage of bug 292690 goes away. Thanks. [08:33] Launchpad bug 292690 in cups "Garbage bitmaps printed on left margin in ubuntu testpage on A4 on Samsung printers" [Undecided,Fix released] https://launchpad.net/bugs/292690 [08:46] tkamppeter: cool, will do! [08:49] pitti, I can also load the same fix onto intrepid-proposed, it is already prepared, I only need to upload it. [08:50] tkamppeter: if you are unsure, I can test it first, otherwise please go ahead [08:51] pitti, here we go, it is uploaded. [08:52] pitti, the fixes are identical, either both work or both fail. [09:06] pitti, splix has arrived in the -proposed queue now. [09:35] Mithrandir, is it possible to boot casper over the network ? [09:35] viviersf: it doesn't know how to find the ISO over the network, iirc [09:40] Mithrandir, :( ok, that would be really cool tho [09:40] yeah, somebody should implement that [09:40] then one does not need to use kickstart [09:40] cos the install time would be much faster [10:00] viviersf: those are two radically different installation methods so there's lots of room for differences. What exactly is different for you? [10:01] you should be able to boot casper over the network nowadays, I think, but it's a very lightly-tested installation path so it might only work in 8.10 not 8.04 === gouki_ is now known as gouki [11:31] tjaalton, * Make libdrm-dev depend on libdrm-intel1. [11:31] where is libdrm-intel1 supposed to come from ? [11:31] * ogra doesnt see it anywhere [11:33] debian experimental, apparently [11:35] ah [11:36] Source package is drm-snapshot, but that doesn't seem to be in ubuntu either [11:36] ogra: uh, libdrm should build it :) [11:36] It didn't [11:36] right [11:37] since it's not mentioned on the control file [11:37] yeah, doesnt look like its n the binary list [11:38] I'll fix it shortly [12:06] pitti, any news with your printer? [12:06] tkamppeter: not tested yet, just finished conf call and before that a presentation; I'll report back to the bug once I tested it [12:52] pitti, can you upload the curtrent BZR state of CUPS into Debian and Jaunty and then SRU bug 271350? [12:52] Launchpad bug 271350 in cups "pdftopdf filter on PowerPC corrupts data" [Medium,Fix committed] https://launchpad.net/bugs/271350 [12:53] Currently all PowerPC users cannot print at all with Intrepid and Jaunty. [13:29] could an archive admin push the new libdrm through so that xserver 1.5.3 could build? === LucidFox_ is now known as LucidFox === maxb is now known as Guest74207 [13:36] doko: can you please bump build score for tbird 2.0.0.18 ... so we see if armel build is fixed? [13:37] asac: was already building [13:39] oh [13:42] asac, https://launchpad.net/+builds/kahikatea [13:43] thx ... found it [13:45] sigh ... finished "inbox" processing ... next bugmail: 8000 unread :( [13:45] * asac pushes that back till tomorrow :/ [14:13] tkamppeter: can do; this morning I moved the previous cups SRU to -updates === maxb_ is now known as maxb === njpatel is now known as njpatel_away === The_Company is now known as Company [16:07] pitti: is the Schedule section on http://summit.ubuntu.com/uds-jaunty/ supposed to be invisible to those without admin access? [16:07] (brought over from #ubuntu-meeting) [16:07] cjwatson: ATM yes, according to Scott, since it's still preliminary [16:08] pitti: is there a timeline for making it public, perhaps with a note that it's still a draft? [16:09] pitti: it would be useful for team members to be able to see at least what's been scheduled, even if the times are still in flux [16:09] cjwatson: I don't know whether it's possible to add such a note, but we can publish it without any problem, should we wish to do so [16:09] right, I agree [16:10] cjwatson: better now? [16:11] I can't test it myself, since I always get auto-logged in as pitti [16:11] me neither, asked others [16:11] nothing new for me [16:11] might need to log out and back in? [16:12] I set it to "published", which is what Scott told me [16:13] apparently it works with URL hacking; good enough [16:13] how so? === Kmos_ is now known as Kmos === mdomsch is now known as mdomschbb === mdomschbb is now known as mdomsch [16:36] how can I revert/undo a bzr commit? [16:36] is this possible at all? [16:37] MacSlow: "bzr uncommit" if it was the last [16:37] if you've already pushed then you it will complain next time you try to push [16:37] james_w, just found it thanks [16:38] already everything fixed again *phew* [16:39] pitti, great to haer that your printer finally works with SpliX 2. [16:39] tkamppeter: the foomatic GDI driver always did, but now splix does again, too [16:59] mvo: oh, chdist (in devscripts) might be able to do this === njpatel_away is now known as njpatel [17:01] mvo: something else I've been meaning to bring up in a meeting, but forgot to add to the agenda. When I was in Lex Cody asked whether it would be possible to install the apt https transport by default? [17:02] james_w: sure, I think we just did not do it because of the libcurl-gnutls dependency [17:02] but it should be no problem [17:03] libcurl3-gnutls says "Task: minimal" [17:04] doko,mvo: yeah, chdist is exactly the tool we need here [17:04] chdist -a armel create jaunty-armel [17:04] # edit .chdist/jaunty-armel/etc/apt/sources.list [17:04] chdist apt-get jaunty-armel update [17:04] chdist apt-get jaunty-armel install [17:04] obviously you won't *actually* be able to install it [17:04] cjwatson: nice [17:09] I'm fixing initramfs-tools uninstallability on armel === Zic_ is now known as Zic === beuno_ is now known as beuno === ssweeny_ is now known as ssweeny [18:14] pitti: ping [18:25] psusi: quick pong [18:28] pitti: hey... was wondering if you had any thoughts on my reply to your post on devel-discuss about the permissions on external drives, or if you just tuned it out due to low s/n [18:28] the thread appears to have died out [18:29] psusi: the bindfs option sounds quite promising, but I haven't ever tried that myself [18:29] pitti: I think we can just do it with the uid= and gid= options [18:30] however, being FUSE it can potentially decrease performance quite severely? [18:30] yea... seems overkill for this [18:30] psusi: we do already for vfat and ntfs, but there aren't such options for ext3 and hfs [18:30] pitti: I use bindfs here to run my 32-bit chroot for my 64-bit machine, performance seems acceptable [18:30] jdong: do you have some numbers? [18:31] pitti: I don't have any on hand [18:31] pitti: right.... did you see my reply to you? about 2 years ago I modified the arguments to the udf filesystem to make more sense and allow more flexability... maybe we just need to make ext3 and hfs behave the same way, and modify the mount options a bit, possibly adding a nice gui checkbox to toggle them [18:31] I even use it to pass through pbuilder and I haven't really noticed much of a performance impact [18:31] I guess I can try to get some solid numbers :) [18:32] jdong: maybe with dbench or postmark or so [18:32] jdong: did you see the message I sent you last night after you went to bed? there was a good page of info on Mithrandir's old efforts for multiarch not using chroots and all that jazz [18:32] doesn't need to be rock-solid science, but it'd be intersting whether it's 1% or 50% [18:32] psusi: yeah, I was reading that. [18:32] psusi: yes, as soon as the kernel actually supports those options for ext3 (with an "override" semantics instead of a "fallback", as in vfat), we can easily adapt userspace to cope [18:33] anyway, I need to leave for Taekwondo [18:33] cu tomorrow! [18:33] o/ [18:33] looks like I need to get kernel hacking then [19:10] so after all the trouble that went into getting gnome-panel to do weather by default, why has it recently stopped working for me? GNOME upstream changed their mind, or did the NOAA decide they couldn't handle the load from all the Ubuntu users? :) [19:10] I guess the former, since it seems to correlate with the last time I added a location, and the location chooser no longer semes to integrate with airport codes [19:12] or portland did stop having weather [19:12] slangasek: I guess you mean in 2.25? I saw vuntz mention some patches weren't integrated in trunk and were only in 2.24, but I thought these were only translations [19:13] ogra: all the cities I have listed appear to have stopped having weather [19:13] Hmm looks like the same upstream version in intrepid and jaunty [19:13] well, thats positive, at least no bad weather anywhere then :) [19:13] lool: still in 2.24 on intrepid, not 2.25 [19:14] (no 2.25 anyway) [19:14] slangasek: You upgraded to 1:2.24.1-0ubuntu2.1? [19:14] meh, there's been plenty of bad weather here, and now I've become accustomed to being able to check my panel for the temp :) [19:14] lool: 2.24.1-0ubuntu1; where's that other version from? [19:14] gnome-panel | 1:2.24.1-0ubuntu2.1 | intrepid-updates | source, amd64, i386 [19:14] oh, gnome-panel [19:14] I was looking at libgweather, hang on [19:15] Could as well have been libgweather [19:15] -pane or -applets :) [19:15] *panel [19:15] yeah, that's the version of gnome-panel I have [19:18] I get this problem too in intrepid [19:18] With gp 1:2.24.1-0ubuntu2.1 [19:18] But not in Debian sid, so it's not the weather service [19:19] There's this in my .xsession-errors: [19:19] (gnome-panel:8726): Gdk-WARNING **: /build/buildd/gtk+2.0-2.14.4/gdk/x11/gdkdrawable-x11.c:878 drawable is not a pixmap or window [19:19] Not sure whether it's new [19:19] slangasek: Downgrading to intrepid's gp fixes the issue for me [19:19] * lool reupgrades [19:20] No, probably just a delay, after an upgrade it works [19:20] slangasek: So it was blank upon login; I had the time to downgrade and kill gnome-panel, got weather almost immediately, then upgraded again, killed gnome-panel, got weather info [19:21] That said, a) I have a slow dsl (really slow right now) b) I have issues with squid on boot, so the first panel start might have been unconclusive [19:21] hrm, so should I try downgrading & restarting? [19:21] * lool logs out [19:22] now confirms that the xorg bug isn't due to his .gnomerc and reboots [19:23] (I have this odd Xorg bug where Xorg seems to come up fine, I see the mouse on the screen, but then the session never starts...) [19:24] ohhh [19:24] +(WW) intel(0): ESR is 0x00000001, instruction error [19:24] +(WW) intel(0): Existing errors found in hardware state. [19:27] slangasek: So it was definitely my local squid; restarting it and gnome-panel and I have weather [19:27] slangasek: Does killall gnome-panel help in any way? You see any net traffic? [19:27] slangasek: BTW I have portland configured [19:27] so he could simply ask you then [19:31] lool: well, killing gnome-panel brought up all the weather, doh [19:31] lool: possible that if gnome-panel doesn't find the server on start-up, it caches the negative result? [19:32] (i.e., no network when the panel started) [19:36] slangasek: That was my case, but I don't know how often it retries getting the weather [19:36] lool: somewhere on the order of 5-15 minutes, I don't remember exactly which; my session has definitely been up for much longer than that :) [19:37] slangasek: Might be a bug that there's no retry if it can't fetch on startup [19:37] I don't know the code at all [19:37] You do! :) [19:38] I don't know the code /that/ well :) [19:38] but yeah, I'll look into it 'n' stuff [19:42] slangasek: BTW didn't reproduce that hang since I disable bluetooth after startup [19:42] I fear it's going to be really hard to hunt [19:42] lool: hmm, ok [19:43] It's clearly kernel stuff, and it looks so suspiciously similar to the cmpc bug [19:43] lool: fwiw, Friday night I was getting reports of the same sort of hang from Thinkpad users with non-Intel wireless, too [19:43] in fact, bluetooth seems to be one of the few components the systems have in common [19:43] So I actually have two bugs; one which is just plain hang, and another one which is a hang with the panic leds blinking [19:43] The former looks like it's bluetooth related [19:43] (mako's work Thinkpad) [19:44] One thing I could try is leaving the bluetooth dongle plugged on my desktop intrepid system [19:44] lool, the cmpc has no BT [19:44] ogra: The model hanging had bt [19:45] oh [19:45] * ogra is out of cmpc dev for to long apparently [20:01] james_w`: why did you subscribe u-m-s to bug #207150? [20:01] Launchpad bug 207150 in python-central "pycentral crashed with UnboundLocalError in read_pyfiles()" [Low,Triaged] https://launchpad.net/bugs/207150 [20:02] james_w`: the people who've followed up to the bug all appear to be core-dev :) [20:54] friend of mine just managed to trash grub by resizing partitions from inside windows (grub error 17) [20:54] slangasek: I was just working through the list of bugs with patches, and it seemed like the quickest way to handle it I guess [20:54] are there ways / ideas how to prevent grub from totally crashing in that situation? [20:54] for dual boot users that's pretty annoying i could imagine [20:55] asac: I thought there was a bzr branch somewhere for firefox-3.0? was looking at bug #270477 in the sponsorship queue, and I don't see any Vcs fields on the source package but I'm hesitant to upload such a small change on its own directly [20:55] Launchpad bug 270477 in firefox-3.0 "firefox-3.0-branding has errors in it's package description" [Low,Triaged] https://launchpad.net/bugs/270477 [20:55] james_w`: ah - well, I've unsubbed u-m-s now, on the grounds that there doesn't appear to be anyone needing a sponsor... perhaps ScottK or doko just need a prod, instead? [20:56] likely === james_w` is now known as james_w [21:03] slangasek: fix committed to 3.0 and 3.1 development branches === mthaddon_ is now known as mthaddon === thunderstruck is now known as gnomefreak [21:15] james_w or slangasek: I'm suffering from a deep lack of context here. Need prodding on what? [21:15] ScottK: I just commented in the bug [21:15] ScottK: it's an old debdiff you posted that hasn't been commented on [21:15] bug 207150 [21:15] Launchpad bug 207150 in python-central "pycentral crashed with UnboundLocalError in read_pyfiles()" [Low,Triaged] https://launchpad.net/bugs/207150 [21:17] james_w: Yeah. I wasn't core-dev at the time I submitted that. I'd rather leave it to doko as it's a rather small thing for an upload. [21:17] And I'm reasonably sure I don't care to be TIL for python-central. [21:21] * slangasek grins [22:25] what happened to the "multiarch" initiative ? [22:26] fta: people got bored [22:26] really? [22:26] where "people" == "Mithrandir"? :) [22:26] I never got bored, just distracted ;) [22:27] slangasek: well, or that [22:29] that would have helped me for chromium :( [22:29] it would help for lots of things [22:30] currently, the toolchain status is in a weird state of "binutils says the patch doesn't belong here and nobody has figured out where to shove it in gcc" [22:30] and package management patches are all over the place [22:31] worth a talk at uds ? [22:33] fta: I would be interested; I suspect that we've already filled our plates for jaunty, so it would probably be a blue-sky session [22:36] hola world [22:37] * RainCT glances at NCommander [22:37] did something self-destruct while I've been offline? [22:38] slangasek, i'm going through the blueprints.. i would love to see multiarch tracked, so it doesn't slip through more cycles than necessary [22:38] NCommander: should it? :) [22:38] kirkland: I see you followed up to bug #277517 suggesting testing via ppa; I think for lpia that if the package builds with the lpia-targeted gcc then it ought to be fine, and persia represents that kvm is supported on ia64 - maybe this would be an ok change to dump straight to the archive? [22:38] Launchpad bug 277517 in kvm "Please enable lpia and ia64 builds" [Wishlist,Confirmed] https://launchpad.net/bugs/277517 [22:38] NCommander: nope, all the destruction has been externally imposed [22:39] fta: if you have the energy to chase this up and keep it on the radar, I would definitely welcome that - what multiarch lacks most of all is someone who can act as a driver for it [22:40] slangasek, what can I do to fix it? [22:40] I can do test building of kvm on ia64 [22:40] NCommander: fix what? [22:40] sladen, the destruction that was externally imposed [22:40] e,r slangasek [22:41] oh, does it need fixing? [22:41] I thought it was all the good kind of destruction [22:41] I prefer a certain level of unfixed descruction [22:41] and a certain level of poor spelling [22:41] anyway, one thing you can do is act on my follow-up to the linux-atm sponsorship request :) [22:41] slangasek, yes my lord and master :-) [22:41] * NCommander sees if he can debootstrap a sid chroot [22:42] I'm sorta stuck in a dialup wonderland [22:52] OOo3 Mono transition patch written *properly* and tested [22:53] that's 10 hours i won't ever get back again [22:53] (and that's only compile time, doesn't count failed test builds) [22:54] directhex: ouch. [22:55] TheMuso, it's an I/O intensive build... on a laptop... [22:56] directhex: Even more ouch. [22:57] a fast new laptop, but still only a little spinny disk [22:57] pig to build, tbh [23:06] directhex: hey, you should try PPAs ;) [23:06] they're really fast [23:06] pochu, i think people would swoop in and stab me through the brain if i tried repeatedly to do a 10-hour, 15-gig build like OOo [23:06] pochu, that and LP is lame and has no debian support [23:07] oh, if it's for debian... [23:07] but I've heard PPAs are idle most of the time, so probably noone would complain ;) [23:08] Huh? [23:08] * NCommander returns [23:08] pochu: Plus, PPAs are limited to 1 GB, aren't they? [23:09] rlaager: for source and binaries, not for space during the build [23:09] the patch is un-intrusive outside my domain, so it should apply fine to 3.0.0-4ubuntu1 [23:09] but honestly, i cannot be arsed to test it on there. 3.0.0-4 is enough [23:12] * cjwatson hugs his new 'debi --upgrade' [23:13] 8/c [23:13] What’s it do, as opposed to e.g. aptitude safe-/full-upgrade? [23:13] ion_: nothing to do with that [23:13] wow, I've never seen this before [23:13] Heh, alright. [23:13] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506663 [23:13] Debian bug 506663 in devscripts "[debi] option to only upgrade already-installed packages" [Wishlist,Open] [23:14] "debpkg -i"? this is like, alternate-universe package management? [23:14] the redirection through debpkg is silly, but it's otherwise useful [23:14] Thanks. Will commit to ooo-build. [23:14] Grüße/Regards, [23:14] René [23:15] okay, OOo3 improves :) [23:25] NCommander Hi === veloc1ty_ is now known as veloc1ty