[12:02] evening zul [12:02] hey kamion how is it going? [12:03] not bad, did that advansys/fdomain/qlogicisp hotplug patch, and I think that's enough kernel stuff for me for one day [12:04] ok its going into -20 [12:09] Kamion: how does it look for mptscsih? :) [12:09] T-Bone: done, see #6786 [12:09] well, not uploaded yet [12:09] the patch seems to do the right thing and willy was ok with the general idea [12:10] cool! [12:10] i hope it doesn't make mptbase sad tho :) [12:11] T-Bone: I pulled out the relevant bit of pci.agent and ran it by hand over the modules.pcimap file produced by a test build; it seemed to do the right thing [12:12] awesome [12:12] btw kudos for having willy to settle that quickly :) === srbaker [~srbaker@blk-215-89-73.eastlink.ca] has joined #ubuntu-devel [12:13] I figured the easiest way to sort it out was to just talk to him :) [12:13] indeed :) [12:13] anyhow, we'll see how it goes === sivang --> food [12:15] In file included from ../../k3dsdk/glutility.h:5, [12:15] from paraboloid.cpp:29: [12:15] ../../k3dsdk/glutility_private.h:40:2: warning: #warning Since you are the bigshot owner of a 64 bit machine, please consider contributing a better implementation for the following functions === lamont cackles [12:17] bwahahaha :) === dopeman [~dopeman@75.169.99-84.rev.gaoland.net] has joined #ubuntu-devel [12:21] hi you dudes [12:23] i d like some advice on debian [12:24] (someone hey) === wasabi [~wasabi@c-24-1-67-127.client.comcast.net] has joined #ubuntu-devel [12:26] dopeman: this is a #ubuntu development channel you might want to try #debian or even #ubuntuy [12:26] #ubuntu even [12:27] ok [12:27] good night everyone... [12:34] ubuntu is debian related ? [12:34] am i wrong ? [12:35] yes but your question if off-topic for this channel [12:37] well, it might be clearer if we heard what the question was :) [12:37] night folks [12:38] night, Kamion [12:38] toodles Kamion === mirak [~mirak@AAubervilliers-152-1-9-132.w82-121.abo.wanadoo.fr] has joined #ubuntu-devel === T-Bone is now known as T-None === mdz [~mdz@pcp0011115150pcs.elkrdg01.md.comcast.net] has joined #ubuntu-devel [12:51] Kamion: here? [12:53] daniels: Oh, lord, there's huge gobs of difference between the xorg DRM and the stuff in the kernel [12:53] mjg59: YOU WIN!!! [12:54] mdz: i think he just left [12:54] mdz: welcome back [12:54] daniels: I'm not back yet :-) [12:55] apparently the live CD has seriously bitrotted in my absence [12:55] Oh, christ. WHITESPACE DIFFS. [12:55] heh [12:55] ARGH NO MAKE THE PAIN GO AWAY [12:55] mjg59: diff -w [12:55] daniels: Executive summary - we're fucked. [12:56] Unless someone can get a patch against the kernel code [12:56] hmmm? [12:57] zul: There are three sets of DRM code. The one in the kernel, the one from dri.freedesktop.org and the one from xorg.freedesktop.org [12:57] The latter bears little resemblance to either of the former. Sadly, it's the latter that has the support for making 3D work after suspend/resume on Intel graphics hardware. [12:57] mjg59: i believe the stuff in the kernel should pretty much parallel dri.fd.o/drm [12:58] daniels: Yeah, it just lags behind a bit [12:58] daniels, xproto is that available in hoary? [12:58] if so in which package? [01:00] daniels: Any ideas about how to proceed? [01:01] mjg59: kick dave airlie (airlied/#freedesktop), ask him what the changes were between the stuff in extras/drm and dri.fd.o/drm, and then just work with that and see if you can get the power management delta applied with that in mind [01:01] lupusBE: xproto.pc is not available [01:02] how come it is not packaged? I'm building xcb for fun :) [01:03] lupusBE: because the modular xlibs are not packaged [01:03] ic [01:03] lupusBE: if you're building xcb, you probably want to start at the bottom of xlibs [01:03] it won't be very exciting for you [01:04] I wish CVS had the concept of changesets [01:04] I wish cscvs were maintained [01:05] i wish something like baz would become as ubiquitous as cvs [01:06] daniels: On the bright side, the DRM diffs for the PM look fairly small [01:07] Hrm. To be brutally honest, I'm having trouble finding where the DRM code changes actually *are* [01:08] daniels, are there still problems with xcb (why it is not enabled in ubuntu?) [01:09] Ah! Almost all the change is in the dri stuff, the DRM module just needs to flag that it does the right thing... [01:10] mjg59: heh [01:10] mjg59: probably, yeah [01:10] lupusBE: it's not ready yet. doesn't support everything. [01:13] I thought xcb add the moment was more like a extension [01:13] then a real replacement === elmo_ [~james@george.kkhotels.co.uk] has joined #ubuntu-devel [01:16] no, xcb is a total replacement. the entire point of xcb is that it's an alternative to xlib, and when you build xlib with xcb support as a wrapper, xcb replaces its entire transport layer. [01:16] it's nothing cool or fun, seriously. the only difference you'll notice is that some stuff might break. [01:18] k :) === elmo__ [~james@george.kkhotels.co.uk] has joined #ubuntu-devel [01:21] s/add/at/ damn my english is bad somtimes [01:22] Argh. Where's drm_drv.h gone? [01:23] Ah. It's been merged into drm_drv.c. OBVIOUSLY. [01:23] daniels: I've got a 17K patch that doesn't apply in the slightest [01:23] But is probably fairly easily mergable [01:24] mjg59: cool. i think the changes were mainly to core drm stuff rather than the i915 module [01:25] Yeah. === mantiena [~ubuntu@193.219.14.141] has joined #ubuntu-devel [01:25] So, do I get to make it your problem now? :) [01:25] mjg59: sure, it's easy -- just present me with a 17kB patch that applies and works. :) [01:26] Argle. [01:27] at that point, I'm happy to adopt it as my problem [01:31] I have no idea where the fuck half this code went === mjg59 screams [01:34] IT'S BEEN ENTIRELY REWRITTEN === haggai [~halls@i-83-67-20-196.freedom2surf.net] has joined #ubuntu-devel === tritium [~tritium@12-202-90-180.client.insightBB.com] has joined #ubuntu-devel [01:35] Ok, I'm starting to get a handle on this [01:37] mako: ping [01:39] mako: willy has signed my key [01:40] oh my god, are these guys for real? [01:40] afaict, evdev does not generate separate buttonpress and button release events [01:41] (for the mouse) [01:44] daniels: This stuff is all crack. I may just see if I can hack in the i915 stuff and ignore the generalised PM support. [01:45] heh :) [01:51] mjg59: go poke dave airlie [01:55] mjg59: he's online at the moment [01:55] hi guys - I'm looking for Apache Tomcat packages for ubuntu. Could you help me and tell if they are available somewhere? [01:55] mjg59: he's also your countryman === mirak [~mirak@AAubervilliers-152-1-9-132.w82-121.abo.wanadoo.fr] has joined #ubuntu-devel === lupusBE [~lupus@dD5E03FA9.access.telenet.be] has joined #ubuntu-devel === jg [~jg@h0002a5b51d05.ne.client2.attbi.com] has joined #ubuntu-devel === HiddenWolf [~hidde@136.12.dynamic.phpg.net] has joined #ubuntu-devel === jg_ [~jg@h0002a5b51d05.ne.client2.attbi.com] has joined #ubuntu-devel [02:57] daniels: you around? [02:57] no [02:58] heh. getting ready to play with a kernel upload (abi bump) - the question is your preference: should I fix lrm, or let you have the hotseat later tonight? [02:59] if you want to fix lrm, that would be fantastic; also if CONFIG_DRM=m could get back in (aiui it isn't) [03:02] is here... I think that went into -19 [03:02] ah, awesome, thanks [03:03] linux-source-2.6.10 (2.6.10-19) hoary; urgency=low [03:03] * Build drm as module: [03:03] - DRM=m. [03:03] rad [03:04] Kamion: if there are multiple ethernet interfaces, but only one has link, that one should just be the default, no? === jlj [~agp@host-81-191-64-79.bluecom.no] has joined #ubuntu-devel [03:17] night === amu_ [amu@n6-75.dsl.vianetworks.de] has joined #ubuntu-devel [03:30] where can I find "broken packages"? [03:30] I need apache tomcat - I know that it is not buildable currently [03:30] but I would like to take a look and try to find if I'll be able to fix it [03:32] Matt zimmerman is a ubuntu guy too, right? [03:37] HiddenWolf: mdz, head of the distro team. [03:38] jdub: thanks [03:42] jdub: hi! [03:43] jdub: maybe you know if Apache Tomcat packages are available somewhere? [03:45] nup, no idea [03:47] jdub: someone here gave me link to build logs... [03:48] jdub: and there was only log with some errors [03:48] http://people.ubuntulinux.org/~lamont/buildLogs/ [03:48] jdub: exactly [03:48] jdub: but there is only log [03:48] jdub: maybe you know where can I download source? [03:49] in the repositories [03:49] if it's in the build logs, it's in the repos [03:50] you mean apt-get source tomcat4? [03:50] yes [03:50] heh :) [03:51] sometimes it's hard to get really easy solution :) [03:51] thanks :) [04:02] herbert xu is doing kernel security updates for warty? [04:03] dilinger: I believe so === bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu-devel === lamont pokes smurfix [04:17] or maybe Kamion [04:19] hrm.. looks like really smurfix [04:20] lamont: keyboard selector? [04:20] cdebconf === tuo2 [~foo@218-215-13-162.people.net.au] has joined #ubuntu-devel === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel === tuo2 [~foo@218-215-13-162.people.net.au] has joined #ubuntu-devel [04:42] daniels: so for the abi roll in lrm... [04:43] yeah ... [04:43] ok [04:43] so bump everything in control [04:43] I change the minor versions in debian/rules, and the Depends/package names in control? [04:43] bump all the udebs in debian/d-i [04:43] change the minor versions [04:43] ... profit! [04:45] just debian/d-i/kernel-versions, yes? [04:45] yeah === ogra [~ogra@p508EB413.dip.t-dialin.net] has joined #ubuntu-devel [04:48] daniels: so why does nvidiaminor not have an _ like all the others??? [04:48] *whap* [04:48] lamont: i dunno [04:49] you wanna review my changes before I upload? [05:08] back in a minute or so - need to reboot the router === mdz [~mdz@pcp0011115150pcs.elkrdg01.md.comcast.net] has joined #ubuntu-devel [05:15] lamont: sure [05:21] mdz: home again? [05:21] daniels: diff mailed [05:24] lamont: thanks [05:25] just waiting for the kernel build to finish === lamont wants to build successfully on at least i386... === CtrlPhrek [~none@0-1pool112-203.nas7.memphis1.tn.us.da.qwest.net] has joined #ubuntu-devel === Safari_Al [~triley@203.52.193.58] has joined #ubuntu-devel [05:26] anyone installed on a dell inspiron 1150 yet? :) [05:28] lamont: not yet [05:39] kdelibs-data: Depends: gnome-menus but it is not going to be installed === lamont giggles [05:43] morning mdz === lamont grumbles at the circular build-dep loop involving gnome, dbus, and kde === HiddenWolf [~hidde@136.12.dynamic.phpg.net] has joined #ubuntu-devel === lamont waits for the kernel to finish building, so that he can sleep [06:23] lamont, that kernel will build no faster if you stay awake to encourage it [06:24] a watched kernel never compiles === HiddenWolf should sleep aswell [06:27] well, if I stall another 33 minutes, then (1) 4/5 i386 kernels will probably be done, and (2) I can flat guarantee that the new kernel will not show up in the daily builds at all [06:27] these are both _good_ things [06:28] lamont: how is delaying the goodness a good thing? :-) [06:28] unless you're sure it's broken. :-P [06:28] because Kamion needs to bump d-i as well. [06:28] so the daily builds would definitely be broken if I managed to get it into the archive [06:29] then again, if I just wait another 2 minutes or so, then the source will be there in time, but the binaries won't === HiddenWolf thinks that warrants calling kamion in the middle of the night and raise hell. [06:29] nah - is planned === HiddenWolf just likes to raise hell [06:30] lamont: if you wanted to do l-r-m-2.6.11 while you were at it ... ;) [06:30] Anyhow, I've been destructive enough. Bought more cd's over amazon tonight then I did in the last few years. Need to be off. :) [06:30] daniels: not really [06:30] daniels: but the patch looked good to you? === HiddenWolf goes off [06:31] lamont: email hasn't been arriving today :( [06:31] i trust your skillz tho === srbaker [~srbaker@blk-215-89-73.eastlink.ca] has left #ubuntu-devel ["Leaving"] [06:31] daniels: daniel.stone@ubuntu.com, yes? [06:32] lamont: yeah, but nothing's been getting through for the last few hours [06:33] bummer === tritium [~tritium@12-202-90-180.client.insightBB.com] has left #ubuntu-devel ["Leaving"] === da_bon_bon [~rohandhru@210.18.160.134] has joined #ubuntu-devel [06:34] OOo2.0-devel hangs while creating pdf files ? === opi [~emil@217.153.156.1] has joined #ubuntu-devel [07:03] bluefox@icebox:~$ esd --help [07:03] polypaudio esd wrapper 0.7 [07:03] bluefox@icebox:~$ esd -d /dev/dsp -unix [07:03] main.c: read() failed: No such file or directory [07:03] known bug yet? [07:14] daniels: so you have no objections to the kernel being uploaded, yes? [07:14] lamont: none whatsoever [07:14] Kamion hasn't given a green light, but seemed to be assuming that it would upload... so I'm gonna consider that "green"? [07:14] s/?$// [07:15] the demo CD got all warm fuzzy and all that then? === lamont upload [07:17] s [07:19] lamont: yah :) === lamont sleeps === ajmitch [~ajmitch@203.89.163.202] has joined #ubuntu-devel === JanC [JanC@dD57704EF.access.telenet.be] has joined #ubuntu-devel === berserk1980 [~brett@h0050dad72365.ne.client2.attbi.com] has joined #ubuntu-devel === berserk1980 [~brett@h0050dad72365.ne.client2.attbi.com] has left #ubuntu-devel [] [07:56] Mortning all [08:01] any known problem with the apache2 package in main? seems to give me nothinig after I install it [08:01] using the /etc/init.d/apache2 script to start/stop it doesn't yield any reasonable results. [08:02] have a look in /etc/default/apache2 [08:02] daniels: ah ok, I may have missing some config options needed there? [08:04] daniels: thanks alot, this was the one I was looking for. Is this somekind of security thing? not having it enable by default? === sivang --> breakfast. === d3vic3 [~foobar@196.36.161.235] has joined #ubuntu-devel [08:14] sivang: it was more for install compatibility with a1, i think [08:34] lamont: ? [08:35] Ah, autoconf. Sigh. Forgot it again. :-( === amu [amu@amu.developer.debian] has joined #ubuntu-devel [08:38] moins === Safari_Al [~tr@ppp47-105.lns1.adl1.internode.on.net] has joined #ubuntu-devel [08:52] daniels: ah ok, should probably be added to the after the install or something, or into the README.Debian [08:52] daniels: I mean - a message about it etc. [09:02] moins amu === martink [~martin@pD9EB2BD7.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:23] hey sivang === dholbach [~daniel@td9091c8b.pool.terralink.de] has joined #ubuntu-devel [09:24] good morning [09:25] moring dholbach [09:25] hello sivan! [09:26] already here or still here? [09:26] dholbach: already here, trying to switch back to GMT [09:26] :) [09:26] sounds like a good plan :-) [09:30] someone has also problmens with booting the daily live? [09:32] spammer in #ubuntu === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] === koke [~koke@rm-001-26.serve.com] has joined #ubuntu-devel [10:03] morning folks [10:03] hm, I wonder what mdz meant about the live CD having bitrotted; the last one I tried was fine [10:03] hi Colin [10:04] ah, he sent mail [10:04] hey Tollef [10:04] yo tollef, colin [10:05] Anyone coming to FOSDEM this weekend? :) === dholbach won't :-( [10:05] I am === d3vic3 [~foobar@dumbledore.hbd.com] has joined #ubuntu-devel [10:06] hai d3vic3 [10:06] lo dholbach [10:06] daniels: hmm, I think I was going to ask you something about fd.o, but I've forgotten now. :/ === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel [10:07] Mithrandir: word [10:07] Morning [10:07] morning pitti [10:07] hi pitti [10:08] I guess it'll come about and I can just ask you then. (: [10:09] heh [10:11] amu: what's the problem? [10:13] it wont boot, insert the CD, nothing happen [10:13] +ed [10:13] I'm just rsyncing live/i386 now [10:14] morning mvo :-) [10:15] hi dholbach, morning all [10:17] Kamion: i'll try later with another (new) blank media, tried with 2005-02-21 09:03 hoary-live-i386.iso [10:18] unfortunately I'm fresh out of blank media [10:19] moins mvo, you lost a "_" in your nick :) [10:20] amu, yes, celebrate! :-) [10:20] amu: it's my nick now :) I had to pay the other "mvo" beer to get it, but we settled it now [10:20] he had to duel the other mvo :-) [10:20] oh mvo: my story was far more exciting ;-) [10:20] lamont: the linux-source-2.6.10 .dsc looks totally broken [10:20] linux-headers-2.6.10-3 - Header files related to Linux kernel version 2.6.10 [10:20] linux-headers2.6.10-4-386 - Linux kernel headers 2.6.10 on 386 [10:21] dholbach: I'm a shy person, I didn't wanted to tell all the bloody details [10:21] hehe :-) [10:21] any kernel team types around, or shall I upload to fix that? === dredg [niall@malkovich.office.blacknight.ie] has joined #ubuntu-devel === Kamion takes silence as consent ... [10:25] Kamion: just upload. [10:25] Kamion: I'm just amd64 porter kernel guy, but still. :P [10:25] on its way [10:25] Mithrandir: you're no longer a czar? :P [10:26] hi dredg [10:26] Treenaks: of course I'm the AMD64 czar as well, but that wasn't so relevant in this context. [10:26] lo dholbach [10:27] Mithrandir: isn't kernel porting part of the czar's responsibilities? :) [10:27] I'm not sure. ;) [10:27] surely delegating kernel porting is part of the czar's responsibilities ... :) [10:29] I just need to acquire some subjects I can delegate to. :) [10:29] but now, breakfast === Micksa [~mslade@203-217-18-166.perm.iinet.net.au] has joined #ubuntu-devel [10:31] Hey, ppc sleep patches in latest Hoary kernel [10:31] THAAAANKS lamont === smurfix [~smurf@run.smurf.noris.de] has joined #ubuntu-devel [10:31] Morning pitti ! [10:32] Hi sivang === sivang is attempting switching back to GTM :) [10:32] s/GTM/GMT/ [10:32] sivang: btw, I think I finally know how we tackle gcm [10:32] pitti: yay, am all ears. [10:32] sivang: instead of providing two C functions, I will provide two programs === seb128 [~seb128@ANancy-151-1-14-133.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [10:33] sivang: cupsys-enable-browsing and cupsys-get-browsing [10:33] sivang: the former has to be called with gksudo [10:33] sivang: thus you spawn a gksudo cupsys-enable-browsing $enable in g-c-m [10:33] pitti: hmm, sounds pretty cool :) [10:33] sivang: so we don't need weak permissions on the conffile [10:33] pitti: yes [10:34] sivang: and in addition I don't need to write the conffile juggling in C [10:34] but can use e.g. python [10:34] pitti: rock [10:34] sivang: so please write your interface in a way that you encapsulate the program calls in two central functions [10:34] pitti: could you remind me the limitation which suggested you need to write the juggeling in C ? [10:34] sivang: so we can exchange the backend interface with relatively little effort [10:35] sivang: initially I wanted to make the code part of libgnomecupsui [10:35] pitti: ahh [10:35] sivang: but since we don't want to run g-c-m with root privs, we now call an external program [10:35] sivang: and with gksudo we don't need setuid [10:35] Kamion: ^ would that work for you? [10:35] pitti: would probably be better to seperate it to an external programs anyways, to enable pulginability [10:36] Kamion: calling a cupsys wrapper over gksudo? [10:36] sivang: the additional scripts will be part of cupsys [10:36] sivang: since cupsys does not need to be installed, please check for the existance of these scripts [10:36] pitti: part of the ubutnu pkgs that is, not upstream right? [10:36] sivang: if they aren't present, don't display the stuff [10:36] sivang: yes, Ubuntu specific (maybe Debian adopts it) [10:36] pitti: ok [10:37] lamont: I think you could lose minipatch.diff from the source package [10:37] pitti: sounds reasonable [10:37] ok === seb128_ [~seb128@ANancy-151-1-14-133.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [10:39] pitti: I'm puzzled by the fact that cupsys need not be installed in order to have gcm [10:39] grrrr inotify [10:39] sivang: well, cupsys-client should be enough to add printers [10:39] seb128: boot with "noinotify" [10:40] seb128: and watch all the gnome hotplug stuff get working again :-) [10:40] pitti: ok [10:40] pitti: I've restarted with noinotify yep === mirak [~mirak@AAubervilliers-152-1-13-95.w82-121.abo.wanadoo.fr] has joined #ubuntu-devel [10:46] lamont: might wanna kill the .svn directories in debian/d-i/hppa/modules/ === trukulo [~mzarza@26.Red-81-45-239.pooles.rima-tde.net] has joined #ubuntu-devel [10:47] daniels, u there? [10:47] only one question === rburton [~ross@84.12.33.22] has joined #ubuntu-devel [10:49] daniels: ping? === Pasternak [~spinach@adsl-68-126-42-185.dsl.pltn13.pacbell.net] has joined #ubuntu-devel [10:51] fabbione, ping [10:54] trukulo: fabbione is on holiday [10:54] bbl [10:54] sivang: I appended the spec to #2251 [10:55] sivang: please review it again [10:55] pitti, ah, thanks for info [10:56] pitti: ok, onto it now [10:58] amu: today's daily-live i386 image boots fine for me [11:00] pitti: looks pretty good [11:00] pitti: I'll investigate where this can be integrated in the gui [11:00] Kamion: thx, i'm also syncing now [11:01] (as did yesterday's) === opi [~emil@217.153.156.1] has joined #ubuntu-devel === Pasternak [~spinach@adsl-68-126-42-185.dsl.pltn13.pacbell.net] has joined #ubuntu-devel === stockholm [~andi@petrus.schuldei.org] has joined #ubuntu-devel [11:20] elmo: awake? === Keybuk [~scott@descent.netsplit.com] has joined #ubuntu-devel === dholbach [~daniel@td9091c8b.pool.terralink.de] has joined #ubuntu-devel [11:29] re [11:32] moin [11:33] daniels: safe for me to upload stuff like base-config yet? === Mitario [~michiel@sikkes.xs4all.nl] has joined #ubuntu-devel [11:37] morning [11:37] when i tried the LWE livecd i had display corruption (looked like every other row was offset) on nvidia, is this a known/fixed problem? [11:39] hi Mitario [11:46] rburton: it's fixed in ubuntu's live [11:46] amu: ah cool [11:46] Kamion: did you manage to try and find the wireless network bug? [11:47] Kamion: note that it worked for me with LWE's live cd from 17/2 [11:47] when does elmo get up, normally? [11:48] or rather: when is he available? [11:49] rburton: tested some minutes ago, live from yesterday, with a ipw2200, my card is detected, but not configured [11:50] daniels: Kamion: problem with german lan is still there :) i choose german, got a pc104 with us layout [11:50] stockholm: should be here in sometime I think, he usually follows GMT daytime IIRC [11:50] stockholm: what do you need? === elmo_ [~james@82.211.81.249] has joined #ubuntu-devel [11:51] stockholm: speaking of the devil :-) [11:52] sivang: (c: === abelli [~abelli@host-84-222-38-198.cust-adsl.tiscali.it] has joined #ubuntu-devel [12:08] rburton: thought I said I'd fixed it [12:08] Kamion: ah, must have missed that [12:08] i'll rsync and try [12:08] cool, thanks === stockholm [~andi@petrus.schuldei.org] has left #ubuntu-devel [] [12:09] i wish firewire support didn't suck in linux [12:10] Kamion: /etc/yaboot.conf from where? [12:10] Kamion: neither first nor second stage seem to have one [12:11] elmo_: second stage. uh, how do you boot a Mac without /etc/yaboot.conf? [12:11] it's live? [12:11] oh [12:11] hmm === elmo_ points to first word of subject in mail kamion was replying to ;-) [12:12] d'oh [12:12] elmo_: well, we only pivot, we don't exec a new kernel, so the kernel should still have that argument [12:13] so I don't know what that could be ... [12:13] hmm. ok. and yeah, I realised now the command line argument thing is crack as the console is fine up until X starts [12:27] heh, stracing eject is neat and all, but afterwards things like less don't work anymore, making it not entirely useful :) === HiddenWolf [~hidde@136.12.dynamic.phpg.net] has joined #ubuntu-devel [12:30] reset / stty sane? [12:32] Xof: hmm? no, the point is, I'm running of a live CD and I just ejected the CD, so any further attempts to run stuff just gives me IO errors :) [12:32] oh, fair enough [12:33] that's a rather more fundamental problem [12:37] XoF: you're kidding. :-P [12:46] sivang: my scripts work [12:46] sivang: now I'll package that stuff [12:48] Will mdz be around? [12:48] hum. is xresprobe meant to get things completely wrong with a KVM? [12:48] HiddenWolf: he's on vacation [12:48] mdz's on holiday, he'll be back at some point I'm sure [12:49] completely wrong to the extent of calling and LCD a CRT etc. [12:49] s/and/an/ [12:49] elmo_: strace> mount a tmpfs first and put the stuff you need there === HiddenWolf will suffer in silence [12:49] Kamion: I just ran lftp before running the eject; that got it in the kernel memory [12:50] Kamion: people.ubuntu.com/~james/paste/eject-strace.txt - if you care; I'll put it in a bug later === abelli [~abelli@host-84-222-38-198.cust-adsl.tiscali.it] has joined #ubuntu-devel [12:54] Kamion: go nuts [12:54] amu: yeah [12:54] rburton: pong === decko [decko@143.107.220.163] has joined #ubuntu-devel [12:55] whoa, while tmpfs is cool, running a kernel build in one and hosing your laptop due to thrashing is less cool [12:55] especially because that stupid patch-series system wants ALL YOUR INODES [12:56] kamion: if it doesn't smoke, it's not broken. [12:56] daniels: too late. i was asking about nv display corruption on the LWE livecd, but i hear its been fixed already [12:56] ioctl(3, CDROMEJECT, 0x24000442) = -1 EIO (Input/output error) [12:57] elmo_: does ejecting the CD in software normally work on that box? [12:57] thankfully Macs still have a three-finger salute [12:59] Kamion: Ctrl+Apple+Power Button? [12:59] yes [12:59] :-) [12:59] Kamion: however, ctrl+alt+del works for me, too [12:59] pitti: yes, but that requires software cooperation [12:59] right [01:00] pitti: which is slightly less effective when your box is busy trying to swap everything out to disk [01:00] Kamion: btw, does sleeping now work reliably on your powerbook? [01:00] Kamion: I'm eager to test the new kernel :-) but it is not yet built [01:00] pitti: haven't tried yet, we haven't had a successful kernel build with that patch; I'm fixing [01:00] Kamion: I thought you were using the kernel built in Matar? [01:01] (for testing sleep, at least) [01:01] oh, I'm using that normally yes, works fine === thom is going to get *very* bored of typing "nsCOMPtr" very soon [01:05] thom: hacking firefox? [01:05] Treenaks: backporting security fixes [01:05] thom: ugh [01:05] very [01:05] you could add a macro for that.. [01:05] thom: inoremap :-) [01:06] pitti: cool [01:07] Kamion: actually, I just tried i386 and eject doesn't even work there [01:07] i could, indeed [01:08] it's been working for me on amd64 [01:09] eject: unable to eject, last error: Inappropriate ioctl for device [01:09] is warty error message on the same box as that strace [01:10] and with warty it doesn't even manage to physically eject the CD [01:10] it always complains (Invalid argument, I think), but it does work [01:10] mdz mentioned that he got the complaint too, but it ejected nevertheless [01:11] it does eject with hoary live, problem is because eject returns !0, it hangs the reboot process [01:11] ah [01:11] which combined with the powerpc console breakage, is particularly confusing :) [01:11] er, no, that makes no sense [01:11] Kamion: ? [01:11] eject is run from a script that isn't 'set -e' [01:11] I don't see how its exit code could even be noticed [01:12] d3vic3: ping [01:12] dholbach, pong [01:12] there's a deliberate "Please remove the disc and press Enter:" prompt [01:13] d3vic3: cool - have a question concerning apoo - wanted to do its transition [01:13] Kamion: oh, eww! [01:13] I assumed it only prompted you if it failed to remove the disc - why always prompt? [01:13] elmo_: presumably to stop the "disc goes out, disc gets sucked straight back in again" effect on many systems [01:13] d3vic3: Package: python2.3-apoo - Conflicts: python2.3-apoo <-- this can't be intentionally [01:13] e.g. my amd64 system un-ejects the CD at POST time [01:13] or before [01:14] but wouldn't install have the same problem? [01:14] dholbach, yes, it can't be [01:14] elmo_: install takes a bit longer to reboot, and there's a prompt immediately beforehand telling you to remove the disc [01:14] to reboot after the disc gets ejected, I mean [01:14] d3vic3: just wanted to make sure, i didnt get things wrong :-) [01:15] amu: i just mailed karriere@credativ ;) [01:15] d3vic3: i'll throw out 2.2 [01:15] dholbach, cool [01:16] apoo-2.2 that is :-) [01:17] ogra: they'll do good with a master of the universe :-) [01:17] hopefully.... [01:18] ogra: hehe [01:18] :) [01:19] daniels: eek, just tried latest livecd and it still happens [01:20] daniels: pretty much unreadable, every other line is shifted a pixel [01:20] Kamion: much better, network detection doesn't loop. is there any way of giving it a WEP key? [01:23] rburton: not in the first stage in live mode; use network configuration in GNOME [01:23] okie [01:24] NOPASSWD sudo is broken in today's daily; the password is ubuntu [01:25] i wanted to see if hoary will power-off my desktop (warty doesn't) and if firewire has improved [01:33] elmo_: bidwatcher and prozilla syncs, please (new upstream microreleases to fix security bugs; but both in universe) === smurfix [~smurf@smurfix.developer.debian] has joined #ubuntu-devel [01:41] Kamion: I don't suppose there's a live net-boot, right? :) [01:43] elmo_: it would be possible to construct one, but it doesn't exist yet [01:43] ok, cool (don't get me wrong, I don't want/need one, just needed to know if I was meant to be testing it [01:44] ah, ok. we'd need somewhere public to put the rootfs to make that work === lupusBE [~lupus@dD5E03FB7.access.telenet.be] has joined #ubuntu-devel === sivang out --> be back later === opi [~emil@217.153.156.1] has joined #ubuntu-devel === seb128 [~seb128@ANancy-151-1-14-133.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [01:59] upload.ubuntu.com (aka ftp-master etc.) is going away in 5 mins for 5-10 mins === pitti hurries up to upload his cupsys crack [02:00] d3vic3: you're not uploading packages *just* for Standards-Version increments, are you? [02:00] d3vic3: S-V is pretty unimportant really ... [02:07] sivang: new cupsys is up === website [~website@host20-71.pool8251.interbusiness.it] has joined #ubuntu-devel [02:12] Kamion, no [02:12] the std ver was 3.5.10 in gaby's case [02:13] testing on python2.4 produced an error [02:13] pitti: yay cool, however I need to take care of something, so I will add the gui support later today. [02:14] d3vic3: gcipher was the one I noticed, where that was the only change noted in the changelog [02:14] hmmm [02:16] pitti: and prepare a new gnome-cups-manager package. [02:18] laterz all [02:19] upload.ubuntu.com (aka ftp-master etc.) is back === minghua [~minghua@danube.mems.rice.edu] has joined #ubuntu-devel [02:24] mjg59: is "Video state get buffer" (or summat like that) your vbetool thing at work? [02:27] elmo_: Yeah [02:28] Get video state buffer size failed [02:28] Save video state failed [02:28] On x86? [02:28] I've gotten that on every i386 server so far [02:28] yeah [02:29] They probably lack a VESA BIOS [02:29] (which isn't unsurprising) [02:29] Uh, which isn't surprising [02:29] The information is only used for suspend/resume support [02:30] ok [02:33] hey, is the auto-upgrade stuff going to be in hoary? [02:34] auto-CD-upgrade [02:34] isnt it already in ? [02:34] could be, that's why I'm asking :) [02:35] at least for me a popup asks if i want to....(never clicked ok though) [02:38] elmo_: yeah, definitely in === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel [02:44] Kamion: you fix that for me? [02:44] could have sworn I got all of them. [02:44] lamont: fix which? === mpt_capetown [~mpt@dynamic-oit-vapornet-a-14.Princeton.EDU] has joined #ubuntu-devel [02:45] linux-source - is there anything newer than -22? [02:45] nope [02:45] -21 was to fix the package names, -22 was to fix me forgetting 00list-* in -21 ... [02:45] which, btw, is ftbfs on ppc in pmac_cache.S === lamont runs kids to school, will stare at kernel stuff after that [02:46] yeah, I just noticed that :( must be the sleep patches [02:46] it's vaguely familiar from before ... === tuo2 [~foo@218-215-13-162.people.net.au] has left #ubuntu-devel ["Leaving"] [02:55] lamont: try Debian #263057? [02:55] lamont: although the patch there isn't applicable, even semantically ... === neofeed [~moritz@pD95754E1.dip.t-dialin.net] has joined #ubuntu-devel [02:59] d3vic3: WOW... you shrink wiki/UniversePythonTransitionTODO in no time :-) [03:02] lamont: I'll mail benh and ask for advice [03:06] dholbach, what you mean ? [03:07] d3vic3: you really get work done! :-) === zul [~chuck@198.62.158.205] has joined #ubuntu-devel [03:07] hi zul [03:07] hey dholbach === daniels [~daniels@202-44-183-17.nexnet.net.au] has joined #ubuntu-devel [03:10] elmo_: please sync openbox from debian incoming. [03:10] Mithrandir: heh, did you fix that nautilus buglet? [03:11] yes; it's openbox's fault. [03:11] yeah I figured that out.. then saw you talking about it the other day [03:11] cheers [03:11] it put out some _crazy_ numbers for the desktop size [03:12] mako: ping [03:14] lamont: here? === mxpxpod [~bryan@wuw-ojr3gmca.dybb.com] has joined #ubuntu-devel === haggai [~halls@i-83-67-20-196.freedom2surf.net] has joined #ubuntu-devel [03:31] pitti, is there something i can help you with [03:31] zul: hi, wrt what? [03:31] kernel stuff or is it something else you were going to ask lamont about [03:32] zul: I have a buildd problem, by security upload doesn't build :-( [03:32] doh === HiddenWolf [~hidde@136.12.dynamic.phpg.net] has joined #ubuntu-devel === metalikop [i@pcp0011431183pcs.sothfd01.mi.comcast.net] has joined #ubuntu-devel === mvo [~Michael@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === mako_ [mako@micha.hampshire.edu] has joined #ubuntu-devel [03:47] hey mako === website [~website@host20-71.pool8251.interbusiness.it] has joined #ubuntu-devel [03:52] mako: willy has signed my key so now what? === ironwolf [~ironwolf@c-24-6-169-124.client.comcast.net] has joined #ubuntu-devel === dredg [niall@malkovich.office.blacknight.ie] has joined #ubuntu-devel === Goshawk [~Goshawk@host20-71.pool8251.interbusiness.it] has joined #ubuntu-devel [04:03] zul: upload your key and the signature to a public keyserver === fwiffo [~jep@cpe.atm2-0-1101155.0x503f8eca.bynxx8.customer.tele.dk] has joined #ubuntu-devel [04:03] ogra: ok will no [04:03] zul: then sign the code of conduct and send it to mako [04:04] Kamion: ? [04:04] elmo_: ? === minghua [~minghua@danube.mems.rice.edu] has left #ubuntu-devel ["Leaving"] [04:05] zul: for uploading you have to additionally send the key and your mailaddress to the addresses mentioned on the Uploads wiki page [04:06] Kamion: will debootstrap --arch=i386 DTRT on amd64? [04:06] and/or is there another/better way to get an i386 chroot on an amd64 box [04:06] debootstrap --arch=i386 works [04:07] you might want to use linux32 to force the kernel personality to 32-bit (affects uname()) [04:08] Mithrandir: d'you think we should have linux32 in main? [04:08] heck yes [04:08] doko: ping [04:09] tho IANAMITHRANDIR [04:09] it didn't build on amd64 in warty for some reason, probably hence the oversight [04:09] linux32 | 1-1 | warty/universe | source, i386 [04:09] yeah, meh [04:10] looks like it was PaSed or something, oh well [04:12] zul: hey there === Amaranth [Amaranth@amaranth.user] has joined #ubuntu-devel [04:17] dholbach: pong [04:18] cdrecord: Success. write_g1: scsi sendcmd: no error [04:18] go useful error messages [04:18] hehe [04:19] cdrecord is soo beautyful [04:19] doko: i'm looking at vtk atm, it doesnt provide a python2.x-vtk, but just python-vtk - what do you reckon, i should do? just let it build 2.4 modules? [04:19] mako: so willy signed my key im going to upload the signature [04:20] zul: is your (signed) pubkey on the servers? [04:22] Treenaks, i did an gpg --armout --output signature.asci [04:22] Treenaks, yeah i uploaded to the server that mako preferred [04:23] zul: hey there [04:24] mako: i sent you the signed coc correct? [04:27] dholbach: yes, that should be sufficient [04:27] zul: hold up dude, caffienated [04:28] sorry caffienating [04:28] k [04:28] doko: cool, thanks === Amaranth [Amaranth@AC891095.ipt.aol.com] has joined #ubuntu-devel === Kamion semi-fixes #3690. phew === elmo_ looks at kamion [04:33] 2005-02-22 15:20: base-config_2.62ubuntu2_source.changes [04:33] 2005-02-22 15:25: base-config_2.62ubuntu3_source.changes [04:33] 2005-02-22 15:30: base-config_2.62ubuntu4_source.changes [04:33] kamion is enjoying himself obviously. :-) [04:33] "The JoeyH tribute band, led by Colin Watson" [04:34] heh [04:34] base-config is a bitch to test [04:34] don't worry, I've stopped now ... for the moment [04:38] anyone who cares, concordia now has a i386 chroot, 'linux32 dchroot -c hoary-i386' will get you there [04:39] elmo_: i won't care till concordia is sat under my desk ;-) [04:40] sheesh, imagemagick not in desktop? [04:41] anyone fancy doing a lilo boot graphic? [04:42] Ubuntu-branded === jamin [~jamin@cust-24.241.99.54.cbnstl.net] has joined #ubuntu-devel === sivang --> back [04:48] wb sivan [04:49] dholbach: hey [04:52] away abendessen [04:53] guten hunger, amu :-) [04:53] argl :) danke [04:54] oh wow, the serial console 'text mode' is SO old skool [04:55] YM the cdebconf text frontend? [04:55] elmo_ That's half the fun about linux: Every once in a while, you still find the look and feel of a 80's mainframe. :) [04:55] yean, the 'readline' thing [04:56] Kamion: hum. [04:56] If possible, the first [04:56] connected network interface found has been selected. [04:56] if it says that, but then prompts me, does that mean it couldn't figure it out? === Simira [rpGirl@m146i.studby.ntnu.no] has joined #ubuntu-devel [04:57] 'cos I have no idea either, and it's not like I can switch to another VC ;) [04:57] that means it's selected that as the default answer (if you can tell the difference in readline) [04:58] Prompt: '?' for help> [04:58] if there's a default it would say "; default=" after 'help' [04:58] in that case it probably couldn't do mii/ethtool; just pick one and sort it out later [04:59] Kamion: yes, absolutely. === haggai [~halls@i-83-67-20-196.freedom2surf.net] has joined #ubuntu-devel [05:01] lamont: pinnnnnng === Arrogance [~aks@CPE0050ba556e4b-CM001225423850.cpe.net.cable.rogers.com] has joined #ubuntu-devel [05:04] Starting up the partitioner ..11%..22%..33%..44%..50%..61%..72%Partition disks [05:04] !! ERROR: No partitionable media [05:05] ... you said. Our survery said ... BZZZZT [05:05] anything in /dev/discs? [05:06] cat: /dev/discs: No such file or directory [05:06] (it'd be a directory, but yeah) [05:06] pitti: yo [05:06] um, what hard disk driver would it need? [05:06] jdub: around? #ubuntu-meeting if you are === lamont finally allows his computer to force him to take a 1 minute break [05:06] Kamion: ah, nm, it's mpt fusion [05:07] ok, so will be fixed; modprobe mptscsih in the meantime [05:07] uh, no module available [05:07] architecture? [05:07] ia64 [05:08] it got built in for a while ... [05:08] maybe that didn't work properly or something [05:08] is the config around at this stage? [05:08] kernel config I mean [05:09] elmo_: /proc/config.gz ought to [05:09] Kamion: it got removed in -20, iirc [05:09] so depending on which ISO he's booting... [05:10] the scsi vs. scsi-extra is a bit strange [05:10] you might be booting a -20 kernel but have -19 modules [05:10] or something similar [05:10] scsi seems to contain a bunch of 80's SCSI cards, and then mpt fusion which is in a whole bunch of modern servers is in extra [05:10] ./modules/ia64/scsi-modules:5:drivers/message/fusion/mptscsih.o [05:11] although I see your point on i386 [05:11] do you find mpt fusion on many powerpc systems? [05:11] err, dunno, ours aren't SCSI [05:11] all the same, it doesn't matter [05:12] scsi-modules is for stuff like SCSI CD-ROMs [05:12] i.e. when you need the SCSI driver before you get a chance to install more udebs [05:13] ah, k [05:13] although I suppose if you were actually attaching the CD-ROM drive via SCSI on one of these systems it would make a difference; I take it you aren't [05:13] how do I tell what kernel etc. I'm on? [05:13] 'cos dpkg -c scsi-modules-2.6.10-3-itanium-smp-di_2.6.10-19_ia64.udeb | grep mpt [05:13] isn't giving me no love [05:13] elmo_: grep 'Version: 2.6.10' /var/lib/dpkg/status [05:14] if it's all the same version apart from the l-r-m stuff, you're in sync [05:14] eh.. .*2.6.10 ? [05:14] oh, meh, wrong machine, nm [05:14] yeah, 2.6.19-19 [05:16] oh my god you can't search in more(1) [05:17] Kamion: how does the busybox environment not drive you insane? [05:17] I keep wanting to do basic things (grep -A) that don't work [05:18] elmo_: see, you're assuming he's not insane already [05:19] elmo_: I think you have nano in there [05:19] okay, so CONFIG_FUSION=m, but the module isn't in scsi-modules and there's no scsi-extra-modules; do I need to retry this when 2.6.10-20 filters through to a CD? === eruin [~eruin@eruin.user] has joined #ubuntu-devel [05:21] Kamion: what do you think about dropping most of cyrus-sasl from supported? [05:21] Kamion: nothing really depends on its packages, most of the world uses cyrus-sasl2 now [05:21] elmo_: probably, yeah [05:21] pitti: will check in a moment === Amaranth [Amaranth@amaranth.user] has joined #ubuntu-devel [05:24] what the hell does "foundWindow = !!namedItem;" result in? C++ [05:24] elmo_: Kamion: When -20 is built for PPC, any chance of you checking whether sleep/resume works? [05:25] mjg59: will do [05:25] mjg59: will do, but it'll have to be -23 since -20 to -22 don't build on powerpc [05:25] I've mailed benh asking if he can supply a fix [05:25] Kamion: Erk. What's the failure? [05:26] mjg59: bad ppc [05:26] arch/ppc/platforms/pmac_cache.S: Assembler messages: [05:26] arch/ppc/platforms/pmac_cache.S:53: Error: Unrecognized opcode: `dssall' [05:26] arch/ppc/platforms/pmac_cache.S:171: Error: Unrecognized opcode: `dssall' [05:26] lamont: ? [05:26] Argh. [05:26] boggle [05:26] that's on power-3 [05:26] Blah, that's from one of my patches [05:26] that's a really old failure [05:26] elmo_: was introduced with one of mjg59's patches [05:27] Kamion, elmo_: the latest cyrus-sasl security upload has a medium-sized problem [05:27] it's a power3-only thing [05:27] thom: !! is an idiom for turning anything into a boolean [05:27] Kamion: ahah, thanks [05:27] Kamion: cyrus-sasl was FTBFS in Warty due to a partial libdb3 -> libdb4.2 transition [05:27] thom: i.e. 0 => 0, non-0 => 1 [05:28] elmo_: there was an old binutils bug I found that you'd commented on with the same failure, but the patch that solved that has been applied [05:28] oh, is the stuff mjg59 stole from gentoo? [05:28] Kamion, elmo_: ^ c-sasl depends on libdb3-dev and heimdal-dev, but the latter depends on libdb4.2-dev (and both versions conflict to each other) [05:29] elmo_: No, it's from bk [05:29] Kamion, elmo_: since we shouldn't break the db format for a security update, what do you think about manually rebuilding the package with an older heiimdal-dev (with libdb3)? [05:29] pitti: vomit [05:30] Kamion: welcome in the club === pitti wades through the mess [05:30] was fixed in hoary by adopting the debian change to cyrus-sasl, which ISTR was just s/db3/db4.2/ [05:31] accompanied by prayers about db conversion if needed [05:31] most of the file format was the same, iirc [05:31] there was certainly a diff, but I think it was off in some wierd logging corner case or some such.. dunno [05:31] Kamion: By the looks of it, that code just shouldn't be built on POWER3 [05:32] mjg59: does this mean I get a new patch from you? [05:32] mjg59: our power3 build has PPC_PMAC turned on === Kamion tries to remember if there are power3 pmac machines? === lamont considers making Kamion check in his changes to the arch tree [05:32] lamont: happy to ... [05:32] There are no real power3 pmac machines [05:33] oh, there we go, just kill that then? [05:33] p.u.c:~lamont/public_html/Archives/... [05:33] I've no idea if power3 has semantics that make it useful in other cases [05:33] But if the Mac kernels are separate, you ought to be able to kill PPC_PMAC from them [05:33] lamont: that won't be writable though? [05:33] Kamion: you'll notice some tagging stuff [05:33] mjg59: we only build one (pair of) kernels for power3, not separate Mac kernels [05:33] Kamion: it is for you if you make it an sftp archive [05:33] lamont: yeah, what's with the commas in the tags? [05:34] can't use periods [05:34] Kamion: What kernels get installed on Macs? [05:34] mjg59: depends on the mac; linux-image-{powerpc,power4}{,-smp} [05:35] Kamion: and you'll notice that it's in the branch name, not the version (since _that_ doesn't allow anything but numbers and periods) [05:35] But what I actually meant is that the code in question is useless on power3 - the processors those calls are fiddling with aren't power3 [05:35] Kamion: Right, I'd expect you to be able to drop PPC_PMAC from them [05:35] in other words, drop PPC_PMAC from power3 and power3-smp [05:35] mjg59: er? [05:36] what's PPC_PMAC do? 'cos my laptop's using (or would be if I used distro kernels) power3 [05:36] meh what? how? [05:36] err [05:36] power3 is like a different processor from your laptop [05:36] it's IBM big iron [05:37] yeah, sorry, I'm getting confused [05:37] this is why I HATE subarches [05:37] you and me both [05:37] Kamion: Any idea why it was switched on? [05:37] mjg59: nope [05:37] my laptop which is a 'g4' -> powerpc, our powermac G5 -> 'power4'. wtf? [05:37] elmo_: G5 is PPC64, which is power4 [05:37] mjg59: it doesn't appear to be that way in Debian [05:38] Kamion: Kill with extreme prejudice, then [05:38] which rather worries me, I wonder where we got those configs [05:38] mjg59: yeah, I know, it's just hellishly unintuitive [05:38] Kamion: Kernel default config has PPC_PMAC switched on [05:38] lamont: so can I check in the changes one by one rather than in a big batch? :) [05:39] mjg59: yeah, but I thought we'd have got our config by starting with Debian's config [05:39] since that's what we did with the udebs [05:39] Kamion: however you want, but would be nice to have tags for -21 and -22 [05:39] wasabi ? [05:40] lamont: right, will do [05:41] Kamion (cc:lamont) are you fine with a manual cyrus-sasl build? [05:41] lamont: I'll commit the config change discussed above too, if that's ok [05:41] pitti: whatever lamont's ok with ... (dangerous though that statement is) [05:41] okay :-) [05:45] Kamion: manual build will require resurecting a heimdal set from the morgue somewhere, manually installing it on the buildds, and thereby preserving the FTBFS issue.... elmo will kill me. [05:45] so I'm gonna require a very clear edict before I'll accept that path... [05:45] don't drag me into this horrow show [05:46] it's warty - we can't fix it right now, just fix it however you need to; the most important thing is to make damn sure we don't have any packages like this in hoary [05:47] (which is blocked on me, I know - go me) [05:49] elmo_: hey, did gtk-sharp-unstable ever get into NEW? === dgp [~danilo@adsl-ull-245-166.46-151.net24.it] has joined #ubuntu-devel [05:49] elmo_: or still having mysterious problems [05:50] tseng: nah, it's in NEW, I'll have a look at in a bit [05:50] elmo_: ah great. thanks [05:50] tseng: tho, why are we doing the whole '-unstable' thing instead of just uploading the newer version as gtk-sharp? is it that unstable? [05:50] elmo_: they are paralel installable. most apps use gtk-sharp 1.0.x [05:50] this is 1.9.x [05:51] also, miguel asked it have something to the effect of -unstable, as the api isnt frozen [05:51] ok [05:51] so thats how the debian maintainer packaged it.. [05:51] its sort of unclear how/when it will go into experimental [05:52] only muine uses atm, and we want a recent version (which actually builds) [05:52] pitti: can this wait 'til mdz gets back? I don't really feel comfortable saying "yes, do this evil thing" [05:53] Kamion: it's a security update, but since nothing really uses this old crap, I'm fine with waiting [05:53] isn't that slac^W^Wour fearless distro-leader due back todayish anyways? [05:53] dunno, he spoke about "a few days" in his holiday reminder... [05:55] elmo_: will the same package going into sid with a slightly different name cause you major pain in the future? or correctable [05:55] elmo_: this is the name from the debian maintainer, but I havent gotten a strong commitment that that will be the name in sid [05:57] IIRC it was indeed today, but I might be a day or two out [05:57] tseng: try not to clash with their version numbers ... [05:57] tseng: different .orig.tar.gz files with the same filename will cause pain, too [05:58] ubuntu in the .orig.tar.gz file name? === Mithrandir hides === Amaranth [Amaranth@amaranth.user] has joined #ubuntu-devel [06:01] lamont: could you chmod g+w the revision lock in that archive? [06:01] lamont: (might want umask 002 in your .bashrc ...) [06:02] GAH! [06:02] cdrecord: A write error occured. [06:02] cdrecord: Please properly read the error message above. === elmo_ joerg [06:02] Mithrandir: foo_1.0+ubuntu1.orig.tar.gz is pretty plausible, especially if there isn't an official tarball [06:02] HAHA [06:03] elmo_: use DVDs and growisofs. :) [06:03] (at the cdrecord error) [06:03] aj: true enough. Still ugly. [06:03] or 1.0~ubuntu1.orig.tar.gz, better [06:03] Kamion: fixed [06:04] (since we'd want a Debian version to win) [06:04] err, guys, we're talking about the package name not version? [06:04] AIUI [06:04] or tseng was originally [06:04] oh, slightly different name, not the same name; misread === maskie [~maskie@196-30-109-183.uudial.uunet.co.za] has joined #ubuntu-devel === shaya [~spotter@dyn-wireless-244-197.dyn.columbia.edu] has joined #ubuntu-devel [06:07] something I've noticed recently is that new windows pop up in the background [06:07] so. hum. something greatly upsets CD burning on my laptop and I'm beginning to think it's xmms - is that even plausible? [06:07] is this the way its supposed to be? [06:07] i.e. if I click on an email link in firefox, evolution compose email window is obscured [06:09] elmo_: yes, different names. he alluded to possibly making gtk-sharp2-unstable vs gtk-sharp-unstable [06:09] also, any ubuntu ppc people here? [06:09] tseng: that's fine we can merge later without problems [06:09] shaya: right now I'm typing at a ibook g4 [06:09] elmo_: wonderful, all I wondered [06:09] hm, hi shaya [06:09] anyone know if ppc64 stuff is supported? [06:09] i.e. J20 (970FX) blades === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel [06:10] js20 that is [06:10] IBM donated a 14 unit blade center to us and we'd like to get a debian type distro on it, plain debian doesn't seem to do it [06:10] seb128: hey did you upload f-spot to sid? I got a reject message, dist was set to hoary [06:11] tseng: grumpf, the debian maintainer did [06:11] I've pointed the hoary packages [06:11] he has changed the version but not the distro [06:12] bbl [06:12] hm alright. the mail went to him as well so I imagine he'll fix [06:13] does f-spot actually work for anyone? [06:13] and not crash w/ a gnomevfs error? [06:13] sure does. [06:13] Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Gnome.Vfs.Vfs ---> System.DllNotFoundException: gnomevfs-2 [06:13] yep you mailed me. [06:13] oh [06:14] you're hale [06:14] brandon, yes [06:14] want to log into my laptop now and try it for yourself? [06:14] yes, but brandon might get you confused w/ overfiend [06:14] "brandon" that is [06:15] overfiend is branden [06:15] heh. [06:15] he uses a bit more caps too [06:15] eh, close enough. I have letters from ACM addressed to Ms. Shaya Potter. that's a bit more off [06:15] ouch [06:15] at least last time I looked down [06:16] :D [06:16] tseng: so do you want to check out my laptop? [06:16] I could, but my mono debugging skills are pretty limited [06:16] pitti/Kamion: so the decision is to stall waiting for mdz to surface, and then probably commit unspeakable evil in the name of preserving the status quo? [06:16] just can see if there's anything abnormal === eruin [~eruin@eruin.user] has joined #ubuntu-devel [06:17] shaya: if you checked out for proper installs of gnome-vfs2 and libgnome-cil I'm not sure what else to look at. we can talk to lewing [06:17] and co [06:18] shaya: care to see if anyone is home on #f-spot, irc.gnome.org ? [06:18] I've just joined [06:18] lewing is in #hula [06:18] lewing is in #f-spot as well.. [06:19] in #hula's he's been idle 14 hours [06:19] unless you both really want to divert the topic of #hula, which is damn busy last I checked [06:19] hmm, try irc.gnome [06:19] msg him [06:19] 7hrs [06:19] says 14 for me [06:19] lamont: right, if that's possible [06:19] ok [06:20] I'll root around in the morgue and find the right evilness [06:20] figured it out [06:20] [pid 11824] open("/usr/lib/gnomevfs-2.so", O_RDONLY) = -1 ENOENT (No such file or directory) [06:20] yeah [06:20] htf are you missing that? [06:21] same problem [06:21] um [06:21] one second [06:21] wait, how the hell could you be missing gnomevfs and have a working system? [06:21] it's not missing [06:21] Amaranth: thats the wrong path [06:21] .so.0 is included [06:21] ah [06:22] same problem as w/ the gphoto [06:22] and make the link and f-spot works [06:22] well, you could symlink for now and report the problem to the maintainers [06:22] yeah [06:22] yea, strace [06:23] or that should have been a yay strace [06:23] /usr/lib/libgnomevfs-2.so.0 is in libgnomevfs2-0 [06:23] yes [06:23] tseng: so how did you get the .so link [06:23] :) [06:23] oh, you're using the -dev .so symlink [06:23] made it yourself? [06:23] shaya: it's in libgnomevfs2-dev or whatever [06:23] no, its in -dev [06:23] so I will make you a fix [06:24] k [06:24] is this a bug in gnomevfs packaging or mono? [06:24] hm I wonder if I can hit that in muine also [06:24] as seems to be something we hit a lot [06:24] shaya: I am thinking libgnome-cil (gtk-sharp) [06:25] k [06:25] anyways [06:25] yeah muine isnt affected [06:25] it's not a bug in gnomevfs [06:26] its a bug in mono packaging [06:26] back to work for me, need to finish this paper http://www2005.org/program-fri.html#T10:30 (as don't want to miss my chance to go to japan for free) [06:27] muine has [06:27] 5 [06:28] bingo [06:28] f-spot just needs the same thing [06:28] lamont: -21 and -22 committed [06:28] lamont: I'll do the power3 config thing on a separate branch, and you can merge [06:29] thanks [06:29] shaya: im fixing now. cheers [06:29] and thanks for dealing with the power3 config thing. [06:31] tseng: you want #6805? [06:32] ajmitch: hm id like to wait and see if they can reproduce with 0.8.2.. sound fair? [06:32] ok [06:32] lemme finish this f-spot fix [06:32] this whole dllmap stuff just weirds me out [06:33] whys that? [06:33] just seems hackish, whatever happened to good ole ld [06:33] its C# dude [06:33] yea [06:33] no linker [06:34] mono is the linker [06:34] well it doesnt do ld [06:34] shaya: yeah it's annoying, but since the assemblies don't request which version to use, it's sort of needed === tritium [~tritium@12-202-90-180.client.insightBB.com] has joined #ubuntu-devel [06:35] right, but no reason it shouldn't. i.e. to the kernel, elf binaries can be viewed as bieng executed by /lib/ld-linux [06:35] shaya: anyway ill have a .deb for you in 2 minutes [06:35] and mono binaries can be viewed as bieng executed by mono [06:35] but ok, I'll take ajmitch's answer [06:35] theres no elf [06:36] its bytecode [06:36] right [06:36] I agree, but it seems like just importing window's DLL hell world into linux [06:36] and have a hack way around it with the dllmap entries [06:36] Kamion: once you have happy ppc stuff, I need to merge in a new tosh acpi from kinnison, it would appear... so I'll plan on -23 sometime soonish [06:37] lamont: you do ppc? know anything about my js20s? [06:37] jbailey: can you look at #1440? there's a comment that it'll be obsolete once #1763 is fixed, but you fixed #1763 and there's still a report of it being broken [06:37] what is a js20s? [06:37] 970fx based blade [06:38] http://penguinppc.org/ppc64/machines.php [06:38] supposdly "works" [06:38] but no debian based distro seems to work [06:40] Kamion: Hmm, if loading ide-cd and ide-generic don't do it, there's other problems, but I'll try and figure it out. === T-None is now known as T-Bone [06:40] shaya: http://getsweaaa.com/~tseng/f-spot/f-spot_0.0.9-0ubuntu2_i386.deb test this please. [06:40] jbailey: thanks [06:41] shaya: hoary doesn't work? warty was missing 970fx bits, but hoary should have most of them [06:41] Shaquile: I just build stuff [06:41] shaya: however we don't have a ppc64 kernel yet, so ... [06:42] mjg59: hm, menuconfig only offers one all-in-one "CHRP/PowerMac/PReP" option for machine type [06:42] shaya: huh wtf [06:43] hey Kamion, lamont :) [06:43] hi T-Bone [06:43] T-Bone: howdy [06:43] lamont: so you uploads stuff without building it, heh? :^) === lamont tries to think of something controversial to say to t-bone, decides that would be mean. [06:44] s/ds/d/ [06:44] dooh [06:44] admittedly so did I, with -21 :( [06:44] T-Bone: 4/5 built... [06:44] Kamion: yeah you were the next target on my slap list :) [06:44] was bedtime dammit [06:44] lamont: hehe :) [06:44] but it _booted_ === Kamion claims "doing emergency hot-fix" mitigation [06:45] lamont: and that's supposed to prove anything? :^) [06:45] T-Bone: and btw, the parisc breakout patches went balistic, so I reverted that (but left them in the tree) [06:45] lamont: my problem now is that the installer's gonna be broken tomorrow [06:45] lamont: balistic like how? [06:45] Kamion: gaaah :P How so? === Goshawk [~Goshawk@host20-71.pool8251.interbusiness.it] has joined #ubuntu-devel [06:45] T-Bone: yeah, that you want to say :%s/2.6.10-3/2.6.10-4/g, not :%s/2.6.10-3-/2.6.10-4-/g [06:45] irq major borkage [06:45] T-Bone: er, ABI breakage, it goes with the territory unless you get the whole thing over with in one day [06:45] T-Bone: does not play well with others kind of issues [06:46] lamont: it looked more like :%s/-2.6.10-3/2.6.10-4/g or something like that [06:46] Kamion: whip cracking time? [06:46] lamont: dude, all i did was splitting existing patches. I haven't (and couldn't) tested them [06:46] T-Bone: understood [06:46] I just didn't want to hold up the upload for hppa, because that would have been, well, bad. [06:46] lamont: just trying to get something I can run 'make config' on right now [06:47] lamont: at any rate this should make our lives easier when backporting stuff from kyle [06:47] lamont: sure [06:47] T-Bone: yeah - I'll make some time to play with the patches some more in my off time later this week, assuming that anysuch time exists. [06:47] hehe [06:48] lamont: remember that a good part of that non-existing time should be devoted to oo.o ;) === trukulo [~trukulo@176.red-62-57-69.user.auna.net] has joined #ubuntu-devel === T-Bone ducks! [06:48] meanwhile, arguing with d-i's archive-arrangement assumptions has given me the fun opportunity of adjusting my evil-archive scripts more, and will yet again. [06:48] shaya: heh sorry about that. had to look at the code to see what it was actually trying to load [06:49] lamont: heh :) [06:49] because this is wrong: pool/main/debian-installer/a/anna/anna_1.06ubuntu4_hppa.udeb [06:50] shaya: also chokes on libgnomeui at least [06:50] lamont: follow the Filename: in Packages ... [06:52] Kamion: Do I understand this right that the Hoary livecd works, but not the installer? [06:53] what's default debconf in warty? [06:53] jbailey: no, I think those comments are talking about the Warty live CD [06:53] elmo_: default debconf what? [06:53] priority, sorry === eruin [~eruin@eruin.user] has joined #ubuntu-devel [06:54] elmo_: in warty, critical in the installer and high in the installed system [06:54] cool, tnx [06:54] in hoary, the installer shifted back to high [06:55] Kamion: if i get it right, today's ISO should have the mptscsih fix, right? [06:55] T-Bone: no, because of kernel build problems === mvo is away for ~2h === thom wonders idly if firefox will build [06:56] Kamion: yeah - the issue is that this is a fresh import, and it was because I was a little too complete in forcing main/debian-installer to be a component [06:56] fixed now, but it's an archive event for my poor archive. [06:56] Kamion: gah. something generic or something I have to fix? [06:56] (and don't say the latter just to get me mad :) [06:56] which means: 1) move *_hppa.deb and *_hppa.changes back into the upload queue, 2) remove binary-hppa/Packages.gz; and 3) re-import [06:58] T-Bone: no. see the above conversation? [06:58] T-Bone: you knew it didn't build, since you were complaining at lamont about it, surely? === T-Bone needs to catch up with scrollback quickly [06:58] T-Bone: I've spent a good part of today on it ... === abelli [~abelli@host-84-222-38-198.cust-adsl.tiscali.it] has joined #ubuntu-devel [06:59] Kamion: actually i didn't know it doesn't build. I blamed lamont for uploading a package with missing data (which he would have noticed if he'd built the package). I didn't know the problem was "bigger" [06:59] With the changes to cupsys browsing, shouldn't dpkg-reconfigure ask whether or not to enable it? [06:59] T-Bone: ppc is ftbfs [06:59] T-Bone: ah, I see :) what was the missing data? [06:59] --> -23 today sometime [06:59] Kamion: metadata [07:00] lamont: ah it's the ppc fixes from benh? [07:00] specifically, the lingering instances of 2.6.10-3 [07:00] T-Bone: yes. [07:00] T-Bone: right - it's just on power3 [07:00] ok now i've sync'd both halves of my brain ;) [07:00] which are solved with a config change === defnop [~defnop@dD5777277.access.telenet.be] has joined #ubuntu-devel === lamont gets dragged into town by his wife - back in a bit [07:00] ok, so it's not such a big deal, is it? [07:01] lamont: hm, well [07:01] heh, see ya [07:01] Kamion: well, in theory anyway... [07:01] lamont: you can't turn off CONFIG_PPC_PMAC just by running 'make config' [07:01] it doesn't let you do that individually [07:01] which makes me a bit leery of doing that [07:01] ah. ouch. [07:02] CONFIG_PPC_MULTIPLATFORM is one piece, you see ... === lamont begins to chant his "Kamion knows best" mantra, while disappearing for about 120minutes or so [07:02] not about the kernel I don't :) [07:02] anything more before I flee for a bit? [07:02] I mailed benh about it, but no reply yet [07:02] i'm out running *wave* [07:02] Kamion: grant me 1h and I'll have a look [07:02] have to go out now [07:02] T-Bone: http://people.ubuntu.com/~lamont/buildLogs/l/linux-source-2.6.10/2.6.10-22/linux-source-2.6.10_2.6.10-22_20050222-1238-powerpc-failed [07:03] copy/pasted. Will look when I get back === T-Bone is now known as T-Gone === dholbach [~daniel@td9091c8b.pool.terralink.de] has left #ubuntu-devel ["Verlassend"] [07:04] shaya: here? [07:13] lamont: I think I might just whack #ifndef CONFIG_POWER3 around that for now [07:14] yes === shaya [~spotter@dyn-wireless-244-197.dyn.columbia.edu] has joined #ubuntu-devel [07:16] tseng: back [07:16] wsa downstairs [07:17] f-spot seems to work now [07:17] with my new deb? [07:17] yes [07:17] wonderful [07:17] and with my gnomevfs.so symlink removed [07:18] heh, bye.. === shaya [~spotter@dyn-wireless-244-197.dyn.columbia.edu] has joined #ubuntu-devel [07:20] shaya: can you reply to all and let ondrej know as well that the new package works as expected [07:20] shaya: thanks alot for playing along. === tseng sighs [07:28] ajmitch: commented #6805, thanks for pointing [07:30] hi everyone === zenrox [~zenrox@wbar7.sea-4-12-028-223.dsl-verizon.net] has joined #ubuntu-devel === mpt_capetown [~mpt@dynamic-oit-vapornet-a-14.Princeton.EDU] has joined #ubuntu-devel === herzi [~herzi@c206063.adsl.hansenet.de] has joined #ubuntu-devel === jaco [~jaco@host98-157.pool80181.interbusiness.it] has joined #ubuntu-devel [07:49] elmo_: gnome-mag (from unstable) and gazpacho (from incoming) syncs please === rburton [~ross@84.12.33.22] has joined #ubuntu-devel === trukulo [~trukulo@176.red-62-57-69.user.auna.net] has joined #ubuntu-devel [07:53] who is in charge of suspend work on laptops? === decko [decko@143.107.220.163] has joined #ubuntu-devel [07:54] trukulo: what part ? [07:54] er... acpi suspend, hibernate, sleep, you know [07:55] yeah, I know, but what part ? [07:55] jbailey: ping [07:55] backend ? [07:55] UI ? [07:55] support on concrete models [07:55] mjg59/thom [07:55] thanks seb [07:56] np [07:56] i'll ask them if they want me to try scripts on my compaq laptop, it seems that compaq is not specially well supported === enrico points the finger at http://people.ubuntu.com/~mako/docteam/quickguide/ [07:56] It's almost finished, and it ROCKS [07:56] Almost finished, as in: http://people.ubuntu.com/~mako/docteam/status/qg-report.html [07:57] enrico: will the first be avilable in yelp? [07:57] Kamion: ? [07:57] enrico: taht's fantastic [07:58] elmo_: ? [07:58] tseng: yes. If you checkout DocteamRepository, you can build a .deb out of it === seb128 needs to fix yelp [07:58] tseng: the OMF files have still to be written, though [07:58] mjg59, ping === Kamion screams at the fucking stupid linux-source-* build system [07:58] waste of time [07:58] Kamion: I've got two 80Gb disks, I get offered Erase a, Erase b, Use largest free, and Manual. I select the third and get told "failed, probably not enough space"? [07:58] Kamion: hmmm? [07:59] elmo_: do you actually have free (i.e. unpartitioned) space on those disks? [07:59] zul: the stupid "patch -1, unpatch -1, patch -2, unpatch -2, patch -3, ..." ritual it goes through before getting out of bed [07:59] Kamion: heh welcome my world :) [08:00] I want to put a big "I DON'T CARE" label on that repeated patching [08:00] Kamion: no - but couldn't it see that itself and not offer me an option that's doomed to fail? :) [08:00] elmo_: hm, yeah, guess so, would have to think of how; file a bug please? [08:00] yeah [08:00] elmo_: package partman-auto [08:02] Kamion: also does "large contiguous free space" count spanning across disk? :) [08:03] ah, hmm, this is a mac so #1 is sacrosant isn't it.. meh [08:03] mx|gone: Here. [08:03] trukulo: suspend to ram is working fine on my Compaq Armada E500 [08:04] trukulo: This might be better done on #ubuntu, though. [08:05] elmo_: it would if we did auto-LVM ... === robtaylor [~robtaylor@nat2.camtrial.co.uk] has joined #ubuntu-devel [08:13] jbailey, i know, i know, i'm only offering as a tester if they want, i don't ask for direct support here [08:13] trukulo: Ah, makes sense. [08:14] :) [08:20] Kamion: dude. gb.archive.ubuntu.com - you rock. [08:22] elmo_: just worked? cool. [08:25] en_AU.. pfft [08:25] elmo_: don't be hatin' [08:26] en_ZA? WTF is that.. "Would you like to continue, hey? [Y/n] " [08:26] heh === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel [08:27] remind me why we register documentation in the foreground? [08:28] Kamion: I found a system that matches this one more or less: [08:29] Kamion: Apparently the ata_piix driver doesn't support proc-fs, I may have to just punt this bug to kernel folks. I'll try a bit more, though. [08:31] neat. the apple (paper) docs seem to come in either German or Japanese [08:32] elmo_: if you need some help with the former... :-) [08:33] elmo_: because the moment after you finish the installation is the one time when it's most likely that the user will want to use the machine rather than having it gummed up by background jobs? [08:33] jbailey: once you have finished looking at it open up a bug so we can keep track of it [08:34] zul: Ubuntu #1440 [08:35] pitti: tis okay, even with non-parseable docs I can see there's no spare harddrive, but I suppose that wasn't a realistic hope anyway ;) [08:35] jbailey: great thanks [08:35] Kamion: yeah, I guess === dholbach [~daniel@td9091c8b.pool.terralink.de] has joined #ubuntu-devel [08:39] re [08:44] jbailey: is that on a recent cd? [08:44] zul: Running Hoary system, 2.6.10-3-686 [08:44] ah...k [08:45] zul: It looks like ata_piix just isn't picking up the IDE CD Drives, but is taking over the ports, so that ide-generic can't do it either. [08:45] grrr [08:45] argh. does software raid not work for partman on ppc either? [08:46] zul: I tried loading sg by hand, but it didn't do it, and /proc/scsi/ata_piix/0 tells me "The driver does not yet support the proc-fs" [08:46] zul: So even if it were appearing, there's nothing my hotplug script could do to pull it out of there anyway. I think I'm about at the point where I'm out of options. I'l googling a touch, though. I have trouble imagining that noone else has come across this. [08:47] elmo_: no, needs newer parted [08:47] I might backport that actually [08:47] jbailey: have you tried 2.6.11 ? [08:48] zul: No. This is a server in a datacentre 3 timezones free here. The 2.6.11 in the archive stayed running for about 2 minutes on my home machine before oops'ing so I'm a little reluctant to try it. [08:49] s/free/from/ === jaco [~jaco@host98-157.pool80181.interbusiness.it] has joined #ubuntu-devel [08:49] ah i c..ok well ill have a look at it tonight [08:49] zul: Thanks. I'll add myself to the bug cc: list. [08:50] Kamion: that'd rock [08:51] I can even test it; as I'll have to reinstall this machine when it gets it's third disk back anyways [08:51] elmo_: (I don't know if it needs *only* newer parted; but that's a necessary condition at least ...) [08:51] elmo_: ok, will queue that up after this kernel crap [08:51] 2.6.11 oops on my machine too after 2 minutes of use (several times) [08:52] y'know, if I were intelligent, I'd build this on davis [08:52] uh, you'd have difficulty [08:52] ... oh, davis is down. poo. [08:52] I'm using it's gfx card to install royal [08:52] haha [08:52] davis won't boot without it :( [08:52] uh, wtf [08:52] stage 2 is asking for the CDROM [08:52] GAR. does the kernel build system EVER WORK AT ALL? [08:52] The changelog says we are creating 2.6.10, but I thought the version is 2.6.10-4-power3-smp [08:53] oh, maybe I need Ubuntu kernel-package [08:53] Kamion: by accident, on Thursdays? [08:55] ah, that did it === seb128_ [~seb128@ANancy-151-1-45-85.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel === T-Gone is now known as T-Bone === HiddenWolf [~hidde@136.12.dynamic.phpg.net] has joined #ubuntu-devel [08:57] zul: When is tonight for you? I can try to make sure I'm around if you need information from a running system. [08:58] Kamion: just got back, any update on the ppc kernel update [08:58] ? [08:58] still building but at least it's got past the earlier failure [08:58] ok === Keybuk [~scott@descent.netsplit.com] has joined #ubuntu-devel [09:00] jbailey: i should be back on irc around 7ish tonight [09:00] zul: 'kay. I'll try to make sure i'm back on around then. [09:01] k cool === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel === dholbach [~daniel@td9091faa.pool.terralink.de] has joined #ubuntu-devel [09:11] lamont: please pull colin.watson@canonical.com--2005/kernel-debian--powerpc-config--2.6.10--patch-1, and add powerpc-fix-no-altivec to the 00list for the new version === T-Bone is now known as T-Gone [09:12] bbiab (Dinner) [09:12] T-Gone: the patch I just pointed lamont at should fix the powerpc issue [09:15] lamont: that's http://people.ubuntu.com/~cjwatson/archives/colin.watson@canonical.com--2005, by the way [09:16] ah, bugger, still no go [09:16] arch/ppc/platforms/built-in.o(.text+0x1488): In function `flush_disable_caches': [09:16] : undefined reference to `__flush_disable_L1' [09:16] does opening http://216.239.59.104/search?q=cache:H8-Vvmd6ByEJ:www.geocrawler.com/mail/msg_raw.php3%3Fmsg_id%3D8686678+Xlibs+cookie+MIT-MAGIC-COOKIE&hl=no&client=firefox open up the print dialog for anybody else? [09:16] (firefox, i386) [09:17] amd64 .... the dialog opens here [09:18] I've never been able to make xchat and firefox to play nice on i386 [09:18] ogra: weird; I'll file a bug. [09:18] I'm sure thom will love me. [09:18] yup [09:18] i get a print dialog (i386) [09:18] Mithrandir: it opens for me too. [09:19] ok, I think we can call the verified. :) === rubenv [~lambda1@kotnet-148.kulnet.kuleuven.be] has joined #ubuntu-devel === robtaylor [~robtaylor@nat2.camtrial.co.uk] has joined #ubuntu-devel === abelli [~abelli@host-84-222-38-198.cust-adsl.tiscali.it] has joined #ubuntu-devel === eruin [~eruin@eruin.user] has joined #ubuntu-devel === T-Gone is now known as T-Bone [09:35] Kamion: benh is on #d-kernel. === zenrox [~zenrox@wbar7.sea-4-12-028-223.dsl-verizon.net] has joined #ubuntu-devel [10:07] lamont,T-Bone: ok, you probably want the rest of the colin.watson@canonical.com--2005/kernel-debian--powerpc-config--2.6.10 branch too (patch-2 and patch-3), and I renamed the patch from powerpc-fix-no-altivec to powerpc-fix-pmac-cache [10:08] lamont,T-Bone: I haven't done full builds, but I've successfully done the monolithic kernel part of the build with power3-smp, power4, and powerpc [10:08] sounds good [10:08] I don't think it should affect modules [10:09] Kamion: davis is back, fwiw ;) [10:09] Kamion: you'll want to have lamont get that in our archive. I don't have write access to it (sigh) [10:09] elmo_: bit late, slacker :P [10:09] T-Bone: aye, we really need a better solution for shared archives [10:10] Kamion: indeed. It's actually a bit pointless for us to have that archive, for only you or lamont can commit there === T-Bone is still going through the pain of learning how to use arch anyway [10:10] T-Bone: well, no, it allows lamont to integrate from a branch you create [10:10] T-Bone: you can still make commits and their history will be preserved [10:10] fair enough [10:11] i really have to educate myself about that monster. It's just that looks so ugly to me :-} [10:11] in the same way as Linus' kernel archive isn't pointless, despite the fact that only he can commit to it :) [10:11] yep [10:11] (leaving aside political stuff about BK ...) [10:11] shhh ;) [10:12] still, an archive labelled kernel-team should be writable by the whole team, really === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [10:13] Kamion: actually it should be writeable by team leader(s). Since I don't know yet how the whole arch stuff work, i don't know what are the implications of more people being able to write [10:13] Kamion: as we've stated it, leader(s) has(ve) to filter what goes in the final package [10:13] and that archive is intended to reflect what will go there === zenrox [~zenrox@wbar7.sea-4-12-028-223.dsl-verizon.net] has joined #ubuntu-devel [10:14] oh, ok [10:14] pqm, possibly, then [10:15] sorry I sidestepped that with my uploads earlier today then; I was acting in my capacity as installer team leader to fix an issue that was blocking me, if you want to look at it that way [10:15] :) [10:15] (or if you want me to be pompous ...) [10:15] talking of slacking and installer team leads - where's that graphical installer??? [10:15] \o/ [10:15] Kamion: hehe :) [10:15] elmo_: you want a graphical installer you can use over serial? [10:15] yeah, dude, still waiting for that jigdo snapshot archive stuff [10:15] Kamion: actually i think it would be a good thing that you have write access to it === tritium [~tritium@12-202-90-180.client.insightBB.com] has left #ubuntu-devel ["Leaving"] [10:16] Kamion: and that you *use* that right :) [10:16] I sincerely hope not to have to very often, kernel stuff has a bad habit of eating whole days at a time [10:16] elmo_: heh. Nice test of the livecd indeed. I must confess I didn't think of trying it with a VT100 :) [10:17] Kamion: heh. Welcome to our world :) === farruinn [~nathan@cpe-69-201-11-158.twcny.res.rr.com] has joined #ubuntu-devel === Kamion has a horrible thought about language packs [10:18] pitti: I bet you're stripping base-config, aren't you? [10:18] Kamion: I should [10:18] pitti: could you, er, not? [10:18] Kamion: hm, right, at that time the langpack is not available... [10:18] pitti: base-config is the thing responsible for installing language packs [10:19] right, exactly [10:19] Kamion: sorry, didn't think about that [10:19] no problem, nor did I until just now [10:19] running a test at the moment [10:19] Kamion: are there any other packages which must not be stripped? [10:19] pitti: passwd's debconf templates shouldn't be stripped [10:19] (source package shadow) [10:20] because they're used from the first stage [10:20] that's all I can think of at the moment [10:20] Kamion: do you think this has time until tomorrow? I'm falling asleep atm [10:20] pitti: oh, no massive urgency, just pre-hoary [10:20] okay, will do tomorrow [10:20] thanks [10:20] Kamion: today I'm afraid I would mess something up, I feel terrible [10:20] get some sleep :) [10:20] okay, shadow and base-config === Kamion nods [10:21] good night, guys! [10:26] Kamion: is there an overview of the different states for a Channel in ssh somewhere? === dgp [~danilo@adsl-ull-245-166.46-151.net24.it] has left #ubuntu-devel [] [10:28] bbl [10:29] Mithrandir: looking [10:30] Mithrandir: http://www.ietf.org/internet-drafts/draft-ietf-secsh-connect-24.txt maybe? [10:31] Mithrandir: the states are really internal to the implementation though [10:31] Kamion: great, thanks. === kroon [~jacob@c83-249-198-140.bredband.comhem.se] has joined #ubuntu-devel [10:32] right...ill be back later === janc [~janc@dD57704E6.access.telenet.be] has joined #ubuntu-devel [10:36] jdub, here? [10:38] Kamion: so I want all the changes on your branch? [10:39] lamont: yeah, plus adding powerpc-fix-pmac-cache to 00list-23 [10:39] lamont: BTW I've uploaded debian-installer with 2.6.10-4, it'll probably need a dep-wait on powerpc [10:40] hm, in fact on all architectures, I guess it's in NEW [10:40] grumble. [10:41] I thought elmo was going to preseed NEW for an abi rev or 3 [10:42] speaking of seeds, nobody's updated them for 2.6.10-4 [10:42] I'll do that now [10:47] oops. guess we need to add that to the new ABI checklist, eh? === zenrox [~zenrox@wbar7.sea-4-12-028-223.dsl-verizon.net] has joined #ubuntu-devel [10:48] does powerpc-fix-pmac-cache replace anything, or it's just a new one on top of the rest? [10:48] the latter [10:48] cool [10:48] specifically it must be on top of stolen-from-head_ppc-sleep [10:48] Mitario: pong [10:48] right - all the stolen-from-head patches come first, so that's cool [10:49] stolen-from-head_ppc_sleep, rather [10:49] jdub, about my pgo feed :) [10:49] jdub, sorry to bother you again, but i tought maybe you forgot :) [10:50] lamont: there's also linux-meta; though once we upload that, everyone will start complaining about stuff being uninstallable ... [10:50] right - that's last. :-) === lamont debates the pros and cons of just uploading with {arch} and .arch-ids/* intact [10:50] lamont: debuild -i is too much work? [10:51] Mithrandir: huh? [10:51] $ grep arch ~/.devscripts [10:51] DEBUILD_DPKG_BUILDPACKAGE_OPTS="-i'(?:^|/).*~$|(?:^|/)\..*\.swp|DEADJOE|(?:/CVS|/RCS|/\.svn|/\.deps|\{arch\}|\.arch-ids|\.arch-inventory)(?:$|/)' -ICVS -I.svn -I\{arch\} -I.arch-ids -I.arch-inventory -uc -us" [10:51] oh - cool [10:51] dpkg-buildpackage -rfakeroot -S will hit that then? [10:52] most awesome, fellow dudes! [10:52] no, but debuild -S would [10:52] Kamion: you know you can just use -i and dpkg-buildpackage will just add all that magic? [10:52] Mithrandir: yeah, but not in woody; my .devscripts is shared [10:52] hrm.. never used debuild... [10:52] in hoary it would? [10:52] definitely, warty too [10:53] Mithrandir's right that in warty/hoary you should probably just drop the gunk between -i and -ICVS [10:53] yeah [10:54] anything besides Kamion's fixes that we need in -23? === eruin [~eruin@eruin.user] has joined #ubuntu-devel [10:55] Kamion: hrm.. -23 can't be an abi event relative to -22, since -22 didn't build on the one architecture that changed. Right? [10:55] lamont: right [10:55] lamont: would it be an ABI event otherwise? [10:56] (I have a hard time seeing how ...) [10:56] Kamion: not sure - but I've gotten paranoid [10:57] so debuild -S -rfakeroot? [10:58] debuild does -rfakeroot by default [10:58] ok. [10:59] can anybody explain: Depends: python (<< 3) ? [11:00] this seems to show up in a bunch of python related packages [11:00] dh_python [11:00] yup [11:01] what does it mean ? i dont think we need to worry about python3 yet [11:01] Kamion: how can it be tightened, without writing Depends: explicitly? [11:02] it seems generally sane to me as it is [11:03] anything with a python module gets a tighter dependency (<< 2.5) [11:03] but some other {python:Depends} are expanded to python (>=2.4), python (<< 2.5) [11:03] ordinary programs get (<< 3) [11:03] ah... hmm [11:03] oh [11:03] which I think makes sense [11:08] i'll point metalikop towards this conversation === moquist_ [~moquist@pool-64-222-153-143.man.east.verizon.net] has joined #ubuntu-devel [11:08] yup === doko [~doko___@dsl-082-082-210-133.arcor-ip.net] has joined #ubuntu-devel === T-Bone is now known as T-None === elmo_ [~james@george.kkhotels.co.uk] has joined #ubuntu-devel === elmo__ [~james@george.kkhotels.co.uk] has joined #ubuntu-devel [11:34] jbailey: still there? [11:36] seb128: ok to override gnome-mag ubuntu mods? [11:36] yep [11:36] and I missed gazpacho sorry - I'll get it once it hits a mirror [11:36] no problem [11:36] thanks :) [11:37] night all [11:38] bye kamion === jinty [~jinty@115.Red-80-24-9.pooles.rima-tde.net] has joined #ubuntu-devel