[12:31] so you actually wait till nothing happens anymore ... then you turn off and on and it associates ? e.g. goes to stage3 et al? [12:32] or does it start from stage 1 again, but this time goes through to stage 5? [12:32] asac: http://paste.stgraber.org/3291 [12:32] I receive an associated event after switch rfkill back on [12:33] then it continues at stage 2 [12:33] yes great [12:33] i see it [12:33] why the hell goes all usb down? [12:33] my kill switch also kills my bluetooth card which is USB :) === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel [12:34] stgraber: apparently it doesn't resent the associated event if you set the same essid again [12:34] stgraber: ah ok [12:35] stgraber: ok when you hang at stage 2 [12:36] does setting essid to "" trigger the association even again? [12:36] stgraber: or better ... set to a not existing one ... then set the right onw again [12:36] maybe it just continues [12:42] setting to not existing works [12:43] setting to "" doesn't change the essid (iwconfig still shows the same) [12:44] when setting to a not existing one, I see a "disassociated event", then a "associated event" and it connects correctly [12:44] so the main problem is that NM try to deassociate using essid "", which in fact doesn't deassociate :) [12:48] stgraber: i look at the driver code now ... i am not really adept in kernel code [12:48] but from what i read it skips reassociation when essid is changed :/ in case you are already associated === jetscreamer [n=jetscrea@unaffiliated/jetscreamer] has joined #ubuntu-devel [12:49] stgraber: yeah we should probably set to no-existing instead of any/off [12:50] stgraber: i don't really understand the logic in this driver code [12:51] IPW_DEBUG_ASSOC("[re] association triggered due to BSSID change.\n"); [12:51] if (!ipw_disassociate(priv)) [12:51] ipw_associate(priv); [12:51] ipw_disassociate returns 0 iif you are currently not associated/associating [12:52] for me it looks like it should just be ipw_disassociate(priv); ipw_associate(priv); [12:52] without if [12:53] further it treats any in the same way as off ... in both cases it runs ipw_associate [12:53] imo it shouldn#t do that for off [12:54] only for any [12:54] stgraber: wanna try to patch those two places? [12:54] if you have an easy way to rebuild the driver yes [12:55] easy way? [12:55] does building modules fail for you? [12:56] stgraber: have you tried to build the sources from upstream site? [12:56] yes [12:56] and had some problem with the ieee80211 thing [12:57] stgraber: why do you need that? don't we have that installed/build already? === Scrampy [n=mramazin@c58-109-96-214.eburwd4.vic.optusnet.com.au] has joined #ubuntu-devel [12:59] asac: what cmd do you use to build upstream ipw3945 ? [01:00] a simple "make" complains about duplicate ieee80211 thing === jamesh [n=james@canonical/launchpad/jamesh] has joined #ubuntu-devel [01:05] stgraber: make IEEE80211_IGNORE_DUPLICATE=y SHELL=bash [01:05] that builds for me at least [01:06] stgraber: make IEEE80211_IGNORE_DUPLICATE=y SHELL=/bin/bash [01:08] stgraber: maybe try unmodified 1.2.2 first5 [01:08] if that work we can test things === doko_ [n=doko@dslb-088-073-116-100.pools.arcor-ip.net] has joined #ubuntu-devel [01:11] asac: http://paste.stgraber.org/3292 === Pici [n=Pici@ool-4355be00.dyn.optonline.net] has joined #ubuntu-devel [01:13] hmm [01:13] ok [01:13] try to: apt-get install ieee80211-source module-assistant [01:13] then [01:13] sudo module-assistant prepare [01:13] sudo module-assistant unpack ieee80211-source [01:14] after that it should ubild [01:17] asac: looks like the ieee80211-source isn't complete, net/ieee80211_radiotap.h is missing === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel [01:20] stgraber: what did you do? [01:21] for me it just builds [01:21] did you try to tweak the INC variable? i didn't need that [01:22] I had to as module-assistant extract to /usr/src/module and ipw3945 looks for /usr/src/ieee80211 [01:22] stgraber: did you run module-assistant prepare? [01:22] yes [01:23] stgraber: for me the headers are found ... they are from the unpacked sources (now that i look at it) ... but are in kernel headers directory [01:23] stgraber: but prepare should have installed the headers for you? [01:24] stgraber: http://paste.stgraber.org/3293 [01:25] stgraber: http://paste.stgraber.org/3294 [01:26] bye === J-Unit [n=jdong@sharkattack.media.mit.edu] has joined #ubuntu-devel === J-Unit [n=jdong@sharkattack.media.mit.edu] has left #ubuntu-devel ["L] [01:30] asac: I have the same result for the find cmd ... [01:33] does the make command print the same? [01:33] and you really run: make IEEE80211_IGNORE_DUPLICATE=y SHELL=/bin/bash [01:33] thats strange [01:34] yes === Kmos_ [n=gothicx@249-130.dial.nortenet.pt] has joined #ubuntu-devel [01:34] you must have someelse messed up ... /usr/src/linux link exists? [01:34] /usr/src/linux-headers-2.6.22-10-generic as well? [01:35] linux -> linux-headers-2.6.22-10-generic [01:37] stgraber: make IEEE80211_IGNORE_DUPLICATE=y SHELL=/bin/bash IEEE80211_INC=/lib/modules/2.6.22-10-generic/build/include/ [01:39] same [01:40] then i can't tell ... maybe you are not up-to-date or something [01:44] stgraber: maybe you added some links when you tried to do ieee8... stuff manually in the past? [01:44] asac: I'm downloading the complete source tree, maybe it'll find the required bits here :) [01:44] stgraber: i doubt that its the required bits [01:44] your system has something wierd :) [01:45] I reinstalled all 2.6.22-10 packages this morning after trying to manually build ipw3945 so my system should be clean [01:46] stgraber: strace -eopen -f make IEEE80211_IGNORE_DUPLICATE=y SHELL=/bin/bash &> /tmp/out [01:46] please post it [01:46] http://paste.stgraber.org/3295 [01:46] stgraber: better: strace -eopen -f make IEEE80211_IGNORE_DUPLICATE=y SHELL=/bin/bash 2>&1 | grep ieee8 > /tmp/out [01:47] ok [01:47] ok [01:47] compiled (using linux-source) [01:47] stgraber: does /lib/modules/2.6.22-10-generic/build/include/net/ieee80211.h exist? [01:48] stgraber: well please install generic kernel [01:48] to test [01:49] that's -generic, I just did : apt-get source linux-image-2.6.22-10-generic and used that as IEEE80211_INC and worked [01:49] ieee80211.h doesn't exist [01:51] anyway, I can now make the module so that should be good (even if I normally wouldn't have had to download the ubuntu kernel source package) === IntuitiveNipple [n=TJ@alexandros.tjworld.net] has joined #ubuntu-devel [01:53] stgraber: ok so wait a sec [01:54] stgraber: http://paste.stgraber.org/3296 [01:54] try that patch [01:54] DISCLAIMER: i don't know what i do ;) [01:55] 2 out of 2 hunks FAILED -- saving rejects to file ipw3945.c.rej [01:57] on clean upstream ipw3945-1.2.2 === pbn [i=pbn@wopr.geekshells.org] has joined #ubuntu-devel [01:58] can you edit it manualyl that way? [01:58] yes === LaserJock looks a backscrool [01:58] stgraber: good [01:58] it's all asac and stgraber for 3 hrs [01:59] LaserJock: yeah ... apparently everyone else have their issues sorted out already ;) [01:59] gutsy is perfect! let's go home [02:00] of course its perfect ... but still there are things that can be improved ;) [02:02] stgraber: the idea is that you receive an association event in case you set a new essid :) and that you don't try to associate if essid is set to off [02:02] module compiled, let's try to replace the current one :) === amitk_ [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-devel [02:04] asac: result with NM is still the same [02:05] (and no event received) [02:06] stgraber: please set iwconfig essid to off [02:06] and see if it still reassociates (e.g. nm stopped) [02:13] asac: exactly the same behaviour as before, off doesn't seem to make it deassociate at all === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-devel === Fujitsu wonders which package he should file a bug under about the keyboard accessibility stuff. [02:15] stgraber: how did you run iwconfig exactly? [02:15] iwconfig eth1 essid off [02:16] stgraber: in man they say that you should escape if you use the keywords [02:16] stgraber: iwconfig eth0 essid -- "ANY" [02:16] is one example === jgoss [n=josh@unaffiliated/jgoss] has joined #ubuntu-devel === astro76 [n=james@unaffiliated/astro76] has joined #ubuntu-devel [02:20] asac: well, if I do : iwconfig eth1 essid -- "off" it'll be the essid "off", not the action off [02:20] asac: so -- "off" will work, but "niofnbdiono" would have done the same :) [02:21] oh right ;) === jack_wyt [n=jack@124.64.107.4] has joined #ubuntu-devel [02:22] btw, why does "off" deassociate+associate, shouldn't it only deassociate ? [02:23] stgraber: well the patch i gave you should fix that [02:23] stgraber: current behaviour is any+off deassociate + associate [02:23] so i made this patch :) [02:23] did you apply it ;) ? [02:23] yes :) [02:24] hmm, right that's the first part of your script (didn't really read the code :)) [02:24] script :) [02:24] thats a .c file patch === whiprush_ [n=jorge@ethos.battleaxe.net] has left #ubuntu-devel [] [02:24] he, it's 2 o'clock :), yes it's C :) [02:25] stgraber: can you please try one more thing for today: build with CONFIG_IPW3945_DEBUG=1 [02:26] oh its already the default [02:27] yes, but I'd need the debug value to pass to the kernel module === alex-weej [n=alex@cpc2-darl3-0-0-cust237.midd.cable.ntl.com] has joined #ubuntu-devel [02:28] yes === mbiebl [n=michael@e180068034.adsl.alicedsl.de] has joined #ubuntu-devel [02:29] Hmm. Looking for guidelines on what's accepted in -updates [02:30] stgraber: try 0xffffffff or something [02:32] stgraber: i think its 0x1800 [02:32] that should be SCAN + ASSOC [02:32] tried with 0xffffffff and 8 (which is WX) and I have no output :( [02:33] how did you load? === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [02:34] stgraber: try echo 6144 > /sys/bus/pci/drivers/ipw3945/debug_level [02:38] I have some debug info with that, but nothing when doing the essid off [02:40] asac: when doing the essid off with debug being 6252 I see : Sep 2 02:39:21 laptop kernel: [52117.597673] ipw3945: U ipw_wx_set_essid Setting ESSID to ANY [02:40] wow [02:40] you have a bit more log for me? [02:42] http://paste.stgraber.org/3298 [02:42] ^ a bit :) [02:43] at least it's clear that NM sets the ESSID to ANY and then the driver try to associate [02:44] stgraber: well ... as you see off is any [02:44] (somehow) [02:44] you tried it manually right? [02:45] hmm, you are right that could well be OFF too as both shows ANY :) [02:46] last log line is a manual "iwconfig eth1 essid off" [02:46] i see in code that i touched AP code not essid [02:46] for essid its just zero length string [02:46] which means any [02:46] apparently wireless tools already does that [02:46] e.g. convert off to empty [02:47] stgraber: in that log you get an associated event [02:47] what kind of testrun was it? [02:47] just setting to off while nm was running? [02:47] it's what I get when loading the module with NM running [02:48] but not the complete log [02:48] so NM setting the device to OFF (-> ANY), then scanning for network and finally me doing the "iwconfig eth1 essid off" [02:48] well [02:49] yes ... stgraber this issue is not really my problem here ... my problem is that we don't get an associated event when setting essid explicitly [02:49] ok now that i see that we cannot differentiate between off and any we have to do try it the hard way [02:51] stgraber: have you tried that explicitly connecting in applet still doesn't work? [02:51] (i don't think it will ... but who knows) [02:53] stgraber: last try for today: http://paste.stgraber.org/3299 [02:55] stgraber: its in the ...set_essid method [02:55] and bascially reassociates explicitly when you set essid explicitly ... even though both are the same === jgoss_ [n=josh@unaffiliated/jgoss] has joined #ubuntu-devel === jgoss [n=josh@unaffiliated/jgoss] has joined #ubuntu-devel [03:02] stgraber: still there? === qnyc [n=james@unaffiliated/astro76] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === qnyc [n=james@unaffiliated/astro76] has joined #ubuntu-devel [03:05] asac: yes [03:05] asac: I was just testing [03:05] ok [03:06] have you tried the patch? ... to test just set the essid to the same value like you had before [03:06] it works better (I can now connect to an open wlan) [03:07] with that latest patch? [03:07] I just have some weird thing while switching from a WLAN to another [03:07] yes [03:07] ok [03:07] wait a second lets try something not so brutal [03:07] as you deassociate+associate, it first associate to the first network it finds, then switch to the right one [03:08] the other main problem is that it still associate with the first network it finds, even if it now lets you connect to it or to another that still cause a problem [03:08] ipw3945 seems not to scan networks the same way if it's associated or not === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel [03:09] for example, if it's associated with FON_BEVAIX which is my public WLAN, it will only find my WPA networks after 5 minutes or so :) [03:09] stgraber: http://paste.stgraber.org/3300 [03:09] e.g. replae the two lines we just had with the one line in that patch [03:09] I have the same behaviour with iwlist eth1 scan where I need to run it 5-6 times before I see all my networks [03:09] k [03:10] it should just send a assoc event ... without actually reassociating [03:10] stgraber: i thought your interface is always associated?? [03:11] (aeh not for nm of course) [03:12] asac: remember, it's always associated because NM first send this essid off, without NM it isn't [03:12] stgraber: actually i think its not right to call it directly [03:12] probably it should be queue_work(priv->workqueue, &priv->link_up); [03:12] hmm, build fails [03:13] /home/stgraber/Desktop/ipw3945-1.2.2/ipw3945.c:12249: warning: implicit declaration of function ipw_link_up [03:13] oh [03:13] yeah try what i said above then [03:13] warning makes it fail? [03:13] maybe better that way [03:13] queue_work(priv->workqueue, &priv->link_up); [03:17] yeah, I managed to do : Wired -> public -> WPA1 -> WPA2 [03:17] then it stalled? [03:17] then wanted to come back to public but NM had the bug I showed you before (got stuck at Stage 1) [03:17] e? [03:18] which bug do you refer to? ... ah the hang [03:18] hmm [03:18] yes [03:18] that should be something different then [03:18] stgraber: so what was the default kernel parameter used for no auto association? [03:19] parm: associate:auto associate when scanning (default 0 off) (int) [03:20] so currently, except that hang (which is more or less random) and the fact that it real slow to have a full list of network when associated, everything works fine :) [03:20] stgraber: auto? ... didn't you say its 0 ? [03:21] stgraber: i found the thing in code ... if associate there is an extra scan suspend_time [03:21] so it might be reasonable that you don't get lots of results ... especially since ipw appears to jump on the first wifi it sees ... and probably forgets about the scan results [03:24] that's a problem when the first wifi it sees is a public hotspot and your personal wifi is detected only after a couple of minutes :) [03:24] yeah we can look into that the next days [03:24] its probably driver specific [03:24] stgraber: can you try to not set to auto ? [03:24] (i wonder why we have that set to auto at all) [03:25] associate=0 by default so it doesn't auto-associate when scanning [03:25] ok [03:25] then thats a bug [03:26] the associate comes from NM doing the essid ANY/OFF [03:26] stgraber: we can try to fix that tomorrow === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel [03:26] i think i know how to make the driver to obey not to do that. [03:26] cool :) [03:27] well don't hope too much [03:27] :) [03:28] stgraber: imo when you have associate=0 ... then setting ANY/OFF should not associate [03:28] right? [03:28] yes, but that's not the current behaviour :) [03:28] yeah question is if thats the desired behaviour? [03:28] if so i see the place to add that [03:28] I don't see why off should associate at all ... [03:29] even with associate=1 [03:29] but i don't see a use case for auto association at all [03:29] stgraber: off doesn't exist [03:29] right :) [03:30] the difference is probably already eliminated on user-space in wireless-tools [03:30] though not really sure [03:31] ok, so basically if associate=0 then the driver should only deassociate not deassociate+associate [03:31] yes [03:31] so with associate=0 it means OFF [03:31] while with associate=1 it means ANY :) [03:31] no idea what that would break ;) [03:31] i think the only thing that wouldn't happen is that user gets initially connected to some random network [03:32] which might be nice for noops ... but on the other hand often not the right network anyway [03:32] which is current behaviour for most other drivers no ? [03:32] no idea ... i just got dragged into this driver thing ... [03:33] do they all get an assocaite paratmeter? [03:33] can you see that? [03:33] bcm43xx doesn't [03:34] and same for madwifi [03:34] stgraber: what parameters do those get? === djm999 [n=djm999@220.157.71.81] has joined #ubuntu-devel === djm999 [n=djm999@220.157.71.81] has left #ubuntu-devel ["Leaving"] [03:36] countrycode (for the channel limit I guess), outdoor (?), xchanmode (extanded channel mode), rfkill (enable rfkill), autocreate (autocreate if), ratectl, ath_debug for madwifi [03:37] stgraber: so how is the current behaviour? [03:37] locale (?), country (same as madwifi), noleds (disable led), fwpostfix (choose what firmware to load) [03:37] if you boot ... you still get an associated wifi next to your connected wired? [03:38] with bcm43xx and madwifi doing : iwconfig if essid off( or any) doesn't make the card to associate [03:38] ok so maybe its really just off for them [03:38] and ipw implemented just any :) [03:38] :) [03:38] well they tried to implement off ... but failed ;) [03:39] because they forget the associate config test when essid is set [03:39] and associate always [03:40] wow they even overwrite the associate parameter once you configured essid off/any [03:46] stgraber: last for real: http://paste.stgraber.org/3303 [03:54] asac: can you paste your .c somewhere so I'm sure mine is clean :) [03:57] does it fail? [03:57] i mean we were diverged from the beginning :) [03:58] stgraber: http://people.ubuntu.com/~asac/ipw3945.c [03:59] no idea if i edited something else at some point [03:59] (seemed like i did because you couldn't apply the patch) [04:00] stgraber: sorry i made a mistake :) [04:00] FATAL: Error inserting ipw3945 (/lib/modules/2.6.22-10-generic/ubuntu/wireless/ipw3945/ipw3945.ko): Unknown symbol in module, or unknown parameter (see dmesg) [04:00] oh, saw the mistake :) === Shely [n=Sea@60.20.62.49] has joined #ubuntu-devel [04:01] s/deassociate/disassociate/ [04:01] yes [04:01] stgraber: should work with that imo [04:02] stgraber: ok reuploaded the .c file (which compiles) ... but still no idea what else i edited at some point in there [04:03] good this one doesn't auto-associate, I can also connect to a network without any problem, but switching back to Wired, it associates with my Open wifi in the background [04:04] so problem is 50% solved :) [04:04] well, more 80% I'd say :) [04:04] hmm [04:04] ok [04:04] does it harm your ability to go back to wifi? [04:06] I'll try one more time but I think the only thing it'll cause is that it'll scan less frequently after you did : wired -> wifi -> wired [04:06] ok [04:07] argh, no, I can't go back to wifi :( [04:10] stgraber: well i would need a driver debug log then again :) [04:10] but maybe tomorrow [04:10] as usual, as it's already associated with the network it doesn't reassociate [04:10] so problem is half-solved :) [04:10] stgraber: don't you see an associated evnt in log? [04:11] (the output we added to network manager)? [04:11] when trying to go back? [04:11] yes :) [04:11] (which is strange ...) [04:11] you see it? [04:11] where does it hang? [04:11] maybe its again the other hang issue? [04:12] and next time you try it works longer? [04:12] Sep 2 04:09:40 laptop NetworkManager: SUP: sending command 'ENABLE_NETWORK 0' [04:12] e.g. you can go to wired/wifie more than once? [04:12] Sep 2 04:09:40 laptop NetworkManager: SUP: response was 'OK' [04:12] Sep 2 04:09:40 laptop NetworkManager: Activation (eth1) Stage 2 of 5 (Device Configure) complete. [04:12] Sep 2 04:09:40 laptop NetworkManager: wireless_event_helper - associated event [04:12] no it's not the hang issue as I can go back to wired with having to kill NM [04:13] what happens after that? [04:13] nothing till I switch back to wired === scott__ [n=scott@24-180-196-49.dhcp.aldl.mi.charter.com] has joined #ubuntu-devel === astro76 [n=james@unaffiliated/astro76] has joined #ubuntu-devel [04:14] stgraber: but no Activation (eth1) Stage 2 of 5 (Device Configure) successful. ? [04:14] before that? [04:15] asac: http://paste.stgraber.org/3304 [04:19] stgraber: ok i think the link_up is not enough then [04:19] with disassociate/assocaite instead of the queue_work( ... link_up) it should work i hope [04:20] but not today :) [04:20] night! [04:20] good night [04:20] and thanks for all the testing ! === jds663 [n=fff@c-76-22-137-36.hsd1.tn.comcast.net] has joined #ubuntu-devel [04:20] no problem [04:22] was Xgl made default in this last batch of updates and how the heck do I stop it from trying to load?!? It's way too slow for my card.. [04:22] the cpu load is at 100% xgl... and I have never run that xserver [04:24] No. It's in universe. We've never shipped it by default [04:26] this is strange after an update it's refusing to boot without it.. and ive even removed the package so now it just "stops" when i login and goes no further.. could this have been the kubuntu team? and where might I look to find out where it is executing this.. ive looked in kdmrc and several Xsession/X11 files... === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === deadchip is now known as nullptr === mayeco [n=mayeco@kubuntu-desktop.cpe.cableonda.net] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === j_ack [n=j_ack@p508D8D4C.dip0.t-ipconnect.de] has joined #ubuntu-devel === DShepherd [n=dwight@72.252.133.113] has joined #ubuntu-devel === Maczimus [n=Maczimus@ppp-70-249-153-4.dsl.rcsntx.swbell.net] has joined #ubuntu-devel === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel [05:46] Love Gutsy, was there a recent update that makes ATI cards work with the effects? === Maczimus [n=Maczimus@ppp-70-249-153-4.dsl.rcsntx.swbell.net] has left #ubuntu-devel ["Leaving"] === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-devel === sevrin [n=sevrin@ns1.clipsalportal.com] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === astro76 [n=james@unaffiliated/astro76] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Lure [n=lure@89-212-18-142.dynamic.dsl.t-2.net] has joined #ubuntu-devel === oldmanstan [n=glesica@128.177.28.13] has left #ubuntu-devel [] === rohith [n=rohith@59.92.152.39] has joined #ubuntu-devel [08:19] === zenrox [n=zenrox@pool-71-115-208-222.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #ubuntu-devel === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === ant30 [n=ant30@85.136.42.17.dyn.user.ono.com] has joined #ubuntu-devel === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-devel [09:56] asac: I've just built the ipw3945 driver with the latest ipw3945.c you've uploaded and it's almost perfect (deassociation works fine when setting any) === Hobbsee waves to stgraber [09:56] asac: the only problem is that if I do the following : wired -> public -> private1 -> private2 -> private1 -> public (failed and fallback to wired) [09:57] asac: so I can connect to an open network only if it's the first network I try to connect to, otherwise it doesn't even try to associate (iwconfig shows off/any) [09:57] hi Hobbsee === thekorn [n=thekorn@a89-182-134-68.net-htp.de] has joined #ubuntu-devel === dejv_ntb [n=david@ip4-83-240-15-146.cust.nbox.cz] has joined #ubuntu-devel [10:10] asac: http://paste.stgraber.org/3308 (log of first connect to open network (working)) [10:10] asac: http://paste.stgraber.org/3307 (log of switch from WPA to open network (not working)) === rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-devel === finalbeta [n=viper@d54C6865D.access.telenet.be] has joined #ubuntu-devel === blight [n=blight@droid.gotadsl.co.uk] has joined #ubuntu-devel === pygi [n=mario@83-131-80-51.adsl.net.t-com.hr] has joined #ubuntu-devel === dexem [n=dani@212.97.172.119.dyn.user.ono.com] has joined #ubuntu-devel === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel === IanC26 [n=IanC26@2002:908b:a5b3:4:216:6fff:fe39:ff6e] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === Gasten [n=Gasten@h52n9c1o1095.bredband.skanova.com] has joined #ubuntu-devel === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === blight [n=blight@droid.gotadsl.co.uk] has joined #ubuntu-devel === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-devel === didymo [n=ashley@CPE-61-9-197-223.static.nsw.bigpond.net.au] has joined #ubuntu-devel === macd [n=d@cl-151.ewr-01.us.sixxs.net] has joined #ubuntu-devel === superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel [12:01] infinity: Ping, re: libnss-db some more. And I have a question about a promotion. === norsetto [n=norsetto@87.18.239.119] has joined #ubuntu-devel === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel === norsetto [n=norsetto@87.18.239.119] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === duese [n=Ident@p5B03D7B9.dip.t-dialin.net] has joined #ubuntu-devel === ant30_ [n=ant30@85.136.35.228.dyn.user.ono.com] has joined #ubuntu-devel === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-devel === cassidy [n=cassidy@host-85-27-68-188.brutele.be] has joined #ubuntu-devel === jamiemcc [n=jamie@82-32-8-26.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu-devel === Seveas__ [n=seveas@seveas.demon.nl] has joined #ubuntu-devel === shiyee [n=Shiyee@0x50a16837.abnxx4.adsl-dhcp.tele.dk] has joined #ubuntu-devel [01:18] stgraber: i need the full driver logs [01:20] stgraber: and how about wired -> public -> wired -> public -> wired -> public ... i assume it doesn't work as well? [01:25] right [01:34] ok, I've the debug message, now let's try to have some interesting ones :) [01:36] asac: http://paste.stgraber.org/3311 [01:37] btw, it looks like a wpa_supplicant problem === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel [01:41] stgraber: i was off :/ [01:42] 13:33 < stgraber> ok, I've the debug message, now let's try to have some interesting ones :) === AlinuxOS [n=vsichi@host57-130-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-devel [01:42] 13:39 < asac> huh? [01:42] stgraber: if you have debug=0xffffffff === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel [01:42] then it should be interesting enough ;) [01:43] stgraber: ok i think i found the log on your paste server [01:44] 3311? [01:45] stgraber: hmmm that run is again a bit strange ... we see: [01:45] # [01:45] Sep 2 13:36:07 laptop NetworkManager: Error opening supplicant global control interface. [01:45] # [01:45] Sep 2 13:36:07 laptop NetworkManager: real_act_stage2_config(): Activation (eth1/wireless): couldn't connect to the supplicant. [01:45] we didn't see that before, right? [01:54] how can i check if a box is performing well? [01:55] stgraber: you know our workaround we did in nm to unset the essid in stage1? ... probably we don't want that anymore now. === sits [n=sits@cpc3-cwma2-0-0-cust739.swan.cable.ntl.com] has joined #ubuntu-devel [02:01] asac: right, I tried to disable the patch but after that I wasn't able to apply the wpa_supplicant patch anymore [02:03] jc-denton: #ubuntu for support, please see teh /topic [02:03] well [02:03] last time i asked there for something specific, nobody had a clue [02:03] here people know stuff.. [02:04] stgraber: ok will do it [02:04] jc-denton: run top, and look at the stuff off that. [02:04] heh [02:04] jc-denton: it still doesnt make it the right channel (it's nothing to do with ubuntu development), and it's also a weekend. [02:04] well i did that [02:05] "run well" is not very descriptive, either. [02:05] well i don't have anything running on the box [02:05] does a low load mean that it's running well? no runaway processes? [02:05] i tested disk io with hdparm [02:05] and it seems to work fine [02:05] but when i run apt-get install something [02:05] for example [02:05] "building dependency tree" takes some time [02:05] and it's a fresh install === ant30 [n=ant30@85.136.35.228.dyn.user.ono.com] has joined #ubuntu-devel [02:06] on my laptop it's much faster and i have many things installed [02:07] jc-denton: If you want help even though you're asking user questions in a development channel, you could at least have the decency to ask proper questions that we can actually answer. [02:07] .o0 ( hmm, I wonder if jc-denton can get answers here then maybe I should try too ) [02:08] lol [02:08] jc-denton: I jest I jest [02:08] sits: that's why we discourage such things [02:08] jc-denton: but people do go by convertion [02:08] jc-denton: With the information you've given, "you can check if someone has hammered on it with an axe" would be a possible response to "how can i check if a box is performing well? [02:08] sits: because people *do* do that [02:09] soren: *snorts with laughter* [02:09] (I really did have a question before you arrived but read the topic and thought.. Hmm better not) [02:09] well ok [02:09] soren: good thing i didnt have my water in my hand! [02:09] i checked disk io with hdparm [02:09] it seems fine [02:09] although hdparm says it supports only 16 bit for io [02:09] jc-denton: Well, when you run apt-get update on a machine from the early nineties, it takes some time. [02:09] sits: what's the quesiton, out of curiousity? we'll see if you can phrase yours better than jc-denton can [02:09] it's not that old [02:09] jc-denton: Oh. I didn't know. You didn't say. [02:10] IO_support = 0 (default 16-bit) [02:10] however if i run hdparm -tT speed seems to be resonable [02:10] jc-denton: Building dependency trees is not really an io-bound operation. [02:10] Hobbsee: is gnome-power-manager in Gutsy broken with regard to dbus? [02:11] Timing cached reads: 624 MB in 2.00 seconds = 311.73 MB/sec [02:11] Timing buffered disk reads: 172 MB in 3.01 seconds = 57.10 MB/sec [02:11] soren: cpu? [02:11] I have just tried compiling the python test example, fixing it because the example I had was old and then testing the gnome-inhibit applet while closing my laptop's lid [02:11] jc-denton: Yes. Does it have one? [02:12] celeron 2.6 ghz or so [02:12] jc-denton: those speeds are very high. Now here's a bit of advice before a flee in terror [02:12] sits: ah. got no idea, ask ogra on monday [02:12] jc-denton: It's quite possible that people in #ubuntu could actually answer your "question" if it had any information in it. [02:12] sits: (or wait for an update) [02:12] so building dependency tree is a cpu bound operation? [02:13] jc-denton: I'd check your CPU usage when you do update. I have used servers with a throughput lower than 311Mbyte/s [02:13] that's already a hint [02:13] jc-denton: Well, even with a 100 GHz machine it's not an instantaneous operation. [02:13] jc-denton: I would have thought so but this is easier for you check than me. Top will help you out. [02:13] humm [02:13] jc-denton: You may remember that all you've said is "it takes some time". [02:14] if I just couldn't stop myself then I would crack out oprofile and start looking at the performance stats that that produced couple with cachegrind runs [02:14] well on my laptop its less then a sec === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel [02:14] jc-denton: at a more basic level you can go on a syscall hunt by looking at the output produced by strace [02:14] jc-denton: That sounds nice. You have still not told us how long it takes on the machine that you think is having problems. [02:15] soren: heh. with this kind of thing, i'm not surprised that people whine about their questions in #ubuntu not being answered. [02:15] Hobbsee: Quite. [02:15] soren: how can i mesure that? [02:15] jc-denton: but the time it should take will be hard to pin down. You will need to do a lot of serious work to be able to answer that with any accuarcy [02:16] jc-denton: How did you measure it on your laptop? [02:16] err measure [02:16] just by looking [02:16] jc-denton: That sounds like a good starting point. Do that. [02:16] OK that's enough spam from me. [02:16] jc-denton: Dude.... [02:16] wait [02:17] Hobbsee: thanks for the advice - it's a bit busy in here for me so see you round! === sits [n=sits@cpc3-cwma2-0-0-cust739.swan.cable.ntl.com] has left #ubuntu-devel [] [02:17] jc-denton: I suggest you stop this, take your time to actually formulate a question with actual information in it, and then come back. [02:17] where 'come back' is to #ubuntu [02:17] jc-denton: So far, all you've given us is "'apt-get install' takes longer than I expect it to on a machine with a cpu and a harddrive in it. Why is that?" [02:18] jc-denton: With that amount of information, I might as well advice you to check if you're running it on 110 V rather than 230 V. [02:18] soren: "because someone smashed it with a hammer out of sheer frustration, due to the user's incompetence at asking questions" [02:18] jc-denton: I don't mean to be offensive. I'm just trying to make it very clear that you need to give us something to work with here. [02:19] jc-denton: you'll probably find http://www.sabi.co.uk/Notes/linuxHelpAsk.html helpful [02:19] aha [02:19] to stop wasting other people's time, and all... [02:19] Mr Blissex [02:19] ? [02:20] http://rafb.net/p/FSEmmu48.html [02:20] so can you have a look at this [02:21] soren: heh thx i didn't think about the power [02:22] jc-denton: that's a start. Some information about the differences between the two machines might be good, too. [02:22] how can i check the temperature of the cpu [02:22] jc-denton: now you're *really* getting back to #ubuntu type questions. [02:22] well then thx for first [02:23] the hint that building dependency tree is a cpu bound operation already gave me some hint [02:24] jc-denton: Ok, here's a list of info to gather so that you can ask again in #ubuntu and probably get an answer: Contents of /proc/cpuinfo, output from "uptime", those timings you already gave, output of "free". That's just about the minimum of information that is needed to even start helping you. [02:24] free is ok [02:25] No! [02:25] jc-denton: no, no. you take the list, then you ask #ubuntu. you dont ask us. === cassidy [n=cassidy@host-85-27-54-213.brutele.be] has joined #ubuntu-devel [02:25] lol sry [02:25] You can't just say "free is ok". If you want anyone to give you answers, you have to give them information! [02:25] i'll stop asking [02:26] Oh, also add the contents of /etc/apt/sources.list to the list of stuff to provide. [02:26] The *entire* contents, I might add. Not just the stuff you find interesting. [02:27] humm maybe [02:28] jc-denton: You need to understand that the answer probably lies in one of those pieces of information, but if *you* look at them individually, they probably will all look fine, but you have a problem don't you. So it might just be that you're misinterpreting stuff, and if there's something that's annoying, it's people asking for help, but refusing to give the information that makes it possible to help them. [02:28] i see [02:28] jc-denton: More information is *always [02:28] * better than less. [02:29] not always [02:29] if there is too much it's probably not good [02:29] but better a bit more then a bit too less [02:29] When asking for help, yes. [02:29] jc-denton: then people can sift through it. [02:29] i agree [02:30] In my 13 years in this business, I have only once or twice had someone give me too much information when I was supposed to help them. [02:31] oh dear. people, please stop filing crap bugs. [02:31] And by "too much" I mean "so much information that it became annoying trying to make sense of it". [02:32] Hobbsee: do you have a bug number, or is it just a general observation? :) [02:32] soren: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/136761 [02:32] Launchpad bug 136761 in firefox "Cannot open some website......" [Undecided,New] [02:32] It's not "too much information" when there's information that turns out not to be relevant to the problem. [02:32] soren: there was also one about how windows XP was much more automated and simple, and linux should be fixed to be like it, in this day and age...yada yada yada [02:32] Hobbsee: Have you fixed that one yet? [02:33] Hobbsee: Otherwise get on it, and make it snappy! [02:33] soren: nope! [02:33] Aw, come on. === Hobbsee has checked for ie-specific code on the website, though [02:33] vaguely [02:34] Oh, I meant the "make linux more like XP" bug. [02:34] soren: ahh. sure, where fixed is "hit it with the WONTFIX stick" [02:34] oh, and telling him to run the command that he was writing over === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel [02:37] i'd really like to know why it's telling them to report it, though. [02:41] Hobbsee: there was also a bug report on why cant i fix my windows dll [02:41] zul: *lovely* [02:41] lemme see if can see still find it :) [02:42] firefox has like advocacy bugs where they encourage users to write to the webmaster and ask them to fix it === effraie_ [n=effraie@ubuntu/member/effraie] has joined #ubuntu-devel [02:44] i'd prefer a stab-over-http for that particular webmaster, though === effraie_ [n=effraie@ubuntu/member/effraie] has joined #ubuntu-devel === effraie_ is now known as effraie [02:45] Hobbsee: yes we know how violent you are ;) === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel === jdstrand [n=james@mail.strandboge.com] has joined #ubuntu-devel === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-devel === IntuitiveNipple [n=TJ@alexandros.tjworld.net] has joined #ubuntu-devel === DoctorMO [n=doctormo@pool-68-163-146-151.bos.east.verizon.net] has joined #ubuntu-devel === Havis [n=Havis@adsl-d134.84-47-29.t-com.sk] has joined #ubuntu-devel === Moniker42 [n=sean1228@87-194-119-253.bethere.co.uk] has joined #ubuntu-devel [03:21] hey, are the Gutsy wallpapers going to be available in 1920x1200? [03:22] because some of them look very nice indeed... but the previous wallpapers haven't been available in double-mega-Dell size :) === sbalneav [n=sbalneav@S0106000b6a5631f9.wp.shawcable.net] has joined #ubuntu-devel === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel === Lamego [n=lamego@a81-84-231-49.cpe.netcabo.pt] has joined #ubuntu-devel === svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-devel === jack_wyt [n=jack@124.64.107.4] has joined #ubuntu-devel === Shely_ [n=Sea@60.20.57.198] has joined #ubuntu-devel === hjmf_ [n=hjmf@7.Red-83-44-173.dynamicIP.rima-tde.net] has joined #ubuntu-devel === hoora [i=hoora@gateway/tor/x-073632b6a2163a75] has joined #ubuntu-devel === zasf [n=matteo@87.18.48.187] has joined #ubuntu-devel === AlinuxOS [n=vsichi@host57-130-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-devel === AlinuxOS [n=vsichi@host57-130-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-devel [04:20] Mithrandir: please give-back ladcca on lpia. Thanks. === alex-weej [n=alex@cpc2-darl3-0-0-cust237.midd.cable.ntl.com] has joined #ubuntu-devel [04:33] Mithrandir: please give-back sdlgfx on lpia. Thanks. [04:37] Mithrandir: please give-back date on lpia. Thanks. [04:38] Mithrandir: please give-back quadprog on lpia. Thanks. [04:39] Mithrandir: please give-back vr and rgl on lpia. Thanks. === btse [n=BTSE@c83-253-253-96.bredband.comhem.se] has joined #ubuntu-devel === bigon [n=bigon@233.201-241-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [04:45] https://bugs.launchpad.net/ubuntu/+source/mozilla-firefox-locale-all/+bug/88677 [04:45] Launchpad bug 88677 in mozilla-firefox-locale-all "Georgian Language support." [Undecided,Confirmed] [04:45] tribe 5 is out. [04:45] asac, hello do you have some news regard this ? [04:46] !weekend | AlinuxOS [04:46] AlinuxOS: It's a weekend. Often on weekends, the paid developers, and a lot of the community, may not be around to answer your question. Please be patient, wait longer than you normally would, or try again during the working week. [04:46] Hobbsee, uh... sorry! :) [04:47] Hobbsee, + devels, have a nice weekend! === Mark_27 [n=marcoasp@193.Red-83-40-182.dynamicIP.rima-tde.net] has joined #ubuntu-devel [05:06] hi all [05:08] AlinuxOS: :) [05:08] AlinuxOS: i wish. i'll have a nice weekend, if you'll do this rotten physics assignment for me? === leip [n=user@c-75-67-207-132.hsd1.ma.comcast.net] has joined #ubuntu-devel === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel [05:11] doko: please fix gcc-snapshot maintainer field in debian, if you havent done so already. motu list doesnt need to hear about it [05:11] Heya [05:13] Hobbsee: you are not the first one ... [05:14] doko: ah cool. didnt think i would be, i just saw more mail hit the ML [05:15] Hobbsee: are you doing a physics degree? [05:15] doko: Is there any chance I could bug you about a Java package for a minute? [05:15] alex-weej: i was. it's now a computing degree, but i'm still taking bits of physics === j_ack [n=j_ack@p508D8694.dip0.t-ipconnect.de] has joined #ubuntu-devel === cr3 [n=cr3@bas5-montreal02-1167966178.dsl.bell.ca] has joined #ubuntu-devel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-devel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-devel [] === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-devel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-devel [] === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-devel === Kopfgeldjaeger [n=nicolai@p54AD4B84.dip.t-dialin.net] has joined #ubuntu-devel === rbrunhuber [n=rbrunhub@p54976BD1.dip.t-dialin.net] has joined #ubuntu-devel === asac_the_2nd [n=asac@d111142.adsl.hansenet.de] has joined #ubuntu-devel [05:56] geser: all given-back [05:56] good morning Mithrandir! [05:58] Mithrandir: Hi. jmagick has been in the archive since Dapper at least and was FTBFS. I got it to build but the binaries are in NEW. Is that because it has never successfully built before? === croSmiley [n=smiley@83-131-19-11.adsl.net.t-com.hr] has joined #ubuntu-devel === mbiebl [n=michael@e180066047.adsl.alicedsl.de] has joined #ubuntu-devel [05:59] bddebian: probably, yes. === warbler [n=warbler@202.134.248.211] has joined #ubuntu-devel [05:59] OK, thx === svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel [06:01] Mithrandir: would you please give-back taskjuggler on lpia? === mneptok rubs Mithrandir with dpkg-scented love oil === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #ubuntu-devel [06:06] haha === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-devel [] === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-devel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-devel [] === johanbr [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-devel === cassidy [n=cassidy@host-85-27-68-188.brutele.be] has joined #ubuntu-devel === highvoltage [n=highvolt@dsl-243-55-78.telkomadsl.co.za] has joined #ubuntu-devel [06:26] asac: did you manage to disable the patch ? === alex-weej [n=alex@cpc2-darl3-0-0-cust237.midd.cable.ntl.com] has joined #ubuntu-devel === mike__ [n=mike@c-67-186-85-180.hsd1.il.comcast.net] has joined #ubuntu-devel [06:30] deser you around? [06:31] desrt around? [06:31] stgraber: wow :) ... i took some rest, was at sport [06:33] asac: me too :) [06:36] stgraber: maybe i can get things up later ... i have to cleanup the ipw3945 code as well ... there is still this OFF/ANY thing in place for the set_bssid case ... which might cause troubles :) [06:36] stgraber: i will let you know [06:37] stgraber: maybe one thing ... do you always see: [06:37] # [06:37] ep 2 13:36:07 laptop NetworkManager: Error opening supplicant global control interface. [06:38] # [06:38] Sep 2 13:36:07 laptop NetworkManager: real_act_stage2_config(): Activation (eth1/wireless): couldn't connect to the supplicant. [06:38] or did it just happen the one time you captured the debug output? [06:38] (in http://paste.stgraber.org/3311) [06:40] asac: it always happen when I do : wired -> something -> public [06:40] asac: so I have it everytime NM fails to connect [06:42] stgraber: ok ... what is something? [06:43] do you get it as well when you just do wired->public->wired->public ? [06:43] yes === IntuitiveNipple [n=tj@alexandros.tjworld.net] has joined #ubuntu-devel === dsas [n=dean@ubuntu/member/dsas] has joined #ubuntu-devel === mayeco [n=mayeco@201.218.106.205] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === ion [n=ion@70-58-119-250.phnx.qwest.net] has joined #ubuntu-devel === eggauah [n=daniel@201.82.10.96] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === pkern [i=pkern@debian/developer/pkern] has left #ubuntu-devel [] === j_ack [n=j_ack@p508D8694.dip0.t-ipconnect.de] has joined #ubuntu-devel === atlas95 [n=atlas@84.5.38.248] has joined #ubuntu-devel === Vorian_ [n=Steve@ubuntu/member/pdpc.supporter.active.Vorian] has joined #ubuntu-devel === IntuitiveNipple [n=tj@alexandros.tjworld.net] has joined #ubuntu-devel === ivoks [n=ivoks@1-188.dsl.iskon.hr] has joined #ubuntu-devel [08:15] stgraber: wow the git branch of ipw is a mess [08:15] stgraber: it just stopped to receive commits short after 1.2.0 [08:16] stgraber: http://www.intellinuxwireless.org/repos/?p=ipw3945.git;a=summary === leip` [n=user@pool-151-203-218-61.bos.east.verizon.net] has joined #ubuntu-devel [08:16] stgraber: on sourceforge there is no cvs ... so this should be the real home [08:17] asac: that's maybe because intel is developing iwl3945 ? === sdgreen [n=sdgreen@S0106000d88f15d27.gv.shawcable.net] has joined #ubuntu-devel [08:20] maybe ... but still they should push their commits to that repo [08:20] even if they don't do active development on it :) [08:20] that branch is just stuck at 1.2.0 + 5 commits [08:20] last commit 6 months ago [08:21] while last release was on Jul 31 2007 [08:23] email sent to intel devs ... lets see :) [08:29] stgraber: can you please apply these two patches (manually) and tell me if they break more things ? [08:30] stgraber: http://ipw3945.sourceforge.net/patches/ipw3945-1.1.3-2.6.20-register.patch ([PATCH 1/1] Change call to the deprecated pci_driver_init to pci_register_driver) [08:30] stgraber: http://ipw3945.sourceforge.net/patches/ipw3945-1.2.1-inta-fix.patch (Fix potential driver lockup problem) [08:30] oh and: [08:30] http://ipw3945.sourceforge.net/patches/ipw3945-1.1.4.essid.patch (bogus character appended to ESSID) [08:30] which i already saw in log [08:31] to test things like hibernate/suspend would be nice to know as well [08:32] aren't they already included as we are using 1.2.2 and your patches are 1.1.3, 1.1.4 and 1.2.1 ? [08:32] i don't think so ... if you see that they are ... fine :) [08:33] is it possible to "burn" ISO files to a flash device? [08:33] so i can boot from flash instead of wasting CDs all the time? [08:33] you can copy the content to a flash filesystem i guess [08:34] but i am the wrong person to ask :) [08:34] alex-weej: you can use RW cds :) [08:34] of which i have none [08:34] :P [08:35] asac: at least I can't apply any of them [08:35] yeah :) ... but get two and be happy for a long time [08:35] i'm just thinking it would be cool if we could easily support using flash devices to bootstrap an ubuntu system rather than wasteful (and harmful-to-the-environment!) CDs [08:35] 1.1.3 and 1.1.4 seems to be already applied (according to patch) [08:36] alex-weej: sure, it's just slightly more fiddly to write an image to a USB device, and in practice I believe it requires a linux machine already present. [08:36] and it's unable to apply 1.2.1 [08:37] stgraber: ok fine [08:37] they are either in ... or the source-base has drifted away too far to tell from a glance [08:37] i think its safe to assume that we have them [08:37] asac: manually looking at the code I didn't find where I'd manually patch 1.2.1 [08:37] i'd imagine the installer would be much quicker to copy from USB than CD too, or are the reads from CD generally pretty sequential? [08:38] probably [08:38] it should work ... wait till someone who knows the details pops-up [08:38] Flash devices aren't usually enormously fast, either. [08:38] maybe try tomorrow [08:39] broonie: maybe the throughput is bad ... but the access-latency should be better [08:39] (just out of my guts) === eggauah [n=daniel@201.82.10.96] has joined #ubuntu-devel [08:41] " gpgme created no signature for './dists/feisty/Release.new'! [08:41] :-( [08:42] Google offers no help [08:42] this time.. [08:43] alex-weej: CD seeks do suck, though we sort the files in the ISO9660 image in an attempt to minimise seeks [08:43] I'm trying to add my new package to my new repository [08:43] ok [08:43] Packaged and " reprepro includedeb feisty [08:43] alex-weej: as far as USB goes, depends on the device and whether it's USB2 [08:43] (obviously) [08:43] i mean i know there are guides and stuff to do this, i just think it would be incredibly cool and edgy if we supported install-from-USB or something === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel [08:45] so... how's the tribe? [08:46] No default secret key... hmm.. === leip` googles [08:48] stgraber: oh no ... i cannot even clone that git repo ... (while iwlwifi works) ... so i think its completely abandoned [08:49] alex-weej: err, we do - it's been documented in the installation guide since hoary or thereabouts [08:49] uhm, so they really want everyone to switch to iwlwifi ? (it's still marked as devel release on their website) === alex-weej wonders why he has wasted about 100 CD-Rs [08:49] stgraber: no idea ... hope the devs reply [08:50] if you're using that many, RWs would be a better idea anyway [08:50] alex-weej: I wonder why you didn't just get some RWs instead. [08:50] hyperbole alert :P [08:50] it's not like they're hard to get. [08:50] https://help.ubuntu.com/7.04/installation-guide/i386/boot-usb-files.html [08:51] that is awesomely, awesomely cool [08:52] bit hopeless for windows users though i guess [08:52] stgraber: now that we have ipw3945 improved ... maybe we can do the same for iwlwifi too :) ... wasn't it you who claimed that it works like a charme? === Arby [n=richard@82.153.142.69] has joined #ubuntu-devel === johanbr [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-devel [08:53] asac: no but I heard it does, only problem is that here it creates an interface called wlan0_renamed or something similar that NM doesn't detect [08:54] asac: so I wasn't really able to test it [08:54] Man, pgp wants me to do random stuff to seed it's random number generator, but I'm in an ssh session! [08:54] stgraber: there was a guy in a bug that claimed that it just worked with nm [08:54] And it ran out of random bits and is asking me to do more [08:55] stgraber: ok ... he revised his claim [08:55] I tried typing random stuff and sleeping it and doing a find / ... but it's still stuck there [08:55] *gpg [08:55] *whatever... [08:56] stgraber: ok he says that he needed remove iwl again ... and then insert it ... finally he had just wlan0 [08:56] stgraber: http://paste.stgraber.org/3315 [08:57] stgraber: just look at the bottom of bug 121439 for more info [08:57] leip`: I believe disk I/O typically feeds the entropy pool [08:57] Launchpad bug 121439 in network-manager "[Gutsy] Network Manager Applet can't connect wireless with ipw3945 driver" [High,Confirmed] https://launchpad.net/bugs/121439 [08:58] :) [08:58] leip`: (may take a while, but it's one approach you can take remotely) [08:58] cjwatson: How can I skim off /dev/random? Perhaps I can create a script [08:59] leip`: hm? you shouldn't have to do anything to it directly [08:59] leip`: just do stuff on disk, it'll feed in randomness automatically [08:59] cjwatson: I thought you could echo random stuff out of /dev/random? [08:59] leip`: oh, sure, but that won't help you fill up /dev/random with more randomness :) [08:59] leip`: dd is the traditional shell tool for extracting random bytes [09:00] asac: it's still wlan0_rename here :( [09:00] stgraber: did you try to blacklist as one of the last comments suggests? [09:00] (obviously it does lots of other stuff too, but when applied to /dev/random - or more usually /dev/urandom if your application is not cryptographic) [09:02] asac: FYI, I'm noticing bug #124706 even with wpasupplicant 0.5.8. therefore I can say you that I don't see any regression nor improvement regarding NM and ipw3945 :( [09:02] Launchpad bug 124706 in network-manager "NM sometimes drops connection before associating, logfile says assertion `dev != NULL' failed " [Undecided,Confirmed] https://launchpad.net/bugs/124706 [09:02] siretart: yes ... we are currently trying to improve the driver [09:03] cjwatson: Thanks for the info [09:03] siretart: however i found in ipw bugtracker that some issues just happen with 0.6.0 ... but in the end those issues should be due to the driver as well. [09:03] siretart: so lets first see how far we get with driver fixes [09:03] cjwatson: I'm doubling the result of find over and over again switching between two files === mayeco [n=mayeco@201.218.106.205] has joined #ubuntu-devel [09:03] asac: fixes in the ipw3945 or iwl3945 driver? [09:04] 244M test 336M test1 [09:04] haha [09:04] leip`: there's probably little point in that since it will only be hitting the cache, not the actual disk [09:04] siretart: for us: ipw3945 [09:04] siretart: as thats most likely what we will ship [09:04] leip`: I'd try writing arbitrary (though not actually random) stuff, reading it back, deleting it, repeating [09:04] ok [09:04] possibly throw in a sync after each write [09:05] cjwatson: Why aren't my two monsterous files hitting disk? [09:05] asac: blacklist + reboot doesn't help [09:05] siretart: i will bring up our ipw code somewhere ... will let you know :) ... maybe you can help to test ;) [09:05] cjwatson: I "cat test >> test1 && cat test1 >> test" [09:06] stgraber: hmm ok [09:07] finished! [09:07] asac: sure === Lure [n=lure@89-212-18-142.dynamic.dsl.t-2.net] has joined #ubuntu-devel [09:09] asac: ok, managed to have it rename to wlan0 using an udev rule [09:10] stgraber: rock === Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-devel [09:11] asac: this driver works like our patch ipw3945 minus the daemon, which is great [09:12] It also fails to connect to open network when doing wired -> wpa -> public or wired -> public -> wired -> public [09:12] which tends to show that this bug isn't driver related but NM related [09:13] this driver also seems a bit faster to associate than the ipw3945 === johanbr_ [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-devel [09:13] leip`: you may not have forced a sync, so they could still just be in cache ... [09:13] (conceivably. dunno.) [09:14] ha! working whatis/apropos for non-English languages === johanbr_ [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-devel === leip` applauds [09:15] asac: same "couldn't connect to the supplicant" thing === Simira [n=simira@aine.err.no] has joined #ubuntu-devel [09:15] only a 45K diff or so ;-) === cjwatson -> games [09:18] hmmm apt-get remove on my package is leaving stuff... [09:21] stgraber: i doubt that the above example shows that its not-driver related [09:21] but we will see [09:23] stgraber: i have pushed an ipw branch that contains our current changes (cleaned-up) [09:23] stgraber: https://code.launchpad.net/~asac/intellinuxwireless/ipw3945.asac === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel [09:23] stgraber: can you try to build that and submit a debug log of the wired->public->wired->public testcase? [09:24] stgraber: maybe its better now ... as the previous log really ran into the code i placed in the wrong method ;) === atlas95 [n=atlas@84.5.38.248] has joined #ubuntu-devel [09:27] stgraber: what happens if you try multiple times when you get that "couldn't connect to the supplicant" thing? [09:27] stgraber: does it work again? or never? [09:28] argh, it seems that I can't unload iwl3945 ... === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [09:28] stgraber: yeah ... that was pointed out in bug :) [09:29] you should reboot i guess [09:29] argh, brb then :) [09:35] ok, so I always have that : real_act_stage2_config(): Activation (eth1/wireless): couldn't connect to the supplicant. [09:35] problem is that I can't really force it to try again as it fallback to wired === Arby [n=richard@82.153.142.69] has joined #ubuntu-devel [09:44] asac: ^ === Spads [n=spacehob@unaffiliated/spads] has joined #ubuntu-devel [09:47] stgraber: opk i updated the nm ... dropped the hack we introduced et al: [09:47] https://code.launchpad.net/~asac/network-manager/ubuntu.0.6.x.dev.opennet [09:47] stgraber: why not? can't you just click on the wireless network ap again? [09:48] hmm, yes, doesn't help [09:48] stgraber: ok ... please try the branch above [09:48] pulling [09:48] stgraber: maybe it helps here ... [09:48] stgraber: otherwise ... have you build the ipw branch? [09:48] yes, that's the ipw3945 I'm currently using [09:49] stgraber: if it works i would ask siretart to see if he can reproduce the "cannot connect" issue and then see if using older wpasupplicant helps === Kano [n=kano@91.64.67.21] has joined #ubuntu-devel [09:49] stgraber: can you please post a debug log of wired->public->wired->public as well? [09:49] stgraber: i just want to confirm that the driver behaves now as i want it to behave :) [09:50] stgraber: but at best test the new network-manager from my branch [09:51] hi, is there a special trick needed to use firmware in /lib/firmware/$(uname -r)? [09:52] stgraber: hmm i see that there are still two patches in the dev.opennet branch that i didn't want ... anyway they should do no harm for us [09:54] hmm maybe in hotplug functions [09:54] asac: I haven't been able to reprodue the wired -> public -> wired -> public problem, it only happens when doing wired -> wpa -> public now === c1|freaky [i=alpha@team.code-1.de] has joined #ubuntu-devel [09:55] stgraber: ok so bouncing betweek public -> wired works as long as you try? [09:56] asac: http://paste.stgraber.org/3316 [09:56] stgraber: what case is that? [09:56] the wpa? [09:56] wired -> wpa -> public [09:57] I tried 4-5 times switching between wired and public without any problem, so previous problem might have been the "NM got stuck at stage 1" problem :) [09:57] which seems to appear randomly [09:57] stgraber: does it still appear at all? [09:57] stgraber: i think yesterday it might have been due to the cruft patch we had [09:58] stgraber: is all this with opennet.dev network-manager? [09:58] no [09:58] haven't built it yet [09:58] stgraber: ok ... the log appears to be incomplete anyway === macd [n=d@cl-151.ewr-01.us.sixxs.net] has joined #ubuntu-devel [09:59] I stopped the log when NM showed the connect to wired icon [09:59] he? [10:00] i mean i don't see that wpa succeeded [10:00] strange [10:00] i think its imcomplete ... because otherwise you would not have seen the wireless icon in nm-applet [10:01] anyway ... try with new network-manager please [10:01] the old one is just two aggressive [10:01] asac: ~line 1437 [10:01] i only see 500 :) [10:01] hmm [10:02] pastebin limitation :) [10:02] http://paste.stgraber.org/3316 [10:02] stgraber: try pastebin.mozilla.org [10:02] or just upload :) [10:03] same limitation, will upload [10:03] http://www.stgraber.org/download/debug-nm [10:08] stgraber: ok we are struck by wpasupplicant cleanup issues as it looks like [10:08] stgraber: can you try with new nm ... and if we still get that let me know? [10:09] ok, just tried new NM [10:09] results aren't good [10:09] same problem with switching from wpa to public [10:09] + had a NM crash [10:09] + failed to switch from public to wpa [10:10] the crash happened when connecting to WPA network [10:11] stgraber: please comment out the last patch in series (41p_set_enc_key_NULL_in_wireless_real_init.patch) [10:11] k [10:12] stgraber: can you still switch open->wired and back? [10:13] asac: yes === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #ubuntu-devel === Bsims_ [n=Bsims@74-134-10-65.dhcp.insightbb.com] has joined #ubuntu-devel === Bsims_ grrs my connection reboots at random and no one in #ubuntu knows why... any ideas I tried reinstalling dhcdbd and all related [10:15] I want to know what to file a bugreport against === leip` [n=user@c-75-67-207-132.hsd1.ma.comcast.net] has joined #ubuntu-devel [10:16] asac: do you know much about rt2x00? === dsas [n=dean@ubuntu/member/dsas] has joined #ubuntu-devel [10:16] Bsims_: just file it against ubuntu if in doubt, someone will triage it [10:17] or "don't know" [10:17] alex-weej: don't know the name at all :) ... whats that? realtek? ralink? === blueyed [n=daniel@i5387D40B.versanet.de] has joined #ubuntu-devel [10:17] asac: yeah [10:17] alex-weej: yeah doesn't answer my question :) [10:18] ralink === Bsims_ nods I noticed that trying to run BT will automaticaly trigger it but after a reboot it should just work again [10:18] the project took the open source ralink drivers and improved them, then they started the "rt2x00" driver which was supposed to unify them all. but rt2x00 isn't finished, it's still beta, and it doesn't work. [10:18] only thing i have heard of ralink is that the drivers are a mess :) [10:18] yet we're bundling it. [10:18] but that is not the case [10:18] the older drivers work better, but they're not distributed anymore :/ [10:19] alex-weej: i guess the older drivers have their own share of deficiencies as well :) [10:19] asac: at least they associate with WAPs [10:19] (and FWIW i've had no problems running rt73) [10:20] with my linksys usb dongle [10:20] Ah it is in the buglist https://bugs.launchpad.net/ubuntu/+source/dhcdbd/+bug/93360 but will someone at least set a importance level for it [10:20] Launchpad bug 93360 in dhcdbd "Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason" [Undecided,Confirmed] === Bsims__ [n=Bsims@74-134-10-65.dhcp.insightbb.com] has joined #ubuntu-devel [10:22] sorry it died again was anything addressed to me [10:22] no === Bsims__ nods and tries shutting it down for a bit [10:24] asac: it seems that the opennet NM also try to associate in background ... === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel === bddebian2 [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-devel [10:30] he? [10:30] stgraber: it never was ment to fix anything in this regards [10:31] no, but the driver change fixed that :) [10:31] yes ... and now its back? [10:31] yes [10:31] doing : iwconfig eth1 essid off [10:31] disconnect and connect 3s after .. [10:32] well ... but with the current gutsy nm that doesn't happen? [10:32] indeed, with current gutsy NM + patched driver that doesn't happen [10:32] stgraber: could you at least connect to WPA now that you dropped the NULL wep key patch? === gustavold [n=gustavo@201.37.127.74] has joined #ubuntu-devel [10:33] stgraber: but this auto-associate doesn't affect the overall usability, right? e.g. open network connecting dstill works? [10:34] stgraber: maybe its the *NEW* driver that makes this auto-association happen again? [10:34] e.g the one from bzr? [10:36] ok, I've reloaded everything and now auto-association doesn't happen anymore (maybe it was caused by the kill+reload I had to do a minute before), I can switch between WPA network correctly [10:37] ok ... and then going back to open doesn't work? [10:37] WPA -> open still fail [10:38] ok ... thats what we need to figure out now ... does iwconfig still show the wpa key for your device? [10:38] but I didn't have the supplicant error this time, so it might have been the random "got stuck at stage 1" thing [10:38] hmm [10:38] no it doesn't [10:38] let me try again [10:38] so its stuck? [10:38] and you cannot switch to wired? [10:38] siretart: where did you post your wpa 0.5.8 packages? === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel [10:39] siretart: maybe you can push them to a paa? [10:39] second try, same result got stuck at stage 1 [10:40] stgraber: without the wpa supplicant "cannot connect" ? [10:40] stgraber: is the process still alive? e.g. can you switch to wired now? [10:40] and finally third try I have the supplicant error ... === sn0 [n=mrsno@unaffiliated/sn0] has joined #ubuntu-devel [10:41] so which one is easier to reproduce for you now? [10:41] no, when I got stuck at Stage 1 I can't select wired I have to kill NM [10:41] so we can concentrate on that one for now :) [10:41] the supplicant one was less random in the past [10:42] good, I was able to reproduce the supplicant one [10:43] Sep 2 22:42:27 laptop NetworkManager: Error opening supplicant global control interface. [10:43] Sep 2 22:42:27 laptop NetworkManager: real_act_stage2_config(): Activation (eth1/wireless): couldn't connect to the supplicant. [10:46] stgraber: yes .... thats really interesting === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [10:55] stgraber: both issues could be related if the device worker is not running [10:55] asac: the 0.5.8 packages are still at http://siretart.tauware.de/upload-queue [10:56] asac: and for the ppa, you still haven't answered me to which ppa we should push it [10:56] siretart: ah ... ok i can either upload to mine ... or to yours :) [10:56] thanks for the info [10:57] stgraber: can you try the wpasupplicant packages from http://siretart.tauware.de/upload-queue ? === dejv_ntb [n=david@ip4-83-240-15-146.cust.nbox.cz] has joined #ubuntu-devel === IntuitiveNipple [n=TJ@alexandros.tjworld.net] has joined #ubuntu-devel [10:59] building [10:59] asac: feel free to upload to yours. beware that the version is currently lower than the package currently in gutsy [11:00] siretart: yes thats ok i think === didymo [n=ashley@CPE-61-9-197-223.static.nsw.bigpond.net.au] has joined #ubuntu-devel === zasf [n=matteo@host6-54-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-devel [11:08] asac: same problem with that wpasupplicant [11:09] !weekend [11:09] It's a weekend. Often on weekends, the paid developers, and a lot of the community, may not be around to answer your question. Please be patient, wait longer than you normally would, or try again during the working week. [11:09] !weekdays [11:09] Sorry, I don't know anything about weekdays - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [11:09] !weekday [11:09] Sorry, I don't know anything about weekday - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [11:11] siretart: do you know how the clean way to shutdown wpa supplicant is? [11:11] siretart: e.g. not using kill [11:12] e.g. something like EXIT when in wpa_cli [11:12] but i didn't find anything [11:13] siretart: another question is if we can stop wpasupplicant from doing anything by DISABLE_NETWORK 0 ... and then set AP_SCAN 0 [11:13] ? [11:14] siretart: hmmm we use interface_add ... is there something like interface_RM ? [11:16] siretart: ok found interface_remove ... it is === anzan [n=roshi@OTWAON23-1242541782.sdsl.bell.ca] has joined #ubuntu-devel === pygi [n=mario@83-131-15-129.adsl.net.t-com.hr] has joined #ubuntu-devel [11:27] asac: TERMINATE? [11:29] asac: Or is that not what you're asking? :) [11:29] soren: yes i found [11:29] soren: thanks [11:30] works great i guess :) === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-devel [11:30] \o/ [11:30] asac: np === alex-weej [n=alex@cpc2-darl3-0-0-cust237.midd.cable.ntl.com] has joined #ubuntu-devel [11:35] soren: you have ipw3945 as well? [11:35] asac: Nope. === alex-weej [n=alex@cpc2-darl3-0-0-cust237.midd.cable.ntl.com] has joined #ubuntu-devel [11:36] good for you ... so you don't need to test for me ;) [11:36] soren: does your nm work? [11:36] asac: atheros (and access to and ipw2200) if you ever need them for testing. [11:36] asac: Yeah, no problems here. [11:37] i have an ipw2200 bug as well [11:37] wait [11:38] stgraber: i pushed a new patch that should shutdown wpa supplicant more gracefully [11:38] to .opennet branch [11:40] ok [11:42] stgraber: i think you won't have to test ... i see the wpasupplicant error here as well [11:42] asac: Well, "no problems" is not entirely true, actually, but it's not really nm's fault. I've come across a few AP's whose DHCP servers seem to not work with dhclient. I haven't gathered enough debugging info to file a bug yet, though. === IntuitiveNipple_ [n=TJ@alexandros.tjworld.net] has joined #ubuntu-devel [11:45] soren: when you are sure that its dhclient ... then i am out of that ;) === ScottLij [n=scott@24-180-196-49.dhcp.aldl.mi.charter.com] has joined #ubuntu-devel === Martinp24 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel [11:49] asac: looks like "terminate" isn't the right command [11:50] stgraber: yes it needs to be UPPER case [11:50] anyway the problem does not really go away [11:50] stgraber: but maybe try yourself (as you have 0.5.8 supplicant) [11:51] my wpa supplicant often gives me busy results when adding the interface [11:55] stgraber: i often get: [11:55] asac@hector:~/ubuntu_nm/wpasupplicant.stable.debian$ sudo wpa_cli -g /var/run/wpa-global INTERFACE_ADD wlan0 "" "" /var/run/wpa-run [11:55] 'INTERFACE_ADD wlan0 /var/run/wpa-run ' command timed out. [11:55] on command line [11:55] but i can afterwards just go ahead and use it as normal ... and wpa_supplicant actually starts scanning et al after that command === sladen picked up another ACM magazine with mako inside the front cover today. And I *still* don't understand the advert... [11:59] asac: http://paste.stgraber.org/3319 === nicolai__ [n=nicolai@p54AD7780.dip.t-dialin.net] has joined #ubuntu-devel [12:06] Have to wake up early, see you [12:06] stgraber: ok night! === Moniker42 [n=sean1228@87-194-119-253.bethere.co.uk] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has left #ubuntu-devel ["Ex-Chat"] === kgj- [n=nicolai@p54AD44AF.dip.t-dialin.net] has joined #ubuntu-devel === mc44_ [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel === ScottLij [n=scott@24-180-196-49.dhcp.aldl.mi.charter.com] has joined #ubuntu-devel === mc44_ is now known as mc44