[00:00] tjaalton: I don't find 385 in /usr/share/X11/xkb/keycodes/evdev either...? [00:00] slangasek: XF86WLAN -> -> keycode 238 [00:00] slangasek: you can find 238 in /usr/include/linux/input.h [00:01] tjaalton: and where does the 385 /come/ from? [00:01] ie. KEY_WLAN [00:01] the scancode isn't 385, the scancode is 0xe016 [00:01] slangasek: the module, X can't handle keycodes >255 [00:01] e016:wlan [00:01] what does that fdi line do? [00:01] beats me :) [00:01] I understood that it maps the e016 scancode to the "wlan" keycode [00:02] but I don't see where wlan == 385 [00:02] hmm, there's also KEY_RADIO [00:02] slangasek, are you using intrepid-proposed (or jaunty for that matter)? [00:03] intrepid-proposed, yes [00:03] slangasek: how does e016 map to hex? [00:03] slangasek, okay just wanted to make sure you had all the right bits in place. XF86WLAN probably wasn't available until my upload of a few of the hotkey things to proposed [00:04] tjaalton: do you mean decimal? [00:04] superm1: oh - I haven't pulled from -proposed at all this week :) [00:04] slangasek: input.h has only <255 in decimal, rest is in hex [00:04] tjaalton: well, e016 is a hex number, so I'm not sure what you mean by "map to hex" :) [00:05] slangasek, you might want to make sure you've got the handful of my stuff from last week then. libx11-data, xkeyboard-config particularly [00:05] slangasek: heh, ok.. different format then :) [00:05] otherwise you'll have some possibly unexpected behaviors [00:06] e016 == 57366 (dec) [00:09] pitti: If you're doing archive administration stuff today, some virt-viewer love would be much appreciated. [00:12] pitti: It's just binary new, if it matters. [00:13] soren: Why does the virt-viewer binary only provide /usr/share/doc stuff? [00:13] StevenK: You're kidding, right? [00:13] Nope [00:13] soren: Where are you, I'll show you? [00:14] Weirdness. I'm using it *right* now. [00:15] dpkg -c ? [00:15] StevenK: Err... You're right. [00:15] soren: probably not today; sort of busy... [00:15] in a chroot, how do I disable calling of sysvinit scripts? [00:15] I've seen pbuilders do this [00:15] * soren glances at his build environment, rather puzzled. [00:15] soren: Shall I REJECT it, then? [00:16] StevenK: That would probably be best :) [00:16] pitti: Do I need to mail when I reject binary packages in NEW? [00:16] jdong: man invoke-rc.d and look for policy-rc.d [00:16] jdong: /usr/share/doc/sysv-rc/README.policy-rc.d.gz [00:17] pitti: cool, just what I needed, thanks! [00:17] superm1: is the missing_inet_keys patch sent upstream? [00:18] tjaalton, i've sent everything i put in proposed upstream yes [00:18] superm1: ok, svu is just slow then :) [00:18] tjaalton, i forget which patch it was, but i know at least one package they wanted to wait for other parts to play catch up before they added it [00:19] tjaalton, so they were going to add it in jan or feb for "distributions to catch up" [00:19] superm1: ok, probably after xlib 1.2 is released [00:19] StevenK: https://wiki.ubuntu.com/Hotkeys now with gfx === sabdfl1 is now known as sabdfl [00:20] Hmm.... The plot thickens... I just rebuilt, and it's still builds correctly here. [00:20] s/'s// [00:20] soren: Read the build log? [00:21] Did that.. [00:21] Oh.. [00:21] Heheh... [00:21] *blush* [00:22] Now you can explain :-P [00:22] Apparantly, trying to weed out diff from Makefile.in updates by doing -i(foo|bar|\.in|baz) isn't such a hot idea. Hint: virt-viewer.install is also matched by that regex. :( [00:24] So the .install files got left out of the diff.gz. -> fail [00:26] I suppose "Don't be an idiot" isn't an appropriate changelog entry. [00:26] sure it is [00:26] if you're writing it about yourself ;) [00:26] last i checked, self-depreciation is not against the CoC. [00:27] exactly. [00:27] be respectful TO OTHERS :) [00:27] !jdong [00:27] jdong: yes, but you're FULL OF CRACK! [00:27] except maybe you ;) [00:27] :) [00:28] and nixternal [00:28] if self-depreciation was against the CoC, bddebian would've never been a MOTU [00:28] soren: virt-viewer REJECTed [00:28] azeem: lol!! [00:28] quit making fun of me! [00:29] Hey [00:29] superm1: I installed everything from intrepid-proposed, restarted X; I still get keycode 385 [00:29] He's not, azeem hates me [00:29] superm1: should I have restarted hal first before restarting X? [00:29] StevenK: Thanks very much. Apologies for the wasted time. [00:29] hating is against the CoC [00:29] soren: You owe me a beer :-P [00:29] slangasek: I get the same with jaunty, so those changes can't make a difference here [00:29] tjaalton: heh, ok [00:29] well, I still can't figure out where 385 comes from [00:30] StevenK: Can you just get it from jcastro? I don't think I could drink all the ones he says he owes me anyway. [00:30] soren: :-P [00:31] the beer economy [00:32] microbrewpayments [00:32] I'm sure jorge is looking for a bailout [00:33] "dude, I gave away all my beer, the economy would be ruined if I ran out!" [00:34] slangasek: woo, 385 == 0x181 (hex) -> KEY_RADIO [00:34] tjaalton: ok, where did you find that? [00:35] apparently this debugging document is going to be a bit longer than I expected ;) [00:35] slangasek: input.h. now, thinkpad_acpi.c has KEY_WLAN instead [00:35] it has KEY_WLAN declared to the same value? [00:36] it only has a map of KEY_*, no mappings [00:36] uhm, does that make any sense [00:36] no :-) === sabdfl1 is now known as sabdfl [00:37] line ~2034 [00:37] drivers/misc/thinkpad_acpi.c [00:38] so, it maps scancodes [00:39] to keycodes [00:39] mumble mumble kernel [00:40] yummy, kernel === VerticalAsymptot is now known as Guest40619 [00:41] tjaalton: so, KEY_WLAN is supposed to be defined to 238? [00:41] and if I quirk the kernel keymap to output that, we should be golden? [00:42] slangasek: yes, pretty much [00:43] ok, then I was in the right file before and just needed to flesh it out :) [00:43] because the fdi file doesn't match my model [00:43] so you'll quirk in the fdi file? [00:43] at least for testing, yes [00:44] doko: gcc-4.3 is still busticated on powerpc, fwiw. [00:44] slangasek: cool, throw the patch to me so I can verify [00:45] infinity: yep, seen. maybe ask munckfish about it? won't fix it this week [00:46] doko: Mmkay. Wasn't all that distressed about it, just making sure you noticed. [00:46] kirkland, i think it's needed still in the postinst too. it's not doing the right thing for me on fresh installs at all [00:47] tjaalton: /usr/share/hal/fdi/information/10freedesktop/30-keymap-module-thinkpad-acpi.fdi : 0x04:radio [00:47] tjaalton: patch == fix that :) [00:47] (both instances) [00:48] slangasek: humm, ok, but actually, my lshal actually has that already :) [00:49] tjaalton: by "fix that", I mean "replace radio with wlan" [00:49] since radio == KEY_RADIO == FAIL [00:49] ahh, right [00:49] isn't KEY_RADIO really what should be providing such functionality though? [00:49] we'll see in a minute :) [00:51] does anyone know of a 'reduce a list of packages down as far as possible' in terms of 'if you have foo and bar and foo depends on bar, only list foo' [00:52] a script/program to do so [00:56] slangasek: ok, now xev shows XF86WLAN, but nothing happens :) [00:57] but if it really should be KEY_RADIO, then there needs to be some daemon to listen to it, and X shouldn't care [01:02] elmo: Isn't that sort of what deborphan does? [01:02] elmo: If "have" == "is installed" anyway. [01:04] elmo: "aptitude install '!~M'" can sort of do that, but it usually tends to be overly inclusive [01:08] please P-A-S acpica-unix on armel. Thanks! [01:41] tjaalton: correct - there's no action implemented for XF86Wlan, AFAIK :-) [01:41] hmm, we did discuss that hal should be listening for this rather than current X, didn't we [01:43] so actually, we can revert that one, can't we [02:38] slangasek: right, some keys are best handled elsewhere [03:19] what does does it mean for a bug to be triaged? [03:19] is it determined to be of high or low importance? [03:19] raylu: No, it means that it has enough information for a developer to work on fixing it. [03:20] raylu: https://wiki.ubuntu.com/Bugs/Status [03:23] ScottK-laptop: thanks [03:34] how are all the files for these two bugs generated? [03:35] https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/270271 [03:35] Launchpad bug 270271 in evolution "evolution crashed with SIGSEGV in g_signal_emit_valist()" [Medium,Fix committed] [03:35] https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/247480 [03:35] Launchpad bug 247480 in evolution "evolution crashed with SIGSEGV in e_cal_menu_target_new_select()" [Medium,Confirmed] [03:35] i'm getting something similar and i'm about to report it, but i'm wondering where all those other files came from [03:40] Those reports were generated automatically using apport. [03:40] https://wiki.ubuntu.com/Apport [03:57] ah, impressive [04:06] Any backporters who could ACK 301283 or 305001 ? [04:06] Oh, fine. LP #301283 or LP #305001 [04:06] Launchpad bug 301283 in hardy-backports "Please backport schroot 1.2.0-1 from Intrepid to Hardy" [Undecided,New] https://launchpad.net/bugs/301283 [04:06] Launchpad bug 305001 in hardy-backports "Please backport sqlalchemy 0.4.8 from Jaunty to Hardy" [Undecided,New] https://launchpad.net/bugs/305001 [04:06] There we go === ScottK-laptop is now known as ScottK2 === ScottK2 is now known as ScottK-laptop [06:49] Hello... If I run setupcon on tty1, the console fonts display fine. If I switch to tty2 and then back to tty1, the fonts are broken. Could this be due to nvidia proprietary driver not saving/restoring correctly the vga state in my laptop? Where can I report this? [06:53] And another, similar one: while installing Ubuntu (any version so far), if I select Greek language anywhere, I get the "Uni1" font in /etc/default/console-setup, which doesn't containt Greek characters. It should be either Uni2 or Greek. Should I report this under console-setup, or under the installer? === alkisg1 is now known as alkisg [09:09] directhex: xfce4 uploads still need to be ordered. === DrKranz is now known as DktrKranz === Zic_ is now known as Zic [13:29] hi [13:30] where can I set the name of the automatic ubuntu grub installation entry in the menu.lst on the livecd. So that it shows something different in the autoinstalled grub after installation ? Is there a config file for it somewhere ? === dickydoo2 is now known as WelshDragon === freeflyi1g is now known as freeflying [14:47] has anyone come across a bug where gvfs endlessly asks for passwords when connecting to a samba share [14:54] vorian: lemonpos has a conflicting manpage with another package (squeeze). (I asked you as seems you wrote the manpage) [14:54] what do you think it's better? renaming the manpage could be enough? === WelshDragon is now known as Guest10435 [15:02] gaspa: let me look at iy when i get home [15:03] vorian: ok. ;) === nhandler_ is now known as nhandler === ScriptRipper_ is now known as ScriptRipper [17:24] What's the next step on trying to get an SRU for LP #216761? [17:24] Launchpad bug 216761 in xen-3.2 "errors in xendomains init script" [Undecided,Confirmed] https://launchpad.net/bugs/216761 [17:24] Someone commented that it should be assigned to the maintainer, but the maintainer of xen-utils-3.2 is "Ubuntu Core Developers" [17:24] And the SRU wiki page says that the fix should be in the dev release, but the xen-utils-3.2 package dead-ended in Hardy [17:25] Do I need to get the fix into xen-utils-3.3 before I can get it into -3.2? [17:30] ebroder: it needs to be fixed in Jaunty first, then it can be fixed in the stable releases [17:31] ebroder: also note that those packages are in main, so you should subscribe ubuntu-sru instead of motu-sru [17:31] pochu: But xen-utils-3.2 isn't in Jaunty [17:31] ebroder: oh, true [17:31] And xen-utils-3.2 is in universe... [17:31] but the source is in main, so it's up to ubuntu-sru [17:32] Oh, huh. Ok [17:32] ebroder: so I'd say, fix it in jaunty for xen-3.3 (in case it needs fixing), then go for the stable releases [17:32] Is it useful for me to upload a debdiff that's the attached patch + a changelog entry? [17:33] sure thing [17:33] ebroder: if you do so, subscribe ubuntu-main-sponsors too [17:33] Ok [17:33] !sponsorship [17:33] Sorry, I don't know anything about sponsorship [17:34] https://wiki.ubuntu.com/SponsorshipProcess [17:34] which basically says you need to attach patches in launchpad and subscribe ubuntu-{main,universe}-sponsors as appropriate === Guest10435 is now known as WelshDragon [20:24] why was the font viewer removed from ubuntu 8.10? === bureflux is now known as afflux === hyperair1 is now known as hyperair === jscinoz_ is now known as jscinoz === nhandler_ is now known as nhandler === jscinoz_ is now known as jscinoz