[00:00] mateusz: you'll probably find https://wiki.ubuntu.com/KernelMaintenance#head-ef6ca858b4b97c1ad30639e34d92abb11ef37cf8 useful, but I recommend you inspect updating it for a hardy SAUCE one. [00:00] inspect->consider working on [00:03] crimsun: I am not using hardy [00:04] mateusz: that's fine; I merely mentioned consider benefitting others. [00:05] crimsun: there must be a reason why this patch is from 2006 now in mainline of kernel [00:06] no in mainline [00:31] crimsun: is ubuntu 2.6.22 kernel modifed ? [00:31] crimsun: I thought the sources are vanilla [00:31] so it should be possible to applay patch on 2.6.22.9 [00:32] mateusz: yes, the Ubuntu kernels are modified. [00:32] quilt or dpatch ? [00:32] No [00:32] mateusz: git. https://kernel.ubuntu.com [00:32] heh.. but the tar.bz shouldnt be modified [00:33] then how am I suppose to applay patch which only applays on vanilla while preserving all ubuntu patches ? [00:34] If it only applies to vanilla, then the Ubuntu patches would be unlikely to apply after you applied it [00:49] mjg59: if I want to make a patch for current ubuntu kernel [00:49] mjg59: what I should do? [00:49] mjg59: for the 2.6.22-14 I guess this one is in gutsy [00:50] Grab the kernel source, and generate a patch against it [00:50] from git? [00:50] or from source package / [00:50] If you don't want it to go to the main distribution, then just apt-get the source [00:51] No, I want it to go to main dist [00:52] Then the best way is to pull the git tree, make your change, commit it and then publish your git tree [00:52] Then you can ask kernel-team@ubuntu.com to pull from your tree - best way is to file a bug report and mention that in the pull request [00:52] But only critical bug fixes are likely to be applied against the gutsy tree [00:53] this is serious bug [00:53] as there are packages in gutsy [00:53] which need that patch [00:53] they're useless [00:54] and its very misleading [00:55] mjg59: is it possible to use hardy as desktop? === jamesh__ is now known as jamesh === cr3_ is now known as cr3 === greeneggsnospam is now known as jsgotangco === asac_ is now known as asac [06:58] Good morning [06:59] good morning === doko_ is now known as doko === greeneggsnospam is now known as jsgotangco [08:06] Good morning! [08:07] hi warp10 [08:08] pitti: :) === rraphink is now known as raphink [09:04] does anyone know a good shell pendant of wait(..., NOWAIT), i. e. checking if a backgrounded process finished? "jobs | grep Done" smells too much like a hack to me [09:04] hey pitti [09:04] * pitti hugs seb128 [09:04] * seb128 hugs pitti [09:07] pitti: test -d /proc/$pid ? [09:08] or [09:08] ps -p $pid > /dev/null [09:10] soren: hm, that could work; so I just need to convert the jobspec (%1) to a pid [09:11] jobs -l [09:11] * pitti notices that jobs -s and -r options don't actually work [09:12] jobs -r works for me [09:12] -r shows "done", and -s shows "Running" ones for me [09:13] heh, maybe I should just trap SIGCHLD [09:14] pitti: Can't you just grab the pid when you just started it? [09:14] From $!.. [09:15] oh, handy [09:15] Very :) [09:15] (that's not in man dash) [09:15] Sure it is. [09:15] nor in man bash [09:15] In the "Special parameters" section. [09:16] ! Expands to the process ID of the most recent background command executed from the current shell. [09:16] For a [09:16] pipeline, the process ID is that of the last command in the pipeline. [09:18] I do find these $.* expansions hard to grep for in the *sh man pages too :) [09:19] lool: I usually just grep for something like ! and then scroll up and down a bit :) [09:23] soren: ah, too bad; the process needs to be fg'ed/wait'ed on, otherwise it'll stay in ps output forever as Z [09:23] soren: (likewise, kill -0 keeps succeeding) [09:23] bah [09:24] oh, hm, now it works; odd [09:24] while kill -0 $!; do [09:24] ok, that seems to do the trick [09:26] dash has a "wait" builtin. [09:26] AFAIR [09:26] right, but that blocks [09:26] point [09:26] I want to move fsck into the background, update usplash in teh foreground [10:21] When is the source changes file supposed to contain the Description field? [10:21] I see that it changed with my new dpkg merge and I'm wondering if I bollocksed it up somehow. [10:22] that's news to me, too [10:22] * Some code refactoring on dpkg-genchanges and bug fixes in the generation [10:22] of the Description: field. As a result, source only uploads will no more [10:22] have Description fields. [10:22] That explains it :) [10:22] Ok, so I didn't break it. \o/ [10:23] soren: did you complete the libvirt transition now? [10:23] well, I guess few, if any, people actually want to read that [10:23] (vs libxen) [10:23] thegodfather: I belive I did so on Friday. [10:24] soren: ok thanks [10:25] :) [10:25] * thegodfather prepares a new cluster upload [10:25] Yay! [10:26] * soren taps his fingers waiting for the clock to hit 11:29 so that he can get shiny, new, working server install iso's. Whee! [10:28] soren: the gtk-vnc patch is used by your virt-* combo keys stuff, am I right? I'm wondering whether it makes sense to forward the patch to the Debian maintainer, but I thought it would only make sense if the virt-* maintainers were going to use it. But as he maintains virt-viewer I think I'll forward it to him and let him decide if he wants it or not [10:29] pochu: No, they're entirely separate. [10:30] pochu: The patch enables an extension to the VNC protocol that sends key codes rather than keysyms over the wire. This alleviates practially all problems you might encounter if you're not using US keymapping everywhere. [10:30] pochu: The combo keys stuff is just a one-liner. (assuming we're talking about the same combo keys stuff) [10:41] pitti: can you move the feisty and gutsy packages of bug 184149 to -updates sometime? they've been verified by sru-verification [10:41] Launchpad bug 184149 in kdelibs "[hardy]xembed and flash support patches doesn't work for konqueror" [Undecided,Fix committed] https://launchpad.net/bugs/184149 [10:42] Riddell: yes [10:44] soren: I saw this in a cl when updating: http://paste.ubuntu.com/4426/ perhaps it's worth cherrypicking the dpkg-gensymbols changes? [10:46] Riddell: done; doing kitchensync now, too [10:49] thanks [10:50] lool: dpkg 1.14.16.6ubuntu1 will be uploaded later today. [10:51] /j #ubuntu-kernel [10:51] oops [10:52] soren: Excellent; thanks! [11:33] hi pitti [11:35] hi tkamppeter === \sh_away is now known as \sh [11:57] pitti, have you seen my mails about the Brother driver packages? [11:58] tkamppeter: yes, and answered one which was incomplete; your review was good otherwise [11:59] elmo: lamont: Is it possible preseed the debconf question for j2sdk package on buildd. batik has an FTBFS currently and uses j2sdk as build dependency. [12:05] pitti, your answer did not arrive in my mailbox, did you send it only to Jeremy? [12:06] tkamppeter: no, To: was you, and CC: was Jeremy and Saïvann [12:10] It really did not arrive at me, I even looked into my spam folders. [12:11] tkamppeter: let me boot my notebook and check if it's stuck in its local MTA [12:21] oh, argh [12:21] there are 24 mails stuck in the local MTA, sorry [12:23] ok, flushed [12:24] tkamppeter: you should get it any second now [12:28] pitti, I got them now. Thanks. [12:29] tkamppeter: thanks for poking me about this; I now added a 'stuck MTA' check into my .bashrc :) [12:30] pitti: like the mega killall gnome script? [12:30] much less intimidating :) [12:30] awww [12:30] mailq | grep -v 'is empty' [12:30] * Hobbsee wonders what else pitti has === pedro__ is now known as pedro_ [12:38] pitti: Sorry I couldn't be available on weekend for testing jockey. Have you created handler for broadcom? [12:39] slytherin: yes, and tested by TheMuso; I uploaded it to Hardy this morning (2ubuntu3), so maybe you can test that version in the archive? [12:39] pitti: Ok. I will do it tomorrow probably [12:39] slytherin: great, thanks [13:03] pitti: please give back: gutsy-wallpapers feisty-gdm-themes. They failed to upload due to main -> universe demotion. Thanks. [13:05] geser: (done) [13:06] Hobbsee: thanks === amitk_ is now known as amitk === ryu2 is now known as ryu === cprov is now known as cprov-afk === cprov-afk is now known as cprov [13:58] Hi all [14:09] pitti: why is it the ConsoleKit dbus policy allows root to send to "org.freedesktop.ConsoleKit.Manager" with a member of "OpenConsoleWithParameters", but disallows others to use the member "OpenSessionWithParameters"? (Note different member parameter) [14:10] re [14:10] StevenK: could you update bluez-utils to 3 [14:10] 3.26? [14:10] geser: done [14:10] seb128: (he'll probably be asleep by now) [14:10] seb128: any interesting changes or just because it has a higher version number? [14:10] Mithrandir: hm, good question; might be a typo [14:10] Mithrandir: the new gnome-bluetooth requires the new version [14:10] seb128: ok [14:11] Mithrandir: I'm pinging StevenK because he did the previous update, if you want to do it you are welcome ;-) [14:12] pitti: yes, that was what I was wondering. And I'm wondering how I'm going to write something that is to CK like how seahorse, gpg-agent, ssh-agent and friends are to their programs. [14:12] seb128: yeah, pondering it, to take my brain away from being fried on OverdoseKit. [14:13] Mithrandir: I'll file a bug upstream and see what they say [14:13] pitti: coolie [14:17] Mithrandir: freedesktop bug 14459; I checked that it's still like that in git head [14:17] Freedesktop bug 14459 in Daemon "Typo in dbus.conf: OpenConsoleWithParameters()" [Normal,New] http://bugzilla.freedesktop.org/show_bug.cgi?id=14459 [14:17] Mithrandir: thanks for pointing out [14:18] pitti: happy to help. [14:24] pitti: when you get a chance can you look at the vblade MIR again. === Mez___ is now known as Mez [14:27] zul, soren: dnsmasq? why can't kvm etc. use our standard dhcp3-server? [14:27] in hardy we try to *reduce* duplication, not introduce more of it :/ [14:31] zul: vlade> ack [14:31] pitti: thanks [14:39] Is Ubuntu kernel patched with hdaps_protect ? [14:41] Hi all [14:41] I am playing with pbuilder, and having some problems [14:42] I am trying to compile the latest dvb-apps (linuxtv project), and it fails. [14:42] http://pastebin.com/d1a7bb138 [14:43] actually it fails when compiling on my local system as well. [14:43] pitti: Because dnsmasq is small and lovely unlike that other thing. [14:43] Could anyone give me a hint on what makes this error appear? [14:44] I am running kubuntu 7.10 [14:44] soren: but we have used and supported dhcp3-server for years, and suddenly pulling in another one sounds bad both maintenance and support-wise [14:46] pitti: The alternative is to maintain weird, ugly patches to stuff like libvirt. [14:47] Ko_deZ: talk to upstream [14:47] soren: to change the called command from dnsmasq to dhcp3d? [14:47] pitti: You realise they're not cli compatible? [14:48] sure [14:48] pitti: ...and that dnsmasq also provides dns. [14:48] mateusz: #ubuntu-kernel would be more effctive [14:48] effective [14:48] pitti: and is made for this particular scenario.. [14:49] soren: why not have the dhcp server just pass the host nameserver? [14:49] soren: can you please list some reasons in the MIR? [14:49] Riddell: I have been trying to get help on their irc channel for a while. No luck. I was hoping someone could tell me if there is a dev or header file I need to install for this. [14:50] TBH, we have enough bugs on dhcp3, we don't really need more from dnsmasq [14:50] and we should check this with the support team, too [14:50] soren: I perfectly see the rationale for dnsmasq on an embedded system like openwrt [14:51] * soren is on the phone [14:51] but on a server which is beefy enough to run kvm it hardly matters [14:51] Gimme 5 minutes. [14:51] soren: ah; no problem, take your time :) [14:51] (random note: just got a wrt54 on the weekend, with openwrt; nice toy!) [14:53] there, new bluez-{libs,utils} uploaded. === Martinp24 is now known as Martinp23 [14:54] * seb128 hugs Mithrandir [14:54] Mithrandir: thanks [14:54] crevette: ^ [15:10] evand: tm_t has been talking to you about windows profile for qt ubiquity? [15:11] Riddell: indeed, in the middle of a conversation with him now about it [15:11] I'm unfamiliar with COSS.fi though. [15:12] evand: if he gets it are you happy to answer his questions about the debconf side? [15:13] coss.fi is an organization promoting the use of open-source software in Finland [15:13] Riddell: yeah, I basically said the important bit is the core migration-assistant C code. Things outside of that, like the ubiquity GUI bits are either bonus, or can be learned along the way (Debian policy, debconf, if needed at all) [15:14] evand: surely it's not much use without a GUI? === nxvl_work_ is now known as nxvl_work [15:16] pitti: I've added a bit of info to https://wiki.ubuntu.com/MainInclusionDnsMasq [15:16] well no, it's not. But my point was that the GUI is a small aspect of the code nowadays. It's just a matter of updating the KDE ubiquity UI to match the GTK side. [15:17] Riddell: ^ [15:17] evand: ok, thanks [15:17] But it's a just a treeview with the GTK set/get code already there, so it should be a simple port. [15:18] soren: why do we need bind for kvm in the first place? [15:19] soren: debian maintance link 404's [15:19] soren: and our libc already DTRT for resolv.conf changes [15:19] pitti: It's for libvirt. Does it say kvm? [15:19] That's a mistake. [15:19] well, yeah, libvirt [15:20] pitti: Why? Er.. Becuase I'm running virtual machines in it that would like to lookup stuff in dns? [15:20] pitti: libc does not come into play at all. [15:20] pitti: er.. for dns lookups at least. [15:20] pitti: And we don't need bind. We need dnsmasq :) [15:21] my question is, why do we need a nameserver at all? [15:21] .. [15:21] the guests can just use the host's nameserver (that works fine for me at least) [15:21] Tons of reasons. [15:21] a) the host's dns might change. [15:21] b) you might move your vm to another host. [15:22] ^ good reason [15:25] selckin: Fixed. Thansk. [15:25] alias Thansk=Thanks [15:25] ah.. === fabbione is now known as thegodfather [16:04] can somebody moderate my ubuntu-devel-announce mail? === kitterma is now known as ScottK2 [16:05] mvo: your stuff in OpenSUSE and Slackware: http://blogs.warwick.ac.uk/bweber/entry/untitled_entry_1/ - http://www.fredemmott.co.uk/blog_133 [16:18] dholbach: meh, cool! [16:18] mvo: what is cool? [16:19] seb128: command-not-found seems to become popular in other distros as well [16:19] ah, nice [16:19] mvo: what distro is using it now? [16:20] seb128: opensuse and slackware [16:21] slackware has a packaging system now? ;-) [16:23] heh :) [16:35] soren: avail? [16:35] asac: Wazzup? [16:36] soren: lol :) ... what do you think about nm vpn plugins going to main? [16:37] soren: i assume you know better how well upstream deals with security updates and how much they care about stable branch maintenance [16:38] soren: and maybe you know about any blocker that might lead to a bad user experience [16:38] asac: I'm afraid noone gives much attention to the vpn plugins. [16:38] asac: Last I checked, they never even had a proper release. I've always just grabbed a random svn checkout. [16:39] ok. i think that would be enough of a blocker to disqualify them from entering main :/ [16:39] who maintains them upstream? is it the same team that does NM ? [16:40] asac: I'm not sure to be honest. I'd ask on the mailing list if I were you. [16:40] soren: ok ... do you speak for all vpn plugins or just the vpnc one? [16:40] I haven't looked into them for over a year and even then I mostly just did the packaging and wrote a few small patches. [16:41] ok thanks [16:41] asac: vpnc and openvpn, but I have the feeling it's true for all three (or four if the ipsec one was ever finished). [16:41] ...things might have changed over the last year, but I haven't seen much activity about them on the nm mailing list. [16:42] yeah [16:43] I think the functionality is really cool, but I'm afraid this is one of the times where the lack of activity can't be excused by "if it works, don't fix it" :) [16:44] right ... there are definitly a few bugs that might justify some activity [16:44] Quite so. === \sh is now known as \sh_away [17:12] Hi all [17:22] So... the 'kvm' module keeps loading... even though I have it black listed... and it's incompatible with vmware (causes system to crash). Why might the blacklist be ignored in this case? [17:46] Mithrandir: got a response from CK upstream; so it's really s/Console/System/ in the dbus conf [18:17] Moin! [18:17] Is this english? [18:18] Nihongo? Farsi? Francais? Neederlaans? [18:19] <_MMA_> TeXnicer: DO you want to know the language of the channel? If so, its English. [18:19] english [18:19] Rgr. Thx. [18:20] Well, this IS a support question, while I was redirected from #ubuntu-de -> #debian-de -> #ubuntu-devel... looking for help concerning my Harddiskdrive [18:20] TeXnicer: Then I'm afraid this isn't the right place to ask [18:20] 2.5" Toshiba 6GB rather old, was accessed well under 6.10, since 7.10 I get bad bootmessages [18:21] like in pata and /grub/menu.lst ... any clue -- or at least where to look? [18:22] mjg59: Where might be the right place to ask or lookup? [18:23] BTW: Where can I push forward the translation-programm (german)? [18:24] <_MMA_> TeXnicer: #ubuntu #ubuntu-forums or the Ubuntu Forums themselves. [18:24] <_MMA_> Sorry, #ubuntuforums [18:24] mma just got forwarded? LOL [18:24] ubuntu-forums [18:26] Thx! Go ahead! Keep it on, folks... I thank you for such an nice distri! [18:26] <_MMA_> TeXnicer: I'm gonna say bad hardware or something to do with the libata transition. Anymore than that, I would say look into the places above. [18:30] hardware seems to be okay under 6.10 [18:30] i try in -forums now, thx&bye! === pbn_ is now known as pbn === Ubulette_ is now known as Ubulette [19:21] hi [19:21] (05:31:11 PM) denisw: where does apport save the apps for which it shouldn't show any bug reporting dialogs for? [19:21] oops, yeah the question is copy-pasted here ;) === hunger_t is now known as hunger === \sh_away is now known as \sh === rzr is now known as RzR === \sh is now known as \sh_away [20:28] pitti: it looks like pkg-create-dbgsym got broken, all builds fail with "dpkg-gencontrol: failure: cannot read -: No such file or directory [20:28] Error: parsed ddeb section or priority is empty [20:28] make: *** [binary-arch] Error 1" [20:29] e.g. http://launchpadlibrarian.net/11875738/buildlog_ubuntu-hardy-amd64.netpbm-free_2%3A10.0-11.1_FAILEDTOBUILD.txt.gz [20:33] are the LANG and LANGUAGE formats described somewhere? [20:34] ebman 7 locale? [20:34] seb128: man 7 locale? [20:43] slangasek: no LANG or LANGUAGE there on my hardy [20:43] ups [20:43] no, no description or what they contain [20:43] hmm, ok [20:43] slangasek: the issue is [20:44] $ cat /etc/default/locale [20:44] LANG="fr_FR.UTF-8" [20:44] LANGUAGE="fr_FR:fr:en_GB:en" [20:44] or gdm use LANGUAGE [20:44] and complains about fr_FR not being a valid locale [20:44] which is right [20:44] hmm [20:44] and I'm not sure on whether gdm is wrong to expect locales there or if LANGUAGE should be fr_FR.UTF-8:en_GB.UTF-8:etc [20:44] LANGUAGE isn't supposed to be a list of locales, but a list of languages [20:45] but it's a GNU extension, I don't know where it's documented [20:45] is that written somewhere? [20:45] hum, k [21:02] soren: the new dpkg seems to cause many FTBFS on the buildds [21:03] pitti: any ETA on when the gutsy lang packs in PPA will make it to -updates? [21:06] geser: how do you know it's the new dpkg? the new dpkg was uploaded some time ago, was it not installed on the buildds until now? [21:09] slangasek: the build log he pointed before has the new dpkg installed [21:10] slangasek: and looks like a pkg-create-dbgsym issue, likely created by the dpkg changes [21:10] seb128: but so does an older, successful build log from earlier [21:11] er, oh [21:11] no, now I see the new dpkg, n/m :) [21:13] slangasek: dpkg 1.14.16ubuntu1 got uploaded 3 hours ago [21:16] slangasek: http://launchpadlibrarian.net/11876179/buildlog_ubuntu-hardy-amd64.scrapbook_1.3.2.5-2ubuntu1_FAILEDTOBUILD.txt.gz might be the same problem but here the package build on i386 [21:31] geser: yes, I was evidently looking at stale archive state and thought dpkg was last uploaded mid-January [21:53] Argh, fuck. [21:53] slangasek: Got a plan? [21:54] slangasek: Any idea what the problem is? [21:54] soren: no clue at this point [21:54] soren: perfect timing, just when the new GNOME is being uploaded ;-) [21:54] I was hoping you had a better idea, since you'd done the merge ;) [21:55] slangasek: No, I'll look into it right away. [21:55] seb128: re LANGUAGE see http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories [21:56] slangasek: Does everything fail? [21:56] soren: pkg-create-dbgsyms seems to be failing rather consistently, but I haven't verified whether there are cases where it succeeds (I'm not sure how to go about looking those up) [21:57] slangasek: Me neither. [21:57] No, some things work. [21:58] I'm looking at a pure arch:all package that built just fine. [21:58] http://launchpadlibrarian.net/11876766/buildlog_ubuntu-hardy-i386.kqemu_1.3.0%7Epre11-8_FULLYBUILT.txt.gz [21:58] a pure arch: all package shouldn't have pkg-create-dbgsyms try to do anything significant though :) [22:00] If I don't have pkg-craete-dbgsyms locally everything works, yes. [22:00] That explains why I didn't see it while testing. [22:02] soren: http://launchpadlibrarian.net/11875714/buildlog_ubuntu-hardy-amd64.flex_2.5.34-2.1_FULLYBUILT.txt.gz has some interesting warnings: "Use of uninitialized value in hash element at /usr/bin/dpkg-genchanges line 468." [22:04] torkel: thanks [22:04] geser: Erk, yes, that doesn't look too well. [22:05] soren: I guess it's dpkg-gencontrol that's failing, right? there are a number of changes to that file in the merge; how does pkg-create-dbgsyms invoke it? [22:05] slangasek: I'm trying to figure that out. [22:05] ok :) [22:07] The only changes I made to dpkg-genchanges are about Launchad-Bugs-Fixed magic. [22:07] At least that was the intent. [22:07] :) [22:07] soren: but this warning exist also in http://launchpadlibrarian.net/11869736/buildlog_ubuntu-hardy-amd64.apt_0.7.9ubuntu9_FULLYBUILT.txt.gz which still used the old dpkg, so nothing new [22:08] geser: Lovely, thanks for looking that up! That's likely to have saved me quite a bit of head ache :) [22:08] soren: right; it's dpkg 1.14.16.6 that has the sweeping changes to dpkg-gencontrol [22:08] pitti: around? === RzR is now known as rZr [22:11] * soren boggles at the fact that there's logic in pkg-create-dbgsym for debhelper compat level 1 [22:12] Ah... I've got a good guess as to what's going on.. [22:17] Er... [22:17] I'm no perl guru, but isn't the third argumennt to open supposed to be the flags? [22:17] From the new dpkg: open(CDATA, "<", $file) [22:17] Kaboom! [22:18] The old dpkg: [22:18] open(CDATA, "< $controlfile") || [22:20] soren: maybe open(CDATA, "<".$file) was intended (but no perl guru either) [22:21] That would probably work, too. I've change it to "< $file". [22:21] soren: that appears to be legal use of perl open(), but if you want to use the magic '-' value for stdin or stdout it apparently doesn't work so well [22:21] "In the 2-arguments (and 1-argument) form opening ’-’ opens STDIN and opening '>-' opens STDOUT." perlfunc(1) [22:22] and if you use the comma, you obviously aren't using the 2-argument form, so. :) [22:22] slangasek: How do we fix this? [22:22] soren: I think the fix you just described would be correct [22:22] slangasek: If I just upload the new one, it'll fail to build. [22:22] will it? are there dbgsym packages built from dpkg? [22:22] Sure. [22:23] Only dpkg-dev is arch:all. [22:23] well, upload the fix all the same, and then we can beg a manual bootstrapping from a buildd admin [22:23] I've tested the new dpkg-dev with the old /usr/bin/dpkg-genchanges but still the same error [22:23] geser: YEs, it's in $PERL/Dpkg/Control.pm [22:23] slangasek: Yeah. [22:23] lamont: Around? [22:23] yeah [22:24] in this channel anyway. :-) [22:24] Are you following this, or should I fill you in? [22:24] soren: --> infinity [22:24] Alright. [22:24] infinity: Are you following this? [22:25] infinity: New dpkg broke the world. A new upload of dpkg will just ftbfs, so I need manual intervention. [22:26] soren: iirc there is an option to disable the package mangling, or will it failed for other reasons? [22:27] NO_PKG_MANGE will certainly fix it. [22:28] NO_PKG_MANGLE, even. === nenolod_ is now known as nenolod [22:28] slangasek: What do you think? Upload a fixed version with that, have it built and published, and the upload a new one without NO_PKG_MANGLE? [22:31] soren: oh, sure, go for it [22:31] Will do. [22:34] soren: right I would do that [22:35] I'm on it. [22:36] infinity: Never mind :) [22:42] * soren uploads [22:42] * seb128 hugs soren [22:49] debian bug 465340 [22:49] Debian bug 465340 in dpkg "dpkg: Broken call to open in Dpkg/Control.pm" [Important,Open] http://bugs.debian.org/465340 [22:54] I hope "important" is an appropriate severity. I wasn't sure. [22:58] TheMuso, re accessibility wanted to show current wubi dialog [22:58] xivulon: right [22:59] this is the current version [22:59] http://img123.imageshack.us/img123/4568/screenshotwubisetupld0.png [22:59] but I am not too pleased with it [22:59] as mentioned in the email, wouldn't it be better if the accessibility and mobility options were not mutually exclusive? [23:00] xivulon: I was actually going to reply to your email. Braille at this point should not be a check box, because on the live CD boot menu, it can not be used as such. It shoudl be a radio button like the rest. [23:00] that would translate to all checkbox in the dialog (without "None" option) [23:01] xivulon: At the moment this is not possible, due to the way the live CD boot menu works, and I don't think they can be turned on and off in that menu. cjwatson, do you have any idea whether having the accessibility menu act like check boxes, instead of single selectable options only is possible? [23:01] And, for many of them, it doesn't make sense. One would either want one, or the other. [23:01] Er.... I'm not getting an ACCEPT mail.. [23:04] soren: maybe elmo did something again [23:04] TheMuso, I am no expert, but I would expect that someone might want both visibility and keyboard-modifiers [23:04] or magnifier + screen reader [23:04] soren: I didn't get accepted mail either for my gnome-desktop upload [23:05] seb128: What did you do? Reupload? [23:05] xivulon: Yes, however the underlying code on the Linux side doesn't really support this properly yet, and its probably a little too late to go changing it for hardy, as its working quite well at the moment. However, this is certainly something we can look at doing for hardy+1. [23:06] soren: no, the gnome-desktop upload was from 15 minutes ago or so [23:06] seb128: Oh, ok. [23:06] soren: but the uploads were not processed this morning neither, some people asked on IRC and elmo fixed it [23:06] Hrm.. [23:06] TheMuso: cjwatson recently added checkbox support to isolinux, so yes, it is possible. [23:06] casper-bottom can probably take multiple arguments not sure about gfx interface [23:07] elmo: Around? It seems that soyuz might be failing to pick up uploads.. Rumour has it that you're the man to fix it. [23:07] evand: Ooo ok, I wonder how much work it is to change the a11y menu. If its not too difficult, I could easily hack on the code for casper to get it support such a configuration by thursday. [23:07] xivulon: Yes it can take multiple arguments, but its the code that processes those arguments and takes the appropriate action that needs to be changed. [23:07] TheMuso: the casper code works with multiple a11y arguments alreayd. [23:07] already* [23:07] evand: Are you sure? [23:08] TheMuso: yes, it processes every /proc/cmdline option. [23:09] can we the have boot parameters such as accessibility_v1 accessibility_m2 accessibility_braille [23:09] evand: I know that, but I am referring to the code withint eh individual cases. We'd need to be sure that one profile doesn't overwrite another's settings./ [23:09] TheMuso: ah, indeed [23:10] xivulon: what's wrong with the way they're currently implemented? [23:10] evand: Heh I was the original author of that file back in 2006. [23:10] It has since undergone way too many changes to keep track of. :p [23:11] TheMuso: heh, indeed :) [23:11] soren: luckily today is not friday, usually such things are reserved for fridays [23:12] evand, IIRC now it sets a single variable [23:13] * xivulon looking at code [23:13] no it does not [23:14] indeed, it should work fine as is [23:14] current implementation is fine, other than the caveat from TheMuso [23:14] * TheMuso looks at the code again. [23:14] indeed, I was just going to say [23:14] TheMuso: be sure to look at the copy from bzr [23:14] evand: Yeah I saw your upload. [23:14] I have changes in there that haven't made it to the archive yet [23:14] ok [23:14] I just pulled the latest changes. [23:14] fantastic [23:15] * TheMuso goes to scour the code now. [23:16] Aw, shame on me for not passing proper -vstuff to dpkg-genchanges when merging dpkg. [23:18] evand: Any reason why you used orca-customizations.py, and not the standard user-settings.py file? [23:20] TheMuso: [23:20] whoops [23:21] TheMuso: "Generated by orca. DO NOT EDIT THIS FILE!!!" [23:21] Fair enough. [23:21] orca-customizations.py seems to be the proper place for such things [23:22] evand: It also seems that for the magnifier and braille profiles, you've enabled speech when speech is not needed. [23:22] s/needed/wanted/ [23:24] seb128/soren: I broke soyuz temporarily while doing emergency maintenance for the kernel root exploit - I'm definitely not the go to guy everytime soyuz stops working [23:25] TheMuso: I think I just did a simple sed, let me check though. [23:25] elmo: ok, sorry, I though you might have been working on the same thing that this morning [23:25] better http://img405.imageshack.us/my.php?image=screenshotwubisetup1ka0.png [23:25] xivulon, evand. The only profile where things get overwritten/are shared between profiles but different settings, are the two motor disability profiles, i.e m1 and m2. I am also not sure as to whether the KDE/XFCE stuff overwrites itself for different profiles, but gconf wise, and orca wise, all other profiles do not break each other. [23:26] elmo: Was that this morning or just now? [23:26] soren: this morning [23:26] TheMuso in this case if both m1 and m2 are true we go with m2 [23:26] I guess [23:27] xivulon: Well its up to the code to work that out, but I wouldn't make those two check boxes, however it also depends on the gfxboot possibilities. [23:27] elmo: Ok. So cprov/bigjools? [23:27] TheMuso: so I did, thanks for catching that. [23:27] TheMuso: should be possible to make the access stuff checkbox, though it would change the keyboard navigation a bit (at the moment you'd have to press a number then escape) [23:27] TheMuso: but at the moment a menu can only be all-checkbox or all-radio, not a mix [23:27] evand: While you're at it, I'll get you to uncomment the enable_esd line in the blindness profile. We can finally have sound using pulse for speech. [23:27] cjwatson: Right I thought as much. [23:28] TheMuso: will do [23:28] so from what you were saying from the time being we might be better off staying with what we have [23:28] cjwatson: I totally agree. It also makes things harder for those who can't see what they are doing. [23:28] As there are more keys to press, with little to no feedback. [23:29] TheMuso on my side I am ok http://img183.imageshack.us/my.php?image=screenshotwubisetup2mn9.png [23:29] cjwatson have a look at the image above would like to stay close to cd interface [23:31] so do we go back to all radio buttons? [23:31] soren: normally yes [23:31] soren: mthaddon's fixed it [23:32] xivulon: I'd say so, simply because we can't have a mix on the gfxboot menu. However its nice to know that the code is pretty much fine if in the future we wish to change things. === jamesh__ is now known as jamesh [23:32] And, that is actually something worth considering for the future. [23:33] At the start of the next cycle, I'll see what the community has to say about that idea. [23:33] elmo: Excellent. Thanks very much. [23:34] TheMuso: enable_esd is on by default. In fact, the commentted out line actually disables esd. Any objection to me just removing the comment entirely? [23:34] last http://img155.imageshack.us/my.php?image=screenshotwubisetup3kd3.png [23:35] evand: Sorry, I got confused, yes remove that, and the comment above it, thanks. [23:36] will do [23:36] xivulon: I don't personally care how it looks, as long as it works, and windows screen readers can work with it. Let me know when this is available for testing, and I will test it. [23:36] And get others with other screen readers to test it also. [23:37] TheMuso, tonight wubi build will include that, but it won't work until the new ISO is up with grub-installer/lupin patches [23:38] xivulon: Right. Is all of that likely to land for hardy? [23:38] Should be it'has been released already mostly [23:38] xivulon: Ok. [23:38] But I am not the one in charge... [23:39] xivulon: Ok I understand. [23:41] cjwatson: I was looking over my logs from the weekend, and noticed talk about dmraid, and its possible inclusion into main, once partman-dmraid or whatever it was gets testing. Woudl you, 1) like me to test it, as I have a PCI card that uses such metadata that dmraid reads, and 2), integrate it into the initramfs error handling spec? [23:52] TheMuso, last build with accessibility page: http://wubi-installer.org/devel/minefield/Wubi-8.04-alpha-rev411.exe [23:53] xivulon: Ok thanks. I'll have a look when I get a chance. [23:53] TheMuso: 1) sounds good, coordinate with evand 2) if you have time, absolutely [23:53] although I'm not sure how dmraid works with regard to the initramfs [23:53] cjwatson: Well I'll have a look at the code at least.