/srv/irclogs.ubuntu.com/2006/08/25/#ubuntu-devel.txt

=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== gort [n=jgbiggs@cpe-24-175-10-187.houston.res.rr.com] has joined #ubuntu-devel
=== _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel
=== Fujitsu [n=fujitsu@203.23.49.35] has joined #ubuntu-devel
=== human_blip [n=mike@220.157.65.29] has joined #ubuntu-devel
=== kent [n=kent@82.145.136.43] has joined #ubuntu-devel
=== didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel
=== Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== Loevborg [n=loevborg@dslb-084-056-002-034.pools.arcor-ip.net] has joined #ubuntu-devel
=== jcsmith [n=jcsmith@wv-morgantown-cdnt1-bg1-4c-104.mgtnwv.adelphia.net] has joined #ubuntu-devel
=== nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel
=== windub [n=windub@home.waugh.id.au] has joined #ubuntu-devel
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-devel
=== delire_ [n=delire@p54BCF768.dip.t-dialin.net] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-devel
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel
=== wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel
=== Keybuk [n=scott@paperboy.netsplit.com] has joined #ubuntu-devel
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
=== human_blip [n=mike@220.157.65.29] has joined #ubuntu-devel
bluefoxicyI am lolling at this.02:04
bluefoxicymy kernel is getting pissed off02:05
bluefoxicyI keep doing dd if=/bin/cat of=/dev/{zero,null}02:05
bluefoxicyand it has random processes crash or random oopses happen as a reaction.02:05
HrdwrBoB/dev/zero isn't for writing to02:07
bluefoxicyI noticed!  :D02:07
bluefoxicyaww now dd just segfaults02:08
=== FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-devel
FujitsuIt really shouldn't do that...02:11
FujitsuYou're not meant to write to it, but it really shouldn't crash.02:11
keescookthe kernel is allergic to /bin/cats, I guess.02:12
mjg59It's a broken kernel of some description02:12
bluefoxicyI filed a bug, you figure it out.02:12
=== Fujitsu dds urandom to /dev/zero.
bluefoxicyI think it might take more than that02:13
FujitsuNot doing much, nor does cat.02:13
bluefoxicymine crashed wine02:13
bluefoxicythe dd seemed to be the trigger; a second one (pointed at /dev/null) caused another oops but further just segfault dd02:13
mjg59bluefoxicy: The oopses would be interesting02:13
mjg59I suspect that something else has blown up at some earlier point02:13
mjg59Whose kernel is this, and are you running any local patches?02:14
bluefoxicybug 57642 mjg02:14
UbugtuMalone bug 57642 in linux-source-2.6.17 "kernel bug, you figure it out." [Untriaged,Unconfirmed]  http://launchpad.net/bugs/5764202:14
FujitsuSounds like a nasty kernel bug...02:14
bluefoxicyand full call trace I might add.02:14
mjg59That's an utterly implausible failure02:14
mjg59Looks like you've got heavy memory corruption02:15
bluefoxicyprobably.02:15
mjg59This is entirely the kernel we ship?02:15
mjg59No local patches at all?02:15
bluefoxicyi'm FAR too lazy to roll my own02:15
bluefoxicyso yes it's yours :)02:15
FujitsuDud RAM?02:16
bluefoxicyFujitsu:  curious, did dd segfault at all?02:16
FujitsuNo.02:16
mjg59Utterly unreproducible here02:16
bluefoxicyFujitsu:  I'm actually pretty stable02:16
FujitsuNot at all.02:16
FujitsuRun a memtest lately, bluefoxicy?02:16
bluefoxicybesides dd being a dumbass02:16
bluefoxicyno, but I will on next reboot.02:16
FujitsuOK, good...02:16
=== bluefoxicy hits the repos for an update first.
Fujitsu'cause I've just tried it on three machines, nothing happens.02:16
bluefoxicyFujitsu:  i'm thinking something else caused the problem and the kernel just freaked out at dd at random02:17
bluefoxicycould have been wine02:17
FujitsuCorrupting bits of kernel memory? I doubt it.02:18
HrdwrBoBwhile true;do sudo dd if=/bin/cat of=/dev/zero bs=1 count=512; done did nothing here02:20
FujitsuSame, that's similar to what I did.02:21
=== bluefoxicy shrugs
bluefoxicydmesg | grep BUG02:21
zuli think its just memory corruption02:21
bluefoxicyit probably is, but the question is is it programmatic and if so why02:21
zulbecause you did something weird?02:22
bluefoxicywell, I did nothing at kernel level02:22
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel
crimsunbluefoxicy: it would be considerably more helpful when you use descriptive summaries instead of "kernel bug, you figure it out."02:22
bluefoxicycrimsun:  it would definitely be more helpful; however that's all I got02:23
bluefoxicyit's inobvious what the problem is and the kernel basically said exactly that02:23
keescookOne possible summary could be "kernel oops while using dd on /dev/zero"02:23
bluefoxicy20% done with updates, will reboot in a few minutes to pummel memory02:23
bluefoxicykeescook:  I'm pretty sure it's not a /dev/zero bug02:24
bluefoxicyespecially since nobody else can trigger it that way02:24
FujitsuBut it's a start.02:24
bluefoxicyI did put that at the end of the report though.02:24
azeembluefoxicy: maybe you're a special kind of zero02:24
bluefoxicya super zero?02:24
FujitsuBut in the summary is probably a better idea, as people look at the summary first.02:25
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel
HrdwrBoBthat being the purpose of a summary02:29
HrdwrBoBsummary: "see description for details" isn't a summary02:29
bluefoxicygoin' down02:33
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== treitter [n=treitter@24-227-19-234-st.losaca.adelphia.net] has joined #ubuntu-devel
=== Fujitsu is now known as Fujitsu_
=== jack_wyt [n=jack@221.221.144.170] has joined #ubuntu-devel
=== bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel
bddebianHeya folks03:03
=== Fujitsu_ is now known as Fujitsu
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-devel
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel
=== freet15 [n=freet15@221.221.154.108] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
bluefoxicymemtest did a full pass, says I'm fine03:17
bddebianThat's debatable :-)03:17
bluefoxicyYES!03:22
bluefoxicyElena says she'll try to get the pie patches submitted for inclusion in gdb mainline!03:22
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-devel
=== jack_wyt_ [n=jack@221.221.154.108] has joined #ubuntu-devel
=== _human_blip_away [n=mike@220.157.65.29] has joined #ubuntu-devel
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel
=== stub [n=stub@ppp-58.8.11.65.revip2.asianet.co.th] has joined #ubuntu-devel
=== Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel
=== _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel
=== fsmw [n=Fernando@154-114-112.adsl.terra.cl] has joined #ubuntu-devel
=== freet15_ [n=freet15@221.221.162.237] has joined #ubuntu-devel
=== AstralJava [n=jaska@cm-062-241-239-3.lohjanpuhelin.fi] has left #ubuntu-devel []
=== jack_wyt_ [n=jack@221.221.162.237] has joined #ubuntu-devel
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-devel
=== freet15__ [n=freet15@221.221.144.170] has joined #ubuntu-devel
=== jack_wyt__ [n=jack@221.221.144.170] has joined #ubuntu-devel
=== freet15_ [n=freet15@221.221.152.30] has joined #ubuntu-devel
=== jack_wyt_ [n=jack@221.221.152.30] has joined #ubuntu-devel
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== jack_wyt___ [n=jack@221.221.163.113] has joined #ubuntu-devel
=== jack_wyt__ [n=jack@221.221.151.6] has joined #ubuntu-devel
=== TomB [n=tomb@ACD50732.ipt.aol.com] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== joejaxx is now known as Administrator
=== fdoving [n=frode@edge.lnix.net] has joined #ubuntu-devel
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel
=== Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== Administrator is now known as administrator
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== sharms [n=sharms@64.244.234.3] has joined #ubuntu-devel
=== nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-devel
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== administrator is now known as joejaxx
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel
=== joejaxx is now known as j0ejaxx
=== Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== kyle_ [n=kyle@cabal.ca] has joined #ubuntu-devel
=== kyle_ is now known as kylem
=== robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
=== freeflying_ [n=freeflyi@221.221.165.221] has joined #ubuntu-devel
=== jack_wyt__ [n=jack@221.221.165.221] has joined #ubuntu-devel
=== nags [n=nags@125.16.129.16] has joined #ubuntu-devel
=== gnux123 [n=grexk@124.107.72.45] has joined #ubuntu-devel
=== jack_wyt_ [n=jack@221.221.165.221] has joined #ubuntu-devel
=== stub [n=stub@ppp-58.8.11.65.revip2.asianet.co.th] has joined #ubuntu-devel
=== Sp4rKy [n=max@ubuntu/member/sp4rky] has joined #ubuntu-devel
nagsHi07:49
nagshow do I configure domain name in Breezy ?07:49
nagsmy IP address is obtained from a DHCP server (LAN)07:49
Sp4rKy/etc/hosts ?07:49
nagsbut it doesn't get the host name07:49
=== nags checking
nagsSp4rKy, but with dynamic IP how can I set the host name ? I mean in /ect/hosts we need to specify the IP address also, right ?07:50
Sp4rKyi'm not sure07:51
nagshmmm07:51
nagscan somebody help me ?07:51
Sp4rKytry setting youhostname with 127.0.0.1 ip on the same line07:51
=== freet15 [n=freet15@221.221.165.221] has joined #ubuntu-devel
infinity127.0.0.1 localhost07:52
infinity127.0.1.1 cthulhu.0c3.net cthulhu07:52
infinity(for example)07:52
nagsSp4rKy, ya tried, but no luck07:52
Sp4rKy&:/07:52
gnux123yes07:52
nagsinfinity, 127.0.1.1 ? anyways let me try...07:52
infinitynags: If you just mean you want the system to have the correct hostname (ie: according to the kernel), that goes in /etc/hostname (but that's just the short host name, not the FQDN)07:53
nagsinfinity, okay07:53
nagsinfinity, even after setting the host name is not resolvable...07:53
infinitynags: If you mean you want domain resolution to work, but DHCP isn't sending you a useful domain name, try editing /etc/dhcp3/dhclient.conf to add sometihng like: append domain-name " 0c3.net";07:54
nagsinfinity, let me try it now..07:54
infinity(or: s/append/supersede/, if you don't want the domain name sent by your ISP to be used at all)07:54
nagsinfinity, okay07:56
nagsinfinity, I could see something like this #send host-name "andare.fugue.com";07:56
nagsinfinity, shall I make it to my host name ?07:56
infinityThat sends a hostname to the DHCP server, not the other way around.07:56
infinityUseful if you have a DHCP server that asiigns IPs based on hostname.07:57
nagsinfinity, ah ! okay07:57
=== johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-devel
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel
nagsinfinity, I get something like this '<null: Host name lookup failure'08:10
nagsI get nags.blr.dell.com does not exist (Authoritative answer)08:11
infinityErr, using what?08:14
infinityUtilities like "host" or "nslookup" will be querying your DNS server.  No amount of messing on your local machine will magically get a DNS record in your DNS server.08:15
nagsinfinity, host08:15
infinityYeah, "host" does a DNS query.  It's not a local resolver lookup.08:16
nagsimbrandon, okay08:17
infinityAnd at this point, I think we've wandered so far into "off-topic support" that if you have further questions, you should probably take it to #ubuntu08:17
nagsah ! sorry tab filling08:17
nagsinfinity, :)08:17
=== imbrandon looks up
nagsimbrandon, apologize, in tab filling I just typed i <tab> <enter>08:19
imbrandonheh np ;)08:19
=== Zdra [n=zdra@253.218-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
imbrandonmoins infinity08:19
imbrandon;)08:19
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel
Keybuk"Who maintains RPM?" ... LWN has become The Register!08:25
=== TomB [n=tomb@ACD50732.ipt.aol.com] has joined #ubuntu-devel
lifelessKeybuk: pong08:26
Keybuklifeless: I ping'd ?08:27
lifelessyou wanted to arrange a time to chat08:27
lifelessnow is good for me08:27
Keybukcan it wait until I've had more coffee08:27
Keybuklike, err, some08:27
lifelesssure. I've got about a 60minute window08:27
=== Fujitsu [n=Fujitsu@c58-107-56-223.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel
Keybukhopefully Mark won't pop in again and do his "guys, can you close your laptops" thing again08:28
FujitsuHaha.08:29
=== Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel
BurgundaviaKeybuk: what did he want we he asked you to close your laptops?08:37
lifelessattention08:37
Burgundavialifeless: umm, isn't that what he pays over 100 people for?08:37
=== Keybuk cries
Keybukthe udev rules file format changed again08:39
lifelessover 100 ?08:39
Burgundavialifeless: canonical + hbd + foundation08:40
gnux123hbd?08:40
lifelessthey are very different things08:40
Burgundaviayes, but they are all extensions of Mark08:40
lifelessmmm, I'm not!. I'm an individual.08:41
Burgundavialifeless: not since you have been sucked into the Canonical mothership ;)08:42
=== Spads [n=crack@host-84-9-51-34.bulldogdsl.com] has joined #ubuntu-devel
=== phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-devel
StoneTablehey Burgundavia 08:47
=== marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel
jsgotangcohaha08:50
BurgundaviaStoneTable: greetings adam08:51
StoneTableRecovered from san fran?08:51
Burgundaviamostly08:51
StoneTableThe jet lag killed me08:51
Burgundaviaapparently I allowed myself to get video taped there08:51
Burgundaviacheck the top of ubuntuvideo08:51
StoneTablehah, yeah08:51
StoneTablenice08:52
=== bmon [n=monnahan@81.Red-83-49-123.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== freet15_ [n=freet15@221.221.165.221] has joined #ubuntu-devel
=== rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== fabbione [n=fabbione@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
imbrandonBurgundavia: heh yea i've eather gonna have to come to ubucon next year and/or "edumicate" you on kubuntu ;)09:10
imbrandoneither* jez09:10
Burgundaviaimbrandon: why is that?09:10
imbrandonjust teasin you about the lack of kubuntu info when someone ask about adept ;)09:10
Burgundaviaright09:11
imbrandonthats all , just rasin ya a bit ;)09:11
Burgundaviathat KDE guy was the worst09:11
Burgundaviahe grilled me later on KDE support09:11
Burgundaviagrilled Jane on it09:11
imbrandonlol09:11
Burgundaviahe was very agressive about it. As if, if we answered wrong, he was going to be very annoyed09:11
imbrandonabout what ? just support questions ? 09:11
Burgundaviahow much does Ubuntu/Canonical support KDE09:11
imbrandonhahah yea i hate that09:11
=== lloydinho [n=andreas@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
Burgundaviathey he got poor Chris Kenyon, who has only used Linux for 3 months09:12
imbrandonheh yea i'm definately gonna have to come be the token kde guy next year ( since Riddell most likely wont make it to the US );)09:12
imbrandonheh09:12
StoneTableHe stood up during whiprush's talk and started questioning the ltsp guys09:12
imbrandondamn thats rude09:13
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel
StoneTableThey finally told him to shut up and sit down09:13
imbrandoni only watched the first 10 minutes or so, i'll catch the rest later09:13
imbrandonlooks like it was a great talk over all though09:14
imbrandonother than obvious idiots ;)09:14
=== mvo [n=egon@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
Burgundaviait is too bad, because all he did was give KDE a bad name09:14
imbrandonvery true09:14
Burgundaviaright near the end is when we asks chris about KDE support09:15
imbrandon;P chris == ?09:15
imbrandoni must not know him very well09:15
imbrandonis he the guy on the ubuntuos podcast >?09:16
Burgundaviachris kenyon, don't know if he hangs out on irc. Canonicals marketing guy09:16
Burgundaviagreat people, but zero Linux expereince09:16
imbrandonahh09:16
imbrandonheh ;)09:16
gnux123heh09:16
imbrandonand people make that mistake alot asking devs about marketing or marketing about tech stuff and expect a great answer09:17
gnux123Then why did they hire Chris?09:17
Burgundaviabecause you hire good people and then train them09:17
BurgundaviaLinux is a skill you can learn09:17
Burgundaviabeing a good marketing person is not'09:18
imbrandongnux123: you dont have to be an expert tech to be a good marketing guy , i doubt the windows marketing team can code c++ ( i'm sure there are exceptions but overall )09:18
=== mdz [n=mdz@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
gnux123Thankz for the info09:18
Burgundaviafor instance, in my office of all sales and marketing, we have 1 linux guy (that would be me), 1 ex linux guy and 3 complete neophytes09:18
imbrandonBurgundavia: exactly there is a diffrence between a learned skill and a natual ability , marketing is more the natural thing moreso09:19
Burgundaviaindeed09:19
imbrandonnatural*09:19
=== dholbach [n=daniel@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
imbrandonnow dont get me wrong a natural can always "learn" his skill better but you know what i mean09:20
=== seb128 [n=seb@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
jdubyou guys are talking about "marketing" as if it's one thing, a single skill09:20
imbrandonlooks like the world is wakin up, moins seb128 jdub dholbach mdz09:20
imbrandonjdub: true , it is MANY facets09:20
mdzwireless network has awakened09:21
HrdwrBoBBurgundavia: I disagree09:21
HrdwrBoBthe ability to use a computer maybe09:21
BurgundaviaHrdwrBoB: we will have to disagree another time, because I am about to crash and the canonical people kind of need this channel to do minor things like develop Ubuntu09:21
HrdwrBoByeah09:22
seb128hi imbrandon jdub09:22
jdubhey seb128 09:22
=== jdub hugs seb128
=== seb128 hugs jdub
jdubseb128: how's wiesbaden hackery?09:23
seb128good09:23
pittihey jdub 09:23
seb128dholbach forgot to put the alarm clock this morning09:23
ivoks:)09:23
seb128but mdz phoned us, so that's alright ;)09:23
pittisurprising that you were only 9 minutes left09:23
pittiah09:23
jdublucky09:23
jdubthat nine am smackdown sizzles ;)09:23
seb128no need of a clock when you have mdz around apparently ;)09:24
Keybukjdub: 11:30am sharp09:24
mdzwhen I call, you are already TOO LATE.09:24
seb128jdub: out of that pretty good09:24
seb128DOH09:24
Keybukseb128: ah, that explains why your t-shirt is on back to front09:25
dholbachseb128: I *put* it, I just seem to have turned it off while sleeping again09:25
Keybuk...what's funny is you checked09:25
=== Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel
dholbachKeybuk: you have too much time... too much time to make fun of seb12809:25
=== ogra [n=ogra@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
jdubKeybuk: wiesbaden is 11:30am sharp?! things going soft now?09:26
pittijdub: rather, brains going liquid09:26
Keybukjdub: mdz was apparently losing confidence that he'd be up himself as the night got later09:26
=== doko [n=doko@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
Keybukssh09:27
Keybukhe's here09:27
=== olemke [n=olemke@p54895A78.dip.t-dialin.net] has joined #ubuntu-devel
Keybuko/~ I'm going to kill Kay Sievers09:27
seb128jdub: those german people have "schnaps" ... doesn't make easy to wake up before 9am09:27
Burgundaviabut did you have a transexual for mdz to sing with?09:28
mvothere is really good schnaps in germany, thats for sure!09:28
StoneTableI think mdz had the better voice, tho09:28
pittijdub: seb needed to catch up from last conference's Schnaps deprivation09:28
=== jdub had a small taste of butterscotch schnaps a few nights ago, sent brain reeling back to theatre in high school and university. scary flashbacks.
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel
imbrandonohh jdub OT i was gonna tell you i grabed your mugshot packages and updated it to the latest version and compiled debs for dapper/edgy if your interested 09:31
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
jdubimbrandon: cool09:32
imbrandonjdub: http://www.imbrandon.com/packages/pool/edgy/extras/    s/edgy/dapper/g if you wanna grab it 09:32
jdubimbrandon: mail me a deb-src line whenever you have the oppportunity09:32
imbrandonkk will do09:32
imbrandonjdub@ubuntu.com or ......09:33
jdubjeff.waugh09:33
jdubmaybe jdub works too09:34
dholbachimbrandon: upload to the archive! :)09:34
jdubi dunno09:34
jdubdholbach: it's kind of not useful in the archive09:34
dholbachjdub: aha?09:34
imbrandondholbach: you realy need an mugshot invite09:34
imbrandonto actualy use it09:34
dholbachhm09:34
dholbachI never uinderstood mugshot anyway09:34
=== ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel
dholbach'There are 137 direct members of the "Ubuntu BugSquad" team'!09:35
dholbachsfllaw: ^09:35
jdubdholbach: the client is updated often enough that having an old version shipping in edgy would be kind of bong09:35
imbrandonjdub: sent, should arrive any min09:36
jdubthanks09:36
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel
imbrandonyea if they ever stableize it ( as in not change ever few weeks heh ) then it might be ok to upload ;)09:38
imbrandondholbach: ^09:38
Hobbseehey all09:38
imbrandonheya Hobbsee09:39
Hobbseehey imbrandon 09:39
imbrandonamarok uped to archive Hobbsee09:39
Hobbseeimbrandon: yay :)09:39
Hobbseeit even works now, too09:39
Hobbseeimbrandon: have you requested backports, etc, for it yet?09:39
imbrandonit cant be backported just yet, becouse of libvisual and ummm one more lib09:40
imbrandonlibtinepimp309:40
imbrandontunepimp3*09:40
imbrandonbut i'll check it out later today when riddell wakes and see if we can get all 3 backported since those are trivial libs only amarok uses09:41
Hobbseeimbrandon: tru ehtat.09:41
Keybuksladen:09:41
Keybukhttp://www.silhouet.com/motorsport/tracks/gimliair.jpg09:41
Keybukhttp://www.wadenelson.com/gimli.html09:42
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
BurgundaviaKeybuk: been there, lived there, really not much to see09:48
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
sivangmorning09:49
KeybukBurgundavia: hmm?09:50
pittihi sivang 09:50
=== allee [n=ach@dialin-212-144-131-001.pools.arcor-ip.net] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
Riddellimbrandon: hmm?09:51
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== sivang hugs pitti
=== Hobbsee waves to sivang and pitti
Hobbsee(and Riddell )09:54
pittihi Hobbsee 09:54
sivanghey Hobbsee !09:55
sivangand Riddell 09:55
imbrandonheya Riddell09:55
=== pvanhoof [n=pvanhoof@mailhost.newtec.be] has joined #ubuntu-devel
BurgundaviaKeybuk: I have lived in Gimli and been to that airport. It is as truly desolate as it is made out to be10:01
=== lukketto [n=lukketto@host156-134.pool8257.interbusiness.it] has joined #ubuntu-devel
KeybukBurgundavia: right, but that wasn't what the links were about10:04
=== mdz_ [n=mdz@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== carlos [n=carlos@214.Red-88-0-159.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== Kagou [n=Kagou@84.7.48.166] has joined #ubuntu-devel
=== dholbach [n=daniel@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== cprov [n=cprov@82.109.136.101] has joined #ubuntu-devel
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel
=== Spads [n=crack@82.211.81.249] has joined #ubuntu-devel
=== carlos [n=carlos@214.Red-88-0-159.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== irvin [n=ipp@ubuntu/member/irvin] has joined #ubuntu-devel
=== Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-devel
=== stub [n=stub@ppp-58.8.11.65.revip2.asianet.co.th] has joined #ubuntu-devel
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel
=== jinty [n=jinty@80.Red-83-50-208.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel
sladenKamion: what were those success/failure rate for xorg...10.3 on the laptops here?11:28
sladenBurgundavia: ahhh, much like "Hahn".  30km through rolling countryside to the nearest railway station11:29
Mithrandirsladen: about 50/50 on the machines mdz_ tested, iirc.11:31
sladenMithrandir: ta.  Would be handy to say 6 passed, 7 failed if anyone remembers better11:32
=== jcsmith [n=jcsmith@wv-morgantown-cdnt1-bg1-4c-104.mgtnwv.adelphia.net] has joined #ubuntu-devel
=== Zdra [n=zdra@di-pc69.ulb.ac.be] has joined #ubuntu-devel
Keybukso, err, where *does* the TERM variable come from?11:42
KeybukI have a nasty feeling the only reason it happens to get set with sysvinit is that /bin/sh does it11:42
Keybukand that /etc/init.d/rc is written in shell11:42
Keybukactually, no, that wouldn't explain why it doesn't get set for upstart11:43
Keybukmaybe the kernel sets it11:43
sladenKeybuk: I thought you passed the terminal type to getty explictly11:44
=== mdz__ [n=mdz@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
Keybukneed to reboot with init=/usr/bin/env and see what's in that11:44
=== doko_ [n=doko@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
sladenKeybuk: eg.  grep '^.*T.*vt100' /etc/inittab 11:45
=== grexk [n=grexk@124.107.72.45] has joined #ubuntu-devel
ivoksKeybuk: :)11:46
ivoksKeybuk: that's my bug report11:46
sladenkeybuk: [term]    The  value  to  be  used for the TERM environment variable. This overrides whatever init(8) may have set,11:47
=== grexk [n=grexk@124.107.72.45] has left #ubuntu-devel []
Kamionsladen: 6/9 failures11:47
Keybuksladen: those are just for serial lines11:47
KeybukI suspect it just inherits the default variable from the kernel11:48
=== holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel
=== shackan [n=shackan@host49-192.pool873.interbusiness.it] has joined #ubuntu-devel
=== sladen torments Keybuk
sladenKeybuk: the serial lines probably have to overide whatever the compile default is11:51
=== mvo [n=egon@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== heno [n=henrik@henrik.gotadsl.co.uk] has joined #ubuntu-devel
=== BenC [n=bcollins@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== ivoks_ [n=ivoks@vipnet13-166.mobile.CARNet.hr] has joined #ubuntu-devel
=== ivoks_ is now known as ivoks
=== Huahua [n=hua_@122.0.230.143] has joined #ubuntu-devel
=== dsas [n=dean@host86-129-16-51.range86-129.btcentralplus.com] has joined #ubuntu-devel
Mithrandirpitti: apport doesn't seem to preserve command line arguments when respawning applications, is that right?12:32
=== mat [n=mat@igoan/mat] has joined #ubuntu-devel
=== Huahua [n=hua_@122.0.231.221] has joined #ubuntu-devel
sladentollef: you rock :)12:40
KamionGloubiboulga: could you seed xfce4-notes-plugin and xfce4-smartbookmarks-plugin somewhere?12:40
Kamioner smartbookmark12:40
sladenKamion: 6 failure, 3 success12:40
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
Mithrandirsladen: about the libx11 thingy or something else?12:42
sladenMithrandir: yup, that  (although you rock anyway, of course :)12:42
Mithrandirsladen: thanks. :-.)12:43
=== ogra [n=ogra@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== WaterSevenUb [n=WaterSev@195-23-238-237.nr.ip.pt] has joined #ubuntu-devel
=== Spads_ [n=crack@82.211.81.249] has joined #ubuntu-devel
=== Guf0 [n=dan@host233-109-static.187-82-b.business.telecomitalia.it] has joined #ubuntu-devel
Guf0Hi, just a simple question: I have the live cds sent me by Canonical and I'd like to do a "server-install", do you think is it possible? I don't want use the live cd.12:51
KamionGuf0: not really, sorry; the only way to do that would be to install the live CD and then remove everything desktopish12:54
tsengthanks for the hard work, whoever cleaned up NEW12:55
Guf0Kamion, well, when I install ubuntu there is a line where is listened all the features to pass at the boot. Maybe there is something there. Later I'll test, because I haven't a cd to burn the real server-install iso :)12:55
Kamiontseng: no problem12:56
KamionGuf0: take it from me, nothing on the live CD will give you a server install out of the box12:56
=== seb128 [n=seb@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
Guf0ok :)12:56
Keybukoh, this is weird12:57
dholbachKamion: thanks for genius in the archive! :)01:01
Kamionnp01:02
=== jono [n=jono@mail.openadvantage.org] has joined #ubuntu-devel
jonohey01:03
=== doko_ [n=doko@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
tsenghi jono 01:06
=== _TomB [n=ownthebo@ACCE3852.ipt.aol.com] has joined #ubuntu-devel
=== TomB| [n=ownthebo@AC8ED6F1.ipt.aol.com] has joined #ubuntu-devel
=== zul_ is now known as zul
=== Huahua [n=hua_@122.0.229.58] has joined #ubuntu-devel
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
=== TomB_ [n=tomb@AC8ED6F1.ipt.aol.com] has joined #ubuntu-devel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel
=== Spads [n=crack@82.211.81.249] has joined #ubuntu-devel
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== snowblink [n=snowblin@wind.snowblink.co.uk] has joined #ubuntu-devel
=== allee [n=ach@dialin-145-254-251-249.pools.arcor-ip.net] has joined #ubuntu-devel
=== lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel
=== stu1 [n=stub@ppp-58.8.9.134.revip2.asianet.co.th] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
Keybukoh, wow, so this code is like, totally wrong01:57
Kamion... dude01:57
_ionkeybuk: What code?02:00
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
Keybuk*thus* code02:00
Keybukuh this02:00
=== Keybuk blames the frenetic Strudelling he received at lunch
robtaylorstrudel.harder.more.more.more02:02
robtaylorKeybuk: coming to camby this weekend?02:03
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== seb128 [n=seb@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
Keybukrobtaylor: Tonio_ of course!02:07
Keybukuh02:07
Keybuks/Tonio_//02:07
Tonio_:)02:08
=== Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel
robtaylorKeybuk: woo!02:16
=== kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-devel
slomowhen will the main freeze for knot2 start?02:20
=== ogra [n=ogra@p54A830BD.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== HiddenWolf [n=HiddenWo@136.252.dynamic.phpg.net] has joined #ubuntu-devel
Riddellslomo: monday (I believe)02:47
Riddellslomo: why is libdbus-qt only 0.62?02:47
slomoRiddell: you mean 0.62.git.bla? because there wasn't a new release yet02:47
Riddellslomo: any idea why that is?  surely they're all released by the same person?  02:48
=== ivoks [n=ivoks@vipnet34-166.mobile.CARNet.hr] has joined #ubuntu-devel
slomoRiddell: nope, all parts have a different maintainer02:50
slomoi guess because they're either not ready yet or because they put all work in the qt4 bindings02:50
slomosjoerd, do you have an idea why qt bindings have no release yet?02:50
RiddellI suspect there may not be a maintainer at all for qt3 bindings02:51
slomothen it's the same as for the c# bindings since ages :/02:51
Riddellslomo: so I didn't realise that it was a new ABI and I was just testing against the old dbus libraries which were still installed02:51
Riddellnow compiling stuff against dbus soname 302:52
=== rodarvus_ [n=rodarvus@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== BenC_ [n=bcollins@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
slomothanks02:52
sjoerdslomo: because the qt3 stuff is totally unsupported :)02:52
=== dholbach_ [n=daniel@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== fabbione_ [n=fabbione@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
slomosjoerd: nice ;)02:52
=== pitti_ [n=pitti@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
sjoerdslomo: fedora/redhat put the apps that needed qt3 dbus stuff inside the app packages themselves, so they wouldn't need a new dbus-qt3 package ;(02:53
pitti_hi sjoerd 02:53
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
slomosjoerd: some c# packages are doing the same upstream now :/ ugly as hell... at least some people are now working on new better ones02:53
sjoerdyup02:54
sjoerdpitti: morning ;)02:54
slomohi pitti :)02:54
=== Spads [n=crack@82.211.81.249] has joined #ubuntu-devel
pittisjoerd: it's already afternoon :)02:54
=== pitti hugs slomo
=== slomo hugs pitti
mdkejdub: around?03:00
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel
=== gnomefre1k [n=gnomefre@adsl-144-142-231.rmo.bellsouth.net] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== Lure_ [n=lure@BSN-77-135-17.dsl.siol.net] has joined #ubuntu-devel
=== doko_ [n=doko@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== ogra [n=ogra@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== seb128 [n=seb@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== mvo [n=egon@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== mdz [n=mdz@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== lloydinho [n=andreas@p54A8448C.dip0.t-ipconnect.de] has joined #ubuntu-devel
sladenmdz: and for mere mortals too?03:12
mdzhttp://www.kde-files.org/content/files/44218-linuxdistrotimeline-6.8.2.png03:15
=== CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-devel
=== lastnode_ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== lastnode__ [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== fsmw [n=Fernando@200.113.154.144] has joined #ubuntu-devel
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
=== seb128 [i=seb@conference/ubuntu/x-d435ea556392376a] has joined #ubuntu-devel
=== cprov [n=cprov@82.109.136.101] has joined #ubuntu-devel
=== towolf [n=towolf@p85.212.154.33.tisdip.tiscali.de] has joined #ubuntu-devel
=== fluxbuntu [n=joejaxx@unaffiliated/joejaxx] has joined #ubuntu-devel
Keybuko/~ The coffee man can03:40
Keybuko/~ Because he puts it in a cup and makes the world taste good03:40
=== geser [n=michael@85.25.104.188] has joined #ubuntu-devel
towolfI found a problematic interaction between compiz and gucharmap (no char magnification popup window). Do I file the bug for the former, the latter, or upstream only?03:45
=== sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel
seb128iwj: any reason you changed the firefox user-agent string to be "Ubuntu-edgy" instead of "Ubuntu/edgy" (it used to be "Ubuntu/dapper")? epiphany upstream is asking03:48
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== Zdra [n=zdra@239.211-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel
=== Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel
iwjseb128: No particular reason, no, but the rest of the user agent string changed lots (eg to make it have gecko in again).04:03
iwjIs it a problem ?04:03
thomiwj: rfc2068 (and the mozilla U-A spec) kinda suggests you should be using / to seperate product and version, but i can't see that it matters much04:07
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel
seb128iwj: <chpe> don't think it's a problem, just an unexpected / unnecessary change :)04:10
seb128iwj: apparently it's no problem, he was just wondering "why"04:10
=== j_ack [n=rudi@p508D834F.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== jinty_ [n=jinty@19.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-devel
bddebianMorning folks04:19
=== stub [n=stub@ppp-58.8.9.134.revip2.asianet.co.th] has joined #ubuntu-devel
=== iriya [n=iriya@p4054-ipbfp03tokusinwcc.tokushima.ocn.ne.jp] has joined #ubuntu-devel
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel
iriyaIs there anyone?04:30
pittiiriya: no :)04:30
iriyaHi!04:30
Keybukfabbione: ya know, instead of playing bug tennis you could just ask me04:31
Keybukthat's definitely not a udev bug04:31
=== ZeronenoreZ [n=noodlebl@61.134.11.253] has joined #ubuntu-devel
fabbioneKeybuk: isn't udev that handles the transition to UUID with volemid pkg?04:31
fabbioneKeybuk: i am not sure yet and i won't for about 2 weeks (since i am going in holidays) what's at fault and why04:32
fabbioneKeybuk: i added a comment that it was probably a good idea to wait to transition raid04:32
fabbioneKeybuk: and reassigned to udev04:32
=== FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #ubuntu-devel
iriyaCan I ask some questions?04:33
Keybukfabbione: no04:34
iriyaok04:34
fabbioneKeybuk: no what?04:34
Keybukit's nothing to do with udev04:34
Keybukmdstat fails04:34
Keybukand you did not add a comment04:34
Keybukyou just played bug tennis04:35
fabbionei did add a comment...04:35
fabbionei am damn sure about it04:35
fabbioneif mdstat fails, then you know more than i do to get it fixed.04:35
fabbionei don't have the setup here to test/fix04:35
Keybukif mdstat fails, and our raid expert refuses to help, I'm going to suggest we unseed it04:35
Keybukand move raid to unsupported04:35
Keybukand universe04:35
fabbioneKeybuk: i didn' t refuse to help.. read above04:36
fabbionei am going in vacation for 2 weeks04:36
jdubmdke: around for a moment04:36
fabbioneand i don't have the setup to test/fix it here04:36
Keybukyou could say tha ton the bug04:36
fabbioneKeybuk: i did write a mail about my vacation04:36
fabbionethat i was trying to keep less public04:36
fabbionebut since you take the argument here..04:36
=== stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-devel
fabbioneKeybuk: but if you want to remove it from the seeds go ahead.. do whatever you think it's appropriate.04:37
fabbioneKeybuk: at the same time please inform that we can't support server anylonger04:37
Keybukif you think that consistently refusing to help with any bugs that you're our resident expert for is an "argument", sure, I moved it here04:37
Keybukwe're a distro *team*04:38
fabbioneplease paste here where i did refuse to help04:38
fabbioneyou keep trying to put in my mouth stuff that i did NOT say04:38
fabbioneif you want to take the argument that we are a distro team04:38
fabbionesure.. then you can take care of a bug while i am on vacation for me04:38
=== rodarvus_ [i=rodarvus@conference/ubuntu/x-73a48feaab2f5b02] has joined #ubuntu-devel
KeybukI interpret the fact you've reassigned four bugs back to me whenever I've assigned themto you and asked for help as refusing to help04:39
fabbione4?04:39
Keybukyes04:39
fabbioneshowme this 404:39
Keybukthat's how many it's been so far04:39
fabbioneidid reassing one today04:39
fabbioneso far in 2 1/2 year?04:39
fabbionewow04:39
Keybuk4 in 2 months!04:39
Keybukon this one problem04:39
fabbioneso you start something and not dealing to take all the consequences?04:40
Keybukand I would be delighted to help this user, except that I know absolutely fucking nothing about RAID04:40
Keybukyou're our expert on that04:40
fabbionei would like to help him too04:40
fabbionebut i don't have the equipment here04:40
fabbioneand i will be away 2 weeks04:40
fabbionelearning raid takes no more than one hour for a clever guy like you04:41
fabbioneone hour including a coffee break04:41
=== jinty [n=jinty@19.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-devel
Keybukenough to debug what's wrong?  alot more than that04:41
KeybukI shouldn't *need* to04:41
KeybukI have more than enough bugs of my own04:41
Keybukincluding those I happily accept from other people04:41
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel
fabbionedude if i die today, who will take care of that bug?04:41
Keybuknobody04:41
fabbionecool04:42
fabbionethan reassigning04:42
=== shenki [n=shenki@121.44.69.112] has joined #ubuntu-devel
fabbionenobody can/will take care of it for the next 2 weeks04:42
KeybukI'm sure that's fine04:43
Keybukjust don't reassign them back without so much as a comment!04:43
fabbionei DID add a comment!04:43
KeybukMalone disagrees with you04:43
fabbioneMalone sucks04:43
=== fabbione files a big on malone
fabbionecan you give me the bug number again?04:44
Keybuk#5760704:44
fabbionescrew malone04:44
=== bddebian wishes he could help :-(
fabbione#5771504:46
=== Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-devel
Keybukfabbione: if this bug is something you do, it could explain why I've had "reassign back without comment" things from you before04:47
elmoNOTICE: the Launchpad librarian is going down in 10 minutes time for an hour - soyuz will be shutdown for the period and it will affect other aspects of launchpad (e.g. bug report attachments, build logs, etc.)04:47
Keybukin which case, I apologise for you shirking your responsibilities04:48
fabbioneKeybuk:  i did reassign adding a comment04:48
Keybuk(implying that you are)04:48
fabbioneKeybuk: i have no reason to push stuff back without a reason.04:48
fabbioneno need to apologies04:48
Keybuk"never blame on a fellow developer that which they can blame on Malone"04:48
iwjthom,seb128: I've made a note of it and I may even manage to change it back at some point.  Thanks :-).04:48
seb128iwj: thank you ;)04:49
=== Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has left #ubuntu-devel ["Quitte"]
=== dudus [n=dudus@200.246.22.208] has joined #ubuntu-devel
mdkejdub: just trying to get a response to that email about mailing lists. I've resent you a reminder04:52
sbalneavKeybuk: ping05:07
Keybuksbalneav: hey05:07
pittihi sbalneav 05:07
sbalneavHey, just wanted to say, I was working on getting what ogra needed for the session handling done, 05:07
=== ZeronenoreZ [n=noodlebl@61.134.11.253] has joined #ubuntu-devel
sbalneavand I hadn't had a chance to do the fork/exec stuff for ltspfs done yet05:08
sbalneavbut I'll get it done within the next 4 hours or so.05:08
pittiogra already fixed ltspfs05:08
pittiKeybuk: ^ approved, btw05:08
sbalneavSo don't demote it to universe quite yet :)05:08
sbalneavhey pitti05:08
sbalneavyeah, he's going to mail that bit to me, so I'll just finish up on ltspfsd05:09
Keybuksbalneav: it was demoted to universe already05:09
ograsbalneav, to late they already deoted them 05:09
Keybukit's Colin's archive day today05:09
sbalneavogra: so does this mean the localdev stuff won't be in this knot?05:10
=== BenC [i=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-devel
Kamionhappy to promote it back again05:13
sbalneavKamion: If you could, it'd be great, because it would mean that edubuntu users could test localdev stuff this knot.05:14
=== KaiL [n=KaiL@p548F5D40.dip.t-dialin.net] has joined #ubuntu-devel
sbalneavLike I say, I can send a tarball within about 4 hours or so.05:14
Kamionwe're looking at near the end of next week for the Knot release, not near the start05:14
sbalneavAh, so time yet.05:14
sbalneavok05:14
Kamionso if you guys get it fixed, I can promote ltspfsd on Monday and that will be time enough05:14
Kamionltspfs promoted - thanks for your patience05:15
sbalneavPerfect.  It'll be done today.  Ogra needed the SERVER_LANGS and SERVER_SESSIONS handling, so I did that first so he could carry on with the ldm enhancements.05:15
=== shackan [n=shackan@host249-93.pool8259.interbusiness.it] has joined #ubuntu-devel
imbrandonhrm whom do i whine to about the planet.u.c ? 05:21
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel
=== ZeronenoreZ [n=noodlebl@61.134.11.253] has left #ubuntu-devel []
=== elkbuntu [n=melissa@ppp8-195.lns1.syd7.internode.on.net] has joined #ubuntu-devel
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel
=== CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
Zdranvidia released driver 1.0-8774 with Xorg 7.1 support ! Does someone know when it will come into edgy ?05:38
=== dholbach [i=daniel@conference/ubuntu/x-380c2814cb9d25ce] has joined #ubuntu-devel
BurgworkZdra, fairly soon, because we need it05:39
ZdraBurgwork: yes that's why I ask, because I need it :-)05:40
BurgworkZdra, all I can say is that it will happen. The developers are busy, so please don't bug them05:41
Zdrayes, thanks :D05:41
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel
=== FliesLikeALap [n=Ryan@eggplant-13.dynamic2.rpi.edu] has joined #ubuntu-devel
elmolibrarian is back05:47
elmoand soyuz has been turned back on05:48
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
lloydinhowooh! DistroSprint is now officially over!05:50
zulalready?05:51
Kamionthe archive's healthier now than it was; sync requests will be dealt with upon Scott's/my return hoome05:54
Kamionhome05:54
bddebianw000t05:55
Kamionit's Scott's archive day on Tuesday, thankfully. :)05:55
=== Kamion heads off
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
BurgworkKamion, thanks for the schedule. Will make creating those Knot2/3 pages much easier05:57
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
=== Zdra [n=zdra@239.211-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
=== lfittl [n=lfittl@85-125-227-23.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
=== LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-devel
=== marsu [n=user@c83-248-240-16.bredband.comhem.se] has joined #ubuntu-devel
ograsbalneav, looks like pitti got it fixed06:03
sbalneavWhich, the ltspfsd?06:04
ograyes06:04
sbalneavwhoot06:04
ograi had done some work already ... but it simply exploded06:04
sbalneavI was just hacking on it now, but this is goot doo.06:04
sbalneavarg06:04
sbalneavgood too06:04
ograthe calming part is that even pitti needed quite some time to get it working :)06:05
pittiyeah, friday afternoon blindness, sorry06:05
sbalneavMan, from "fine, also" to "german dog droppings" in one letter transposition.06:05
sbalneavogra, pitti, if you could email me the diffs, and I'll upstream it.06:06
ograsbalneav, will do 06:06
sbalneavthat way you won't need to maintain a separate patch in the future.06:06
sbalneavogra: did the infod stuff do what you want?06:06
sbalneavpitti: I owe you so many beers now, I'll just buy you a keg. :)06:08
pittisbalneav: nevermind, this one was due to my paranoia06:08
pittisorry for the trouble06:08
pittibut at least we can forget about it now06:08
ograuploaded !!!06:08
pitti\o/06:09
ograpitti, you didnt cause the trouble 06:09
sbalneav:D/-<06:09
sbalneav:D|-<06:09
sbalneav:D\-<06:09
LaserJocksbalneav: nifty ;-)06:09
ograi still dont understand why my word cant count for a missing fix and the packages *had* to be demoted ... even though it was clear the fix would come immediately06:10
Keybuko|_|/06:10
sbalneavmeh, no worries.  Rules is rules, we live within them.06:10
ograwell, it should be possible to make exceptions from rules based on trust ...06:11
sbalneavI was busy at work for the last few days, and I wanted to make sure you got the infod stuff so you could hack on LDM, I was going to patch up *fs on the weekend, wasn't aware we were so close to a knot dealine.06:11
ograwell, i didnt expect that it would be reverted ...06:12
ograelse i had told you that its urgent06:12
sbalneavAlls well that ends well. :)06:12
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel
=== Huahua [n=hua_@122.0.230.158] has joined #ubuntu-devel
=== mdz [i=mdz@conference/ubuntu/x-6bc8d93b14be11b9] has joined #ubuntu-devel
=== mdz [i=mdz@conference/ubuntu/x-fe5f82aa78e25718] has joined #ubuntu-devel
=== Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel
=== wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel
=== TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-devel
Robot101iwj, Kamion: any plans to come to the debian UK bbq this weekend?06:30
Robot101collabora are sponsoring to the tune of a firkin of Milton Pegasus, if that helps :)06:30
=== fluxbuntu [n=joejaxx@unaffiliated/joejaxx] has joined #ubuntu-devel
=== Huahua [n=hua_@122.0.229.184] has joined #ubuntu-devel
=== welshbyte [n=welshbyt@cpc1-whit1-0-0-cust45.cdif.cable.ntl.com] has joined #ubuntu-devel
=== seb128 [i=seb@conference/ubuntu/x-65b0f1d5e852049a] has joined #ubuntu-devel
=== |Arbiter| [n=arbiter@adsl-12-79.38-151.net24.it] has joined #ubuntu-devel
=== rgould [n=rgould@mail.refractions.net] has joined #ubuntu-devel
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@adsl-144-142-231.rmo.bellsouth.net] has joined #ubuntu-devel
=== AstralJava [n=jaska@cm-062-241-239-3.lohjanpuhelin.fi] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== lbm [n=lbm@0x50a1ee0c.unknown.tele.dk] has joined #ubuntu-devel
=== mayday_jay [n=maydayja@gimel.nas.net] has joined #ubuntu-devel
=== AnAnt [n=anant@62.114.91.216] has joined #ubuntu-devel
=== Zdra [n=zdra@239.211-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
=== TomB| [n=ownthebo@AC8ED6F1.ipt.aol.com] has joined #ubuntu-devel
AnAntI have a problem packaging a library (fsplib), it installs in debian/tmp/usr/{lib,include}. So I made fsplib0.install file which contains: usr/lib/* , and fsplib-dev.install file which contains: usr/include/*07:35
AnAntyet, the resulting packages don't have anything in the lib & include dirs ! anyone knows what may cause that ?07:36
=== cypher1 [n=cypher1@59.92.205.155] has joined #ubuntu-devel
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== shenki_ [n=shenki@121.44.69.112] has joined #ubuntu-devel
=== AnAnt [n=anant@62.114.91.216] has left #ubuntu-devel []
=== allee [n=ach@dialin-212-144-128-119.pools.arcor-ip.net] has joined #ubuntu-devel
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
=== patwack [n=paddy@cpc3-blfs4-0-0-cust387.belf.cable.ntl.com] has joined #ubuntu-devel
=== LeeJunFan_ [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel
=== jinty [n=jinty@19.Red-83-50-220.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== pygi [n=pygi@89-172-205-73.adsl.net.t-com.hr] has joined #ubuntu-devel
=== pvanhoof [n=pvanhoof@d54C1807C.access.telenet.be] has joined #ubuntu-devel
=== tuxi [n=jan@dyndsl-080-228-213-039.ewe-ip-backbone.de] has joined #ubuntu-devel
tuxihi08:27
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel
=== kent_ [n=kent@82.145.136.43] has joined #ubuntu-devel
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel
_ionArgh.08:33
=== pascal80 [n=pascal@86-39-52-131.customer.fulladsl.be] has joined #ubuntu-devel
=== chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
=== WaterSevenUb [n=WaterSev@195-23-238-201.nr.ip.pt] has joined #ubuntu-devel
=== wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel
=== delire_ [n=delire@p54BCDE26.dip.t-dialin.net] has joined #ubuntu-devel
pygiI would need cdrecord expert, anyone ? :)09:03
=== ZeBob [n=bob@abo-164-67-69.rou.modulonet.fr] has joined #ubuntu-devel
=== ZeBob [n=bob@abo-164-67-69.rou.modulonet.fr] has left #ubuntu-devel ["Quitte"]
=== kagou [n=kagou@84.6.192.64] has joined #ubuntu-devel
=== rgould [n=rgould@S010600014a5e5049.gv.shawcable.net] has joined #ubuntu-devel
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
jdonghow is the dapper commercial repo handled through launchpad?09:37
jdongI got a user here requesting a newer version of opera via backports09:37
jdongand obviously I can't do that :)09:37
=== rgould [n=rgould@S010600014a5e5049.gv.shawcable.net] has joined #ubuntu-devel
=== fluxbuntu [n=joejaxx@unaffiliated/joejaxx] has joined #ubuntu-devel
pygijdong, no, you can't :P09:49
jdongI'd like to forward the request to the right person09:50
jdongbecause I'd like to see opera 9.01 in dapper-commercial too :)09:50
LaserJockjdong: you might ask mvo09:54
=== robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-devel
=== pradeep_ [n=pradeep@59.92.59.246] has joined #ubuntu-devel
fluxbuntuhey everyone i have a question10:20
fluxbuntuthere is a potential security threat in Ubuntu10:20
fluxbuntuwhen you go to create a user in Ubuntu10:20
fluxbuntuall fo the roles are checked10:20
fluxbuntuwhich means by default a newly created users has root access10:21
fluxbuntuof*10:21
LaserJockfluxbuntu: you can file a bug at http://launchpad.net/distros/ubuntu/+filebug10:21
LaserJockfluxbuntu: this must be in edgy?10:21
fluxbuntuLAserJock DApper10:21
LaserJockhmm, it wasn't that way for me, and it isn't presently in edgy for me either10:21
fluxbuntuunless you all changed it in the latest update10:22
pradeep_fluxbuntu, System - Administration -> Users and Groups?10:22
fluxbuntupradeep_ yes10:22
fluxbuntuyou should have to enable roles 10:22
fluxbuntunot deselect them10:23
LaserJockit looks ok to me10:23
fluxbuntuif someone just started using linux and created users all of them whould have root access or access to sudo10:23
fluxbuntuahh10:24
fluxbuntuit has been fix10:24
fluxbuntu:)10:24
fluxbuntubefore i did a fresh install of dapper10:24
fluxbuntuand all the roles were checked when i went to create a new user10:24
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
fluxbuntui just updated10:24
fluxbuntuLaserJock pradeep_ nevermind10:25
fluxbuntui guess that is why 6.0.6.1 was issued10:25
LaserJockheh, np10:25
pygibotox ^_^10:25
pygiWhen we'll get botox?:)10:25
=== milli [n=milli@phantom.acmeps.com] has joined #ubuntu-devel
LaserJockI think it must have been done before then though10:25
fluxbuntulaaserjock i went to create user accounts for my sisters on my ubuntu laptop10:26
fluxbuntuand had to deselect it otherwise they could do damage10:26
pradeep_i just checked and the new user doesn't have "System Administration Privileges" enabled by default10:26
fluxbuntupradeep_ have you updated?10:26
fluxbuntuor is it a clean install?10:27
pradeep_updated...10:27
pradeep_it'10:27
pradeep_you're saying the clean has it?10:27
robertjwhy did debian & ubuntu stop including webmin? Was it just because it never worked quite right?10:28
fluxbuntui had to deselect it on my clean install10:28
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
fluxbuntupredeep_ otherwise my sisters whould have been able to use sudo10:29
robertjis there some other policy reason it got bumped?10:29
fluxbuntuhas anyone else had or reported this?10:29
pradeep_fluxbuntu, this would have been filed as a part of release notes for 6.06.1 if it had been there10:30
Burgworkrobertj, webmin is not installed by default10:30
fluxbuntupradeep_ hmm that is strange10:30
robertjBurgwork: it's totally removed from the repo isn't it?10:31
fluxbuntupradeep_ an isolated case? that is weird and it does not make since10:31
Burgworkrobertj, webmin is ood and i think upstream is deaad10:31
robertjBurgwork: is their a recommended replacement?10:31
pradeep_fluxbuntu, http://www.ubuntuforums.org/showthread.php?t=233444 FYI10:31
Burgworkfluxbuntu, pradeep_ by deafult, only the first user should have sudo rights. No other created users should have it, unless added to the admin gruop10:31
pradeep_yep10:32
pradeep_and that's the way it is10:32
fluxbuntuburgwork that is why i am saying this must be an isolated case10:32
fluxbuntubut that makes no sense if they are all the same iso10:32
fluxbuntupradeep_ are you busy?10:33
pradeep_well sleepy10:34
fluxbuntuoh ok10:34
pradeep_fluxbuntu, are you using fluxbuntu by any chance? Maybe THAT has this defect :P10:37
=== dsas [n=dean@host86-129-16-51.range86-129.btcentralplus.com] has joined #ubuntu-devel
=== lbm [n=lbm@0x50a1ee0c.unknown.tele.dk] has joined #ubuntu-devel
=== fsmw [n=Fernando@200.113.154.144] has joined #ubuntu-devel
=== Spads [n=crack@host-84-9-51-34.bulldogdsl.com] has joined #ubuntu-devel
=== Arrogance [n=aks@ottawa-hs-209-217-99-228.d-ip.magma.ca] has joined #ubuntu-devel
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu-devel
=== wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel
=== kagou [n=kagou@84.6.192.64] has joined #ubuntu-devel
fluxbuntupradeep_ no11:15
fluxbuntupradeep_ i have not released fluxbuntu yet11:15
fluxbuntupradeep_ there are not any defects with my operating system11:16
fluxbuntuLaserJock are you busy?11:20
LaserJockumm, sorta kinda, depends on what you want ;-)11:22
fluxbuntuoh ok nevermind then11:22
fluxbuntuare there any devs who are not busy?11:22
=== johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-devel
pygifluxbuntu, what you broke? :)11:23
fluxbuntupugi i did not break anything11:23
LaserJockfluxbuntu: it's better to just say it11:24
=== exobuzz [n=jools@82-70-241-14.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel
fluxbuntuLaserJock no i do not think so i do not want to bother anyone if they are busy11:25
pygifluxbuntu, ok, what's the problem then? :)11:25
exobuzzwhat's the status of fonts with edgy? They now look more blurred, and bold fonts look too bold, and not well defined (using bitstream family).11:26
exobuzzi much prefered how they look in dapper.11:26
fluxbuntui need a wiki or documentation or an outline if none exist on how to compile meta packages correctly11:26
fluxbuntudebian repository maintainer's docs do not help11:27
fluxbuntusince meta packages are different from regular ones as they draw from other packages11:27
fluxbuntu"compile" == build11:29
LaserJockfluxbuntu: check out the Ubuntu Packaging Guide on help.ubuntu.com11:29
fluxbuntuLaserJock it points to the debian guide11:29
LaserJockumm, but it isn't the same thing11:30
LaserJockalso look at the source packages for existing meta packages11:30
fluxbuntulaserjock i have11:31
=== exobuzz [n=jools@82-70-241-14.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel
fluxbuntuthe problem is with me is i need some sort of instructions to follow, just like with customizing a livecd11:31
fluxbuntuskip something and it is not going to work11:31
LaserJockwell, we really can't provide that kind of thing easily11:32
fluxbuntuLaserJock11:32
fluxbuntuok that is all i needed to know11:32
fluxbuntuthanks anyway11:32
LaserJockpackaging isn't like cooking11:32
LaserJockin the sense of having a defined recipe to go by11:32
LaserJockwe can teach you stuff though and if you read through the Packaging Guide you should have enough to make a meta package11:33
LaserJockalso take a look at https://wiki.ubuntu.com/MOTU/School/PackagingBasics11:34
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
=== wasabi__ [n=wasabi@m015f36d0.tmodns.net] has joined #ubuntu-devel
=== shackan [n=shackan@host211-80.pool8257.interbusiness.it] has joined #ubuntu-devel
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel

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