/srv/irclogs.ubuntu.com/2008/02/11/#ubuntu-devel.txt

crimsunmateusz: 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
crimsuninspect->consider working on00:00
mateuszcrimsun: I am not using hardy00:03
crimsunmateusz: that's fine; I merely mentioned consider benefitting others.00:04
mateuszcrimsun: there must be a reason why this patch is from 2006 now in mainline of kernel00:05
mateuszno in mainline00:06
mateuszcrimsun: is ubuntu 2.6.22 kernel modifed ?00:31
mateuszcrimsun: I thought the sources are vanilla00:31
mateuszso it should be possible to applay patch on 2.6.22.900:31
crimsunmateusz: yes, the Ubuntu kernels are modified.00:32
mateuszquilt or dpatch ?00:32
mjg59No00:32
crimsunmateusz: git.  https://kernel.ubuntu.com00:32
mateuszheh.. but the tar.bz shouldnt be modified00:32
mateuszthen how am I suppose to applay patch which only applays on vanilla while preserving all ubuntu patches ?00:33
mjg59If it only applies to vanilla, then the Ubuntu patches would be unlikely to apply after you applied it00:34
mateuszmjg59: if I want to make a patch for current ubuntu kernel00:49
mateuszmjg59: what I should do?00:49
mateuszmjg59: for the 2.6.22-14 I guess this one is in gutsy00:49
mjg59Grab the kernel source, and generate a patch against it00:50
mateuszfrom git?00:50
mateuszor from source package /00:50
mjg59If you don't want it to go to the main distribution, then just apt-get the source00:50
mateuszNo, I want it to go to main dist00:51
mjg59Then the best way is to pull the git tree, make your change, commit it and then publish your git tree00:52
mjg59Then 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 request00:52
mjg59But only critical bug fixes are likely to be applied against the gutsy tree00:52
mateuszthis is serious bug00:53
mateuszas there are packages in gutsy00:53
mateuszwhich need that patch00:53
mateuszthey're useless00:53
mateuszand its very misleading00:54
mateuszmjg59: is it possible to use hardy as desktop?00:55
=== jamesh__ is now known as jamesh
=== cr3_ is now known as cr3
=== greeneggsnospam is now known as jsgotangco
=== asac_ is now known as asac
pittiGood morning06:58
dholbachgood morning06:59
=== doko_ is now known as doko
=== greeneggsnospam is now known as jsgotangco
warp10Good morning!08:06
pittihi warp1008:07
warp10pitti: :)08:08
=== rraphink is now known as raphink
pittidoes 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 me09:04
seb128hey pitti09:04
* pitti hugs seb12809:04
* seb128 hugs pitti09:04
sorenpitti: test -d /proc/$pid ?09:07
sorenor09:08
sorenps -p $pid > /dev/null09:08
pittisoren: hm, that could work; so I just need to convert the jobspec (%1) to a pid09:10
pittijobs -l09:11
* pitti notices that jobs -s and -r options don't actually work09:11
persiajobs -r works for me09:12
pitti-r shows "done", and -s shows "Running" ones for me09:12
pittiheh, maybe I should just trap SIGCHLD09:13
sorenpitti: Can't you just grab the pid when you just started it?09:14
sorenFrom $!..09:14
pittioh, handy09:15
sorenVery :)09:15
pitti(that's not in man dash)09:15
sorenSure it is.09:15
pittinor in man bash09:15
sorenIn the "Special parameters" section.09:15
soren!            Expands to the process ID of the most recent background command executed from the current shell.09:16
sorenFor a09:16
soren                  pipeline, the process ID is that of the last command in the pipeline.09:16
loolI do find these $.* expansions hard to grep for in the *sh man pages too  :)09:18
sorenlool: I usually just grep for something like ! and then scroll up and down a bit :)09:19
pittisoren: ah, too bad; the process needs to be fg'ed/wait'ed on, otherwise it'll stay in ps output forever as Z09:23
pittisoren: (likewise, kill -0 keeps succeeding)09:23
pittibah09:23
pittioh, hm, now it works; odd09:24
pittiwhile kill -0 $!; do09:24
pittiok, that seems to do the trick09:24
sorendash has a "wait" builtin.09:26
sorenAFAIR09:26
pittiright, but that blocks09:26
sorenpoint09:26
pittiI want to move fsck into the background, update usplash in teh foreground09:26
sorenWhen is the source changes file supposed to contain the Description field?10:21
sorenI see that it changed with my new dpkg merge and I'm wondering if I bollocksed it up somehow.10:21
pittithat's news to me, too10:22
soren  * Some code refactoring on dpkg-genchanges and bug fixes in the generation10:22
soren    of the Description: field. As a result, source only uploads will no more10:22
soren    have Description fields.10:22
sorenThat explains it :)10:22
sorenOk, so I didn't break it. \o/10:22
thegodfathersoren: did you complete the libvirt transition now?10:23
pittiwell, I guess few, if any, people actually want to read that10:23
thegodfather(vs libxen)10:23
sorenthegodfather: I belive I did so on Friday.10:23
thegodfathersoren: ok thanks10:24
soren:)10:25
* thegodfather prepares a new cluster upload10:25
sorenYay!10:25
* 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:26
pochusoren: 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 not10:28
sorenpochu: No, they're entirely separate.10:29
sorenpochu: 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
sorenpochu: The combo keys stuff is just a one-liner. (assuming we're talking about the same combo keys stuff)10:30
Riddellpitti: can you move the feisty and gutsy packages of bug 184149 to -updates sometime?  they've been verified by sru-verification10:41
ubotuLaunchpad bug 184149 in kdelibs "[hardy]xembed and flash support patches doesn't work for konqueror" [Undecided,Fix committed] https://launchpad.net/bugs/18414910:41
pittiRiddell: yes10:42
loolsoren: I saw this in a cl when updating: http://paste.ubuntu.com/4426/ perhaps it's worth cherrypicking the dpkg-gensymbols changes?10:44
pittiRiddell: done; doing kitchensync now, too10:46
Riddellthanks10:49
sorenlool: dpkg 1.14.16.6ubuntu1 will be uploaded later today.10:50
eradicus /j #ubuntu-kernel10:51
eradicusoops10:51
loolsoren: Excellent; thanks!10:52
tkamppeterhi pitti11:33
pittihi tkamppeter11:35
=== \sh_away is now known as \sh
tkamppeterpitti, have you seen my mails about the Brother driver packages?11:57
pittitkamppeter: yes, and answered one which was incomplete; your review was good otherwise11:58
slytherinelmo: lamont: Is it possible preseed the debconf question for j2sdk package on buildd. batik has an FTBFS currently and uses j2sdk as build dependency.11:59
tkamppeterpitti, your answer did not arrive in my mailbox, did you send it only to Jeremy?12:05
pittitkamppeter: no, To: was you, and CC: was Jeremy and Saïvann12:06
tkamppeterIt really did not arrive at me, I even looked into my spam folders.12:10
pittitkamppeter: let me boot my notebook and check if it's stuck in its local MTA12:11
pittioh, argh12:21
pittithere are 24 mails stuck in the local MTA, sorry12:21
pittiok, flushed12:23
pittitkamppeter: you should get it any second now12:24
tkamppeterpitti, I got them now. Thanks.12:28
pittitkamppeter: thanks for poking me about this; I now added a 'stuck MTA' check into my .bashrc :)12:29
Hobbseepitti: like the mega killall gnome script?12:30
pittimuch less intimidating :)12:30
Hobbseeawww12:30
pittimailq | grep -v 'is empty'12:30
* Hobbsee wonders what else pitti has12:30
=== pedro__ is now known as pedro_
slytherinpitti: Sorry I couldn't be available on weekend for testing jockey. Have you created handler for broadcom?12:38
pittislytherin: 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
slytherinpitti: Ok. I will do it tomorrow probably12:39
pittislytherin: great, thanks12:39
geserpitti: please give back: gutsy-wallpapers feisty-gdm-themes. They failed to upload due to main -> universe demotion. Thanks.13:03
Hobbseegeser: (done)13:05
geserHobbsee: thanks13:06
=== 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
DarkSun88Hi all13:58
Mithrandirpitti: 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:09
pittire14:10
seb128StevenK: could you update bluez-utils to 314:10
seb1283.26?14:10
pittigeser: done14:10
Hobbseeseb128: (he'll probably be asleep by now)14:10
Mithrandirseb128: any interesting changes or just because it has a higher version number?14:10
pittiMithrandir: hm, good question; might be a typo14:10
seb128Mithrandir: the new gnome-bluetooth requires the new version14:10
Mithrandirseb128: ok14:10
seb128Mithrandir: I'm pinging StevenK because he did the previous update, if you want to do it you are welcome ;-)14:11
Mithrandirpitti: 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
Mithrandirseb128: yeah, pondering it, to take my brain away from being fried on OverdoseKit.14:12
pittiMithrandir: I'll file a bug upstream and see what they say14:13
Mithrandirpitti: coolie14:13
pittiMithrandir: freedesktop bug 14459; I checked that it's still like that in git head14:17
ubotuFreedesktop bug 14459 in Daemon "Typo in dbus.conf: OpenConsoleWithParameters()" [Normal,New] http://bugzilla.freedesktop.org/show_bug.cgi?id=1445914:17
pittiMithrandir: thanks for pointing out14:17
Mithrandirpitti: happy to help.14:18
zulpitti: when you get a chance can you look at the vblade MIR again.14:24
=== Mez___ is now known as Mez
pittizul, soren: dnsmasq? why can't kvm etc. use our standard dhcp3-server?14:27
pittiin hardy we try to *reduce* duplication, not introduce more of it :/14:27
pittizul: vlade> ack14:31
zulpitti: thanks14:31
mateuszIs Ubuntu kernel patched with hdaps_protect ?14:39
Ko_deZHi all14:41
Ko_deZI am playing with pbuilder, and having some problems14:41
Ko_deZI am trying to compile the latest dvb-apps (linuxtv project), and it fails.14:42
Ko_deZhttp://pastebin.com/d1a7bb13814:42
Ko_deZactually it fails when compiling on my local system as well.14:43
sorenpitti: Because dnsmasq is small and lovely unlike that other thing.14:43
Ko_deZCould anyone give me a hint on what makes this error appear?14:43
Ko_deZI am running kubuntu 7.1014:44
pittisoren: but we have used and supported dhcp3-server for years, and suddenly pulling in another one sounds bad both maintenance and support-wise14:44
sorenpitti: The alternative is to maintain weird, ugly patches to stuff like libvirt.14:46
RiddellKo_deZ: talk to upstream14:47
pittisoren: to change the called command from dnsmasq to dhcp3d?14:47
sorenpitti: You realise they're not cli compatible?14:47
pittisure14:48
sorenpitti: ...and that dnsmasq also provides dns.14:48
cjwatsonmateusz: #ubuntu-kernel would be more effctive14:48
cjwatsoneffective14:48
sorenpitti: and is made for this particular scenario..14:48
pittisoren: why not have the dhcp server just pass the host nameserver?14:49
pittisoren: can you please list some reasons in the MIR?14:49
Ko_deZRiddell: 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:49
pittiTBH, we have enough bugs on dhcp3, we don't really need more from dnsmasq14:50
pittiand we should check this with the support team, too14:50
pittisoren: I perfectly see the rationale for dnsmasq on an embedded system like openwrt14:50
* soren is on the phone14:51
pittibut on a server which is beefy enough to run kvm it hardly matters14:51
sorenGimme 5 minutes.14:51
pittisoren: ah; no problem, take your time :)14:51
pitti(random note: just got a wrt54 on the weekend, with openwrt; nice toy!)14:51
Mithrandirthere, new bluez-{libs,utils} uploaded.14:53
=== Martinp24 is now known as Martinp23
* seb128 hugs Mithrandir14:54
seb128Mithrandir: thanks14:54
seb128crevette: ^14:54
Riddellevand: tm_t has been talking to you about windows profile for qt ubiquity?15:10
evandRiddell: indeed, in the middle of a conversation with him now about it15:11
evandI'm unfamiliar with COSS.fi though.15:11
Riddellevand: if he gets it are you happy to answer his questions about the debconf side?15:12
tjaaltoncoss.fi is an organization promoting the use of open-source software in Finland15:13
evandRiddell: 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:13
Riddellevand: surely it's not much use without a GUI?15:14
=== nxvl_work_ is now known as nxvl_work
sorenpitti: I've added a bit of info to https://wiki.ubuntu.com/MainInclusionDnsMasq15:16
evandwell 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:16
evandRiddell: ^15:17
Riddellevand: ok, thanks15:17
evandBut it's a just a treeview with the GTK set/get code already there, so it should be a simple port.15:17
pittisoren: why do we need bind for kvm in the first place?15:18
selckinsoren: debian maintance link 404's15:19
pittisoren: and our libc already DTRT for resolv.conf changes15:19
sorenpitti: It's for libvirt. Does it say kvm?15:19
sorenThat's a mistake.15:19
pittiwell, yeah, libvirt15:19
sorenpitti: Why? Er.. Becuase I'm running virtual machines in it that would like to lookup stuff in dns?15:20
sorenpitti: libc does not come into play at all.15:20
sorenpitti: er.. for dns lookups at least.15:20
sorenpitti: And we don't need bind. We need dnsmasq :)15:20
pittimy question is, why do we need a nameserver at all?15:21
soren..15:21
pittithe guests can just use the host's nameserver (that works fine for me at least)15:21
sorenTons of reasons.15:21
sorena) the host's dns might change.15:21
sorenb) you might move your vm to another host.15:21
pitti^ good reason15:22
sorenselckin: Fixed. Thansk.15:25
sorenalias Thansk=Thanks15:25
sorenah..15:25
=== fabbione is now known as thegodfather
dholbachcan somebody moderate my ubuntu-devel-announce mail?16:04
=== kitterma is now known as ScottK2
dholbachmvo: your stuff in OpenSUSE and Slackware: http://blogs.warwick.ac.uk/bweber/entry/untitled_entry_1/ - http://www.fredemmott.co.uk/blog_13316:05
mvodholbach: meh, cool!16:18
seb128mvo: what is cool?16:18
mvoseb128: command-not-found seems to become popular in other distros as well16:19
seb128ah, nice16:19
seb128mvo: what distro is using it now?16:19
dholbachseb128: opensuse and slackware16:20
seb128slackware has a packaging system now? ;-)16:21
mvoheh :)16:23
asacsoren: avail?16:35
sorenasac: Wazzup?16:35
asacsoren: lol :) ... what do you think about nm vpn plugins going to main?16:36
asacsoren: i assume you know better how well upstream deals with security updates and how much they care about stable branch maintenance16:37
asacsoren: and maybe you know about any blocker that might lead to a bad user experience16:38
sorenasac: I'm afraid noone gives much attention to the vpn plugins.16:38
sorenasac: Last I checked, they never even had a proper release. I've always just grabbed a random svn checkout.16:38
asacok. i think that would be enough of a blocker to disqualify them from entering main :/16:39
asacwho maintains them upstream? is it the same team that does NM ?16:39
sorenasac: I'm not sure to be honest. I'd ask on the mailing list if I were you.16:40
asacsoren: ok ... do you speak for all vpn plugins or just the vpnc one?16:40
sorenI 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:40
asacok thanks16:41
sorenasac: 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
soren...things might have changed over the last year, but I haven't seen much activity about them on the nm mailing list.16:41
asacyeah16:42
sorenI 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:43
asacright ... there are definitly a few bugs that might justify some activity16:44
sorenQuite so.16:44
=== \sh is now known as \sh_away
DarkSun88Hi all17:12
wasabiSo... 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:22
pittiMithrandir: got a response from CK upstream; so it's really s/Console/System/ in the dbus conf17:46
TeXnicerMoin!18:17
TeXnicerIs this english?18:17
TeXnicerNihongo? Farsi? Francais? Neederlaans?18:18
_MMA_TeXnicer: DO you want to know the language of the channel? If so, its English.18:19
thomenglish18:19
TeXnicerRgr. Thx.18:19
TeXnicerWell, this IS a support question, while I was redirected from #ubuntu-de -> #debian-de -> #ubuntu-devel... looking for help concerning my Harddiskdrive18:20
mjg59TeXnicer: Then I'm afraid this isn't the right place to ask18:20
TeXnicer2.5" Toshiba 6GB rather old, was accessed well under 6.10, since 7.10 I get bad bootmessages18:20
TeXnicerlike in pata and /grub/menu.lst   ... any clue -- or at least where to look?18:21
TeXnicermjg59: Where might be the right place to ask or lookup?18:22
TeXnicerBTW: Where can I push forward the translation-programm (german)?18:23
_MMA_TeXnicer: #ubuntu #ubuntu-forums or the Ubuntu Forums themselves.18:24
_MMA_Sorry, #ubuntuforums18:24
TeXnicermma just got forwarded? LOL18:24
TeXnicerubuntu-forums18:24
TeXnicerThx! 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:26
TeXnicerhardware seems to be okay under 6.1018:30
TeXniceri try in -forums now, thx&bye!18:30
=== pbn_ is now known as pbn
=== Ubulette_ is now known as Ubulette
bSONhi19:21
bSON(05:31:11 PM) denisw: where does apport save the apps for which it shouldn't show any bug reporting dialogs for?19:21
bSONoops, yeah the question is copy-pasted here ;)19:21
=== 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
geserpitti: it looks like pkg-create-dbgsym got broken, all builds fail with "dpkg-gencontrol: failure: cannot read -: No such file or directory20:28
geserError: parsed ddeb section or priority is empty20:28
gesermake: *** [binary-arch] Error 1"20:28
gesere.g. http://launchpadlibrarian.net/11875738/buildlog_ubuntu-hardy-amd64.netpbm-free_2%3A10.0-11.1_FAILEDTOBUILD.txt.gz20:29
seb128are the LANG and LANGUAGE formats described somewhere?20:33
slangasekebman 7 locale?20:34
slangasekseb128: man 7 locale?20:34
seb128slangasek: no LANG or LANGUAGE there on my hardy20:43
seb128ups20:43
seb128no, no description or what they contain20:43
slangasekhmm, ok20:43
seb128slangasek: the issue is20:43
seb128$ cat /etc/default/locale20:44
seb128LANG="fr_FR.UTF-8"20:44
seb128LANGUAGE="fr_FR:fr:en_GB:en"20:44
seb128or gdm use LANGUAGE20:44
seb128and complains about fr_FR not being a valid locale20:44
seb128which is right20:44
slangasekhmm20:44
seb128and 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:etc20:44
slangasekLANGUAGE isn't supposed to be a list of locales, but a list of languages20:44
slangasekbut it's a GNU extension, I don't know where it's documented20:45
seb128is that written somewhere?20:45
seb128hum, k20:45
gesersoren: the new dpkg seems to cause many FTBFS on the buildds21:02
LaserJockpitti: any ETA on when the gutsy lang packs in PPA will make it to -updates?21:03
slangasekgeser: 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:06
seb128slangasek: the build log he pointed before has the new dpkg installed21:09
seb128slangasek: and looks like a pkg-create-dbgsym issue, likely created by the dpkg changes21:10
slangasekseb128: but so does an older, successful build log from earlier21:10
slangaseker, oh21:11
slangasekno, now I see the new dpkg, n/m :)21:11
geserslangasek: dpkg 1.14.16ubuntu1 got uploaded 3 hours ago21:13
geserslangasek: 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 i38621:16
slangasekgeser: yes, I was evidently looking at stale archive state and thought dpkg was last uploaded mid-January21:31
sorenArgh, fuck.21:53
sorenslangasek: Got a plan?21:53
sorenslangasek: Any idea what the problem is?21:54
slangaseksoren: no clue at this point21:54
seb128soren: perfect timing, just when the new GNOME is being uploaded ;-)21:54
slangasekI was hoping you had a better idea, since you'd done the merge ;)21:54
sorenslangasek: No, I'll look into it right away.21:55
torkelseb128: re LANGUAGE see http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories21:55
sorenslangasek: Does everything fail?21:56
slangaseksoren: 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:56
sorenslangasek: Me neither.21:57
sorenNo, some things work.21:57
sorenI'm looking at a pure arch:all package that built just fine.21:58
sorenhttp://launchpadlibrarian.net/11876766/buildlog_ubuntu-hardy-i386.kqemu_1.3.0%7Epre11-8_FULLYBUILT.txt.gz21:58
slangaseka pure arch: all package shouldn't have pkg-create-dbgsyms try to do anything significant though :)21:58
sorenIf I don't have pkg-craete-dbgsyms locally everything works, yes.22:00
sorenThat explains why I didn't see it while testing.22:00
gesersoren: 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:02
seb128torkel: thanks22:04
sorengeser: Erk, yes, that doesn't look too well.22:04
slangaseksoren: 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
sorenslangasek: I'm trying to figure that out.22:05
slangasekok :)22:05
sorenThe only changes I made to dpkg-genchanges are about Launchad-Bugs-Fixed magic.22:07
sorenAt least that was the intent.22:07
soren:)22:07
gesersoren: 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 new22:07
sorengeser: Lovely, thanks for looking that up! That's likely to have saved me quite a bit of head ache :)22:08
slangaseksoren: right; it's dpkg 1.14.16.6 that has the sweeping changes to dpkg-gencontrol22:08
sorenpitti: around?22:08
=== RzR is now known as rZr
* soren boggles at the fact that there's logic in pkg-create-dbgsym for debhelper compat level 122:11
sorenAh... I've got a good guess as to what's going on..22:12
sorenEr...22:17
sorenI'm no perl guru, but isn't the third argumennt to open supposed to be the flags?22:17
sorenFrom the new dpkg: open(CDATA, "<", $file)22:17
sorenKaboom!22:17
sorenThe old dpkg:22:18
soren    open(CDATA, "< $controlfile") ||22:18
blueyedsoren: maybe open(CDATA, "<".$file) was intended (but no perl guru either)22:20
sorenThat would probably work, too. I've change it to "< $file".22:21
slangaseksoren: 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 well22:21
slangasek"In the 2-arguments (and 1-argument) form opening ’-’ opens STDIN and opening '>-' opens STDOUT." perlfunc(1)22:21
slangasekand if you use the comma, you obviously aren't using the 2-argument form, so. :)22:22
sorenslangasek: How do we fix this?22:22
slangaseksoren: I think the fix you just described would be correct22:22
sorenslangasek: If I just upload the new one, it'll fail to build.22:22
slangasekwill it? are there dbgsym packages built from dpkg?22:22
sorenSure.22:22
sorenOnly dpkg-dev is arch:all.22:23
slangasekwell, upload the fix all the same, and then we can beg a manual bootstrapping from a buildd admin22:23
geserI've tested the new dpkg-dev with the old /usr/bin/dpkg-genchanges but still the same error22:23
sorengeser: YEs, it's in $PERL/Dpkg/Control.pm22:23
sorenslangasek: Yeah.22:23
sorenlamont: Around?22:23
lamontyeah22:23
lamontin this channel anyway. :-)22:24
sorenAre you following this, or should I fill you in?22:24
lamontsoren: --> infinity22:24
sorenAlright.22:24
soreninfinity: Are you following this?22:24
soreninfinity: New dpkg broke the world. A new upload of dpkg will just ftbfs, so I need manual intervention.22:25
gesersoren: iirc there is an option to disable the package mangling, or will it failed for other reasons?22:26
sorenNO_PKG_MANGE will certainly fix it.22:27
sorenNO_PKG_MANGLE, even.22:28
=== nenolod_ is now known as nenolod
sorenslangasek: 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:28
slangaseksoren: oh, sure, go for it22:31
sorenWill do.22:31
seb128soren: right I would do that22:34
sorenI'm on it.22:35
soreninfinity: Never mind :)22:36
* soren uploads22:42
* seb128 hugs soren22:42
sorendebian bug 46534022:49
ubotuDebian bug 465340 in dpkg "dpkg: Broken call to open in Dpkg/Control.pm" [Important,Open] http://bugs.debian.org/46534022:49
sorenI hope "important" is an appropriate severity. I wasn't sure.22:54
xivulonTheMuso, re accessibility wanted to show current wubi dialog22:58
TheMusoxivulon: right22:58
xivulonthis is the current version22:59
xivulonhttp://img123.imageshack.us/img123/4568/screenshotwubisetupld0.png22:59
xivulonbut I am not too pleased with it22:59
xivulonas mentioned in the email, wouldn't it be better if the accessibility and mobility options were not mutually exclusive?22:59
TheMusoxivulon: 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
xivulonthat would translate to all checkbox in the dialog (without "None" option)23:00
TheMusoxivulon: 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
TheMusoAnd, for many of them, it doesn't make sense. One would either want one, or the other.23:01
sorenEr.... I'm not getting an ACCEPT mail..23:01
seb128soren: maybe elmo did something again23:04
xivulonTheMuso, I am no expert, but I would expect that someone might want both visibility and keyboard-modifiers23:04
xivulonor magnifier + screen reader23:04
seb128soren: I didn't get accepted mail either for my gnome-desktop upload23:04
sorenseb128: What did you do? Reupload?23:05
TheMusoxivulon: 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:05
seb128soren: no, the gnome-desktop upload was from 15 minutes ago or so23:06
sorenseb128: Oh, ok.23:06
seb128soren: but the uploads were not processed this morning neither, some people asked on IRC and elmo fixed it23:06
sorenHrm..23:06
evandTheMuso: cjwatson recently added checkbox support to isolinux, so yes, it is possible.23:06
xivuloncasper-bottom can probably take multiple arguments not sure about gfx interface23:06
sorenelmo: 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
TheMusoevand: 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
TheMusoxivulon: 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
evandTheMuso: the casper code works with multiple a11y arguments alreayd.23:07
evandalready*23:07
TheMusoevand: Are you sure?23:07
evandTheMuso: yes, it processes every /proc/cmdline option.23:08
xivuloncan we the have boot parameters such as accessibility_v1 accessibility_m2 accessibility_braille23:09
TheMusoevand: 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
evandTheMuso: ah, indeed23:09
evandxivulon: what's wrong with the way they're currently implemented?23:10
TheMusoevand: Heh I was the original author of that file back in 2006.23:10
TheMusoIt has since undergone way too many changes to keep track of. :p23:10
evandTheMuso: heh, indeed :)23:11
gesersoren: luckily today is not friday, usually such things are reserved for fridays23:11
xivulonevand, IIRC now it sets a single variable23:12
* xivulon looking at code23:13
xivulonno it does not23:13
evandindeed, it should work fine as is23:14
xivuloncurrent implementation is fine, other than the caveat from TheMuso23:14
* TheMuso looks at the code again.23:14
evandindeed, I was just going to say23:14
evandTheMuso: be sure to look at the copy from bzr23:14
TheMusoevand: Yeah I saw your upload.23:14
evandI have changes in there that haven't made it to the archive yet23:14
evandok23:14
TheMusoI just pulled the latest changes.23:14
evandfantastic23:14
* TheMuso goes to scour the code now.23:15
sorenAw, shame on me for not passing proper -vstuff to dpkg-genchanges when merging dpkg.23:16
TheMusoevand: Any reason why you used orca-customizations.py, and not the standard user-settings.py file?23:18
evandTheMuso:23:20
evandwhoops23:20
evandTheMuso: "Generated by orca. DO NOT EDIT THIS FILE!!!"23:21
TheMusoFair enough.23:21
evandorca-customizations.py seems to be the proper place for such things23:21
TheMusoevand: It also seems that for the magnifier and braille profiles, you've enabled speech when speech is not needed.23:22
TheMusos/needed/wanted/23:22
elmoseb128/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 working23:24
evandTheMuso: I think I just did a simple sed, let me check though.23:25
seb128elmo: ok, sorry, I though you might have been working on the same thing that this morning23:25
xivulonbetter http://img405.imageshack.us/my.php?image=screenshotwubisetup1ka0.png23:25
TheMusoxivulon, 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:25
sorenelmo: Was that this morning or just now?23:26
elmosoren: this morning23:26
xivulonTheMuso in this case if both m1 and m2 are true we go with m223:26
xivulonI guess23:26
TheMusoxivulon: 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
sorenelmo: Ok. So cprov/bigjools?23:27
evandTheMuso: so I did, thanks for catching that.23:27
cjwatsonTheMuso: 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
cjwatsonTheMuso: but at the moment a menu can only be all-checkbox or all-radio, not a mix23:27
TheMusoevand: 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
TheMusocjwatson: Right I thought as much.23:27
evandTheMuso: will do23:28
cjwatsonso from what you were saying from the time being we might be better off staying with what we have23:28
TheMusocjwatson: I totally agree. It also makes things harder for those who can't see what they are doing.23:28
TheMusoAs there are more keys to press, with little to no feedback.23:28
xivulonTheMuso on my side I am ok http://img183.imageshack.us/my.php?image=screenshotwubisetup2mn9.png23:29
xivuloncjwatson have a look at the image above would like to stay close to cd interface23:29
xivulonso do we go back to all radio buttons?23:31
elmosoren: normally yes23:31
elmosoren: mthaddon's fixed it23:31
TheMusoxivulon: 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.23:32
=== jamesh__ is now known as jamesh
TheMusoAnd, that is actually something worth considering for the future.23:32
TheMusoAt the start of the next cycle, I'll see what the community has to say about that idea.23:33
sorenelmo: Excellent. Thanks very much.23:33
evandTheMuso: 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
xivulonlast http://img155.imageshack.us/my.php?image=screenshotwubisetup3kd3.png23:34
TheMusoevand: Sorry, I got confused, yes remove that, and the comment above it, thanks.23:35
evandwill do23:36
TheMusoxivulon: 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
TheMusoAnd get others with other screen readers to test it also.23:36
xivulonTheMuso, tonight wubi build will include that, but it won't work until the new ISO is up with grub-installer/lupin patches23:37
TheMusoxivulon: Right. Is all of that likely to land for hardy?23:38
xivulonShould be it'has been released already mostly23:38
TheMusoxivulon: Ok.23:38
xivulonBut I am not the one in charge...23:38
TheMusoxivulon: Ok I understand.23:39
TheMusocjwatson: 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:41
xivulonTheMuso, last build with accessibility page: http://wubi-installer.org/devel/minefield/Wubi-8.04-alpha-rev411.exe23:52
TheMusoxivulon: Ok thanks. I'll have a look when I get a chance.23:53
cjwatsonTheMuso: 1) sounds good, coordinate with evand 2) if you have time, absolutely23:53
cjwatsonalthough I'm not sure how dmraid works with regard to the initramfs23:53
TheMusocjwatson: Well I'll have a look at the code at least.23:53

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!