=== aquarius [n=aquarius@82-47-92-64.cable.ubr04.dudl.blueyonder.co.uk] has joined #ubuntu-devel [12:07] Has the bcm43xx Broadcom driver been removed from Dapper? [12:08] aquarius, did you actually get that working ? [12:10] I did indeed [12:10] yeterday [12:10] and now it's gone! [12:10] lol - yeah it seems to have [12:10] but I never managed to get it working === aquarius cries piteously. [12:10] and now I have a light on my wirelss thing that I havent seen in ages [12:10] I could only get it working with static IP, not DHCP, but that's OK [12:10] Yeah, I have a light too, which has puzzled me a bit because I don't know what's lit it up [12:11] since I don't have a bcm43xx driver any more :) [12:11] aquarius, nor do i - but i'm listing a wireless device [12:11] I'm not, now, although I'm just rebooting that machine to see if it stull lights up [12:11] is lit up from boot! weird [12:12] my wireless is still showing it as not woking === Mez sees if kwifimanager woks [12:13] apparently wep is enabled on my network [12:13] weird [12:13] arse! [12:13] no wireless device [12:13] Now I'll have to use ndiswrapper. That's rubbish :( [12:13] *gets his PSP out to check if it does have wep) [12:13] from the latest kernel (2.6.15-17.24) changelog: * Update bcm43xx from daily git snapshots [12:14] aq: and uses propietary :D [12:14] mez@lethargy % modprobe bcm4xx /scratch/katapult/dev/debian 11:12 [12:14] FATAL: Module bcm4xx not found. [12:14] bcm43xx, not bcm4xx [12:14] it's there [12:14] but bcm43xx isn't found either for me :( [12:15] I'm bang on up to date with dapper [12:15] hmmles... weirdness [12:15] aquarius: try #ubuntu-kernel or file a bug against the kernel [12:16] torkel, ah, didn't know there was an #ubuntu-kernel :) [12:16] * Update bcm43xx from daily git snapshots (wow, I initially typed snapshits, [12:16] hope that's not an omen). === sobersabre [n=bilbo@l192-117-118-8.broadband.actcom.net.il] has joined #ubuntu-devel [12:22] hi. [12:22] is here anybody who interfaced with jetdirect ? [12:27] Mez: ? [12:27] mdz: any news on the backports stuff yet ? [12:28] Mez: yes, it's on the launchpad mailing list [12:29] ah ok :D good to hear :D === iceman_ [n=iceman@54-226.242.81.adsl.skynet.be] has joined #ubuntu-devel [12:29] (sorry to disturb you - standard procedure when people moan at me about stuff like this is "I dont know - I'll check the status of it") === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel === LaserJock [n=laserjoc@ubuntu/member/laserjock] has joined #ubuntu-devel [12:37] aquarius: wow, Ben screwed up ;-) [12:37] I noticed some bcm43xx stuff in the debian/config/ diff but it looked normal enough [12:37] Kamion, ahaha! Wasn't just me, then. : [12:38] no, the module's definitely disappeared [12:38] let me just pull up the diff again quickly [12:38] insofar as the word "quickly" can be applied to diffing kernel trees [12:39] +CONFIG_BCM43XX=m [12:39] +# CONFIG_BCM43XX_DEBUG is not set [12:39] -CONFIG_NET_BCM43XX=m [12:39] -# CONFIG_NET_BCM43XX_DEBUG is not set [12:39] that's the only obvious thing, but surely that wouldn't matter ... [12:39] (presuming that the config option really was renamed) [12:40] cor, no idea [12:41] ARGH === hua [n=hua@222.50.183.160] has joined #ubuntu-devel === HrdwrBoB_ is now known as HrdwrBoB [12:42] It's very annoying not being able to read email [12:42] write * [12:43] aquarius: aha: [12:43] obj-$(CONFIG_NET_BCM43XX) += bcm43xx/ [12:44] from drivers/net/wireless/Makefile [12:44] that needs to be CONFIG_BCM43XX now [12:44] BCM43XX isn't in the kernel.org kernels, is it? Can't confirm there that it was renamed. [12:44] aha. [12:44] feel free to pass the above on to #ubuntu-kernel or whatever [12:44] I don't suppose that there's any way I can fix this that doesn't involve me building my own kernel? [12:44] Kamion, you should fix it ;) [12:44] no, it's a separate tree that BenC pulls in [12:44] aquarius: nope [12:44] pants [12:44] Mez: better things to do on a Friday night === dAndy [n=dandy@rita.cat.pdx.edu] has joined #ubuntu-devel [12:45] Kamion, lol - really? why are we all here chatting on this channel then ? :P === BenC alreayd knows [12:45] already fixed in git too :) [12:45] oh, sorry :) [12:45] anyone know much about the kickstart support in ubuntu? [12:45] it seems to be ignoring the url --url line if I specify ftp rather than http [12:46] dAndy: that would be me, although I don't see anything wrong with the code [12:47] Kamion: ok, i just have url --url ftp://mirrors.cat.pdx.edu/ubuntu, and after it dhcp's the second time, it pops up a thing asking where the mirror is [12:47] dAndy: I'm about to go to bed; can you file a bug at https://launchpad.net/distros/ubuntu/+source/kickseed/+filebug, and attach (a) your kickstart file (with any passwords stripped or whatever) and (b) /var/log/syslog from the installer (if you complete the installation, it's saved in /var/log/installer/syslog)? [12:47] I'll have a look at it later [12:47] alright thanks [12:47] thanks [12:48] it could be a choose-mirror bug [12:48] kamion = colin? (I think i emailed you with kickstart issues before :) [12:48] oh, heck, ftp support in choose-mirror is disabled [12:48] dAndy: yes [12:49] choose-mirror (1.16) unstable; urgency=low [12:49] [ Joey Hess ] [12:49] * Split input templates files into separate files for http, ftp, and both, [12:49] modify build process so only the relevant templates get included based on [12:49] the protocol support that is built in to the binary. Allows saving [12:49] hundreds of K by disabling ftp support. [12:49] hundreds of K is not entirely to be sneezed at [12:49] ah well that would probably be why it doesnt work, my web server is having issues with ubuntu packages so I figured I would try ftp [12:50] is that the same reason nfs isnt supported either? [12:50] no, NFS isn't supported because the code just doesn't exist yet [12:51] damn, I'll have to make a decision on FTP I guess, or maybe come up with some workaround that isn't so space-expensive [12:51] could you just file a bug on choose-mirror (rather than kickseed) to remind me [12:51] ? [12:51] sure [12:51] ta === hunger [n=tobias@p54A63CCC.dip0.t-ipconnect.de] has joined #ubuntu-devel [12:51] one of these days I have been meaning to write an nfs-retriever, but it's not exactly high up the growing to-do list :-/ [12:52] i know the feeling [12:55] cheers for the help, Kam [12:55] shall wait until tomorrow for wireless :) [12:57] btw kamion, amazing progress from breezy to dapper, thanks alot, it has gone from possibly workable for us, to exactly what we need [12:57] dAndy: oh, good to hear; what improvements were particularly good? [12:57] oh, on ftp, what I might do is arrange to include ftp support but without any translations of the associated templates [12:58] well, in breezy it seemed that the post-install was running before the first reboot, before any packages in the % packages section were being installed [12:58] that should make it work minimally for preseeding without too much in the way of a size hit [12:58] which cause issues when setting up conf files for packages being installed later [12:59] dAndy: oh, yeah, that was a big change I spent a lot of time on with other Debian folks [12:59] also, i could never get it to even properly install the packages in the %packages section [12:59] I really like the no-mid install reboot now [12:59] it simplifies a lot of things; I closed a huge pile of my bugs with that [12:59] although there is some evil black magic in there to make it go [01:00] sometimes it takes that [01:00] anyhow, midnight => bedtime, night all [01:00] night [01:00] thanks again === iceman_ is now known as iceman [01:01] dAndy, you work for portland U? [01:06] infinity, lamont: please give-back f-spot on ppc === jcape [i=jcape@71.194.176.102] has joined #ubuntu-devel [01:09] Burgwork: yep [01:09] well Portland State Univ [01:10] dAndy, that is what I meant. What do you guys run? [01:10] slomo: On it. [01:11] Burgwork: our mirror is linux, we have a lot of solaris servers too, and a windows ad [01:11] infinity: thanks [01:11] dAndy, any particular distro, or do you mix and match? [01:12] well, we are running centos right now, working on getting ubuntu going in our environment, probably will switch to that over spring break if we are ready [01:15] Kamion, mdz: please could you approve and promote glitz to main? not yet reviewed by pitti, needed as a OOo build dependency [01:18] doko: I already promoted the two relevant binaries; the glitz source was already in main. [01:19] no further action should be required other than a give-back of any sources that failed to build due to that [01:20] Kamion: thanks [01:24] doko, is that why OOo is not upgradabla atm? [01:26] morning [01:26] Seveas: no, what's your problem? [01:26] infinity:did you look at that scim package ? and see what was wrong with the control hack [01:27] doko, https://launchpad.net/malone/bugs/33533 [01:27] malone bug 33533 in openoffice.org2 "Some packages can't be updated with update-system" [Normal,Confirmed] [01:27] Mez: Nope! Can you ping me really hard about it on Monday> [01:27] s,>,?, [01:27] infinity, I'll try and remember [01:27] and ... [01:27] o_O === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel [01:30] Seveas: do you have -l10n and -help packages other than en-us installed? [01:30] yes [01:30] anyone here work on gnutls? [01:31] openoffice.org2-l10n-nl [01:31] who's the thunderbird expert here ? [01:31] could you remove them and retry the upgrade? [01:32] trying [01:32] nope, still holding back [01:32] The following packages have been kept back: [01:32] openoffice.org2 openoffice.org2-evolution openoffice.org2-gnome python-uno [01:33] are these marked as "keep"? [01:33] marked where? [01:33] you can mark packages as "keep", so they are not upgraded on a dist-upgrade [01:34] I did nothing special to them (note: this is a fresh dapper 4 install dist-upgraded today apart from these packages) [01:34] in the bugreport i added an -o "Debug::PkgProblemResolver=True" output of dist-upgrade [01:39] doko, ooo2-evolution Depends ooo-evolution wich depends on ooo-core/base - that looks weird to me === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel [01:41] Seveas: amd64? [01:41] no, i386 [01:41] ooo2-evolution is just a dependency package [01:41] but it looks ike you switched names again to ooo instead of ooo2 so what I said was probably rubbish [01:44] hmm - apt-get install openoffice.org2 does want to install things === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-devel [01:45] ok, this almost looks like an apt bug [01:45] ? [01:46] Seveas: what about apt-get install openoffice.org ? [01:46] works too [01:46] http://paste.ubuntu-nl.org/9695 === bpuccio [n=brian@ool-457afde7.dyn.optonline.net] has joined #ubuntu-devel [01:46] (that's for ooo2) === iceman_ [n=iceman@54-226.242.81.adsl.skynet.be] has joined #ubuntu-devel [01:46] practically the same when using ooo instead of ooo2 [01:47] yes, that looks ok [01:47] indeed, so why does distupgrade fail? [01:47] is there a way to specify apt config options in a kickstart? [01:47] some utterance of preseed maybe? [01:48] dAndy: yes [01:48] CarlFK: do I get a hint? :) [01:48] https://wiki.ubuntu.com/Installation/LocalNet [01:49] that isn't exaclty what you are asking for, but close enough [01:50] any Q's about it should be in #ubuntu... I keep forgetting what channel im in ;) === mpt_ [n=mpt@219-89-153-36.jetstart.xtra.co.nz] has joined #ubuntu-devel [01:50] doko, seems somehow apt really wants to keep the l10n-en-us package... === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-devel === roico [n=roico@bzq-88-155-1-235.red.bezeqint.net] has joined #ubuntu-devel === roico [n=roico@bzq-88-155-1-235.red.bezeqint.net] has left #ubuntu-devel ["Leaving"] [01:52] CarlFK: I was asking in here, because when I say kickstart in #ubuntu I get no response and blank stares, I have been chatting with kamion in here about ks stuff [01:52] anyway, that page doesnt seem to have what i want (I didnt see any preseed lines to change apt options) [01:53] Seveas: which one, the 2, or the one without the 2 [01:53] the 2 [01:53] dAndy, you are also a slightly bigger and more savvy "customer" than most [01:53] apt-cache rdepends openoffice.org2-l10n-en-us ? [01:54] ah crap - i'm still reading it wrong === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel [01:55] it's definitely in the l10n though, at some point it even considers l10n-zu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [01:56] Seveas: yes, we need to update the language packs ... [01:56] but howcome it works with apt-get install then? [02:00] I really have to go to bed now (2am), if you need to know more just add a comment to the bug or /msg me - I'll keep my system in the 'broken' state for now === hua [n=hua@222.50.182.251] has joined #ubuntu-devel [02:10] There a way to get grub to pop up even if default is set and timeout is set to 0? [02:13] check your menu.lst [02:13] can't. ;) === mpt_ [n=mpt@222-154-154-126.jetstream.xtra.co.nz] has joined #ubuntu-devel === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel === jdong [n=jdong@d192-24-132-154.try.wideopenwest.com] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-devel [02:47] boot off a livecd and mount the drive [02:47] edit away, then reboot === reggaemanu_ [n=manu@ARennes-257-1-105-210.w86-210.abo.wanadoo.fr] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === mpt [n=mpt@219-89-146-199.jetstart.xtra.co.nz] has joined #ubuntu-devel === SloMoSnail [n=slomo@p5486D8E2.dip.t-dialin.net] has joined #ubuntu-devel === seth|lappy [n=seth@ubuntu/member/seth] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel === martink_ [n=martin@p54B3917E.dip0.t-ipconnect.de] has joined #ubuntu-devel === joelbryan [n=joelbrya@210.213.156.254] has joined #ubuntu-devel [03:34] Is there any plan to include Ruby into the main Ubuntu CD? === jcape [i=jcape@71.194.176.102] has joined #ubuntu-devel === seth|lappy [n=seth@ubuntu/member/seth] has joined #ubuntu-devel === TerminX [n=terminx@64.62.190.212] has joined #ubuntu-devel === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-devel === godiane [n=godiane@58.69.64.147] has joined #ubuntu-devel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel === stub [n=stub@ppp-58.10.74.98.revip2.asianet.co.th] has joined #ubuntu-devel === stu1 [n=stub@ppp-58.10.64.36.revip2.asianet.co.th] has joined #ubuntu-devel === wasabi_ [n=wasabi@c-67-166-206-241.hsd1.tx.comcast.net] has joined #ubuntu-devel === bmontgom_ [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-devel === bmontgom_ is now known as bmonty === reggaemanu [n=manu@ARennes-257-1-105-210.w86-210.abo.wanadoo.fr] has joined #ubuntu-devel === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel === milli [n=milli@phantom.acmeps.com] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === mpt_ [n=mpt@219-89-131-29.jetstart.xtra.co.nz] has joined #ubuntu-devel [04:55] So I was thinking. Is there a pam module that can process some sort of file at login to add members of one group to another group. Recursive groups, etc. If not, I might make one. ;0 === crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-devel === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-devel === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel === mpt__ [n=mpt@219-89-142-87.jetstart.xtra.co.nz] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [07:16] mjg59: its fun to watch the people on digg say you faked your photo of the intel mac ;) === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === mpt_ [n=mpt@222-154-155-34.jetstream.xtra.co.nz] has joined #ubuntu-devel === Burgundavia [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-devel [07:28] i reconk its a fake the i sight looks off center and there is a conveintly place glass of red wine [07:28] desrt: absolutely. In fact, Ubuntu is a giant fake! [07:29] obviously we gimped up all of our screenshots [07:29] and nobody has ever actually installed it to find out if it's true or not [07:29] in fact.. i'm totally not using it right now [07:29] even if they, the installation cd is actually a brainwashing machine to think they are using Ubuntu [07:35] huh? http://wolfgang.lonien.de/?p=34 === tritium [n=michael@ubuntu/member/tritium] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === OculusAquilae [n=oculus@p548D1036.dip0.t-ipconnect.de] has joined #ubuntu-devel [08:05] infinity: ping === jcape [i=jcape@71.194.176.102] has joined #ubuntu-devel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [08:21] Mez: ? === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [08:23] infinity - I seem to be having problems with thunderbird that are only in the ubuntu version [08:24] Mez: Still having that "unable to reply" thing? [08:25] well [08:25] not now I've did a manual install [08:25] but yeah [08:25] with the ubuntu version [08:25] new profile [08:25] add an account [08:25] not able to write mail [08:26] WHat happens when you try? [08:27] I get a popup saying "An error occured while creating a message compose window. please try again" [08:27] Any output to the terminal when that happens? [08:29] nope [08:29] nor in an strace [08:29] And it doesn't actually crash or anything? [08:30] I might need to ask you for access to your box to debug this at some point, since it's pretty obviously a local thing.. :/ [08:31] infinity: er no problem other than being able to set up the firewall [08:31] though I'm currently running the downloadable version of TB and it works [08:32] What architecture do you run on? === God [n=lady_rai@203.215.77.4] has joined #ubuntu-devel === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-devel [08:34] -686 [08:35] Linux lethargy 2.6.15-16-686 #1 SMP PREEMPT Mon Feb 20 17:26:04 UTC 2006 i686 GNU/Linux === crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-devel [08:35] hey all [08:37] Mez: Kay, exactly the environment I run in (where tbird obviously works fine), so we'll have to dig a bit deeper at another time (like when I'm not relaxing on the weekend) [08:38] Mez: File a bug with any information you CAN gather, please... Package versions, strace when the bad behaviour happens, screenshots of the error, any console output while it's running (any, don't care if it seems relevant), etc. [08:38] infinity [08:38] poke me on monday and remind me ? === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel [08:38] hello all [08:40] Mez: I vaguely recall saying exactly the same thing to you yesterday. :P [08:40] Mez: (though on a different topic) [08:40] ;) [08:40] yeah [08:40] mjg59: so I'm reading some random non-tech site and see a post about some random guy being the first to supposedly run linux on an intel mac [08:40] turns out it's you [08:40] that was sort of weird [08:40] And it's a lie. He's not the first. [08:41] yeah, I sort of figured [08:41] Though possibly the first to boot a full distribution and run it. [08:41] (And we may well be the first to ship with installation and livecd support for them...) [08:41] (Maybe) [08:42] that'd be a nice marketing ploy. :) [08:42] whoa [08:42] I don't know if there would be that many people actually willing to give up cozy OS X, but it'd be nice to be the first shipping distribution to claim support, if it's not too difficult [08:43] It depends on how many UVF and FeatureFreeze rules we have to break in the process. If it can be done without destabilising anything (and without eating too much room on the CDs), it may happen, if not, then no installer support until 6.10... [08:43] I can see a lot of people wanting to run Linux on their Apple PPC hardware, but who'd really pony up all the cash for an intel mac when they could just get some small form factor PC that'd likely be three times as cheap and work better with Linux? [08:44] floam: People do strange things. [08:44] oh, yeah. [08:44] I just don't see it being the next big thing [08:44] like people were predicting when Linux started running on Xbox's [08:44] "Lets buy fifty and CLUSTER THEM!" === infinity laughs. [08:47] so what's 6.10 being called? === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-devel [08:56] I want an intel mini [08:56] and i'd run ubuntu on it [08:56] Amaranth: we all do === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === stub [n=stub@ppp-58.10.64.36.revip2.asianet.co.th] has joined #ubuntu-devel === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-devel === mackiliaf [n=joe@tor/session/x-ce643f71e5254668] has joined #ubuntu-devel [09:55] hi [09:56] i have installed breezy badger and want to build Xorg R7.0 from source so that I can debug a crash on my VIA ProSavage card [09:56] infinity: Kamion seemed to want to produce a second cd for the mactel box [09:56] i tried pulling down the modular build manually but that fails to build [09:57] does ubuntu have something like src.rpm for developers? [09:58] something that could setup the build env for Xorg R7.0 and do the build for me [09:58] you have source packages, yes. [09:58] however, xorg modular is not a single source package [09:58] yup, i noticed that the Xorg build has something like 15 other Xorg packages needed for the build [09:59] correct [09:59] you might be better off upgrading to dapper and just rebuilding the part you need [09:59] that sounds good. i was thinking about that [09:59] i just need to rebuild the savage driver [10:00] infinity: if you look at the patches for elilo and kernel, you realize that it's not going to happen for dapper ;) [10:00] the kernel diff is 2MB [10:00] although it'd be beneficial to build Xorg proper too since I'd need to debug it [10:00] yeah, in which case it'd be something like "upgrade to dapper; apt-get source xorg-driver-savage ; hack ; dpkg-buildpackage ; dpkg -i" [10:02] thanks, will give this a shot === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === mvo [n=egon@p54A66C4D.dip.t-dialin.net] has joined #ubuntu-devel === bmon [n=monnahan@55.Red-83-34-215.dynamicIP.rima-tde.net] has joined #ubuntu-devel [10:12] hi doko [10:14] doko: does the reporter of bug 33533 has both oo1 and oo2 installed? [10:15] malone bug 33533 in openoffice.org2 "Some packages can't be updated with update-system" [Normal,Confirmed] http://launchpad.net/bugs/33533 [10:21] doko: ignore my last question === olemke [n=olemke@p54896EDE.dip.t-dialin.net] has joined #ubuntu-devel [10:34] doko: all of the OO2 names are replaced with oo.o names? === Hirion [n=hirion@draugr.de] has joined #ubuntu-devel === pef [n=loic@ubuntu/member/pef] has joined #ubuntu-devel === cassidy [n=cassidy@148-192.242.81.adsl.skynet.be] has joined #ubuntu-devel === ploum [n=Ploum@77-249.242.81.adsl.skynet.be] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@195-23-238-236.nr.ip.pt] has joined #ubuntu-devel === mackiliaf [n=joe@tor/session/x-1c73d4cca9463124] has joined #ubuntu-devel [10:56] mvo, no I have only oo.o2 installed (fresh flight 4 fully upgraded except for oo.o2) === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-devel === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has left #ubuntu-devel [] [11:11] Seveas: thanks, the update-manager tool is not designed to do dist-upgrade stuff === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [11:23] <_lemsx1_> hello all, the new fglrx-kernel-source package didn't solve Bug #32576 and apparently introduced a new one. see comments [11:23] malone bug 32576 in linux-restricted-modules-2.6.15 fglrx-kernel-source "missing separator when using debian/rules" [Normal,Unconfirmed] http://launchpad.net/bugs/32576 [11:24] <_lemsx1_> bb [11:24] <_lemsx1_> bbl === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-devel === dage [i=dage@ppp-72-187.31-151.libero.it] has joined #ubuntu-devel === ptlo [n=senko@83-131-83-192.adsl.net.t-com.hr] has joined #ubuntu-devel === dage [i=dage@ppp-72-187.31-151.libero.it] has left #ubuntu-devel [] === zeedo [n=zeedo@reboot-robot.net] has joined #ubuntu-devel === kmon [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@d54C0FBBD.access.telenet.be] has joined #ubuntu-devel === iceman [n=iceman@54-226.242.81.adsl.skynet.be] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@195-23-238-246.nr.ip.pt] has joined #ubuntu-devel === carlos [n=carlos@212.166.215.175] has joined #ubuntu-devel === kmon [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has left #ubuntu-devel ["Kopete] === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === ompaul [n=ompaul@194.125.21.7] has joined #ubuntu-devel [01:03] fabbione: how come libc6-sparcv9b has /lib/ultra3/ but libc6-sparc64b has /lib64/v9b/ ? [01:04] hmmm [01:04] strange [01:04] i will have to check with jbailey [01:05] i did trash already the local debs so i have no comparison [01:06] but afaik jeff did change a few bits from the original patch we have to him [01:07] fabbione: accepted, so you can have a look once the publisher works again [01:07] thanks [01:07] it is not a big drama [01:08] in the worst case people using libc6-sparcv9b optimization will have a 2% performance hit... [01:08] and will give them reasons to install gentoo [01:08] ;) [01:08] it's in universe anyway at the moment, watch me not care much ;-) [01:08] Kamion: hi [01:08] Kamion: yes i know :) we will move them later on back in main [01:08] freeflying: oh, ok, I'll go look right now [01:08] Kamion: but thanks for noticing [01:09] Kamion: :) thx [01:11] freeflying: it would have helped if you sent the changelog since the last release we have, rather than the whole thing [01:11] freeflying: and, as mdz said, included some context [01:12] Kamion: sorry, I'd send u again [01:12] never mind now [01:15] in future you need to say at minimum what you are requesting, and what version you want to update to (given that the upstream changelog is stunningly unhelpful in this particular respect) === olemke_ [n=olemke@p54894BE4.dip.t-dialin.net] has joined #ubuntu-devel === olemke_ is now known as olemke [01:17] Kamion: got it , and the package has been uploaded to REVU [01:26] freeflying: why's your .orig.tar.gz different from that produced by upstream? [01:26] Kamion: I've remove the CVS dir from skim/admin [01:27] freeflying: please tell your reviewer that I said that that's not a sufficient reason to rebuild an .orig.tar.gz [01:27] poking upstream to remove those directories is fine, but we should strive to keep pristine .orig.tar.gz files if at all possible === bpuccio [n=brian@ool-457a9c38.dyn.optonline.net] has joined #ubuntu-devel [01:27] Kamion: hmm [01:27] Kamion: ok [01:28] Kamion: I'd poke the author [01:29] wow, upstream changelog diff is a total mess; 0.5.0 must have been a divergent branch or something [01:30] hehe === ptlo [n=senko@83-131-83-192.adsl.net.t-com.hr] has joined #ubuntu-devel [01:40] freeflying: also, could you please not remove scim-chinese? breezy had scim-chinese so it will still be required for smooth upgrades. [01:40] (and breezy did not have scim-pinyin) [01:41] Kamion: sorry, I forget upgrade from breezy [01:41] +XIM_ARGS=-d [01:41] are Unicode quotes (as opposed to "") really allowed there? [01:43] Kamion: let me check it [01:44] bug #33533 [01:44] malone bug 33533 in openoffice.org2 "Some packages can't be updated with update-system" [Normal,Confirmed] http://launchpad.net/bugs/33533 [01:45] Kamion: it's error , correct it now === kent [n=kent@kr-lun-89-144-233-83.3.cust.bredband2.com] has joined #ubuntu-devel === glatzor [n=sebi@ppp-82-135-75-114.mnet-online.de] has joined #ubuntu-devel [01:53] Kamion: then i keep CVS dir in source tarball ? [01:54] freeflying: for now, that would be my recommendation, yes [01:54] it's pretty harmless; lintian reports it because it should be fixed eventually, not because it should be fixed *now* [01:55] indeed, that lintian warning is somewhat controversial === OculusAquilae [n=oculus@p548D1036.dip0.t-ipconnect.de] has joined #ubuntu-devel [01:55] Kamion: got it , anyone say about it , i'd tell hime that kamion let me keep them , :) [01:56] fine by me === ptlo [n=senko@83-131-83-192.adsl.net.t-com.hr] has joined #ubuntu-devel === Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === haggai [n=halls@i-83-67-59-194.freedom2surf.net] has joined #ubuntu-devel === doko [n=doko@dslb-084-059-112-169.pools.arcor-ip.net] has joined #ubuntu-devel === ealden [n=ealden@203.76.212.187] has joined #ubuntu-devel [02:54] Hm, just a question. Why do we not have an IRC client anymore ? [02:54] it seems that xchat-gnome was dropped [02:56] Indeed, it is currently being debated that we should ship an irc client at all [02:56] that said there is irssi :) [02:56] Lathiat, indeed. I suggest that we also drop firefox in favor of links ;-) [02:57] and evolution for mutt ;) [02:57] ploum, apt-get install xchat-gnome [02:57] but that's strange to drop it now as irc:// url are finally working [02:58] mdke, I'm talking about the default install [02:58] i quite like the idea of shipping without it myself [02:58] those who want it know how to install it, and its confusing to have two IM clients [02:58] and we were proud to say in flight announce and UDN than we ship x-g and now we remove it. It's no sense [02:59] mdke, as long as we can call gaim an "IM client". I would prefer the word "thing" ;-) === ploum is joking of course [03:00] gaim, the openoffice of IM client :-D === doko_ [n=doko@dslb-084-059-068-060.pools.arcor-ip.net] has joined #ubuntu-devel [03:03] that said, it's perhaps understandable to drop the IRC client by default. I don't know, I was just surpized [03:03] it's a bold decision === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === klepas [n=klepas@203-213-31-142.static.tpgi.com.au] has joined #ubuntu-devel === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel === Lure [n=luka@clj46-234.dial-up.arnes.si] has left #ubuntu-devel ["Konversation] === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === LinuxJones [n=willy@hlfxns01bbh-142177212235.ns.aliant.net] has joined #ubuntu-devel === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel [03:10] oobar [03:11] oups, sorry wrong window. === Xoritor [n=xoritor@xorit.net] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Keybuk [n=scott@dynip77.ams.attingo.nl] has joined #ubuntu-devel === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel === olemke [n=olemke@p54894BE4.dip.t-dialin.net] has joined #ubuntu-devel === hunger [n=tobias@p54A64047.dip0.t-ipconnect.de] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-devel === zakame [n=zak@210.213.77.223] has joined #ubuntu-devel [03:44] hi all === trappist [i=trappist@tra.ppi.st] has joined #ubuntu-devel === j^ [n=j@user-1087c9m.cable.mindspring.com] has joined #ubuntu-devel === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-devel === zace [n=marc@i577B4BEE.versanet.de] has joined #ubuntu-devel === SloMoSnail is now known as slomo_ === giftnudel [n=mb@p54B2849B.dip0.t-ipconnect.de] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel [04:21] who can I contact about the bug in the rss2 xml file in planet.ubuntu.org? (or is it known and worked on) [04:22] giftnudel, which bug ? [04:22] it's not valid xml [04:22] giftnudel, it's jdub [04:22] but I suggest that you post here : http://lists.planetplanet.org/mailman/listinfo/devel [04:24] funny that no one realised that so far, it doesn't even load in firefox/liferea [04:25] giftnudel, I think it's not related to the planet itself [04:25] but it depends of posts currently on the planet [04:26] it's about the hackergotchis isn't it? [04:26] yes it is, that's the reason why it complains ... === Surak [n=Surak@201009100044.user.veloxzone.com.br] has joined #ubuntu-devel === Surak [n=Surak@201009100044.user.veloxzone.com.br] has left #ubuntu-devel [] === Surak [n=Surak@201009100044.user.veloxzone.com.br] has joined #ubuntu-devel [04:46] ploum: :) === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] === Hirion [n=hirion@draugr.de] has joined #ubuntu-devel === Cyorxamp [n=Cyorxamp@82-47-144-216.cable.ubr11.brad.blueyonder.co.uk] has joined #ubuntu-devel [04:53] where does ubuntu associations between mime types and programs? === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-devel === Surak [n=Surak@201009100044.user.veloxzone.com.br] has left #ubuntu-devel [] === lbm [n=lbm@130.225.243.71] has joined #ubuntu-devel === bmonty [n=bmontgom@ubuntu/member/bmonty] has joined #ubuntu-devel === freeflying-ibook [n=freeflyi@61.190.65.25] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === froud [n=froud@dsl-145-36-48.telkomadsl.co.za] has joined #ubuntu-devel [05:34] what package provides glibc-devel, I search for it but can't find it, yet it is a dependancy for the egalax touchkit? [05:35] froud: this is a question for #ubuntu [05:35] packages.ubuntu.com has a search facility, libc6-dev is what you are looking for [05:35] azeem: asking there is like speaking to nobody [05:36] thx [05:36] froud: that doesn't mean you should escalate to this channel [05:36] if no support from #ubuntu what should I do? [05:36] ask again later or tomorrow, ask on the forums or the list [05:37] but not here. End of discussion, as far as I'm concerned [05:37] hmmm, oh dear :-( === froud [n=froud@dsl-145-36-48.telkomadsl.co.za] has left #ubuntu-devel ["Konversation] === shadeofgrey [n=digitalc@24-52-41-197.atlsfl.adelphia.net] has joined #ubuntu-devel === shadeofgrey [n=digitalc@24-52-41-197.atlsfl.adelphia.net] has left #ubuntu-devel [] === shadeofgrey [n=digitalc@24-52-41-197.atlsfl.adelphia.net] has joined #ubuntu-devel [05:43] Hi guys [05:43] anybody awake here? [05:44] you need support or something else? [05:45] no i dont need support [05:45] just shoot the.. somebody will pick it up [05:45] s/the/then [05:46] but i would like some information as to who i need to talk to about accessibility issues with the foillowing programs that ship with ubuntu: openoffice.org, abiword [05:46] atleast openoffice is packaged by doko === Marticus_ [n=demart01@12-210-128-9.client.insightBB.com] has joined #ubuntu-devel [05:47] see the thing is.... as it turns out my disability itself is getting worse -- and as it turns out i also have glaucoma [05:47] and i dont have too comparatively long before i go blind [05:47] and it would REALLY help if both abiword and openoffice.org had an option to make the cursor a full sized block/rectangle [05:48] so its easier to see/follow [05:48] true! so, you might want to drop by #ubuntu-accessibility [05:48] i inquired here about this a few weeks ago, and a few people that were here got all upset and askled me to leave [05:48] and harass those guys [05:48] well [05:49] i try really hard not to harass others [05:49] and i really appreciate everything you gutys do to make ubuntu available to people like me [05:49] i was just trowing a joke :P [05:49] ive said this many times... i try to stop by at least once a month to say thanks for all your hard work, because im sure very few peopple take the time to actual;ly stop by here and say thanks [05:50] =) [05:50] im a very thoughtful person when it comes to that sort of thing === shadeofgrey embraces xhanker warmly [05:51] thanks for everything you do. [05:51] oh i do have one question === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [05:52] i just installed flight3 of dapper on my third harddrive and wrote grub to the master boot record [05:52] but i just realized that flight4 is out so i grabbed that [05:52] do i need to fdisk /mbr before i install flight4 or will it ovverrite the old grub by itswelf? [05:52] it will do it's thing [05:53] so i dont need to fdisk. thats good. [05:53] because i cant find my windows boot disk anywhere [05:54] though, unless something wrong happened during the instalation of flight3 you might be better of just dist-upgrading.. [05:54] nah [05:54] i already made the CD [05:54] :P [05:55] i'm saying this but i just reinstalled 2 days ago === xhaker joyful === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Benbo [n=liblit@ppp-70-226-142-145.dsl.mdsnwi.ameritech.net] has joined #ubuntu-devel === JaneW [n=JaneW@dsl-165-206-144.telkomadsl.co.za] has joined #ubuntu-devel [06:10] you can dist-upgrade from the CD [06:10] shadeofgrey: ^^ === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-206-191-39-20.d-ip.magma.ca] has joined #ubuntu-devel === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel === j^ [n=j@user-1087c9m.cable.mindspring.com] has joined #ubuntu-devel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === HiddenWolf [n=HiddenWo@136.148.dynamic.phpg.net] has joined #ubuntu-devel [07:18] hello, there [07:19] can I relicense MIT program under GPL ? [07:19] I want the GPL fork of some MIT font [07:19] is sublicense == relicense ? === mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel === jsz [n=diego@59.Red-80-36-85.staticIP.rima-tde.net] has joined #ubuntu-devel === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel [07:21] it's a different thing [07:22] thanks , and ? === zeedo [n=zeedo@reboot-robot.net] has joined #ubuntu-devel [07:22] and at least you can take a MIT program and make a derivative that's under the GPL === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [07:24] I can make a derivative that's under the GPL ? [07:25] can I ? [07:26] Huahua: if you're not sure, ask a lawyer... [07:26] hum [07:26] thanks [07:26] but AFAIK it's nu problem [07:27] no problem [07:27] en [07:29] Huahua, yes, that's what I said, that you can. But IANAL either, so if you want to be sure... [07:30] mjr: thank you , I'll ask a lawyer later === _lemsx1_ is now known as lemsx1|away === davidme [n=davidme@206-124-154-245.atm02.sea.blarg.net] has joined #ubuntu-devel [07:51] Huahua: you can distribute MIT-licensed programs under the terms of the GPL, but the programs will still be MIT-licensed [07:52] you're not allowed to change the licence [07:52] oh [07:52] distributing under the terms of the GPL is all you normally need [07:52] so you'd have your portion of the program, or somebody else's portion or whatever, that's GPLed; and this portion that's MITed [07:53] hum [07:53] this is OK as long as the licences are compatible, which the GPL and MIT licences are === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel === j^ [n=j@user-1087c9m.cable.mindspring.com] has joined #ubuntu-devel [08:14] Huahua: The running app is GPL, the code is a mix and people can use the MIT bits freely [08:14] just in case you run into a problem like gstreamer [08:14] well [08:16] thanks a lot of === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === Amaranth_ [n=travis@24-117-88-103.cpe.cableone.net] has joined #ubuntu-devel === chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === tritium [n=michael@ubuntu/member/tritium] has joined #ubuntu-devel === haggai_ [n=halls@i-83-67-59-194.freedom2surf.net] has joined #ubuntu-devel === zeedo [n=zeedo@reboot-robot.net] has joined #ubuntu-devel === Gloubiboulga is now known as Gloubi|Aw === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [09:25] hey === Burgundavia [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-devel === CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #Ubuntu-devel === Pygi [n=mario@83-131-245-144.adsl.net.t-com.hr] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Pygi [n=mario@83-131-245-144.adsl.net.t-com.hr] has joined #ubuntu-devel === thierry [n=thierry@modemcable023.222-70-69.mc.videotron.ca] has joined #ubuntu-devel === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === jouston [n=jouston@59-105-136-199.adsl.static.seed.net.tw] has joined #ubuntu-devel === tritium [n=michael@ubuntu/member/tritium] has joined #ubuntu-devel [10:31] Will Launchpad do openID via MoinMoin at a later date? === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] === crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel === Gloubi|Aw is now known as Gloubiboulga === Burgwork [n=corey@d66-183-174-128.bchsia.telus.net] has joined #ubuntu-devel === cassidy [n=cassidy@148-192.242.81.adsl.skynet.be] has joined #ubuntu-devel === Fitzsimmons [n=Fitzsimm@HSE-Montreal-ppp3469390.sympatico.ca] has joined #ubuntu-devel [11:41] robertj, ask in #launchpad [11:42] Seveas, thx === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-devel === zeedo [n=zeedo@80.68.89.187] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@d54C0FBBD.access.telenet.be] has joined #ubuntu-devel === Burgwork [n=corey@d66-183-174-128.bchsia.telus.net] has joined #ubuntu-devel === JaneW [n=JaneW@165.165.206.144] has joined #ubuntu-devel === comfrey [n=comfrey@64.105.87.234] has joined #ubuntu-devel === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-206-191-39-20.d-ip.magma.ca] has joined #ubuntu-devel === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel === ompaul [n=ompaul@194.125.21.7] has joined #ubuntu-devel === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-devel === elmo [n=james@83.216.156.21] has joined #ubuntu-devel === jdub [n=jdub@ppp121-112.static.internode.on.net] has joined #ubuntu-devel === Nafallo_away [n=nnnnnnaf@server3.servereyes.de] has joined #ubuntu-devel === marcin` [n=user@194.114.146.58] has joined #ubuntu-devel === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-devel === ubuntulog [i=ubuntulo@195.22.207.161] has joined #ubuntu-devel === hunger [n=tobias@84.166.64.71] has joined #ubuntu-devel === zeedo [n=zeedo@80.68.89.187] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@d54C0FBBD.access.telenet.be] has joined #ubuntu-devel === doko [n=doko@dslb-084-059-068-060.pools.arcor-ip.net] has joined #ubuntu-devel === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel === ompaul_ [n=ompaul@194.125.21.7] has joined #ubuntu-devel === Burgwork [n=corey@d66-183-174-128.bchsia.telus.net] has joined #ubuntu-devel === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-devel === JaneW [n=JaneW@165.165.206.144] has joined #ubuntu-devel === comfrey [n=comfrey@64.105.87.234] has joined #ubuntu-devel === Arrogance [n=aks@206.191.39.20] has joined #ubuntu-devel === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel === ompaul [n=ompaul@194.125.21.7] has joined #ubuntu-devel