=== dany_21 [n=dan@83-65-235-244.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === delire [n=delire@c-76-17-114-25.hsd1.ga.comcast.net] has joined #ubuntu-devel === delire [n=delire@c-76-17-114-25.hsd1.ga.comcast.net] has joined #ubuntu-devel === delire [n=delire@c-76-17-114-25.hsd1.ga.comcast.net] has left #ubuntu-devel [] === dany_21 [n=dan@83-65-235-244.dynamic.xdsl-line.inode.at] has left #ubuntu-devel [] === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === blanky [n=blanky@pool-71-160-33-180.lsanca.dsl-w.verizon.net] has joined #ubuntu-devel [12:48] anyone here know about packaging? [12:49] er, I made a debian package but my friend said to "Drop dependency on libc6 >= 2.4-1 down to something more reasonable", he has 2.3.6, how can I change this? [12:50] You would need to rebuild it on a system with an older version of glibc. [12:50] Fujitsu: seriously?! I can't do it on my system in any way? [12:51] Fujitsu: I can't install an older version and build it with that [12:51] YOu could create a chroot of a previous Ubuntu release that uses glibc 2.3. [12:51] But having multiple libc6s is unlikely to be a good idea at all. [12:51] So a chroot is the best idea. [12:52] Fujitsu: So, my package (It's a tiny C program that just does basic network stuff) won't run on his older version at all? [12:52] I MUST rebuild? [12:53] it depends, but it's certainly entirely possible that *when built with the new libc6* it requires the new libc6 [12:53] libc6 isn't backward-compatible, as far as I know, hence the dependency. [12:53] What cjwatson said. [12:53] that's the reason that automated dependency is there - because binaries built with the newer library can require it [12:53] it actually depends on the exact versioned symbols they use, but our dependency generation isn't fine-grained enough to detect that at the moment [12:53] oh okay [12:53] okay thanks guys, so what do you suggest I do (If you don't mind giving in input) [12:53] it's generally a very, very bad idea for source packages to override it, even so [12:54] blanky: I entirely agree with Fujitsu; build it in a chroot [12:54] it shouldn't take long to set one up using debootstrap [12:54] cjwatson: thanks. I'm new to package building (This one's my first) and so I'm not really sure what that means, so just read up on chroot right? Or something in specific [12:54] oh okay, debootstrap [12:54] sudo apt-get install debootstrap; man debootstrap; man chroot [12:54] thanks cjwatson [12:54] you're welcome === pochu [n=pochu@ubuntu/member/pochu] has joined #ubuntu-devel [12:55] this may be the wrong place to ask, but anyone know where i might get some help rebuilding an install cd? [12:55] i have apt-get download source and modifed the packages in the ubuntu-meta-standard [12:56] wick2o: https://help.ubuntu.com/community/InstallCDCustomization [12:56] repackaged it, created my own keyring [12:56] and then fixed the md5sum [12:56] but when i try and install from my new cd debconf tells me the keyring and other package i modified was corrupt [12:56] cjwatson: been there and done that [12:57] sounds like you didn't modify the Packages and Release and Release.gpg files correctly [12:57] though I cannot be any more accurate without an exact (not paraphrased) error message [12:58] ummm, my impression was that was only needed when adding an "extras" repos [12:58] but now that i think of it you could be right [12:58] if Packages references a MD5 or a file size [12:58] if you're modifying any packages, you must change the index files to reflect that [12:58] Packages does [12:58] (both) === nrdb [n=neil@127.3.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has joined #ubuntu-devel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [01:00] ahh === khermans__ [i=administ@nat/cisco/x-361219dbbc0b826a] has joined #ubuntu-devel [01:01] cjwatson: intersting changes to desktop depends/recommends [01:01] most of which were mdz's [01:01] I agree though, and it's in response to consistent review feedback [01:01] mmm, something written up about those, or...? [01:02] bzr log says: [01:02] Mark more desktop entries as recommended. Our guiding philosophy should be [01:02] that the user should be able to remove/replace default applications and [01:02] documentation as they wish without disturbing the metapackage, while ensuring [01:02] that essential infrastructure is implied by the metapackage [01:02] mmm [01:02] golden rule stuff [01:02] yeah [01:02] though still have the upgrade problem === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [01:03] fortunately we have update-manager now which should be able to deal with most of that for us [01:03] probably worth checking that it DTRT here [01:03] jdub: which upgrade problem? [01:03] mdz: installing new recommends, I'm guessing [01:03] mdz: recommends being installed on metapackage upgrade [01:03] apt-get defaults to installing recommends nowadays [01:03] but if update-manager handles it, that's pretty sweet [01:03] has done for some time [01:03] jdub: yes, even apt does that now [01:03] I have a Matrox G400 graphics card, using the mga driver, Medion 19" MD1998LM monitor, and ubuntu 6.10 wont work with it. It insists on try to drive it with a HF:23.55 and a VF:21.99 which is way out of range, I tried to change this in the xorg.conf file but no matter what I did it didn't change the frequencies, I tried the LiveCD, a upgrade from 6.06 (a copy), and a freash alternate CD install. [01:04] since edgy [01:04] jdub: it's selectively enabled for each section of the archive known to have sane recommends [01:04] mdz: point being that if i remove landscape and upgrade ubuntu-desktop, i get landscape [01:04] jdub: oh, you do? if so, that's a bug [01:05] nrdb: file a bug on xserver-xorg-video-mga [01:05] unless that's been fixed recently [01:05] oh speaking of update manager, it should keep on attempting upgrade/ --configure -a /-f install [01:05] until num_to_upgrade[pass] == num[pass-1] [01:05] tepsipakki: ok [01:05] I've helped several people fix broken upgrades where all that was needed was 2 more dist-upgrade passes [01:06] nrdb: look for duplicates first ;) [01:06] jdong: I'm sure mvo would be interested to see a bug report with the logs [01:06] that's not supposed to happen [01:06] nrdb: you could also try Feisty Herd5 if it works [01:06] it does try to complete the upgrade even if something fails now, iirc [01:06] mdz: :( it happend on both my edgy->feisty upgrades. Subprocess returned error code 1 on first run, no error on 2nd run [01:06] cjwatson: hmm, reading enabling-additional-components, does Herd5 have Universe/Multiverse enabled by default then? [01:06] and the borkage happened on different packages too [01:07] update-manager now uses apport so it can automagically report bugs with logs if the upgrade fails [01:08] mdz: wow! that's nice, didn't know that [01:08] jdong: the real errors are earlier in the logs [01:08] mdz: I know that, but I couldn't find any [01:08] jdong: "subprocess returned error code 1" means "something went wrong earlier, look back" [01:08] mdz: I scrolled back a good page for any relevante errors [01:08] mdz: but it seems like whatever command failed did so silently [01:08] jdong: we can probably figure it out given the logs; please don't treat it as a lost cause [01:09] mdz: if I can find time to restore an edgy backup and send it thru an upgrade, I definitely will [01:09] LaserJock: it's meant to have, although the live CD's sources.list may not have been updated [01:09] LaserJock: (if so, that deserves a milestoned-for-beta bug ...) [01:09] jdong: thanks. that certainly doesn't happen when upgrading a default install or for everyone [01:10] cjwatson: is it correct for the installed system? [01:10] tepsipakki: how stable is the herd5 CD ? [01:10] mdz: right... I can bet my systems are fairly prolific in terms of installed packages compared to others [01:11] mvo is working on a test which tries to upgrade even with most of universe installed [01:12] nrdb: stable enough for you to try if it works or not :) [01:12] though it's been tricky since many packages in universe don't install correctly [01:12] cool [01:12] tepsipakki: I will down load and see. [01:12] mdz: I do need to [have someone] check, but I'm reasonably sure it should be; ubiquity runs apt-setup to do that job [01:12] nrdb: live-session is enough, no need to install [01:13] tepsipakki: ok, if it doesn't work I will see about filling a bug. maybe I can help in getting it worked out. tests etc. [01:14] nrdb: sure === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [01:16] I have another thing on my wish list, could the update-manager be setup so I can limit the bandwidth it uses, so it doesn't slow my internet connection down to a crawl when updating ? === runixd [n=runixd@host86-132-201-12.range86-132.btcentralplus.com] has joined #ubuntu-devel [01:25] hello, why is there non-executable stack in ubuntu 7 and how do I turn it off ? === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-devel === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel [01:34] runixd, are you familiar with stackguard? [01:37] macd, the canary value ? [01:37] well the ubuntu kernel is compiled with --enable-stackguard-randomization [01:37] so to "turn" it off, you need to build a kernel without it [01:37] I see, my only option is recompile then [01:38] yes, but its fairly straightforward and easy [01:38] thanks macd, I was looking all over proc [01:38] use apt to download the sources, then compile as usual with those, I say use apt b/c you get the upstream kernel source + ubuntu patches. [01:40] macd, if you know, what is the overhead of something like stack guard ? [01:40] its well worth having it lets put it that way. [01:41] its basic operation is to randomize allocations rather than the ole tired and true "stack" em up. [01:41] well, in my case I actually really have to not have it, but I assume it would be much faster than alternatives [01:41] its believed to be the better of its kind, I also don't see the need on a box that might never see the internet or offer any internet facing services [01:42] I think its better than something like propolice [01:43] well, both can still be broken, imo either should be an option [01:44] tepsipakki: downloading herd5 now 10 1/2 hours to go [01:44] indeed, stackgaurd does offer all 3 whereas propolice does not do random xor (to my knowledge) [01:44] but imho, nothing can cure sloppy code ;) [01:46] Im not sure how you would defeat random xor btw, so if you know a secret you should let someone know :D === illovae [n=illovae@uni14-1-82-233-221-131.fbx.proxad.net] has joined #ubuntu-devel [01:52] hehehe :) [01:52] you try again again and again [01:52] :D [01:52] Hey what package do I need for X11/Xlib.h [01:52] are you going to amsterdam macd ? [01:53] for bh europe [01:53] its a possibility, Id love to put some faces with the names [01:53] I usually do bh/toor in the US [01:53] youd know who I was if I told you ;) [01:53] hmm :) [01:54] so you are in us [01:54] atm, yes [01:55] hmm, didn't expect someone who'd be interested in this in #ubuntu-devel [01:55] blanky: usually packages.ubuntu.com is helpful for those questions [01:55] people play both sides of the field [01:55] LaserJock: thanks [01:55] :) === poningru [n=poningru@pool-72-64-213-219.tampfl.fios.verizon.net] has joined #ubuntu-devel [01:57] bh dc-2007 day2 1500-till should help you ;) === TomB_ [n=tomb@host217-44-151-84.range217-44.btcentralplus.com] has joined #ubuntu-devel [01:58] anywho you cant wear your greyhat proudly without once wearing a black one, you know they fade in the sun :) [02:00] :D [02:07] hrrrrm [02:07] is there a way to install a package without installing its recommends? [02:07] using...? === illovae [n=illovae@uni14-1-82-233-221-131.fbx.proxad.net] has joined #ubuntu-devel [02:08] (e.g., you'd use aptitude -R ) === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #ubuntu-devel [02:08] apt-get [02:09] -o APT::Install-Recommends=false [02:09] or I suppose --no-install-recommends [02:09] hey you guys know, where in /proc/acpi it has the file with the temperature? === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [02:10] will try in a sec, apt is busy atm :) [02:11] blanky: some where in thermal_zone [02:11] blanky: acpi -V will display that too [02:11] thanks === TomB_ [n=tomb@host217-44-151-84.range217-44.btcentralplus.com] has joined #ubuntu-devel [02:14] crimsun: trying to use that, doesn't appear to work [02:14] Chipzz: hmm, that's what the changelog mentions, at least. [02:14] "apt-get install --no-install-recommends ubuntu-desktop" insists on installing openoffice [02:15] but I just do not want that piece of **** installed [02:15] tried placing apt-get --no-install-recommends install ? [02:15] same thing [02:15] tried the config string syntax, then? [02:16] jups [02:16] but not the config string before the install [02:16] same thing [02:16] crimsun: whatever, I can live without it :) [02:19] crimsun: thx for the help anyway :) === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel === jdong_ [n=jdong@W20-575-9.MIT.EDU] has joined #ubuntu-devel === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel [02:28] What does Build-Depends: debhelper (>> 3.0.0) mean? [02:28] I understand >=, but what does >> mean? [02:33] greff: http://www.debian.org/doc/maint-guide/ch-dreq.en.html [02:36] mjg59: ping (laptop-mode) ? [02:36] bddebian, try contentless ping, it defeats their defense mechanism :D [02:36] j/k === jdong_ is now known as jdong === tokj [n=tokj@151.82.4.114] has joined #ubuntu-devel [02:49] I think I just need Hobbsee's pointy stick :) [02:49] try this ping phrase: [02:50] bddebian: It's 2AM - I'm going to bed now [02:50] bddebian, I'm going to upload beryl into universe if it's ok kthxbye [02:50] mjg59, nighty night (btw that's ideal calc homework hour!) [02:50] Dude, I really do not have homework nowadays === mjg59 sleeps [02:51] Gnight mjg59 === blanky [n=blanky@pool-71-160-33-180.lsanca.dsl-w.verizon.net] has left #ubuntu-devel ["Leaving"] === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === administrator_ [i=administ@nat/cisco/x-fedbc0ca9b370c8d] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === supervillain [n=joelbrya@124.105.155.241] has left #ubuntu-devel [] === j_ack [n=rudi@p508D95BA.dip0.t-ipconnect.de] has joined #ubuntu-devel === poningru [n=poningru@pool-72-64-213-219.tampfl.fios.verizon.net] has joined #ubuntu-devel === milli [n=milli@famfrit.acmeps.com] has joined #ubuntu-devel === bhale_ [n=bhale@brandonhale.us] has joined #ubuntu-devel === PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-devel === broonie [i=broonie@cassiel.sirena.org.uk] has joined #ubuntu-devel === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel === phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-devel === bronson [n=bronson@adsl-75-36-145-145.dsl.pltn13.sbcglobal.net] has joined #ubuntu-devel === apokryphos [n=apokryph@unaffiliated/apokryphos] has joined #ubuntu-devel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel === ScottK [n=ScottK@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu-devel === giangy [i=giangy@voyager.techtemple.org] has joined #ubuntu-devel === aba- [i=aba@redruth.greenbean.org] has joined #ubuntu-devel === spo0nman [i=pankaj@unaffiliated/spo0nman] has joined #ubuntu-devel === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel === keescook [n=kees@ubuntu/member/keescook] has joined #ubuntu-devel === PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-devel === broonie [i=broonie@cassiel.sirena.org.uk] has joined #ubuntu-devel === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel === phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-devel === bronson [n=bronson@adsl-75-36-145-145.dsl.pltn13.sbcglobal.net] has joined #ubuntu-devel === apokryphos [n=apokryph@unaffiliated/apokryphos] has joined #ubuntu-devel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel === ScottK [n=ScottK@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu-devel === giangy [i=giangy@voyager.techtemple.org] has joined #ubuntu-devel === aba- [i=aba@redruth.greenbean.org] has joined #ubuntu-devel === spo0nman [i=pankaj@unaffiliated/spo0nman] has joined #ubuntu-devel === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel === keescook [n=kees@ubuntu/member/keescook] has joined #ubuntu-devel === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel === `anthony [n=anthony@220-253-156-119.VIC.netspace.net.au] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.5.151.revip2.asianet.co.th] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === hoora_ [i=ariel@gateway/tor/x-d676877db4a33f15] has joined #ubuntu-devel === jdong_ [n=jdong@SIMMONS-FIFTY-SIX.MIT.EDU] has joined #ubuntu-devel === eggauah [n=daniel@201.72.64.212] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === j1mc [n=jim@adsl-75-21-78-129.dsl.chcgil.sbcglobal.net] has joined #ubuntu-devel === mrpouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-devel === mrpouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-devel === cypher1 [n=cypher1@59.96.43.0] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === silwol [n=silwol@teacheradsl241.eduhi.at] has joined #ubuntu-devel === administrator_ [i=administ@nat/cisco/x-607c23dd90cafeb8] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === thekorn [n=markus@a89-182-26-11.net-htp.de] has joined #ubuntu-devel === jack_at_home [n=jack@221.223.38.39] has joined #ubuntu-devel === _human_blip_ [n=mike@202.83.118.27] has joined #ubuntu-devel === mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === _human_blip_ [n=mike@202.83.118.27] has joined #ubuntu-devel === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel === hoora_ [i=ariel@gateway/tor/x-34c1f52760a7206f] has joined #ubuntu-devel === pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel === afflux [i=k@gateway/gpg-tor/key-0x6E18D3C4] has joined #ubuntu-devel === pradeep [n=pradeep@59.92.48.8] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === dandy_ [i=dandy@opal.cat.pdx.edu] has joined #ubuntu-devel [08:17] bhale_: ping (Beagle tends to create gigantic logfiles... just cleared 600MB of logs after first using beagle two days ago) === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel === mbiebl [n=michael@dialin-145-254-249-245.pools.arcor-ip.net] has joined #ubuntu-devel [09:15] 'morning === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === freeflying [i=root@gobstopper.dreamhost.com] has joined #ubuntu-devel === pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel === hunger [n=tobias@p54A7142F.dip0.t-ipconnect.de] has joined #ubuntu-devel === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === clust [n=kuscsik@158.197.33.240] has joined #ubuntu-devel === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel [10:15] Hi, I work on a Ubuntu based USB distro for servers with web interface for network settings. What is your suggestion: Use the web interface to set the ubuntu network config files or build independent scripts for system configuration and make the web interface distribution independent? [10:19] waah? [10:20] have you looked into puppet? [10:20] poningru: saw your message in -doc overnight - please check for bugs and file them if none are there! [10:20] mdke: yes sir [10:20] :) [10:21] :) [10:22] <_ion> I guess pitti won't be around until next week. :-( pe194808 -!- pitti [n=pitti@ubuntu/member/pitti] has quit ["have a nice weekend"] [10:22] <_ion> I have a patch for restricted-manager. === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel [10:28] is there any special reason why adept now offers the upgrade to feisty? [10:28] (as in bug 91065) [10:28] Malone bug 91065 in adept "Adept wants to upgrade to feisty 7.04" [Undecided,Unconfirmed] https://launchpad.net/bugs/91065 === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel [10:41] poningru: I am not sure, that puppet is exactly what I need, install 8MB on the USB key to set the network preferences is not acceptable for me. I m trying to mimize the distros size to fit in 128MB. [10:42] But it is a nice project ;) === silwol [n=silwol@teacheradsl241.eduhi.at] has left #ubuntu-devel [] === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [10:53] <_ion> Hi pitti [10:54] hey all [10:54] morning _ion [10:55] <_ion> pitti: I changed restricted-manager to look at hardware identification patterns modinfo already provides and compare them to what sysfs says about connected hardware. [10:55] <_ion> No need to execute lspci anymore, or list PCI IDs inside code. [10:55] _ion: that sounds awesome! [10:55] Somebody might urgently want to take a look at why Adept is wanting to upgrade to 7.04... [10:56] Riddell: ^ that's due to your adept edgy-proposed upload, I figure [10:56] Ahah. [10:57] Might be advisable to fix that (although people shouldn't really be installing everything from edgy-proposed without testing). [10:57] still, that's wrong [10:57] Isn't it meant to check a file on archive.ubuntu.com? [10:58] pitti: apologies for pinging when you're off the clock, but I was wondering if you would take a look sometime next week at the vlc FTBFSes (on all arches, e.g., https://beta.launchpad.net/+builds/+build/309060 ) for pkgmaintainermangler [10:59] crimsun: that looks familiar; which maintainer address did you use? [10:59] Fujitsu and I were discussing it in -motu, and it's likely due to the fact that vlc uses Maintainer: MOTU Media Team [10:59] s/likely/almost definite/ [10:59] crimsun: yesterday I taught pkgbinarymangler not to choke on @kubuntu.org addresses [10:59] hmm [10:59] pitti: How about not choking if Original-Maintainer exists? [10:59] it requires an ubuntuish address ATM === gicmo [n=gicmo@p5491D20B.dip.t-dialin.net] has joined #ubuntu-devel [11:00] pitti: That's not an option in this case. [11:00] Fujitsu: I have to look at this; could one of you please file a bug against pkgbinarymangler? [11:00] I can do that, thanks [11:01] Removing line 64 would solve the issue. [11:01] Oops. [11:01] No. [11:01] Changing it to return 0. [11:02] <_ion> Btw, perhaps http://people.ubuntu.com/~pitti/scripts/bzrdc and http://people.ubuntu.com/~scott/software/bzr-commit should be merged to a single script. :-) [11:05] _ion: yestrerday I discovered debcommit in devscripts [11:05] _ion: that should be the eventual thing to use :) [11:05] <_ion> Ah, debcommit looks nice === twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-devel [] === mattw [n=mattw@opal.cat.pdx.edu] has joined #ubuntu-devel === Zdra [n=zdra@124.185-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === sacater [n=sacater@host81-156-182-183.range81-156.btcentralplus.com] has joined #ubuntu-devel [11:09] pitti: wishlisted #91086; if it's suitable for feisty to simply just use @ubuntu.com / @kubuntu.org Maintainer email addresses, I'm happy to do that [11:09] crimsun: oh, I'm all for making pkgmaintainermangler more liberal [11:10] but it's certainly a valid workaround to use an ubuntu address for now [11:11] in the interest of getting that CVE fixed, I'm going to work around it presently [11:11] crimsun: It might be nice to get an official list for motumedia. === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === discord [n=discord@dsl-241-83.zhonka.net] has joined #ubuntu-devel [11:17] I'm having trouble setting an environment variable using /etc/environment does anybody have any suggestions on how i can perminantly set a java classpath environment variable in ubuntu? [11:19] _ion: btw, could you please register your r-m branch in LP? makes it much easier to find and follow [11:19] hi pitti [11:19] hey ajmitch [11:20] <_ion> pitti: Actually it's registered, but after you merged my first change, i changed its status to 'Merged' and forgot to change it back to 'Development' when i did new commits. [11:20] ah [11:20] thanks [11:20] <_ion> Now it's visible again at https://code.launchpad.net/restricted-manager [11:24] argh, yay for descriptive names on https://code.beta.launchpad.net/bughelper === sahin_h [n=ezaz@dsl5402AB74.pool.t-online.hu] has joined #ubuntu-devel === mpytasz [n=dduck@81.219.176.52] has joined #ubuntu-devel === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel === ivoks [n=ivoks@vipnet6-165.mobile.carnet.hr] has joined #ubuntu-devel === tokj [n=tokj@151.82.7.109] has joined #ubuntu-devel === thekorn [n=markus@a89-182-26-11.net-htp.de] has left #ubuntu-devel [] === jinty [n=jinty@247.Red-83-49-51.dynamicIP.rima-tde.net] has joined #ubuntu-devel === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel === duese [n=Ident@p5484D1E8.dip.t-dialin.net] has joined #ubuntu-devel === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel [12:31] <_ion> pitti: I added identification patterns for ipw3945 and ath_hal to my branch. [12:32] _ion: nothing can stop you now :) === hagi [n=hagi@adsl-84-227-144-74.adslplus.ch] has joined #ubuntu-devel === tkjacobsen [n=tkjacobs@105.18.235.85.dk-boa.res.dyn.perspektivbredband.net] has joined #ubuntu-devel === herzi [n=herzi@pD9E2932B.dip.t-dialin.net] has joined #ubuntu-devel === AlinuxOS [n=vsichi@host35-132-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-devel === eXistenZ [n=existenz@unaffiliated/eXistenZ] has joined #ubuntu-devel === pectic_ [n=existenz@bzq-82-81-17-53.red.bezeqint.net] has joined #ubuntu-devel === HiddenWolf [n=HiddenWo@136.198.dynamic.phpg.net] has joined #ubuntu-devel === Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel === shackan [n=shackan@host32-136-dynamic.16-87-r.retail.telecomitalia.it] has joined #ubuntu-devel === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel === pochu [n=pochu@ubuntu/member/pochu] has joined #ubuntu-devel === shiyee [n=Shiyee@0x503e778e.abnxx4.adsl-dhcp.tele.dk] has joined #ubuntu-devel === tkjacobsen [n=tkjacobs@105.18.235.85.dk-boa.res.dyn.perspektivbredband.net] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@d54C0EE14.access.telenet.be] has joined #ubuntu-devel === nrd1 [n=ubuntu@127.3.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has joined #ubuntu-devel [01:36] hi I have just downloaded and run the fiesty version 5 livecd, I am using a matrox video card, the livecd decided to use the 'vesa' driver not the 'mga' driver is it should, this limit the max resolution to 800x600 :( [01:37] at least fiesty works ubuntu 6.10 doesn't at all. [01:41] *nnng* feisty, not fiesty! *nng* :) [01:41] fisty! === nrd1 hmmm ok [01:43] nrd1: could you please file a bug against 'xorg' with some hardware data? (output of 'lspci' and 'dmidecode' [01:44] pitti: ok [01:46] pitti: How do I go about getting a universe security update uploaded? [01:46] Fujitsu: open a security bug for it and attach a debdiff [01:47] the security flag will make it appear on keescook's and my radar [01:47] Ah, both of those are already done. [01:47] Thanks. === clust [n=kuscsik@158.197.33.240] has left #ubuntu-devel [] === stub [n=stub@ppp-58.8.5.179.revip2.asianet.co.th] has joined #ubuntu-devel [01:59] pitti, hello ! ;) [01:59] hi AlinuxOS [01:59] pitti, is there some feisty testing packs ? Mozilla locales-packs ? [02:00] some your experimental repositories ? :) [02:00] not yet for 2.0.0.2 [02:00] ;) [02:00] hehe ok...just asked ! :P === Seveaz [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel [02:28] pitti: I have sent in a bug report. === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has left #ubuntu-devel ["Leave"] === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel === tokj [n=tokj@151.82.2.97] has joined #ubuntu-devel [02:45] <_ion> pitti: I scraped the lists of specific cards supported by nvidia and nvidia_legacy from the nvidia website and overrode the patterns reported by the modules (basically "all graphics adapters by nVidia") with them. Now nvidia_legacy isn't listed anymore because my card is only supported by the nvidia driver. :-) I didn't commit the change yet, but will push soon. [02:46] _ion: cool! I was looking for such a list, but didn't find one, and instead I found out that it in fact changes from release to release [02:46] _ion: thus, how can you make sure that your overriding of the modules' lists will be correct for future releases? [02:46] <_ion> pitti: Yeah, the scrape script is included. It needs to be run whenever the driver version(s) in l-r-m change. [02:46] _ion: can this be integrated to happen dynamically? [02:47] or does it need manual intervention? === pitti gets apport-retrace to automatically attach symbolic stack traces back to bug reports \o/ === stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel [02:50] <_ion> pitti: I wasn't able to pull the listing from the drivers themselves. There's some kind of a list in the README, but it says "For the most complete and accurate listing of supported GPUs, please see the Supported Products List, available from the NVIDIA Linux x86 Graphics Driver download page" above the list. What i've implemented so far needs manual intervention, unfortunately. [02:51] I see [02:51] _ion: that should be fine, though [02:51] _ion: ideally the kernel modules themselves would know which product IDs they support :( [02:51] <_ion> Yeah. === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel [02:52] I thought the nvidia ones did? [02:53] Or are they overly generous? [02:58] <_ion> They basically match all graphics adapters by nVidia. === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === abattoir [n=abattoir@cm109.omega23.maxonline.com.sg] has joined #ubuntu-devel === `anthony [n=anthony@220-253-156-119.VIC.netspace.net.au] has joined #ubuntu-devel [03:15] <_ion> pitti: I pushed the change. [03:17] thank you === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [03:21] <_ion> pitti: A more accurate list should be created for the ATI driver, too. === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel === bhale_ is now known as bhale === mrpouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-devel === lord_andromeda [n=lord_and@88.226.179.24] has joined #ubuntu-devel === lord_andromeda [n=lord_and@88.226.179.24] has left #ubuntu-devel [] === nrd1 [n=ubuntu@127.3.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has left #ubuntu-devel [] === stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel === kmon [n=javier@84.77.121.27] has joined #ubuntu-devel === Loevborg [n=loevborg@dslb-084-056-036-106.pools.arcor-ip.net] has joined #ubuntu-devel === stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel === dsas [n=dean@cpc3-stok6-0-0-cust253.bagu.cable.ntl.com] has joined #ubuntu-devel === ivoks [n=ivoks@16-2.dsl.iskon.hr] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === mr_pouit [n=mrpouit@sd-4736.dedibox.fr] has joined #ubuntu-devel === kent [n=kent@82.145.145.166] has joined #ubuntu-devel === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === mdke [n=matt@212-139-96-9.dynamic.dsl.as9105.com] has joined #ubuntu-devel === _ion [i=johan@kiviniemi.name] has joined #ubuntu-devel === rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-devel === stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel === giftnudel [n=mb@frnk-590c4e81.pool.einsundeins.de] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-209-217-84-120.d-ip.magma.ca] has joined #ubuntu-devel === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel === Adri2000 [n=adri2000@ubuntu/member/adri2000] has joined #ubuntu-devel === svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel === hawkeye [n=hawkeye@68-232-53-177.atlsfl.adelphia.net] has joined #ubuntu-devel === ivoks [n=ivoks@16-2.dsl.iskon.hr] has joined #ubuntu-devel === BenMC [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-devel === PhilK [n=PhilK@68-232-53-177.atlsfl.adelphia.net] has joined #ubuntu-devel === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-devel === okaratas [n=ozgurk@fsf/member/okaratas] has joined #ubuntu-devel === giftnudel [n=mb@frnk-590c4e81.pool.einsundeins.de] has joined #ubuntu-devel === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === KP202 [n=ach@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel [05:53] http://librarian.launchpad.net/6724669/buildlog_ubuntu-feisty-amd64.acpid_1.0.4-5ubuntu6_FAILEDTOBUILD.txt.gz make sense to anyone? [05:54] ew. === johanbr [n=j@blk-137-114-65.eastlink.ca] has joined #ubuntu-devel === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel === phoenix24 [n=phoenix2@124.125.248.42] has joined #ubuntu-devel [06:07] anyone know what the sru policy is on "just needs a rebuild" ? [06:07] haha === PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-devel === tokj [n=tokj@151.82.1.153] has joined #ubuntu-devel [06:14] Fujitsu: it's deliberate to upgrade o feisty with adept === jdong_ [n=jdong@SIMMONS-FIVE-NINETY-TWO.MIT.EDU] has joined #ubuntu-devel === mdke [n=matt@212-139-96-9.dynamic.dsl.as9105.com] has joined #ubuntu-devel === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === j_ack [n=rudi@p508DB43F.dip0.t-ipconnect.de] has joined #ubuntu-devel [06:24] mjg59: you have a non-ubuntu email address as Maintainer [06:25] Yes. Yes, I do. [06:25] (Since I have a non-ubuntu email address) [06:26] pkgbinarymangler tries to store it as Original-Maintainer but there is already a O-M field and errors out [06:28] someone should slap pitti to add mjg59s address to the whitelist (or better: do some launchpad magic) === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel [06:33] mjg59: Oh, since you are here, do you have any plans for laptop-mode? === angasule [n=angasule@190.49.204.229] has joined #ubuntu-devel === angasule [n=angasule@190.49.204.229] has left #ubuntu-devel ["Foer] [06:36] ok, how is this gnome-main-menu slab thing supposed to work? [06:36] I think it's misnamed..... [06:37] "slap" - slaps your gnome-panel with a SIGSEGV [06:37] jdong_, :D [06:37] I'm almost sure it's PEBKAC but I'd love to get this thing running :D === firephoto [n=tom@pool-71-115-214-25.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel [06:41] do be do be doo [06:46] bddobedobedoobian [06:47] heh === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [06:51] Seveas: doobian? that explains a lot ;) [06:52] no comment [06:54] Hmm === snoogie [n=snoogie@gob75-5-82-230-88-29.fbx.proxad.net] has joined #ubuntu-devel === administrator_ [i=administ@nat/cisco/x-1a796513494e6b04] has joined #ubuntu-devel === orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-devel === tokj_ [n=tokj@151.82.4.12] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === tokj [n=tokj@151.82.4.12] has joined #ubuntu-devel === pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel === johanbr [n=j@blk-137-114-65.eastlink.ca] has joined #ubuntu-devel === aigarius [n=aigarius@82.152.74.5] has joined #ubuntu-devel === predius [n=predius@predius.org] has joined #ubuntu-devel === predius_ [n=predius@predius.org] has joined #ubuntu-devel === predius [n=predius@predius.org] has joined #ubuntu-devel === Loevborg_ [n=loevborg@dslb-084-056-013-099.pools.arcor-ip.net] has joined #ubuntu-devel === styx_ivs [n=kvirc@p57A4AFD2.dip0.t-ipconnect.de] has joined #ubuntu-devel === styx [n=kvirc@p57A4AFD2.dip0.t-ipconnect.de] has joined #ubuntu-devel === juell [n=jga@pD9E6093D.dip.t-dialin.net] has joined #ubuntu-devel === phoenix24 [n=phoenix2@124.125.248.42] has joined #ubuntu-devel === juell [n=jga@pD9E6093D.dip.t-dialin.net] has left #ubuntu-devel ["Konversation] === pirast [n=martin@p508B1CF7.dip0.t-ipconnect.de] has joined #ubuntu-devel === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-devel === tsmithe` [n=tsmithe@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-devel === illovae is now known as Mohinder_Suresh === Mohinder_Suresh is now known as illovae === tokj [n=tokj@151.82.4.12] has joined #ubuntu-devel === Gman [i=gman@nat/sun/x-2c6e2d4dbe532b7d] has joined #ubuntu-devel === gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel === sacater [n=sacater@host81-156-182-183.range81-156.btcentralplus.com] has joined #ubuntu-devel === Zdra_ [n=zdra@37.218-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [08:52] Users should realize that less(1) provides more(1) emulation and extensive enhancements. [08:52] I'm using less, but I'm not getting any "extensive enhancements" [08:52] I'm beginning to think it's false advertising... my surgeon says only cartilage grafting works for extensive enhancements :( === Keybuk [n=scott@wing-commander.netsplit.com] has joined #ubuntu-devel === pitti waves to Keybuk [09:06] hey pitti === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel === jdong_ is now known as jdong === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel === poningru [n=poningru@pool-72-64-213-219.tampfl.fios.verizon.net] has joined #ubuntu-devel === gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel [09:29] jdong: in 'more' terms, scrolling back one line is a very extensive enhancement === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel [10:02] Seveas, hello [10:03] hi okaratas [10:07] <_ion> Btw, "okaratas" in Finnish translates to a "thorn cogwheel". :-) [10:08] _ion, i dont understand you ? [10:08] <_ion> Your nick just happens to be a valid Finnish compound word, where oka means a thorn and ratas means a cogwheel. [10:11] And this concludes this week's episode of _ion points out useless random things and offends a random person! [10:11] <_ion> Offends? [10:11] Stay tuned for jdong finds sexual innuendos in random manpages! [10:11] _ion: "confuses"? [10:11] jdong: there is a patch to be applied around beta time that lessens beagles logging [10:11] jdong: that said, my Log dir is 14mb after months and months of use [10:11] bhale: ah, ok, that makes me happier then :) [10:11] _ion, hm okey [10:12] bhale: well I rm -rf'ed 2.0GB wroth of kmail on day 2 of beagle [10:12] bhale: so I think I might've upset it into logging more than usual :D [10:12] hm :) [10:12] there are ocassional reports of Really Big Logs === jdong snickers immaturely [10:12] are they *natural* logs? [10:13] _ion, what is fin cogwheel ? [10:13] _ion: are you Finnish, btw? [10:14] <_ion> okaratas: http://images.google.fi/images?q=cogwheel [10:14] <_ion> jdong: Yes. [10:15] _ion: ok, cool :) [10:16] _ion, my name is Ozgur Karatas, my nickname "okaratas" :) [10:16] http://blog.ozgurkaratas.com === gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [10:17] <_ion> okaratas: Yeah, i realize that. :-) Is that a Turkish name? [10:18] evening all [10:18] yes _ion i am from Turkey.. [10:18] do we really not want openoffice in feisty? [10:18] sabdfl, hello.. [10:18] sabdfl: maybe if I can read the fonts without squinting :) [10:22] sabdfl: ? [10:23] Keybuk: just updated, and aptitude wants to remove a ton of useful stuff [10:23] ubuntu-desktop appears to have lost some dependencies [10:23] they got changed to Recommends [10:23] ha, subliminal anti-OOo marketing :) [10:24] out of curiousity, why? [10:24] sabdfl: you don't use synaptic? :p [10:24] nup, aptitude, oldskool etc [10:24] most of ubuntu-desktop is moving to recommends to allow people to uninstall bits without suddenly losing their entire system [10:24] *some* people I know use dselect [10:24] ok [10:25] F10 - Options - Dependency handling - Install Recommended packages automatically [10:25] make sure that's selected [10:26] why isn't aptitude an emacs mode yet? [10:26] it seems to fit right in. [10:29] which packages do i need to install for .exe files to be run? i have a .exe file for windows which i can't run.. === beuno [n=martin@200.127.224.201] has joined #ubuntu-devel [10:37] Riddell: It's by design that edgy-proposed has now been equated with Feisty? Interesting, I would have thought that somewhat inappropriate. === juell [n=jga@p85.212.32.214.tisdip.tiscali.de] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === eggauah [n=daniel@201.72.64.212] has joined #ubuntu-devel === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-devel [11:23] okaratas, wine, please ask in #ubuntu next time [11:25] pirast, thank you === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel === Qwell [n=north@pdpc/sponsor/digium/Qwell] has joined #ubuntu-devel [11:52] How do I find out the maintainer of a package? [11:53] apt-cache show package [11:53] Qwell: Which package? Most packages have no maintainer as such any more. [11:53] I don't use ubuntu.. [11:53] the package is asterisk [11:53] MOTU maintains asterisk [11:53] Somebody very urgently needs to upgrade to 1.2.16 [11:53] Qwell: Why do you want to know? It's more of a team effort, as crimsun says. [11:53] or at least backport some stuff [11:53] we know about it already, Qwell [11:53] Qwell: That's being done. [11:54] zaptel too :D [11:54] ...and libpri, for good measure [11:54] we know about zaptel, too. [11:54] and libpri [11:54] great [11:55] Qwell: bug #89863 is the Asterisk one, for reference. [11:55] any ETA? [11:55] Malone bug 89863 in asterisk "Asterisk 1.2.16 fixes a recently discovered security vulnerability" [Undecided,Fix released] https://launchpad.net/bugs/89863 [11:55] note that they're fix released, which means fixes are already available. [11:55] Dapper and Edgy were fixed 4 days ago, Feisty was fixed yesterday. [11:55] is Feisty still gonna use 1.2? [11:56] yes [11:56] okay === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === guerby [n=guerby@gut75-4-82-235-162-148.fbx.proxad.net] has joined #ubuntu-devel