/srv/irclogs.ubuntu.com/2005/10/20/#ubuntu-devel.txt

=== jeronim` [n=jj@203.17.19.11] has joined #ubuntu-devel
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== b3nw [n=ben@unaffiliated/b3nw] has joined #ubuntu-devel
=== sbartleylinux [n=sbartley@67.108.61.130.ptr.us.xo.net] has left #ubuntu-devel ["Leaving"]
=== aigarius [n=aigarius@159.148.239.80] has joined #ubuntu-devel
=== ProN00b [n=dot@pD951A981.dip.t-dialin.net] has joined #ubuntu-devel
=== robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
=== stub [n=stub@203-214-4-72.dyn.iinet.net.au] has left #ubuntu-devel []
=== shackan [i=shackan@host134-97.pool8259.interbusiness.it] has joined #ubuntu-devel
=== bigcx2 [n=bigcx2@jpi-stillwatr-233-242.dmisinetworks.net] has joined #ubuntu-devel
=== herzi [n=herzi@d011188.adsl.hansenet.de] has joined #ubuntu-devel
mxpxpodnice work everyone on a sweet release12:29
mxpxpodI installed fresh today and it was great12:30
=== HiddenWolf [n=HiddenWo@136.144.dynamic.phpg.net] has joined #ubuntu-devel
=== robitaille [n=robitail@p238-121.public.uvic.ca] has joined #ubuntu-devel
TMMhey all!12:50
TMMI've got a question, it appears that there is a bug in compaq laptop biosses that put the critical(S5) temperature and the passive temperature both at 73 degrees12:51
=== robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
TMMthis is rather stupid, and has some rather undesirable side-effects12:51
TMMnamely, the laptop shuts down before it gets the chance to cool :)12:51
robertjheya all. I've determined that for my sound chipset, a few alsa settings must be set to off for sound to work without headphones, what package should get the bug?12:52
TMMshould I make a patch to acpi-support to decrease the passive temperature if it is found to be the same as the S5 temperature? or should I just file a bug and let someone else sort it out?12:52
crimsunrobertj: alsa-base or alsa-utils, we'll punt it to the proper one12:54
crimsunrobertj: keep in mind it's not possible to always set it, since your ac97 quirk may be chipset-specific12:55
robertjcrimsun: it is chipset specific12:55
robertjwithout jack sense and headphone jack sense and line jack sense it doesn't work properly12:56
crimsunrobertj: if it's chipset-specific, have you passed the appropriate ac97_quirk option (depending on your driver)?12:56
=== feeha1 [n=sfeehan@pool-64-222-103-115.burl.east.verizon.net] has left #ubuntu-devel []
=== neuralis [n=ike@83-131-19-95.adsl.net.t-com.hr] has joined #ubuntu-devel
crimsunrobertj: additionally, some quirks have been hard-coded into the appropriate drivers, and you can pass that model as a parameter to the driver. modinfo <your driver>12:56
=== aigarius [n=aigarius@159.148.239.80] has joined #ubuntu-devel
=== aigarius [n=aigarius@159.148.239.80] has joined #ubuntu-devel
=== Bicchi [n=Bicchi@adsl-065-006-167-199.sip.mia.bellsouth.net] has joined #ubuntu-devel
=== daniels [n=daniels@amnesiac.heapspace.net] has joined #ubuntu-devel
mptTMM, try reporting a bug and attaching the patch to the bug report :-)01:00
TMMmpt, I am still wondering what software should get the bug actually :)01:00
TMMmpt, acpi-support is the only bit of software that has the magic to determine the vendor, but currently has no infrastructure to do special things based on that... because, ideally, you need to poke 2 memory adresses for this laptop to get all the buttons to work 01:01
lifelessTMM: so, what you do is:01:03
lifelessTMM: write the thing to patch the memory address, and use acpi-support to trigger it01:03
TMMthat's it?01:06
TMMthis pretty much involves all the recent presario models bij compaq and hp's evo and presario line01:06
TMMI've got another one :)01:07
lifelessthat should be all thats needed01:07
lifelessand acpi-support, when you look at it, depends on a bunch of packages, but doesn't have the actual per-platform hacks in it itself.01:07
lifelessit would be really good to fix those models :)01:07
TMMthere is also a light next to the 'mute' button for sound, that, with the poking of the correct address will either turn on or off, I figured it out, but it would require wrapper scripts for the mute button handler in gnome... would such a thing be acceptable?01:08
TMMlifeless, actually, acpi-support includes quite a lot of scripts and other goodies01:08
lifelessscripts yes.01:09
lifelessbut all they do is determine what features, and what things from other packages, to run01:10
TMMok01:11
TMMso what about the mute light? :)01:12
lifelessanyway, however you do it, I'm positive mjg59 will love you for a patch01:12
lifelesshe can tweak it to be 'right' later :)01:12
lifelessfor the mute light, I suspect a kernel patch is the 'right way' but.. file a bug with the info you have, and/or chat with mjg5901:12
lifelesshes teh acpi king01:13
TMMok, I'll make 2 patches then, one for insane temperature triggers(that is not compaq specific imgo), one to enable the buttons for the compaq01:13
=== tseng [n=tseng@brandonhale.us] has joined #ubuntu-devel
TMMlifeless, hard to do, the kernel doesn't really need or want to know the mute-state of the soundcard :)01:13
=== tseng [n=tseng@brandonhale.us] has joined #ubuntu-devel
TMMlifeless, although, I suppose I could work it into a soundcard drivers, but the button has nothing to do with soundcards, from a technical point of view, I'd have to add that code to all the soundcards that are in the different laptops that have this weird button01:14
lifelessnot as a soundcard button01:15
lifelessjust as an event 01:15
lifelessoh, I misread01:15
lifelessso you can turn the light on or off, but it is not a button ?01:15
TMMthe button and the light AND the soundcard don't have anything incommon01:15
TMMthe light is next to the button01:15
TMMbut you need to trigger the state of the light manually01:16
TMMit's a stupid setup01:16
TMMbut, hey, here it is! :)01:16
lifelessright01:17
lifelessso its just a visual that is labelled 'muted'01:17
TMMbasically, yeah01:17
lifelessmmm, so, probably a driver patch to allow setting it01:17
TMMin what? :)01:17
lifelessand then whatever for gnome to set that thing if present01:17
lifelesshardware is usually kernel :)01:17
lifelesscan you tell that the light is there  ?01:18
TMMthere is rather a lot of kernel01:18
=== neuralis [n=ike@83-131-19-95.adsl.net.t-com.hr] has left #ubuntu-devel ["Leaving"]
TMMno, you can't tell that the light is there01:18
lifelessbugger01:18
TMMyou can't probe for it or anything01:18
lifelessmakes it kinda hard.01:18
TMMI know :)01:18
TMMI know roughly what laptops have it based on their type#'s01:18
lifelessso , I think you definately need to talk this through with mjg59 - I suggest filing bugs for each thing, with as much info as possible.01:18
TMMI have 3 laptops here that have the light, all 3 with different soundcards01:19
TMMall three compaq01:19
TMM'sound chip' is a better term probably :)01:19
TMMI have code to set the light that works on all three, I have code to enable the extra buttons 01:19
TMMI just don't have a place to stick it :)01:19
TMMwell, I have a place I could 'stick it up to' but that's hardly productive :)01:20
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has left #ubuntu-devel ["http://mpt.net.nz/"]
TMMlifeless, I'll dick around a bit, I'll figure something out01:26
mdzTMM: mjg59 is our laptop guru, but if he has any sense he's attending the release party right now ;-)01:26
mdzhe would be the one to talk to about it01:26
TMMI'll go do that01:27
TMMI hope he's having a couple of drinks :)01:27
TMMI see a lot of the regulars are idling now, so I hope everyone is getting nice and drunk :)01:27
Keybukknowing mjg59 he's having a couple of bottles of drink01:28
mdzKeybuk: I would see to it personally, but being on the other side of the planet etc...01:28
mdzKeybuk: why aren't you there?01:28
Keybukwasn't invited01:28
Keybukand didn't find out anything about where it was until late this evening when it was too late to get there01:28
mdzpuh-leeze, you're implicitly invited01:29
mdzit did sound like rather a last-minute affair01:29
Keybukyeah01:31
mdzI think mark just went wherever the wiki said there was a party01:31
TMMmark has a chopper :)01:32
TMMthat helps in those cases :)01:32
ProN00bsorry to tell you, but you suck for forcing users to have gcj !!!!!!01:32
TMMwho?01:33
ProN00bthe one whos responsible for it01:33
=== deb_user_ba [i=deb_user@201009118129.user.veloxzone.com.br] has joined #ubuntu-devel
mdzProN00b: first, the code of conduct applies in this channel01:33
mdzProN00b: second, openoffice.org are the ones responsible01:33
deb_user_baHi!!01:33
ProN00bi don't care, i am not a dev anyway01:33
mdzthat makes no difference01:34
ProN00bopenoffice needs it ?01:34
ProN00bwhee01:34
ProN00bbut why does it have a java binary *_*01:34
ProN00bthats just strange01:34
=== deb_user_ba [i=deb_user@201009118129.user.veloxzone.com.br] has left #ubuntu-devel []
TMMProN00b, the alternative would have been to depend on sun's closed source javaVM, your choice 01:34
TMMProN00b, :)01:34
ProN00bi will download it01:35
ProN00bstill can't you somehow hide that java binary from console01:36
ProN00brename it or something ?01:36
TMMProN00b, yeah, but openoffice will work without it, isn't that a good thing? plus, using gcj is a hell of a lot faster than vm stuff01:36
ProN00bnothing against gcj in general, i actually like the idea, but i need to run my jar's and i think there might be some fuckup having two java binaries on the system01:37
danielsProN00b: dude, if you can't be polite and respectful (as well as remain on-topic -- this is more of an #ubuntu question/rant), please leave01:38
ProN00bi rather fell this is a development issue, as having a working (as in running sun javavm made for packages) java is quite important to some people  01:41
xTinaProN00b: install a package with your proprietary jvm of choice that supports /etc/alternatives, and then use update-alternatives to make it defaut. that's exactly what update-alternatives is for.01:42
HiddenWolfdaniels, that's way too polite. :)01:43
ProN00bwhats that strange alternatives stuff, i have never heard of it01:43
HiddenWolfProN00b, openoffice is sponsored by sun, sun develops java, at least openoffice.org2-base is disfunctional without java, and many other options in -writer and -calc also01:44
danielsProN00b: at this point, I'm pretty sure it's ceased to be anything to do with development.01:44
HiddenWolfProN00b, we can't ship javaVM, so we use gcj01:44
HiddenWolfProN00b, and you're trolling, and voilating the code of conduct.01:44
xTinaProN00b: I second daniels, please take this discussion to #ubuntu, there you can learn more about update-alternatives.01:44
HiddenWolfProN00b, ubotu Ubuntu is an African concept of "humanity towards others".  The code of conduct is at: http://www.ubuntulinux.org/community/conduct01:45
=== Bicchi [n=Bicchi@adsl-065-006-167-199.sip.mia.bellsouth.net] has joined #ubuntu-devel
TMMdaniels, to his credit, he stopped being impolite and disrespectful a while ago01:47
HiddenWolfTMM, he shouldn't have started in the first place01:48
TMMHiddenWolf, true01:48
TMMbut it's also wrong to bash someone for something he stopped doing :)01:48
HiddenWolfTMM, "you give me a free OS which works out of the box, but you suck, because it's not exactly how I like it!, Die" 01:48
danielsTMM: right, but -devel isn't for answering what update-alternatives is.01:49
HiddenWolfdaniels, true, that. :)01:49
TMMdaniels, no, you are right01:49
TMMwell, I'll just shut up now, I was having a nice converation on intercal in #ubuntu-nl01:49
=== TMM votes to change all the python code in ubuntu to intercal
HiddenWolfTMM, but really, if you voilate the coc, you lose credit. :)01:49
TMMHiddenWolf, obviously, but violating it yourself to tell it to someone in an unpleasant way isn't the way to go either01:50
TMM"You will stop making war, even if I have to kill each and every last one of you"01:50
TMMsomething like that01:50
HiddenWolfTMM, curt, not unpleasant.01:50
HiddenWolfTMM, and let's start by porting beagle and that mono cruft to python, then we can talk about intercal. :)01:51
xTinaOnce you get the hang of d-i preseeding, infecting the whole world with Ubuntu is a joy :)01:51
TMMHiddenWolf, noooo, let's port it to intercal!!! :)01:51
=== xTina assimilates another 72 machines :)
TMMxTina, d-i preseeding?01:51
HiddenWolfxTina, nice01:52
=== TMM only assimilated 2 machines today :(
xTinaTMM: fully-automated installation just with debian-installer, a few python scripts, and cfengine2 abused as just an interpreter01:52
=== HiddenWolf didn't assimilate anyone today
xTinathough this server here is bugging me with its network interfaces01:53
xTinaI should have checked before how it was done :(01:53
TMMxTina, I usually assimiate with a good talk and a bunch of cd's :)01:53
xTinaTMM: :)01:55
=== bddebian [n=bddebian@pcp08717033pcs.phnixv01.pa.comcast.net] has joined #ubuntu-devel
=== daniels [n=daniels@amnesiac.heapspace.net] has left #ubuntu-devel []
=== Alkmanas [n=Vavouras@ipa231.1.tellas.gr] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== Alkmanas [n=Vavouras@ipa231.1.tellas.gr] has left #ubuntu-devel []
=== hunger [n=hunger@p54A61A02.dip0.t-ipconnect.de] has joined #ubuntu-devel
carstenh02:23:02 < strahler> o.k ich geh wieder off. carstenh und  man-di vielen dank.02:23
=== doko_ [n=doko@dslb-084-059-071-109.pools.arcor-ip.net] has joined #ubuntu-devel
carstenhECHAN sorry02:23
=== shackan [i=shackan@host92-92.pool871.interbusiness.it] has joined #ubuntu-devel
=== womble [n=mpalmer@eth359.nsw.adsl.internode.on.net] has joined #ubuntu-devel
Mezfecking hell02:38
Mezpeople want backports already02:38
calcMez: just open dapper that would work well enough ;)02:39
Mezcalc :P02:39
Mezfor now02:39
Mezlol02:39
sivangMez: it's always like this :) get used to it :)02:43
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel
=== thoreauputic [n=prospero@wolax6-161.dialup.optusnet.com.au] has joined #ubuntu-devel
TMMMez, ARE there any backports? :) there is nothing to backport FROM... :P03:14
MezTMM03:14
Mezmy point exactly03:14
=== didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel
Keybukit's just occurred to me ... I can't wait to see what the "Drake Dance" looks like03:16
TMMMez, what did they want for backports then? or just backports in general? :)03:16
Mezkeybuk: at the JD again?03:16
MezTMM: Azureus03:17
TMMMez, azureus is not going to come in universe or multiverse, right?03:17
TMMMez, I'm still trying to get it to work and build with free java SDK :) or is someone else also at that?03:17
Keybukmdz: I assume you have it all planned to the last step by now? :p03:18
mdzKeybuk: it?03:24
Mezmdz: the drake dance03:24
mdzah03:24
mdzI have 2 more weeks to come up with something03:24
Keybukwe could all just stand around waiting03:25
Keybukno, no, bad keybuk; cheap shot03:25
Mezlol03:26
jbaileyThat should be the hallowe'en costume contest.03:33
jbaileyThe best Dapper Duck.03:33
Keybukare we having a ball?03:34
jbaileyNo idea, but if you want tickets to Rocky Horror... ;)03:35
Mezif we are, I'll bring my uniform and come as a croupier03:35
jbaileyMez: I plan to come to UBZ in costume on the 31st.  It would be nice if I weren't the only one.03:36
jbaileyIt wouldn't slow me down either way.03:36
jbailey=)03:36
Mezlol03:36
MezI can do a croup easy03:36
Mezlol03:36
Mezbut... costume  = PITA03:37
=== Hobbsee [n=sarah@CPE-144-136-127-247.nsw.bigpond.net.au] has joined #ubuntu-devel
=== camilotelles [n=Camilo@20132203203.user.veloxzone.com.br] has joined #ubuntu-devel
Keybukjbailey: I think the last costume I wore to Rocky Horror would scare people03:47
=== ozamosi [n=nnnnnnnn@h130n11c1o1049.bredband.skanova.com] has joined #ubuntu-devel
Mezjdub, ping03:48
KeybukMez: almost certainly at the release party03:49
Mezlol - just wondering why the wiki is so slow03:49
Mezand where is the release party?03:49
KeybukLondon somewhere03:50
Mezah shame03:50
Meznext week and I coulda gone03:50
Keybukthere will be more than sufficient parties at UBZ03:51
MezPackageHeadersEducationSession - lol @ Keybuk03:51
=== jcape [n=jcape@c-67-173-146-239.hsd1.il.comcast.net] has joined #ubuntu-devel
=== wickedpuppy [n=wickedpu@cm25.epsilon165.maxonline.com.sg] has joined #ubuntu-devel
=== GmanZZZ is now known as Gman_
Mezwhen was debconf 403:58
Keybuk200403:58
KeybukMay I think03:59
Mezfair enough03:59
Mezlol03:59
Keybukhttp://www.netsplit.com/events/2004/debconf4/03:59
Mezelmo didnt like backports back then apparently03:59
Mez:D03:59
Keybuk26th May2nd June 200403:59
Mezhttp://people.debian.org/~taggart/talks/debconf4-backporting/img0.html03:59
Mezlmao03:59
Keybukyou know, I _STILL_ have chocolate left over from DC404:01
Mezlmao04:01
Mezacutally04:01
Mezthis is funny04:01
Mezhttp://people.debian.org/~taggart/talks/debconf4-backporting/img12.html04:01
Mezhmm... how much chocolate did you buy?04:02
KeybukSSDS is what HP guys used to call us before we were Canonical04:05
Mezyeah I know :D04:06
MezI just found the slide amusing04:06
Keybukmmm, baz missing --skip-present is today's friend04:09
Keybukso I actually have two non-merged launchpad branches -- and I swear I submitted one of them wayyy back04:12
=== Arrogance [n=aks@ottawa-hs-209-217-93-61.d-ip.magma.ca] has joined #ubuntu-devel
=== otavio is now known as otavio[off]
=== r0bby2 [n=wakawaka@146.145.145.254] has joined #ubuntu-devel
=== Gman_ is now known as GmanAFK
jdubGOOD MORNING FREEDOM LOVERS!04:44
Keybukdude, you're keeping the wrong timezone04:46
jdubjust got back from GLLUG + release party04:47
Keybukany good?04:48
jdubfun04:48
jdubGLLUG was smaller than their usual crowd, but they usually meet on saturdays during the day, so this was quite odd04:48
=== ozamosi [n=nnnnnnnn@h130n11c1o1049.bredband.skanova.com] has joined #ubuntu-devel
xTinaOk, I'm desperate. It's 4:44 am, I spent the past 7 hours debugging a network problem with breezy. Are there _any_ known issues related to using 2 network interfaces on breezy, routing , receiving but not replying on icmp echo requests ... anything?04:52
=== r0bby [n=wakawaka@guifications/user/r0bby] has joined #ubuntu-devel
Keybuknone that I know of04:56
Keybukare both interfaces receiving and sending packages separately?04:56
Keybukare the iptables clear?04:56
Keybukif you're trying to forward, do you have forwarding enabled and appropriate lifting between the two?04:56
=== rafl [n=rafl@2001:5c0:8fff:fffe:0:0:0:1757] has joined #ubuntu-devel
xTinaKeybuk: I am not trying to forward, no iptables, both interfaces work just fine unless you are trying to send packets from subnet A to the Interface in Subnet B or from any subnet other than A to the interface in subnet A.05:03
Keybukso it's a forwarding issue?05:04
Keybukyou're trying to accept packages on interface A and output them to interface B ?05:04
xTinaKeybuk: not really05:04
Keybukit would help greatly if you could be clear and precise about what you're trying to do05:04
xTinaI want a machine to have 2 IPs, each on a separate interface in a separate subnet.05:06
xTinaIt worked this morning on Fedora, it doesn't work any more tonight on breezy.05:06
xTinaI have a machine still working fine on Fedora with a similar setup, there is no difference except for the last 2 digits of the IP address, routing table is the same, forwarding is off on both.05:07
Keybukright05:07
xTinaThe machine is not supposed to play router.05:08
Keybukfrom the machine can you ping addresses on either interface?05:08
xTinayes.05:08
Keybukso it works?05:08
xTinafrom the machine it works05:08
xTinato the machine, packets arrive but the machine doesn't seem to be sending anything out.05:08
Keybukand from subnet A, can you ping the machine's interface A05:08
xTinayes05:08
Keybukand from subnet B, can you ping the machine's interface B05:08
xTinayes05:08
Keybukand from the machine, can you ping a machine on subnet A05:09
xTinayes05:09
Keybukand from the machine, can you ping a machine on subnet B05:09
xTinayes05:09
Keybukso you've just described a working machine05:09
Keybuk...what is your problem? :p05:09
xTinathat from any subnet other than A I can't ping the interface A, and from subnet A I can't ping the interface B05:09
Keybukright05:10
Keybukthat's entirely expected behaviour!05:10
xTinawhich should work, did work and does work with the other machine05:10
Keybukno, it shouldn't work05:10
Keybukfrom subnet A you should not be able to ping interface B05:10
Keybukbecause it's on a different subnet05:10
Keybukif you want that to work, you need to enable IP Forwarding05:10
xTinano05:10
Keybukthink: firewall configuration -- you really don't want the kernel lifting packets between the two networks05:10
Keybukyou have to enable that05:11
xTinaI am on a machine in A. If I ping the IP of the interface on B, the packets should go out to my default gw, go through * hops and then end up on interface B at some point.05:11
xTinaThey _do_ end up on interface B.05:11
xTina(says tcpdump)05:11
Keybukright, now here's the interesting question ... how do you expect the packets to get back? :p05:11
xTinaBut the machine refuses to reply.05:11
Keybukthey have to go back out of B05:12
Keybukbut the machine's routing table will tell it to send them out of A05:12
Keybukwhich requires forwarding, which is disabled by default05:12
Keybuklikewise if you ping the machine from a subnet that's not A or B, you need a default route for each interface to indicate how to get the packets back05:12
Keybukiirc. RedHat and Fedora have always enabled forwarding by default05:13
Keybukwe choose to disable it by default for security reasons, because it's nearly always someone playing silly buggers05:13
Keybukand you end up with horrible network configurations where your machine takes the ping on interface B but sends the reply out of A05:14
Keybukso the incoming and outgoing packets go totally different routes05:14
xTinaIt's still that /proc/sys/net/ipv4/ip_forward tells me if forwarding is enabled, right?05:14
Keybukyeah05:14
=== robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel
xTinait's 0 on both machines05:14
xTinathe working and the non-working05:15
Keybukok, fedora are doing something else evil then05:15
Keybukbut that network topology you described shouldn't work05:15
xTinaKeybuk: So, what about having 2 default routes?05:15
xTinaKeybuk: multiple people have assured me it should be working05:15
Keybukyou're basically trying to make your machine behave as if it has two networking stacks05:15
Keybukanyway, this is expected behaviour, so there's no bug here05:16
Keybukthere are plenty of howtos and documentation on the net for doing networking correctly05:16
KeybukI'd especially start by learning the ip(8) tool, rather than ifconfig/route05:17
xTinaI still don't understand why you think this could only work with forwarding packets.05:18
xTinaThe incoming packet and a response are independent to my knowledge.05:18
xTinaSo if I receive a packet on network interface A, nothing prevents me from sending out the response on B.05:18
xTinaIf the routing table says so, that is.05:18
Keybukicmp is treated specially I think05:19
Keybukit's been a while since I heavily played with the Linux networking stack05:19
xTinaKeybuk: It's the same for SSH.05:19
KeybukI quit working for ISPs a couple of years back, it's seriously not fun05:19
xTina;)05:20
xTinaI think I have to give up for now.05:20
xTina8 hours in a noisy server room is taking a toll05:20
KeybukI _think_ the responses are generated by flipping the headers around05:20
Keybukso it deliberately replies from the IP that was ping'd05:20
Keybukso it's already generating the reply "from B", and then trying to deliver that05:21
Keybukwhich it can't do through interface A05:21
xTinaKeybuk: But this implies that SSH should work.05:22
Keybukthe same may be true for TCP too05:22
Keybukcertainly I'm not surprised by the behaviour05:23
Keybukcheck the values of (amongst others) conf/*/arp_filter and stuff05:27
xTinaidentical05:32
Keybukwhat value?05:34
Keybukcertainly dig about; it's almost surely configurable behaviour -- one of the default network options may be different05:34
=== tambaqui [n=patricia@200-230-129-143-mns.cpe.vivax.com.br] has joined #ubuntu-devel
=== pusakat [i=proxy@203.167.88.65] has joined #ubuntu-devel
xTinaOh dammit. You're right05:38
xTinait's rp_filter05:38
xTinait's set to the same value on both machines05:38
xTinabut turning it off makes it work on the non-working machine05:38
xTinait's probably not a good idea though :(05:40
xTinait is!05:47
xTinaapparently it's only useful in combination ip forwarding turned on05:47
xTinaKeybuk: thanks, i really appreciate your help05:48
xTinai thought i was going slightly nuts05:48
=== bronson [n=bronson@pool-151-203-43-66.bstnma.east.verizon.net] has joined #ubuntu-devel
Keybuk:)05:50
=== r0bby2 [n=wakawaka@146.145.145.254] has joined #ubuntu-devel
=== stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #ubuntu-devel
=== ardchoille [n=ianmac@unaffiliated/ardchoille] has joined #ubuntu-devel
=== ardchoille [n=ianmac@unaffiliated/ardchoille] has left #ubuntu-devel ["Mran]
=== lilo [i=levin@freenode/staff/pdpc.levin] has joined #ubuntu-devel
lilohi all.... apologies for our problems earlier06:43
lilowe're still piecing it together.... the scope of access was actually fairly limited06:43
liloapparently it was partly social engineering and partly something else, we're still looking at the logs06:44
liloanyway, I have a few more stops to make06:46
=== lilo waves
=== lilo [i=levin@freenode/staff/pdpc.levin] has left #ubuntu-devel []
=== minghua [n=minghua@ppp-70-247-41-252.dsl.hstntx.swbell.net] has joined #ubuntu-devel
=== b3nw [n=ben@unaffiliated/b3nw] has left #ubuntu-devel ["Leaving"]
=== wickedpuppy [n=wickedpu@cm25.epsilon165.maxonline.com.sg] has joined #ubuntu-devel
=== r0bby [n=wakawaka@146.145.145.254] has joined #ubuntu-devel
=== jeronim` [n=jj@203.17.19.11] has joined #ubuntu-devel
=== wickedpuppy [n=wickedpu@cm25.epsilon165.maxonline.com.sg] has joined #ubuntu-devel
=== OddAbe19 [n=OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
=== hunger [n=hunger@p54A621BE.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Hikaru79 [n=hikaru79@d57-4-59.home.cgocable.net] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
sivangMorning all08:32
=== stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #ubuntu-devel
zygamorning08:51
=== pitti [n=pitti@195.227.105.178] has joined #ubuntu-devel
pittiGood morning09:06
fabbionehey pitti09:08
fabbionepitti: security pkgs for sparc are on the way09:08
fabbionebreezy is done09:08
fabbionehoary is building09:08
pittifor kernels?09:08
sivangmorning pitti , fabbione 09:08
fabbionenope09:08
fabbionepitti: the kernel was already done09:09
fabbionepitti: openssl/curl/wget09:09
fabbionehi sivang 09:09
pittiah09:09
hungerGood morning09:18
=== hunger is getting a badsig on breezy-updates since yesterday evening. Is that a known problem?
fabbionehunger: what archive are you using?09:19
fabbionei get no problems here09:19
fabbioneperhaps it's an out of sync mirror09:19
hungerfabbione: archive.ubuntu.com breezy-updates Release09:19
fabbionehunger: are you sure your ISP doesn't have a transparent proxy?09:20
fabbionei rsynced this morning and updated all of my machines09:20
fabbioneno problem at all09:20
hungerfabbione: I am not. But I never had this problem before.09:20
hungerfabbione: I'll try a different mirror...09:20
hungerfabbione: You were right... switching protocolls to ftp helped.09:22
hungerSorry for the noise.09:22
hungerStrange... it does work now, even after switching back to http.09:23
=== OculusAquilae [n=bastian@p548D1848.dip0.t-ipconnect.de] has joined #ubuntu-devel
ajmitchevening all09:32
bob2hey ajmitch 09:40
=== herzi [n=herzi@d011188.adsl.hansenet.de] has joined #ubuntu-devel
siretartmorning folks09:57
ajmitchhi siretart 09:57
siretartfabbione: I see igor stopped building. How much of universe did he managed to build? do you have an overview?09:58
=== xxenon [i=xxenon@81.13.232.130] has left #ubuntu-devel ["Leaving"]
fabbionesiretart: we manged 90.28% of the entire archive10:11
fabbioneyes.. igor is stopped becuase breezy is closed10:11
fabbionewe will start building again when dapper opens10:11
siretartfabbione: whoa. thats great! that means poor old igor managed to build almost all of universe :)10:11
fabbionesiretart: not really.. it did its fair share :)10:12
siretartwell, there is another sparc upcoming anyway. (perhaps after ubz)10:13
siretart;)10:13
fabbionesiretart: hopefully we will get buildd's at the datacenter10:13
sivangsiretart: you coming to UBZ ?10:13
fabbionenot sure yet tho10:13
zygawhere does UBZ take place?10:14
bob2canadia10:14
siretartsivang: yepp :)10:14
siretartfabbione: that would be even better! :)10:14
zygabah10:14
fabbionesiretart: yup10:14
zygaubuntu in center should take place in central europe ;] 10:15
=== zyga will wait untill someone comes up with UIC
sivangzyga: there was a conf in Spain10:16
zygaspain is better than canada but I cannot turn time :)10:17
zygaI didnt know of ubuntu back then10:17
=== pvanhoof [n=pvanhoof@d5153F60A.access.telenet.be] has joined #ubuntu-devel
=== Mez cant wait for the ubuntu conference to eb in the UK
Mezthough it's usually in exotic locations10:19
Mezso, skegness?10:19
ajmitchMez: it was in oxford, iirc10:19
Mezajmithc :P10:20
ajmitchisn't oxford exotic enough? :)10:21
Mezajmitch: you're not from the UK are you10:23
ajmitchNZ10:23
=== ajmitch must leave, bbl
bob2Mez: the first two-ish conferences were in england, i'd be surprised if it was back anytime soon10:29
Mezbob2 :(10:29
=== infinity wonders what's so exotic about either Sydney or Montreal.
infinityI mean, they'r enice, large, world-class cities, but hardly "exotic".10:32
infinityExcept for all the people here in Australia who talk funny.10:33
sivangbob2: ah, I thought there was only Oxford one time, where/when was the other?10:33
bob2don't be grousing on us like that, mayte10:33
infinityDon't get agro, mate.10:33
sivangbob2: do you know if spephan richter's cookbook still available on the web?10:34
sivangs/spephan/stephan/10:35
Keybukmommy!  GtkTreeView is breaking my fragile little mind!10:38
sivangKeybuk: what's wrong?? :)10:39
Keybukit's eeeevil10:40
=== mmtb [n=marcin@dxl84.neoplus.adsl.tpnet.pl] has joined #ubuntu-devel
sivangKeybuk: what's it doing to ya ?10:40
=== mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
Keybukjust trying to learn how to use it10:40
sivangeh, you bumped into the way the model corrosponds to it? (took me some time to get that in g-s-t)10:41
=== carstenh [n=carstenh@mkfw.fh-trier.de] has joined #ubuntu-devel
=== MasterC [n=chans@dslb-084-060-224-231.pools.arcor-ip.net] has joined #ubuntu-devel
=== gilligan_ [i=gilligan@p549AA8B6.dip0.t-ipconnect.de] has joined #ubuntu-devel
gilligan_sorry to ask here but no-one from the user channel knew -- does anyone know which package includes 'alsasrc' ?11:01
carstenh.oO(use apt-file or packages.ubuntu.com?)11:02
gilligan_well packages.ubuntu.com brings no results11:04
gilligan_so that leaves me puzzled11:04
bob2that just means it's not in ubuntu11:05
bob2or wasn't when the index was last updated11:05
crimsunthis belongs in #ubuntu11:05
bob2jah11:05
gilligan_yes it does.. but as no-one seemed to have any clue..11:06
crimsunI'll address that there.11:06
gilligan_plus the program ought to be in ubuntu as it is supposed to be used in the  multimedia systems selector as pipeline11:06
crimsunplease migrate this to #ubuntu11:08
gilligan_ok,sorry11:09
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel
sivangcarstenh: that's nice how you did that comics style thinking ballon ;)11:11
carstenh:)11:11
=== sivang wonders how a Marvell production would look on the world of Ubuntu, Launchpad, users and hero developers :)
=== terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #ubuntu-devel
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
=== ivoks [n=ivoks@lns01-2406.dsl.iskon.hr] has joined #ubuntu-devel
=== martink [n=martin@p54B3ACF1.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== ivoks [n=ivoks@lns01-2406.dsl.iskon.hr] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== Hirion [n=Hirion@p5487CD57.dip.t-dialin.net] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== mitsuhiko [n=blackbir@M1775P011.adsl.highway.telekom.at] has joined #ubuntu-devel
=== MagnusR [n=magru@85.194.14.142] has joined #ubuntu-devel
=== gbon121 [n=chatzill@d81-211-186-228.cust.tele2.it] has joined #ubuntu-devel
=== chris38-home [n=Christia@LSt-Amand-152-31-21-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
=== kyncani [n=kyncani@82.250.207.25] has joined #ubuntu-devel
=== TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-devel
=== rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-devel
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== sabdfl [n=mark@pdpc/supporter/silver/sabdfl] has joined #ubuntu-devel
\shmoin moin sabdfl :)12:42
=== dmk [n=dmk@host81-155-39-86.range81-155.btcentralplus.com] has joined #ubuntu-devel
=== mitsuhiko_ [n=blackbir@80.122.201.98] has joined #ubuntu-devel
=== ogra [n=ogra@p5089E78D.dip.t-dialin.net] has joined #ubuntu-devel
sabdflmoin moin!12:43
sabdflhey ogra, \sh12:43
sabdflbreezy gave me a headache, but only for today :-)12:43
ograhey sabdfl :)12:44
dmksabdfl, good release party then12:44
sabdflrather12:44
ograheh12:44
=== ogra looks at \sh who is still recovering from the beerhead...
\shouch 12:44
ograheh12:44
=== \sh just succeeded to comfort ogra yesterday evening...he slept like a bear ...
ogra**snorrr**12:46
=== Simira [n=rpGirl@214.84-48-74.nextgentel.com] has joined #ubuntu-devel
\shor was it the server room next door12:47
dmkquick question guys..in Launchpad there is a bug raised that is fundementally a feature request for gnomebaker. If I mark it for fix in upstream is it going to ask me for the severity so I can put enhancement? if not what should I do?12:47
dmksorry if this seems a stupid one, just don't want to piss off upstream12:48
ogradmk, feature requests are mostly enhancements, sounds ok ...12:49
dmkorga, cool - I just did want to click it and it to go in as a bug. wanted to make sure I could change it the enhancement12:50
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
dmkorga, to instead of the at the end12:50
sabdfldmk: we do need a good way to move from a bug to a spec12:51
sabdfli think you can link the two of them, iirc12:51
sabdflso if there is a spec for the feature, registered in LP, you can link to it from the bug12:51
Mezmorning sabdfl, did the oarty go well?12:52
sabdflMez... my head thinks12:52
sabdflso12:52
=== kikidonk [n=kikidonk@ip-83-134-7-104.dsl.scarlet.be] has joined #ubuntu-devel
HiddenWolfupdates _again_?12:52
infinityYou can never have enough updates.12:52
dmksabdfl, yeah12:52
=== shackan [i=shackan@host54-79.pool8257.interbusiness.it] has joined #ubuntu-devel
HiddenWolfinfinity, I haven't really felt that Breezy is done yet, with -security updates left and right. :)12:53
infinity-security will always happen.12:53
HiddenWolfinfinity, not to mention the version bumps. :D12:54
infinityYeah, uhm.  "oops."12:55
Lathiatversion bumps?12:55
infinityLathiat : Minor embarassment where the versions for mozilla, thunderbird, and enigmail were lower in breezy than hoary-security, so upgrades wouldn't happen.12:55
infinityGo me.12:55
Lathiatoh12:55
infinity(and pitti)12:55
Lathiathow did that happen?12:55
infinityInability to count.12:56
Lathiatlol12:56
\shwhy don't I have a digicam now...this picture is so nice...a white cat in suses arms, and ogra is petting her (the cat) and the cat is closing her eyes..and is relaxing...this is really a nice picture12:56
Lathiatwow archive.u.c is up to 15K/s12:56
Lathiatwoot :)12:56
infinityYeah, I can't wait until it's back to "normal"... Should only be a few more days, I suspect.12:57
infinityAnd sinze we're not opening dapper until Tuesday (at the earliest), that works out well.12:57
infinitys/sinze/since/12:57
infinitySee, my fab typing may have had something to do with the version issues.12:58
=== dmk [n=dmk@host81-155-39-86.range81-155.btcentralplus.com] has left #ubuntu-devel ["Leaving"]
lifelessmjg59: ping01:02
jdub"ugh."01:03
lifelesshowza01:04
\shjdub: "ugh" or "arghl my head"?01:04
jduba little of both01:05
\shjdub: perfect...;)01:05
ograhehe... all this release party victims01:06
\shogra: don't be loud....you're one of them *eg*01:07
ogralol01:08
\shand now I will have a look in the mirror and I hope I'm not scaring myself01:08
=== Danten [n=danten@h102n9c1o1049.bredband.skanova.com] has joined #Ubuntu-devel
=== sivang reads backlog and giggles
=== ogra listens to the scared screams from the bathroom
=== xVxaxaP [n=xVxaxaP@70.89.208.241] has joined #ubuntu-devel
sabdfl_still_dizmjg59 just headed for the train station from y place01:11
lifelesssabdfl_still_diz: thanks01:11
lifelessstill_diz ?01:11
TMMah, is mjg59 coming here today?01:12
TMMlifeless, still need to talk to him about the laptop stuff :)01:12
=== rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-devel
bob2lifeless: "zy$", I'd assume01:14
=== gilligan__ [i=gilligan@p549A812E.dip0.t-ipconnect.de] has joined #ubuntu-devel
jdubhttp://www.ucc.asn.au/services/ubuntu.ucc01:29
jdub^ UBUNTU ON TAP01:29
\shand a nice picture of a toshiba portege r200 which is working NOW OUT OF THE BOX !01:32
Riddellwho can review uploads to breezy-updates?01:40
=== cassidy [n=cassidy@39.160-200-80.adsl.skynet.be] has joined #ubuntu-devel
Mezlmao at ubuntu on tap01:43
=== cassidy [n=cassidy@39.160-200-80.adsl.skynet.be] has joined #ubuntu-devel
=== zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
HiddenWolfRiddell, more updates?!01:44
RiddellHiddenWolf: same ones, still needing review01:48
HiddenWolfRiddell, ok01:49
=== zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== OculusAquilae [n=bastian@p548D1848.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Yagisan [n=jamie@60-240-199-209.tpgi.com.au] has joined #ubuntu-devel
jdubsabdfl_still_diz, mjg59: "EBay buys VeriSign payment service division" -> heh01:57
Lathiatwow, plane ticket pricese really do vary sildly from day to day01:58
Lathiatfrom $377 to $690 one day to the next01:58
=== psichron [n=Carel@wpv-ip-nas-1-p73.telkom-ipnet.co.za] has joined #ubuntu-devel
Lathiatjdub: talking on avahi at lca. :)02:00
Lathiati should do a gca talk "now it actually works..." :)02:00
RiddellLathiat: are you an avahi developer?02:00
LathiatRiddell: yeh02:00
LathiatRiddell: one of the original authors02:00
RiddellLathiat: excellent, I'll come to you when I have questions about getting the KDE avahi support working :)02:01
LathiatRiddell: cool :)02:01
LathiatRiddell: we have qt main loop integration02:01
Lathiatand it works with kdnssd now02:01
Lathiataltho its a bit hacky, it works02:01
=== pitti [n=pitti@195.227.105.178] has joined #ubuntu-devel
pittihello02:09
jdubLathiat: rawk02:09
jdubyo pitti02:09
Lathiatjdub: indeed02:09
RiddellLathiat: what's hacky about the qt integration?02:15
sivangpitti: hey Martin :)02:17
\shsiretart: hey pitti02:19
\shargl02:19
=== tseng watches jdub's bees nest
=== \sh should think about siretart and writing to another person
\shshouldn't even02:19
tsengnice stir, jeff02:19
jdubhmm?02:19
tsengrelease process thread02:20
=== pusakat [i=proxy@203.167.88.65] has joined #ubuntu-devel
pittiHi sivang! I just bought a printer :-)02:21
tsengi dont feel like telling this guy that thinks it will create "huge flak" that all of the FUD he references comes straight from Ian02:21
tsengand that no one cares02:21
jduboh right02:21
siretartheh. hy * 02:22
siretart;)02:22
\shsiretart: sorry...didn't want to disturb you while u r relaxing ,-)02:22
siretarthrhr02:22
tsengi guess it means i need a proper spec for approval for keeping up with mono, though02:22
sivangpitti: oh you did :) ?02:24
sivangpitti: cool, then I need to get one as well - preferbly a laser one,02:24
sivangpitti: my deskjet here is dying02:24
pittisivang: yes, I bought a laser02:27
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has joined #ubuntu-devel
=== olemke [n=olemke@p54896101.dip.t-dialin.net] has joined #ubuntu-devel
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
=== pusakat [i=proxy@203.167.88.65] has joined #ubuntu-devel
=== Arrogance [n=aks@ottawa-hs-209-217-93-61.d-ip.magma.ca] has joined #ubuntu-devel
=== thierry_ [n=thierry@modemcable143.48-131-66.mc.videotron.ca] has joined #ubuntu-devel
=== lorenzod [n=lorenzod@80.87.77.58] has joined #ubuntu-devel
Riddellsabdfl_hungover: irn-bru.  best thing for it02:55
=== pitti [n=pitti@195.227.105.178] has joined #ubuntu-devel
sabdfl_hungoverRiddell: where do i find that?02:56
Riddellsabdfl_hungover: scotland mostly I'm afraid02:56
=== Firetech [n=Firetech@h53n1fls301o1100.telia.com] has joined #ubuntu-devel
sabdfl_hungoverit may be worth the trip02:57
LathiatRiddell: the qt integration isnt hack02:59
Lathiaty02:59
LathiatRiddell: the kdnssd integration is02:59
LathiatRiddell: because it was designed around howl02:59
Lathiatand their usage model is different to ours02:59
=== dunerecords [n=johannes@p54992AB9.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== pitti [n=pitti@195.227.105.178] has joined #ubuntu-devel
=== traveller [n=Kenneth@220-245-129-11.static.tpgi.com.au] has joined #ubuntu-devel
=== traveller [n=Kenneth@220-245-129-11.static.tpgi.com.au] has left #ubuntu-devel []
=== Firetech [n=Firetech@h53n1fls301o1100.telia.com] has joined #ubuntu-devel
Mezmdz: ping03:10
Mezactually.... probably elmo ping... I'm not too sure03:10
Mezeither way, can someone please create the breezy-backports archive, people are enabling it, as it's commented out in default sources.list, and it's causing errors and we're geting a load of complaints03:12
=== shackan [i=shackan@host144-82.pool8257.interbusiness.it] has joined #ubuntu-devel
=== Firetech [n=Jocke@h53n1fls301o1100.telia.com] has joined #ubuntu-devel
=== adas [n=aaaa@bzq-82-81-66-128.red.bezeqint.net] has joined #ubuntu-devel
=== terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #ubuntu-devel
=== hunger [n=hunger@p54A62B55.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Hirion [n=Hirion@p5487CD57.dip.t-dialin.net] has joined #ubuntu-devel
=== stratus [n=stratus@200.217.83.66] has joined #ubuntu-devel
=== zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== pusakat [i=proxy@203.167.88.65] has joined #ubuntu-devel
gilligan__i'll dare asking a small #ubuntu question... the totem mozilla plugin does not have a seperate package ? how can I get rid of it ?03:55
=== backports-r-us [n=jdong@ap61061.bn02627.sfldmi.wayport.net] has joined #ubuntu-devel
backports-r-usare there any kernel folks in here?03:57
backports-r-usI'm trying to get rid of the time stamps on all the kernel messages...03:57
backports-r-usnot having much luck googling or on #ubuntu03:57
gilligan__backports-r-us, what do you want to get rid of them for?03:58
Mezbackports-r-us, backports are me03:58
backports-r-usgilligan__: logwatch doesn't enjoy reporting duplicates properly anymroe :)03:59
backports-r-usMez: backup nick; logged in @ home right now03:59
Mez:P03:59
backports-r-us(too lazy to register it, too)03:59
backports-r-usMez: but now that you've brought it up, do u have a functioning Hoary pbuilder/whatever-you-use environment?04:00
=== mxpxpod [n=bryan@12-207-1-46.client.mchsi.com] has joined #ubuntu-devel
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has left #ubuntu-devel ["http://mpt.net.nz/"]
=== iT7vl3b [n=iT7vl3b@70.89.208.241] has joined #ubuntu-devel
infinitybackports-r-us : You have to recompile and disable CONFIG_PRINTK_TIME04:10
backports-r-usinfinity: grr, it takes a recompile?04:10
infinitybackports-r-us : Hrm, botting with "time=no" might work.04:11
infinitybackports-r-us : Booting with "time" turns them ON, so maybe time=no turns 'em off. :)  Untested.04:11
backports-r-usinfinity: LOL, good logic... will test :)04:12
Mezgodamn04:12
Mez~I realy wish i didnt have backports on a highlight04:12
backports-r-usi04:13
backports-r-usam04:13
backports-r-usannoying04:13
backports-r-usmez04:13
backports-r-usright04:13
backports-r-usnow04:13
backports-r-us:)04:13
jdong__make you happier?04:14
Mezactually only when you said mez did it ding me04:14
Mezty04:14
jdong__lol04:14
=== cassidy [n=cassidy@64-205.243.81.adsl.skynet.be] has joined #ubuntu-devel
=== jdong__ concludes #ubuntu is for those with multithreaded brains
=== zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== seppolokki [i=seppolok@kapsi.fi] has joined #ubuntu-devel
=== WaterSevenUb [n=WaterSev@195-23-220-96.net.novis.pt] has joined #ubuntu-devel
=== Arrogance [n=aks@ottawa-hs-209-217-93-61.d-ip.magma.ca] has joined #ubuntu-devel
=== ivoks [n=ivoks@lns01-2406.dsl.iskon.hr] has joined #ubuntu-devel
ivokshi04:33
mantienahi04:34
=== msturm [n=msturm@t-20-214.athome.tue.nl] has joined #ubuntu-devel
=== dand [n=dand@gw.datagroup.ro] has joined #ubuntu-devel
TMMmjg59, are you alive yet?04:47
TMMmjg59, still having a hangover no doubt ;)04:47
moyogohi I'm one of the dejavu-font developers, how do i got about to update the package in breezy?04:52
moyogoshould I just contact the package maintainer?04:52
moyogooh... actually, i should just contact peter04:54
jordimoyogo: it's late to update the package in breezy04:55
moyogojordi: for the next update then04:55
jordiyeah, for 6.0404:55
moyogojordi: actually, could the font be installed by default? at least along with bitstream?04:56
=== ..[topic/#ubuntu-devel:fabbione] : Ubuntu Development (not support, even with dapper) | #ubuntu for support and general discussion | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/DeveloperResources | http://wiki.ubuntu.com/HelpingWithBugs | MOM/NDA producing bad diffs | Ubuntu 5.10 released: http://lists.ubuntu.com/archives/ubuntu-announce/2005-October/000038.html | Dapper opens ~Tuesday
jordimoyogo: you should discuss that with the Ubuntu Desktop guys, I think04:57
moyogowhat channel?04:57
jordiI'd guess #ubuntu-desktop04:57
moyogooh... thanks04:58
=== poningru [n=poningru@n128-227-55-245.xlate.ufl.edu] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
jdubmoyogo: we'll ship dejavu with dapper05:06
moyogojdub: thanks, we'll need to follow up with the updates there too, 1.14 has been out for a month, breezy only has 1.11 packaged05:06
jdubmoyogo: highly unlikely that we'd update breezy05:07
moyogono prob05:07
Mezelmo:ping05:09
=== WaterSevenUb [n=WaterSev@195-23-220-121.net.novis.pt] has joined #ubuntu-devel
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel
=== shack\out [i=shackan@host50-106.pool8257.interbusiness.it] has joined #ubuntu-devel
=== LaserJock [n=icechat5@adsl-69-227-135-198.dsl.renocs.nvbell.net] has joined #ubuntu-devel
diemanoh, now thats a nifty idea05:34
diemanuse jabber to tell machines to update packages05:34
diemanor to install something 05:34
diemanif the machine is down, it will get the message when it starts back up.05:34
Robot101dieman: unlike e-mail how exactly...?05:40
Robot101having a jabber client with root priveledges fills me with joy05:40
diemanheh05:43
diemantheres going to be something evil with any agent implementation.05:43
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has joined #ubuntu-devel
jdubRobot101: wouldn't need to have root - don't be silly :)05:47
=== jsgotangco [n=jsg@info1-177.info.com.ph] has joined #ubuntu-devel
Robot101jdub: it has root privs to do something, like invoke the pkg manager05:47
jdubRobot101: the jabber client wouldn't - separate the tasks (cf. pmount)05:48
Robot101yes obviously05:48
Robot101but it's still a jabber client which can invoke at least your pkg manager as root05:48
Robot101:P05:48
jdubyou can do plenty to fence that05:49
jdubit's a good idea05:49
diemansaw the idea on planet gnome05:49
Robot101I don't see how jabber is suddenly a better way to do it than e-mail05:49
jdubit's not05:49
Robot101as they say in london, please mind the crack :)05:50
=== terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #ubuntu-devel
diemanphilip van hoof's post recently.05:50
Robot101dieman: yes, I read it too05:51
diemanahh, ok05:51
diemanim not sure if its better yet, but i hadn't thought about it05:51
diemani was always leaning towards using web services to communicate back to the clients -- having them check a website every so often. 05:52
=== blueyed [n=daniel@i5387D0FB.versanet.de] has joined #ubuntu-devel
=== pusakat [i=proxy@203.167.88.65] has joined #ubuntu-devel
diemanhah, someone finally replied to my mirrors@canonical.com email :)06:17
mantienadieman, no :-P06:17
diemanheh06:21
\shhmm...i just got a shock06:21
diemanat least the mirror is back down to sub 1-loads06:22
diemaninstead of 30-80 06:22
\shhttps://launchpad.net/distros/ubuntu/+sources/elmo/+bug/3122 <- elmo crashes on startup 06:22
=== jkossen [n=jochem@jkossen.nl] has joined #Ubuntu-devel
HiddenWolfdieman, and that's good news? :P06:25
=== tritium [n=michael@pcp0011975002pcs.sandia01.nm.comcast.net] has joined #ubuntu-devel
dieman"06:28
diemanAfter over half a year not doing anything with Elmo I decided to admit that nothing is going to change. "06:28
diemanheh, that sounds like a dead mailer project06:29
diemanHiddenWolf: yes and no :)06:29
=== bronson [n=bronson@pool-151-203-43-66.bstnma.east.verizon.net] has joined #ubuntu-devel
diemanmeans my fai installs at work will go fast again06:29
dieman:)06:30
HiddenWolfdieman, I'd rather have archive.u.c was swamped any day. I'm smart enough to find a mirror.06:30
diemanoh, im talking aobut the mirror at work :)06:30
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has left #ubuntu-devel ["http://mpt.net.nz/"]
=== koke [n=koke@adsl229-164.unizar.es] has joined #ubuntu-devel
=== WaterSevenUb [n=WaterSev@195-23-220-211.net.novis.pt] has joined #ubuntu-devel
=== zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== pitti [n=pitti@195.227.105.178] has joined #ubuntu-devel
zyga_hmmm07:00
zyga_elmo is a script?07:00
zyga_script/program07:01
=== psusi [n=phreak@103.202.33.65.cfl.res.rr.com] has joined #ubuntu-devel
psusiwhat package do you have to install to get io.h for things like open()?07:02
Lathiatyou mean stdio.h ?07:03
psusino....07:03
psusistdio is C standard IO07:03
psusifopen()07:03
Lathiatyou said open not fopen ;p and iirc its in the same header file07:03
psusiit is?07:03
psusiit shouldn't be07:04
Lathiatapt-get install manpages-dev07:04
Lathiatman fopen07:04
psusiahh, there's the bloody man pages07:04
jdubpsusi: libc6-dev, but i recommend installing build-essential07:04
psusiI have build-essential an libc6-dev installed07:04
jduboh, but you need the man pages07:04
=== Lathiat has never known of an io.h
Lathiatand fopen is in stdio.h im sure of it07:04
jdublibc6-dev: /usr/include/sys/io.h07:05
Lathiatah i see07:05
psusiyes, fopen is in stdio.h, but where is open()?07:05
psusiI looked at sys/io.h and it just had stuff for IO port access, not file IO07:05
Lathiatisnt open like07:06
Lathiatan internal function07:06
Lathiator something07:06
psusiit's a kernel system call that is wrapped by the libc library07:06
=== Hirion [n=Hirion@p5487CD57.dip.t-dialin.net] has joined #ubuntu-devel
psusistrange.... the man page on open doesn't list O_BINARY07:09
YagisanIs something wrong with the archive ? I'm getting07:12
YagisanW: GPG error: http://192.168.1.1 breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>07:12
Yagisanon my updates now.07:12
Lathiati saw someoen else get that too07:15
Lathiatmine are fine07:15
YagisanLathiat: all my boxes go to the apt-cacher machine at 192.168.1.1, which in turn uses the au.archive.ubuntu.com mirror07:16
YagisanI am not going to upgrade my boxes if the signature fails. I checked and apt-cacher doesn't cache Release files07:18
Yagisanso unless the key was changed, I'd have the mirror checked for possible compromise07:19
MezYagisan, it does that sometimes07:20
LathiatYagisan: im updating fine07:20
Lathiatof au.archive.ubuntu.com07:20
Lathiati figure your apt-cache is b0rked07:20
Lathiator if your really paranoid07:20
Lathiatsomeone is MITMing you ;p07:20
Lathiator your ISP has a proxy07:20
Lathiatthat cached the gpg sig file or something07:20
YagisanLathiat: Several boxes get that (I know my isp has a hidden transparent proxy, I found it when mapping my connection)07:21
YagisanLathiat: It's my job to be paranoid - someone has to do it :)07:22
Lathiatyour isp has probably just cached the Release.gpg file then07:22
psusishouldn't the cachability of the file on the server be set correctly so that the proxy should go ask it to validate that the file has not changed at relatively short intervals?07:22
Lathiatshouldnt ISPs use proxys that actually pay attention to the cache settings? ;)07:23
psusihehe07:23
=== jeronim` [n=jj@203.17.19.11] has joined #ubuntu-devel
TreenaksLathiat: why would they? they're transparent!07:24
psusithey loose transparency when they fail to obey the cachability rules07:24
Treenakspsusi: not to windows people07:24
Lathiatbecause isps suck :)07:24
psusithe OS you are running has nothing to do with it07:24
psusiif the proxy is caching stale data, you're going to have problems07:25
=== HiddenWolf [n=HiddenWo@136.144.dynamic.phpg.net] has joined #ubuntu-devel
Yagisanexcellent - 6 updates and only one without error :-/ somethings stuffed07:26
=== Yagisan goes for lucky 7
=== zenrox [n=zenrox@71.115.209.110] has joined #ubuntu-devel
Lathiatyeh in a windows world07:28
Lathiattransparent is 'almost opaque' :)07:28
=== Yagisan sighs
=== eclipse [n=User@p5085B2B3.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Yagisan wishes he knew what exactly causes the problem, because it's become intermittent
ZnarlWe've got two of our master archive machines out of sync.  This is being worked on.07:32
Znarlau.archive.ubuntu.com points to archive.ubuntu.com as we don't have an Australian archive mirror yet.  (But hopefully will soon)07:34
Lathiatah07:35
Lathiatthat makes sense07:35
YagisanZnarl: thanks. I know enough about gpg to be concerned when the sig fails. Will try again in 12 hours or so07:35
=== eclipse [n=User@p5085B2B3.dip0.t-ipconnect.de] has left #ubuntu-devel []
LathiatYagisan: basically your probably getting Releases off one server07:36
ZnarlYou could use security.ubuntu.com, if you're not already.07:36
LathiatYagisan: and Releases.gpg off the other07:36
YagisanZnarl: already have that :)07:37
YagisanLathiat: seems like that is the case07:37
YagisanZnarl: the mirror is in london isn't it (it has a horrible ping from here)07:38
ZnarlYes, in London.07:38
ZnarlThere's a good local mirror at http://mirror.isp.net.au/ftp/pub/ubuntu/07:39
sabdfl_hungoverZnarl: has the bandwith situation calmed down?07:39
Znarlsabdfl_hungover : Yes, but our machines are still very busy.07:39
sabdfl_hungoverphew07:40
sabdfl_hungoveri guess we know to call for more mirror support before dapper :-)07:40
=== Lathiat is still only getting 10K/s from archive.u.c
Lathiatbeats 1K/s / timeouts tho07:42
LathiatZnarl: ftp.uwa.edu.au is good too07:42
Znarlsabdfl_hungover : I've added a number of mirrors today.  Working on a Australia and New Zealand mirror right now.07:42
Lathiatand ftp.debian.pacific.net.au07:42
Yagisanperhaps next time only give to torrents to slashdot ??07:42
LathiatZnarl: ftp.uwa.edu.au is possibly willing to be a proper AU mirror, the guy there mailed the list a while back07:42
=== Lathiat knows him
sabdfl_hungoverZnarl: cool07:42
Lathiattheir on gig, and connected to the WAIX exchange in perth07:42
ZnarlLathiat : Yep, just sent him an email.07:42
LathiatZnarl: cool07:43
Lathiatpacific is usually good too07:43
Lathiatdont touch iinet their mirror is useless07:43
YagisanLathiat: it could be worse, it could be tpg07:44
Lathiathaha07:44
Lathiator dodo07:44
ZnarlI remember when iinet's backbone was a 56k modem.07:45
Yagisanha, dodo - internet that dies07:45
=== Lathiat grins
Yagisanhow smart is apt ? if I add multiple deb lines to different servers - will it pick the best one ?07:47
Lathiatit does it based on new version and then order07:48
Lathiatit will still whinge about gpg sigs tho07:48
=== Lathiat used to stick an ISP local mirror (free traffic) first then a.u.c
Lathiatso i got new stuff, but other stuff for free07:48
YagisanLathiat: I'm with the $50 isp, so I don't get free downloads07:49
LathiatYagisan: well07:49
LathiatYagisan: in perth we have WAIX07:49
Lathiatand most isps (except iinet really)07:49
Lathiatgive you free traffic to it07:49
Lathiatyou often get the same with PIPE and VIX07:49
Lathiatunless your on the cheap cheap plans07:50
Lathiat(because their already making a loss on those plans, dont want leechers on theM)07:50
YagisanLathiat: well, there is only one $50 1500/256 plan I can find.07:50
=== Lathiat pays $70
Lathiat10G peak, 10G off-peak07:51
Lathiat1500/25607:51
Lathiatfree waix07:51
YagisanLathiat: 20G then shape, uploads not shaped (I host a unoffical repo - I got complaints when I took the box offline to upgrade to breezy)07:52
LathiatYagisan: so same as me07:53
Lathiati get shaped to 9607:53
Lathiattyhen if i do over 120%07:53
Lathiat(another 2G)07:53
Lathiati get shaped to 33.607:53
Lathiatno, its 7207:53
infinityNo shaping here, your ISPs suck.07:53
Lathiatthen 3307:53
Lathiatinfinity: yes, they do07:53
Lathiatwelcome to australia07:53
infinityI'm in .au, dude.07:53
infinityThere are 1001 people reselling Telstra's crap service, pick one that doesn't shape.07:54
infinity(I'm using cyberone.com.au)07:54
YagisanLathiat: 64 flat down for me, infinity - they want more the $50 for that07:54
infinityOh, true, I pay 90/month for unlimited unshaped usage.07:54
Lathiati pay 7007:54
Lathiati cant really afford anymore07:54
Lathiat90/month for what speed?07:54
Lathiatinfinity: and you are? didnt know that07:55
infinityThough I'm pondering switching to iinet, now that my exchange is almost ready for ADLS2....07:55
Lathiatinfinity: eh iinet suck07:55
infinityAnd then I'll be stuck with limits. :/07:55
Lathiatcrap quotas07:55
Lathiatno free waix07:55
infinityStupid iinet.07:55
Lathiatand the autotrainign is crap07:55
Lathiatcus07:55
infinityYeah, but the 12Mbps (and 1Mbps up) is tempting.07:55
Lathiata lot of peoples line quality moves around a bit07:55
Yagisaninfinity: you have to take their phone to get adsl207:55
Lathiatso it autotrains to some speed07:55
Lathiatoh yeh07:55
Lathiatand that07:55
Lathiatand then yoru line quality drops a bit07:55
Lathiatso you get bad packet loss07:55
Lathiatyou reconnect, it renegs lower07:55
Lathiatand then it'l decide later to reneg higher again07:55
Lathiatand f**k up again07:55
infinityYagisan : I don't care, I already pay 30/month for Telstra's line, what's the difference if the 30 goes to iinet instead?07:55
Lathiatit gets quite annoying07:55
infinity(Like I really want to give Telstra money?)07:56
Lathiatinfinity: hrm, most people i know pay 18.5007:56
infinityWell, I also make phone calls. :)07:56
infinityiinet's plans are much less crap than Telstra's, for call charges.07:56
Lathiatas in, 18.50 for rental07:56
Lathiatand iinet cahrge 30 for rental07:56
infinityBut, yeah.  Still evaluating.07:56
Lathiatinfinity: eh, voip is so m uch cheaper07:56
Lathiator my mobile07:56
infinityiinet does voip now.07:57
Lathiatyeh its not as cheap as other voip providers but P:)07:57
Yagisaninfinity: I do vo-ip, and my mobile is cheaper then telstra, I call Japan cheaper!07:57
Lathiatand you still have to pay line rental07:57
Lathiatyou can get 1c/min australia-wide from siphone.com.au07:57
Lathiatand it works fine07:57
infinityYagisan : Canada was much cheaper, but I moved, so I'm stuck with this.07:57
Lathiati know a few people that moved it07:57
Lathiats/moved/used07:57
=== pusakat [i=proxy@203.167.88.65] has joined #ubuntu-devel
=== ryanpg [n=ryanpg@c-24-12-5-187.hsd1.il.comcast.net] has joined #ubuntu-devel
=== ryanpg [n=ryanpg@c-24-12-5-187.hsd1.il.comcast.net] has left #ubuntu-devel ["Leaving"]
=== bddebian [n=bddebian@pcp08717033pcs.phnixv01.pa.comcast.net] has joined #ubuntu-devel
bddebianHello08:00
=== Yagisan should sleep
YagisanG'day bddebian08:00
sivanghey bddebian 08:01
sivangwhat's cracking?08:01
bddebianHeya Yagisan, sivang 08:01
bddebiansivang: Not much,  you?08:01
sivangbddebian: fine, working on some BOF ideas, trying to remember all the ideas I had and outline them good enough for proposal.08:01
bddebianNice08:02
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-devel
=== Solatis [n=lmergen@ip114-191.dsl.introweb.nl] has joined #ubuntu-devel
LaserJockbddebian: do you use the web interface when making comments on Malone?08:10
bddebianLaserJock: Yep08:11
LaserJockbddebian: is there some sort of formatting guide? Or am I just dense?08:11
Lathiatformatting?08:12
Lathiattheir comments ;p08:12
LaserJockwell, they never come out the way I put them in08:12
Lathiatin what way08:12
LaserJocklook at the bottom of https://launchpad.net/distros/ubuntu/+sources/xfig/+bug/206608:12
LaserJockI bulleted it with - but they came out all running together08:13
bddebianHmm08:13
LaserJockI have yet to have a comment formatted the way it was when I was typing it, and there is no preview sooo08:14
LaserJockI think I must just retarded or something08:14
bddebianIt's a comment, who cares :-)08:15
LaserJockI guess, it is just frustrating for me. Especially compared to the wiki's08:15
LaserJockohh, well08:15
sivangsiretart: what is "trac" ?08:17
Lathiatsivang: its like a mini wiki style thign with integration to svn to track a project08:17
=== zeedo [n=zeedo@80.68.92.188] has joined #ubuntu-devel
=== OddAbe19 [n=OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
=== lamont [n=lamont@mix.mmjgroup.com] has joined #ubuntu-devel
=== Znarl [n=karl@bb-82-108-14-161.ukonline.co.uk] has joined #ubuntu-devel
=== sabdfl [n=mark@pdpc/supporter/silver/sabdfl] has joined #ubuntu-devel
mdkeelmo, not around by any chance?08:47
bddebianHello sabdfl.  Congrats! :-)08:51
ZnarlOnly Znarl right now.08:51
sabdflthanks bddebian. still dealing with the fallout from the party :-)08:54
infinityZnarl : Talk about yourself in the third person a lot?08:54
ZnarlHe some times does, yes.08:54
tsengthere is only zul08:55
bddebiansabdfl: Heh, nice :-)08:56
bddebianHeya tseng 08:56
tsenghi barry08:56
mdkeZnarl, :)08:57
mdkeZnarl, it was about planet.u.c. Jeff said (if I understood right) that he added my blog to the source but that it needed to be synched. Can you do that?08:58
Mezmdke: it does it automatically once a certain amount of time goes by08:59
mdkeor perhaps I got the totally wrong end of the stick08:59
mdkejeff said something about synching with a baz archive08:59
Mezoh, maybe it has a baz archive which it syncs to and he edited you into the baz archive08:59
mdkei think that is right08:59
Znarlmdke : I can't help you.09:00
mdkeZnarl, np09:00
Lathiatim having withdrawl symptoms09:09
Lathiatno updates!09:09
Lathiati might have to do some security work to get my daily fix ;p09:10
bddebianLathiat: Aye :-)09:10
=== zeedo [n=zeedo@80.68.92.188] has joined #ubuntu-devel
=== Arr0gance [n=aks@ottawa-hs-209-217-79-254.d-ip.magma.ca] has joined #ubuntu-devel
=== odeez [n=zeedo@80.68.92.188] has joined #ubuntu-devel
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-devel
Mez*bangs head on keyboard09:26
Mezthere is something seriously f**ked up here09:26
sabdflMez: did you do surgery on your archive?09:27
Mez...?09:28
Mezwhat do you mean sabdfl?09:28
Mezoh, you mean referring to my comment09:28
Mezno - I'm getting an error saying that I need version 2.53 or higher of autoconf, but I only have 2.59 :D09:29
Mezsabdfl: no I didnt09:29
Mezsorry09:29
MezI'm all over the place09:29
sabdflah, i thought it was a reference to your earlier archive issues09:30
Mezoh.. no my archive is fine09:30
Mezit's the stuff IN the archive that isnt09:30
Mezsabdfl: just out of curiosityL do ubuntu have a sort of server farm anywhere where people can build on architectures they dont have? because I've hit a few stumbling blocks before on amd64 stuff :D and access to an amd64 machine woulda been useful09:32
=== lamont [n=lamont@mix.mmjgroup.com] has joined #ubuntu-devel
bddebianMez: Good question ;-)09:33
sabdflMez: no, we just have the normal buildd's09:33
sabdfla couple of guys do have porting access to those machines09:33
sabdflwe could probably arrange access to a DMZ09:34
sabdflput it on the tech board agenda, ok?09:34
Mezshame :D I gues sit'll have to be a "throw at buildd till sticks"09:34
Mezanyway, I'm going to lunch, Ill talk after09:34
Mezhave fun, speak soon09:34
tsenghah look at the mono build logs from last april09:34
tsengtotal "throw at buildd till sticks" action09:34
Robot101it builds -> ship it! :)09:35
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-devel
=== alpha-romeo [n=chatzill@210.18.187.15] has joined #ubuntu-devel
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel
Mezsabdfl: I would do, but I wont be availble for a TB meeting till after UBZ09:52
sabdflput it on the agenda, we can discuss it anyway09:54
maswanthank you breezy: http://stats.sunet.se/stat-q/plot-all/umea2.umea-srp,2005--41,raw,traffic-kbit09:55
maswan:)09:55
sabdfldude09:55
sabdfldid you *peak*?09:55
spaynebddebian: ping09:55
maswanuniversity bandwidth is neat09:55
maswanduring thursday afternoon and evening, we were saturated09:56
maswanwe "only" had 2Gbit/s09:56
maswanbut by friday, we've had enough bandwidth and resources to satisify demand09:56
bddebianspayne: Yo?09:57
spaynebddebian: i got my key signed :)09:57
bddebianAwesome09:57
spaynebddebian: can you download and check it is good? I'm new to the whole GPG thing09:57
spaynebddebian: key ID is C13709:57
maswanZnarl: if the DC is still having bandwidth issues, feel free to point more releases iso downloads our way.09:57
spaynebddebian: key ID is C137358E09:57
spaynebddebian: how do know if it is in the strong set?09:59
bddebiangpg: searching for "C137358E" from hkp server subkeys.pgp.net10:00
bddebiangpg: key "C137358E" not found on keyserver10:00
spaynebddebian: i ran gpg --send-key C137358E and gpg --keyserver pgp.mit.edu --send-key C137358E10:02
LaserJockhow do you know that a key has been signed?10:03
spaynebecause he sent me a .sig file10:03
spaynelook at http://pgp.surfnet.nl:11371/pks/lookup?op=vindex&fingerprint=on&search=0xC137358E10:04
spayneLaserJock: is that not signed?10:05
LaserJockno, I think you are good, I just was wondering for myself10:06
LaserJockfor instance mine is http://pgp.surfnet.nl:11371/pks/lookup?op=vindex&fingerprint=on&search=0x92742B3310:07
LaserJockobviously mine is not signes10:07
LaserJock*signed10:07
spaynewhy do i get this error at http://www.cs.uu.nl/people/henkp/henkp/pgp/pathfinder/mk_path.cgi?STAT=C137358E&STATS=statistics10:08
LaserJockspayne: I am wondering what constitutes the "strong set"10:10
=== kmaraas [n=kmaraas@50.84-48-76.nextgentel.com] has joined #ubuntu-devel
pefwhen does dapper will start ? when the mass sync from Debian will occurs ?10:11
HiddenWolfpef, under debate.10:13
spaynecan anyone help me? i am new to GPG :)10:14
bddebianspayne: http://wwwkeys.ch.pgp.net:11371/pks/lookup?op=vindex&search=0xC137358E&fingerprint=on10:16
spaynebddebian: great (i think)10:17
spaynebddebian: but why didn't it apper before?10:17
=== Simza [n=rpGirl@214.84-48-74.nextgentel.com] has joined #ubuntu-devel
spaynebddebian: ?10:21
LaserJockis anybody listed at biglumber.com as being in the strong set acceptable for key signing?10:21
spayneLaserJock: don't you need to find someone who is near you first?10:22
spayneLaserJock: and then see if they are acceptable?10:22
pefHiddenWolf: ok, thanks :)10:22
=== lamont [n=lamont@mix.mmjgroup.com] has joined #ubuntu-devel
HiddenWolfpef?10:22
LaserJockwell, I found 3 in my area but only 2 are listed as being in the strong set10:23
spayneLaserJock: so why are you asking then? :)10:23
=== zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
pefabout strongset, I can't remember the website where I can search people on this set and see where and when they travel, bigslumber or something like this10:24
LaserJockspayne: from https://wiki.ubuntu.com/UnsignedGpgKey "If you can find someone in your area, confirm with a current Ubuntu member that their signature is acceptable for access to Ubuntu resources"10:24
LaserJockI'm not sure what "acceptable" means10:25
spayneLaserJock: there ain't many around now10:25
spaynebddebian seems to have disappeared :(10:25
=== olemke [n=olemke@p54896101.dip.t-dialin.net] has joined #ubuntu-devel
mdkeLaserJock, it means you need to find someone in the strong set10:28
spaynemdke: how can i check if my key is in the strong set?10:30
mdkespayne, has any ubuntu member or developer signed your key?10:31
spaynemdke: no, a debian developer10:31
spaynemdke: he was 4 steps away from \sh10:31
mdkethat is fine then afaik10:31
spaynemdke: but it is worrying me that it isn't showing up on some key servers10:32
mdkekeyservers all sync with each other, so if you uploaded it somewhere usual then it will be fine10:33
=== Oculus [n=oculus@p548D1848.dip0.t-ipconnect.de] has joined #ubuntu-devel
HiddenWolfBackports suck, officialy. :(10:35
MezHiddenWolf, er... why10:36
HiddenWolfMez, lots of people for whom it breaks upgrading, apperantly.10:36
Mezyeah... firefox10:37
Mezor... the archive not being there cause.... it's not been created for FF yet10:37
HiddenWolfMez, there is no breey backports, that's scary when upgrading for backporting noobs, but not terrible.10:38
=== Simza is now known as Simira
MezHiddenWolf, I know... and the shitty firefox thing is the only other thing that bust10:38
Mezthat was reallu bad10:39
Mezand hopefully we can really get it sorted now10:39
Mezsudo apt-get clean; sudo apt-get remove firefox; sudo apt-get remove firefox10:39
Mezsudo apt-get clean; sudo apt-get remove firefox; sudo apt-get install firefox10:39
HiddenWolfthrow in an apt-get update for good measure.10:40
shack\out--reinstall wasn't enough?10:40
HiddenWolfshack\out, firefox is a bit, even on straight upgrades. :P10:42
spaynehey Mez10:48
Mezhi10:49
=== Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #ubuntu-devel
spaynemdke: this page confuses me: http://keyserver.kjsl.com/~jharris/ka/current/C1/C137358E , can you help?10:55
mdkeprobably not10:59
spaynemdke: who knows all about gpg then?11:02
=== blueyed_ [n=daniel@i5387EF26.versanet.de] has joined #ubuntu-devel
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel
truluxheya11:05
=== ikmo [n=deceptio@cpc4-lutn4-3-0-cust133.lutn.cable.ntl.com] has joined #ubuntu-devel
=== mpt [n=mpt@201-26-76-37.dsl.telesp.net.br] has joined #ubuntu-devel
mptmjg59: ping11:22
=== arkalon [n=__@mtngprs7.mtn.co.za] has joined #ubuntu-devel
arkaloncan anyone comment on https://launchpad.net/distros/ubuntu/+sources/linux-meta/+bug/311511:29
HiddenWolfmpt, people have been trying that all day. :)11:29
mptheh11:30
arkalonMalone bug #3115: meta (Ubuntu) - Kernel oops when unplugging USB device Fix req. for: linux-meta (Ubuntu), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/311511:30
=== ploum [n=Ploum@236-212.242.81.adsl.skynet.be] has joined #ubuntu-devel
mjg59mpt: Hi11:35
mptmjg59, usplash worked in Breezy a few weeks ago, but after upgrading to 5.10 it doesn't. What information/files should I include in my bug report?11:38
=== mae [n=mae@dpc674653178.direcpc.com] has joined #ubuntu-devel
mjg59mpt: What do you mean by "it doesn't"?11:41
maeIs there any talk of having some sort of delta support in apt? so updates don't suck up so much bandwidth? :)11:41
mptmjg59, it boots in text mode and the splash never appears11:42
mjg59mpt: What are your kernel arguments, and is usplash actually installed?11:42
mptso it's not the same as bug 1449711:43
jdubmae: there has been talk, but not a lot of design and implementation11:43
=== Christophe971 [n=christop@APointe-a-Pitre-101-1-6-87.w81-248.abo.wanadoo.fr] has joined #ubuntu-devel
maejdub :)11:45
=== mbreit [n=mo@p54874F5A.dip.t-dialin.net] has joined #ubuntu-devel
mptmjg59, usplash is installed, and I know the kernel arguments include "splash" at the end because I saw that during startup (how do I find out what the full set of arguments are?)11:46
jdubmae: definitely something we'd like to do, but may end up involving deeper packaging infrastructure changes than just "deb+delta+apt support"11:46
mdkespayne, #gnupg11:46
mdkejdub, got a moment?11:46
Christophe971well well well11:46
jdubmdke: sure11:46
Christophe971hello everybody11:46
ploumhm, I've just noticed a weird and confirmed bug in epiphany for people upgrading from hoary to breezy. (malone #3203). 11:46
jdubmdke: depends how long, i want to grab some food11:47
jdubbut an actual moment is easy11:47
mdkejdub, did I understand right that for me to get onto planet.u.c elmo needs to sync something? if so, how can I tell when it is done?11:47
jdubmdke: you can tell when it's done when your blog entries appear on planet ;)11:47
mdkejdub, so I can blog now and they will appear backdated?11:48
jdubof course11:48
mdkeah cool11:48
mdkethanks a lot11:48
jdubpuc is quite slow11:48
jdubnot a lot of people on it atm11:48
jdubso it's not like an entry today would be off-page by tomorrow11:48
mdkesure11:48
jdubto food!11:48
mdkedid you put in a request for the sync?11:48
mdkeor shall I bug him?11:48
jdubthere are other things in the way of it atm11:49
Christophe971i just want to know what about "ubuntu-multimedia" and other packages evoked in the devel list ?11:49
jdubyou don't need to bug either of us - we know it's in the queue :)11:49
ploumjdub, just thank you for correcting me in ubuntu-desktop for dapper and not drapper. You cannot imagine how it saved my life !11:49
Christophe971we talked about "ubuntu-game-arcade" metapackage and others, will they be included in dapper ?11:49
jdubploum: heh11:50
mdkejdub, ok sorry! I wasn't sure if it was in the queue or not11:50
mdkesay no more about it :)11:50
mjg59mpt: cat /proc/cmdline11:51
mptmjg59, root=/dev/hda1 ro quiet splash11:53
Christophe971so so so ? No one remember about this idea ?11:53
ajmitchmorning all11:55
mjg59mpt: Ok. Uhm.11:55
mjg59mpt: In that case, I have no idea what's going on11:55
maejdub, what do you think of canary?11:57
Christophe971ploum: you're following the devel list no ?11:59
=== ploum_ [n=Ploum@164-212.242.81.adsl.skynet.be] has joined #ubuntu-devel

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