[12:03] k. besides that it's looking pretty neat. just need to get me a kernel that does work with cdrecord, want the mouse to work this time [12:04] aha, that's why apt-ftparchive is sometimes so slow - changing the seeds changes the overrides which invalidates some of it's caching [12:07] mdz: I'm going to override Origin: to Ubuntu, and Bugs: to .. what? [12:07] elmo: mailto:some-address-get-it-from-justdave [12:07] ok [12:07] justdave: ping? === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu [12:34] fabbione: yo (but too late, I know) [12:34] mdz: yo [12:35] Kamion: I think I was going to ask you if the current daily was any good, but I tried it and ran into the same problem jdub had (hdparm vs. SCSI/USB drive) [12:36] mdz: boot with cdrom-detect/cdrom_hdparm= on the kernel command line then [12:36] alextreme: when do you think the updated live CD can be ready? [12:37] i've got one ready now [12:37] just hasn't been tested much [12:37] mdz: p.s. having all man pages for a component or whatever in the one package would be SO MUCH CRACK [12:37] alextreme: let me at it; I'll give it some testing love [12:37] Kamion: :-) [12:37] live cd testing! [12:37] :) [12:37] YEAH! [12:37] LATHER UP! [12:37] okay, i'll do one final test and start uploading... which will take all night :) [12:38] TEARS [12:38] you should so get in the habit of building in the LAN and rsyncing down for testing [12:38] I started doing that right after the pain of uploading Sounder CD 1 from here [12:39] that was about when I commandeered little for CD building :) [12:40] yeah, i just need root (chroot) access for my autobuilder :) [12:40] you don't need root, we have dchroot [12:41] dude, he needs to run debootstrap [12:41] does warty have input methods outside of libgtk2.0-0 ? [12:41] oh, I thought he meant root to get in the chroot [12:41] that's so not cool then :P [12:41] Uclintu: yes [12:42] Uclintu: uim, xim, etc. [12:42] well, i wouldn't mind building in a chroot... :) [12:42] mdz: those appear to be in universe [12:42] hmm [12:42] alextreme: root in a chroot is root.. that's not a possiblity I'm afraid, not on little [12:42] mako: ping? [12:43] Uclintu: that's something we're looking at sorting out properly for Hoary [12:43] elmo: yeah, that's what i guessed :) [12:43] mako: I thought we added the input method stuff to desktop, but apparently not, do you remember what happened? [12:43] er, supported [12:43] elmo: the automated job is going to need root regardless [12:44] jdub: fair enough [12:44] mdz: gar - we're only doing this crack for one arch right? [12:44] elmo: for warty :-) [12:44] jdub: is that what happened? we decided to punt for warty? [12:45] -ECRACKWHORESANONYMOUS [12:45] dunno if it works already, but we're going to want install/live CDs for all arches :) [12:45] mdz: pretty much, being beyond freeze and knowing it'll be a lot of work [12:45] I think we need a bounty to de-root the stupid thing [12:45] jdub: I thought we had decided to add the couple of packages to supported so that people who already knew about them could get them easily [12:46] elmo: thats going to be an interesting bounty, and not one i'm willing to take up :) [12:46] elmo: fakechroot? [12:47] I thought elmo and lamont and I talked about this at the conference [12:47] this lappy is so quiet :) [12:47] kamion: don't think it was me [12:47] Package: fakechroot [12:47] Description: Gives a fake chroot environment [12:47] This package provides a library which overrides libc functions, so [12:47] it is possible to use root-specific tools without root priviliges. [12:47] . [12:47] In fake chroot you can install i.e. Debian boostrap, create developer's [12:47] environment and build packages inside chroot'ed system using standard [12:47] non-root user account. [12:48] oh, maybe we did, I think my concern was that the guy seemed to have forked debootstrap to make it work with it [12:48] elmo: yes, only one arch, there's not going to be time to get amd64 and powerpc working AFAIK [12:48] jdub: we decided WAY back only to do i386 for warty [12:49] Kamion: yeah, but in-future-ideally [12:49] sure, yeah [12:49] I doubt amd64 is hard, powerpc might be interesting [12:49] (but, hey, largely the sort of thing I do ...) [12:49] UML is probably the way to do it [12:49] why not fakechroot? it exists, it's simple, it (allegedly) works [12:50] then we can (allegedly) use it [12:50] i'll give it a spin, see if it works here [12:50] does fakechroot let you mount()? [12:50] doesn't debootstrap mount /proc etc.? [12:51] ah, well, yes, fakechroot does talk about doing 'debootstrap --fakechroot', hmm [12:51] UML opens the possibility of actually booting and testing the thing [12:51] mdz: he was talking about ignoring mount/umount and /proc issues back in apr 2003 [12:52] setup_proc () { [12:52] - on_exit "umount $TARGET/proc" [12:52] - umount $TARGET/proc 2>/dev/null || true [12:52] - in_target mount -t proc proc /proc [12:52] +# on_exit "umount $TARGET/proc" [12:52] +# umount $TARGET/proc 2>/dev/null || true [12:52] +# in_target mount -t proc proc /proc [12:52] + for i in cmdline cpuinfo devices filesystems loadavg meminfo misc modules pa [12:52] rtitions stat swaps uptime version; do [12:52] + cat /proc/$i > $TARGET/proc/$i [12:52] + done [12:52] + mkdir $TARGET/proc/1 [12:52] } [12:52] hm, ok [12:52] that's a bit gross === bdale [~bdale@18-pool1.ras11.coden-le3.alerondial.net] has joined #ubuntu [12:53] mdz: and it closes the possibility of having a single build strategy on multiple architectures [12:53] eewwww [12:53] mdz: unless somebody actually finishes porting it to powerpc [12:53] Kamion: it gives us 2 out of 3 architectures [12:54] 2 out of (3+however-many-derived-distributions-want-to-do) [12:54] s/distributions/architectures/ [12:54] I did mean "derived distributions", not "derived architectures" :-) [12:55] then I don't understand how you arrived at that expression [12:55] however many [architectures] derived distributions want to do [12:56] http://lists.debian.org/debian-devel/2003/04/msg00747.html [12:56] ah [12:57] elmo: do you need #270906 for the bug stuff? [12:58] I wonder how many bits of what debootstrap does actually require real root [12:59] I could imagine having those allowed by extremely limited sudo or a userv service or something [12:59] probably not much beyond chroot/setuid/permissions type stuff [12:59] ability to untar archive containing device nodes, hm, that's probably about it ... [01:00] the last is a bit hard to limit though, although the tarball in question is in /usr/lib/debootstrap/ so you could assume it to be safe [01:01] chroot is obviously too much though [01:01] mdz: no, I can script around it trivially enough, it'd just be nice to some day not to have to [01:02] (thus wishlist) [01:02] shouldn't be too hard to implement [01:02] someday [01:02] UML :) [01:03] how about if the debootstrap-running script were separate and trusted? I thought it was going to run on the buildd anyway [01:03] kamion: yes, it'll have to be [01:03] well, it's wrong to have it on little for reasons other than security anyway [01:03] it's certainly going on the buildd rather than say little, but that doesn't mean I'm happy with it having root [01:04] sure :-/ [01:04] err.. [01:04] are these Xserves UP or are we running a UP kernel? [01:04] IIRC they're SMP but we're running a UP kernel [01:04] because getting the UP kernel up was hard enough without trying to deal with SMP too [01:04] cool [01:04] so out of our 3 architectures, only 1 actually works SMP [01:05] I think thom said he'd try to take one down (ross?) and see if the SMP kernel Just Worked [01:05] but dunno if that happened [01:06] mdz / elmo: pong [01:06] speaking of kernels working... [01:06] want any other info for #496? [01:06] that an address for bug reports you're looking for? [01:06] justdave: yeah [01:06] Uclintu: that bug's way over my head, I'm afraid, dunno about anyone else [01:06] unfortunately it's the sort of thing where sitting at the console and screwing around is about my only chance ... [01:07] we don't have one yet. I don't think we can do inbound email on macquarie, so we probably need to create one somewhere. [01:07] justdave: we need it very soon [01:07] Kamion: let me know when you're dropping by [01:07] Uclintu: might be worth hacking the initrd script to run with sh -x, if that's feasible === Gman [~Glynn@amfea-proxy-2.sun.com] has joined #ubuntu [01:07] then we could at least see WTF's going on [01:07] got a way to forward the mail to macquarie from whatever machine gets it, or want macquarie polling for it? [01:07] which initrd script? [01:07] /sbin/init in the initrd [01:07] justdave: ideally macquarie would poll [01:08] I'm assuming it's a shell script [01:08] Kamion: yeah; #!/bin2/sh [01:08] I can set something up on ubuntu.com, if needs be, just tell me what === Uclintu curses cramfs. [01:09] probably want something like submit@bugzilla.no-name-yet.com [01:10] does the second arg you pass to pivot_root have to exist before you call it? [01:10] pivot_root . initrd === Gman_ [~Glynn@amfea-proxy-2.sun.com] has joined #ubuntu [01:10] Uclintu: does your root filesystem have an /initrd directory? [01:11] Uclintu: yup, empty [01:11] give me a pop3 mailbox I can get at from macquarie or something [01:11] Uclintu: hm, in that case it suggests to me that it's mounting the wrong root filesystem somehow [01:11] Uclintu: oh, what's the $Id$ at the top of /sbin/init in your initrd? [01:12] # $Id: init,v 1.56 2004/05/18 10:48:15 herbert Exp $ [01:12] yes, that's the one [01:12] justdave: okay, adding that to my todo list [01:12] I think I'd check the value of root= [01:13] in yaboot.conf? [01:13] /dev/hda7, I see [01:13] yup [01:14] sh -x should tell you what it's actually trying to mount, anyway [01:14] okay, i'll replace the initrd and reboot [01:15] that Bugs: header is in the .deb file for packages? [01:17] justdave: it's in the Packages index file [01:17] justdave: it may or may not be in the .deb; in this case I think it typically won't be, it'll be overridden in the archive maintenance scripts [01:17] ok. [01:18] probably won't help me anyway because they mostly point at bugs.debian.org probably. :) [01:18] submit@bugzilla.ubuntu.com rather than bugzilla.no-name-yet.com perhaps? [01:18] I was looking for an easy way to find out who the upstream is for a given package [01:18] dunno what the rules for that are right now, but we need something we can wire into packages [01:18] /usr/share/doc//copyright [01:18] there's no machine-parseable way to get that information [01:19] do we have ubuntu.com now? I thought we weren't supposed to use it yet [01:19] we're not supposed to use it for web content ... elmo, is mail there ok? [01:20] kamion: I think so, yeah [01:21] [if it's not, not hard to change the overrides..] [01:21] yeah, i was gonna try the SMP kernels when we didn't need all the buildds for a while :-) [01:21] TMBG were frickin' excellent live === edd notes it's about time he saw thom again [01:22] GAR, need new chair! [01:23] edd: come to london, we can do malaysian again :-) [01:23] thom: i should do. i was just down there at the weekend. [01:24] mdz: k, it's still a little rough (duh) and uses 2.6.7. had to revert to the old kernel, 2.6.8.1 was giving overlaying problems [01:25] but it's uploading, so i don't want to think about it anymore :) [01:25] yaaaay === Uclintu [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu [01:25] yup [01:25] isn't mounting real root [01:26] time to watch some mindless furutama and purge the livecd wackyness from my brain [01:26] gnight [01:28] Why am I plagued with the idea that hda may have transformed into hdc? === Keybuk [scott@descent.netsplit.com] has joined #ubuntu [01:29] mdz: input method stuff shoudldn't go in desktop yet [01:29] mdz: there are just too many of them and each one writes interfaces to all the others [01:30] mdz: supported, yes [01:30] mdz: scim, uim, and m17n are the ones i like [01:32] mdz: i'd *really* prefer to have users who are inputting text though tell us what they're using though.. i just don't have a sense for what is actually being used or even useful and it's hard for me to test [01:33] there's some freedesktop unification work going on atm [01:33] not sure if that'll be hoaryable, but it would be nice [01:33] I use uim these days, but I'm not totally pleased with it. [01:34] jdub: well scim and uim are both in freedesktop now [01:35] jdub: i THINL everything is going toward scim at the top [01:35] Urgh. Input managers. [01:36] It would be nice if X had some method for inserting arbitrary UTF-8 characters [01:36] It'd remove a lot of the pain [01:37] there's plenty of pain left [01:37] it's way better than it used to be [01:37] oh sure, absolutely [01:37] back when you had to use particular locales for each IM [01:37] mako! [01:37] Oskuro: DUDE! [01:38] mako: so where's the OLIVE STUFF! [01:38] doesn't GTK+ have all of its own IM stuff as well? [01:38] Oskuro: http://mako.yukidoke.org/copyrighteous/ === ddaa [~david@nemesis.xlii.org] has left #ubuntu ["Client] [01:38] Oskuro: i just put it up like 2 minutes ago [01:38] mako: oh so it's there? [01:38] oh, lol [01:39] I looked at planet [01:39] Kamion: I wonder if there's some kind of ubuntu d-i big tarball where I can look for the ca.po's. [01:41] "The went into more detail" [01:41] typo there [01:43] gotta go to bed. === Oskuro pokes Kamion === Uclintu [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu [01:47] well, that would explain it [01:49] Keybuk: gtk has some stuff im stuff, but not very advanced stuff [01:52] Uclintu: hda/hdc have been known to swap due to ATA-100, but I thought that problem was gone [01:52] Oskuro: no, not yet [01:52] Kamion: the real problem is that it's only finding my second IDE controller [01:52] Oskuro: you could probably walk /dists/warty/main/debian-installer/binary-*/Packages.gz reasonably automatically ... [01:52] Uclintu: oho [01:52] i'm going to force a "modprobe -k cmd64x" in loadmodules and see if that helps any [01:52] Uclintu: is there something unusual about the first one? [01:53] it's a cmd646 [01:53] wow, elderly [01:53] does the installer work on that? [01:53] daniels: ping [01:53] I don't remember if I've ever tried an install. [01:53] you don't actually have to overwrite anything on the disk, just boot the CD, run through the UI up to the start of partitioning, and see if it displays all your disks [01:54] jdub: huh, preview release is Wednesday, not Monday? [01:54] i've only got sounder 4 burned; that relevant? [01:54] Kamion: yes, always has been [01:54] mdz: somebody needs to update http://wiki.no-name-yet.com/WartyWarthog not to lie, then [01:54] Uclintu: no, it really isn't. please do try a sounder 8 though [01:54] Uclintu: well, that's only 2.6.7, but it would be a useful data point [01:55] Kamion: that indicates the week in which it is scheduled [01:55] it is admittedly misleading [01:55] okay, first my loadmodules hack [01:55] mdz: it's so not helpful :) [01:55] Kamion: feel free :-) [01:55] and gold release is Oct 15th? [01:55] correct [01:56] updated [01:57] "anal-retentive, high-caution period" [01:58] um, the date has always been correct though [01:58] I guess this week has been relatively cautious compared to last week [01:58] what's the official release date? [01:58] debianist: preview on the 15th [01:58] jdub: the WartyWarthog page did not have those dates anywhere on it that I could see [01:58] of october? [01:59] september [01:59] jdub: only the date of the preceding Monday [01:59] final in october [01:59] jdub : and security review is due by the 15th or the final in october? [01:59] Kamion: yeah, that's enough, thanks [01:59] night all [02:00] debianist: it's just a running process === Uclintu [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu [02:01] night [02:02] so, forcing "modprobe -k cmd64x" into loadmodules, then booting with "Linux root=/dev/hdc7" got me here, after several screenfuls of ieee1394 spew and a lack of the ethernet driver being loaded [02:03] should I record this in the same bug, a different bug, or unspecified action? [02:03] Kamion: (also informed by the date of the gnome release, which, should it slip, is the date of our release) [02:03] debianist: the initial review needs to be done by preview, yes [02:03] jdub: how is that looking, by the way? will gnome make it? [02:04] yes [02:04] Uclintu: same bug I think [02:04] unless something completely bizarre happens, it's looking fine [02:04] jdub: wanted to run a couple of menu ideas by you [02:05] mdz : noted. guess not much sleep for the coming week :) [02:05] jdub: what do you think about removing ggv from the menu? it's not particularly useful to run by itself, even if the user does have postscript files to work with [02:06] I don't think any of us will be getting much sleep between now and preview :P [02:06] assuming there is a way to hide it from the menu and still let the mime association stuff work [02:06] I warned my gf today that I'd probably be going into hiding [02:07] mdz: there are a number of file handling apps like that, i don't think we should remove them from the menu at this stage of the release (!!!) because there's no other way for users to find/run it beyond having files already [02:07] jdub: that's just the point: running ggv is damn near useless [02:08] mdz: the menu is currently like /Applications; it's not a convenience, it's everything [02:08] mdz: i don't think it's appropriate to make what are essentially UI policy changes like that at this end of the release process [02:09] I had a feeling you'd say something like that [02:09] mdz: that said, it is definitely possible to do it without affecting the mime system (you just pull the categories line out) [02:09] well come on [02:09] we're already fucking around with all kinds of other things [02:10] i don't like making UI changes without useful design/thought/testing [02:10] we're hardly finding / dealing with the side-effects of the other things we're changing [02:11] and totally abusing the release process as we go [02:14] release process? wassat? [02:14] jdub: we're not talking about software engineering here; this is totally harmless stability-wise, and I asked for your opinion. there is no need to be hostile about it [02:15] it's hardly any different than deciding to kick something out of desktop into supported, which we just did, with your emphatic agreement, a couple of days ago [02:15] and that's the next best thing === Uclintu [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu [02:17] that did not go well [02:17] Uclintu: cd test? [02:18] yeah, it loaded ide-scsi before cmd64x, then spent an inordinate of time playing with sd_mod before I lost all patience [02:20] ew, ide-scsi [02:20] whose fault is that? [02:22] mdz: not hostile [02:22] discover (0.9.10) unstable; urgency=low [02:22] * Hard-coded a special case: add ide-scsi as a SCSI driver if IDE CD-ROM [02:22] drives are present. This way, all CD-ROMS will be treated as SCSI, [02:22] and burners will work out of the box. [02:23] I'm guessing [02:23] Kamion: does d-i rely on that? [02:23] I'd be surprised [02:23] although who knows :-) [02:23] if not, we should revert that [02:23] Kamion, but last time I checked, sg.o wasn't loaded, so it didn't work ANYWAY [02:23] mdz: stability is also a UI issue, not just a code issue [02:24] Hrdwr_BoB: quite, but that's a separate bug which I've already replied to [02:24] Hrdwr_BoB: ide-scsi is neither necessary, nor a good idea, for writing CDs anyway [02:24] yeah, agreed [02:24] i had to load sg manually too [02:24] Uclintu: could you file a bug about the ide-scsi thing? I'll fix it tomorrow [02:25] jdub: hence #1037 === jamesh [~james@203-59-250-175.dyn.iinet.net.au] has joined #ubuntu [02:26] anyway, I so have to go; night all [02:26] Kamion: #1128 [02:26] so, replacing dsdt crack - is that fixable in a general way? [02:26] Uclintu: thanks [02:26] jdub: dsdt's are machine specific [02:27] I've just given up on CD writing [02:27] I just write DVDs with growisofs [02:27] which does not require ide-scsi madness *or* scsi generic madness [02:27] AIUI you need someone that knows the acpi assembly to review the dsdst, fix it, and then it can get loaded into your kernel as a fix. [02:28] I don't know if there is a database-looked step (machine x, oh it needs *that* override) or not. [02:28] I have two laptops here that badly need dsdst loving though :| [02:33] is it something that a bios upgrade could fix? [02:42] acpi.sf.net has a collection of dsdts for specific machines + bioses [02:42] there's one there for my machine/bios combination [02:42] but it requires patching the kernel [02:42] which doesn't seem particularly generalisable [02:43] (the way it's patched, the the requirement for patching) === jdub wonders how his lappy handles mediabase hotplugging... === StoneTable [~stone@c-67-167-111-186.client.comcast.net] has joined #ubuntu [02:46] I thought the load custom dsdt stuff was quite generic? [02:46] you just compile it into your kernel [02:46] by excluding the existing foo [02:46] (it seems) === Gman_ [~Glynn@amfea-proxy-2.sun.com] has joined #ubuntu [03:04] mdz: pingmdz pong [03:04] um, yeah [03:05] that === haggai_ [~halls@pD9EA624A.dip.t-dialin.net] has joined #ubuntu [03:49] daniels: going to take care of #1056 today? [03:51] jdub: could you please subscribe lsd@linuxgamers.net to sounder? he tried to subscribe a while ago but never heard anything [03:51] mdz: yes, hopefully [03:51] mdz: i have a dist-upgrade configuring shit now, and maybe tetex will work after this one === bdale [~bdale@216-43-77-134.dsl.mcleodusa.net] has joined #ubuntu === cef_work [~cef@fw-01.amc.com.au] has joined #ubuntu [04:44] hrm, I just thought of something after noticing the xchat stuff. we're going to end up with people in here asking general questions. We're probably going to need another channel for devel stuff, and also we might want an infobot (like dpkg & apt on #debian) for the common questions and answers [04:55] heh [04:56] i could never learn dvorak unless i actually had a dvorak keybaord [04:56] but they dont make a microsoft natural elite in dvorak :) [04:56] i keep on wanting to get a frogpad [04:56] tho [05:04] 44 === Riff [~davyd@cook.theducks.org] has joined #ubuntu [05:14] now i remember why i hate dvorak [05:14] i have to fuck with vi to get my vi keys back :) === stub [~zen@dialup-30.83.220.203.acc06-dryb-mel.comindico.com.au] has joined #ubuntu === kagou [~kagou@AMontpellier-251-1-30-53.w83-113.abo.wanadoo.fr] has joined #ubuntu [05:22] hi [05:23] man, I'm not geeky enough [05:23] I thought you meant the composer [05:24] jdub, have you seen my request ? [05:24] kagou: hrm, no? [05:24] i had written a too big mail to the list, waiting for your approbation [05:25] aha [05:25] :p [05:25] ""Release8 reportinstallation" is the subject [05:26] done [05:26] thanks jdub :) === jdub is in luxury with fast new laptop [05:28] ^^ [05:30] jdub: If only you could have made the toilet seat faster, you'd have the best of both worlds... a hoverseat! ;) [05:30] jdub: did you patch your DSDT ? [05:31] Riff: stopped given business and inability to compile iasl [05:31] might ask steven if he already did his [05:31] utuntu :: now with Dell support! [05:32] i don't think the dsdt hacking stuff is very generalisable though [05:33] it all gets merged upstream eventually [05:34] the linux ACPI code is full of workarounds for specific machines and fuck knows what else [05:34] this is apparently why the BSD guys refuse to support ACPI [05:34] Riff: what will they do when there are no more machines their OS will run on? [05:35] jamesh: I have no idea [05:35] maybe they blissfully believe IBM will have APM forever [05:35] I mean, this laptop doesn't have APM [05:36] if you have working APM, is there any benefit in trying to get ACPI working? [05:36] jamesh: not unless you're trying to do fucked up things I guess [05:36] ACPI is infinitely configurable [05:37] it's a much better design from the OS<->Hardware layer [05:37] if only people didn't make mistakes in implementing it [05:37] APM is all hardware, so your OS has to do a lot of work to cope with it === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [05:37] there are also lots of magic weird BIOS routines to get APM to do things [05:37] ACPI doesn't have that [05:38] ACPI tells you a button was pressed, you do all the work yourself to prepare for suspend state [05:38] then you tell ACPI to suspend [05:38] "The world's biggest ice-cream maker plans to genetically modify ice blocks in an attempt slow down the melt rate." [05:38] what exactly are they genetically modifing? [05:39] because that one sounds a little scary === Riff is all for GM food usually [05:39] http://www.smh.com.au/articles/2004/09/09/1094530771695.html [05:43] I'm sure everyone would support GM if it could keep their beer colder longer [05:43] jamesh: you're a genius [05:49] BRILLIANT! [05:54] jdub, i don't see the mail in sound list :/ It takes long time to be approved ? [05:58] should be coming through [06:07] it's ok [06:22] interesting [06:23] my ipw2200 can't associate unless the ssid is published [06:25] kamion about? [06:25] Kamion: at 5:25am? You've got to be kidding [06:27] everyone is so timezone rotated these days, you see. === Keybuk is awake [06:27] that pretty much guarantees most UKers won't be [06:34] heh [06:34] jdub: even when you set the SSID?? [06:34] yeah [06:34] it's bong [06:34] if the ssid is not published [06:35] and you set the ssid, ap, channel, everything [06:35] it doesn't work [06:35] as soon as you publish it, whammo [06:38] PITA [06:39] morning [06:44] mdz: argh! [06:44] mdz: why did you upload linux-restricted? [06:45] i had to add the nvidia drivers & co that require a new orig.tar.gz === fabbione summons mdz === wartylog [~warthylog@port1845.ds1-khk.adsl.cybercity.dk] has joined #ubuntu === reformed [~ben@ppp2C13.dsl.pacific.net.au] has joined #Ubuntu === mako [mako@micha.hampshire.edu] has joined #ubuntu === doko [doko@dsl-082-082-140-133.arcor-ip.net] has joined #ubuntu === bdale [~bdale@216-43-77-134.dsl.mcleodusa.net] has joined #ubuntu === stub [~zen@dialup-30.83.220.203.acc06-dryb-mel.comindico.com.au] has joined #ubuntu === kagou [~kagou@AMontpellier-251-1-30-53.w83-113.abo.wanadoo.fr] has joined #ubuntu === cef_work [~cef@fw-01.amc.com.au] has joined #ubuntu === haggai_ [~halls@pD9EA624A.dip.t-dialin.net] has joined #ubuntu === StoneTable [~stone@c-67-167-111-186.client.comcast.net] has joined #ubuntu === jamesh [~james@203-59-250-175.dyn.iinet.net.au] has joined #ubuntu === Uclintu [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu === Keybuk [scott@descent.netsplit.com] has joined #ubuntu === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu === ctd [~ctd@ctd.user] has joined #ubuntu === justdave [~dave@24.247.63.44.gha.mi.chartermi.net] has joined #ubuntu === whiprush [~jorge@arslinux.com] has joined #ubuntu === jdub [~jdub@home.waugh.id.au] has joined #ubuntu === HcE [~hc@66.80-202-212.nextgentel.com] has joined #ubuntu === fabbione [fabbione@just.fugedabout.it] has joined #ubuntu === Mithrandir [~tfheen@vawad.raw.no] has joined #ubuntu === spiv [~andrew@fuchsia.puzzling.org] has joined #ubuntu === SteveA [~steve@adsl-213-190-44-43.takas.lt] has joined #ubuntu === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu === sto [~sto@224.Red-80-59-203.pooles.rima-tde.net] has joined #ubuntu === mdz [~mdz@69.167.148.207] has joined #ubuntu === Clint [~asdfasf@user-12hdtek.cable.mindspring.com] has joined #ubuntu === SurcouF [~surcouf@debianfr.net] has joined #ubuntu === Oskuro [~jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #ubuntu === lifeless [~robertc@dsl-156.23.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu === thom [~thom@amnesiac.heapspace.net] has joined #ubuntu === Riddell [jr@muse.19inch.net] has joined #ubuntu === ik5pvx [~Bus_Error@paperino.noc.seabone.net] has joined #ubuntu === sladen [paul@starsky.19inch.net] has joined #ubuntu === dieman [~dieman@3.14159265358979323846264338327950288419716939937510582097.org] has joined #ubuntu === Hrdwr_BoB [~hrdwrbob@c210-49-180-240.brasd1.vic.optusnet.com.au] has joined #ubuntu === daniels [daniel@fooishbar.org] has joined #ubuntu === daf [daf@muse.19inch.net] has joined #ubuntu === revlob [dave@muse.19inch.net] has joined #ubuntu === bob2 [rob@bob2.user] has joined #ubuntu === glyph [~glyph@h00095bd2b849.ne.client2.attbi.com] has joined #ubuntu === edd [dancer@80.87.131.124] has joined #ubuntu === hypatia [~mary@fuchsia.puzzling.org] has joined #ubuntu === polvi [~polvi@polvi.staff.osuosl] has joined #ubuntu === moquist [~moquist@pool-70-16-218-149.man.east.verizon.net] has joined #ubuntu === Kamion [~cjwatson@host81-153-126-219.range81-153.btcentralplus.com] has joined #ubuntu === elmo [~james@83.216.141.215] has joined #ubuntu === [Clint] [~c123p456@user-12hdtek.cable.mindspring.com] has joined #ubuntu === cef [~cef@c211-28-159-51.thoms1.vic.optusnet.com.au] has joined #ubuntu === ..[topic/#ubuntu:irc.freenode.net] : SSDS | http://sounders:oink@wiki.no-name-yet.com/ | Bugs: https://bugzilla.no-name-yet.com/ === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu [07:02] that's interesting [07:02] if you set __getattr__ in a class, it doesn't actually work [07:02] instance, that is [07:05] bye [07:07] Keybuk: well, the tp_getattr slot is a per-class thing [07:08] and they cache the actual function in effect for user defined classes === Gman [~Glynn@amfea-proxy-1.sun.com] has joined #ubuntu [07:37] mdz? [07:37] i guess i will have to rollout a new orig.tar.gz [07:37] the package was already accepted === fabbione sighs [07:38] linux-restricted-modules-2.6.8.1 (2.6.8.1-2) -> linux-restricted-modules-2.6.8.1 (2.6.8.1.0-1) [07:38] lamont: does it make sence to you? [07:39] fabbione: no, but then, I'm asleep [07:40] eheh ok.. good night :-) === jdub catches up on mail insanity === HrdwrBoB [hrdwrbob@220-253-60-112.VIC.netspace.net.au] has joined #ubuntu [07:49] fabbione: soon. [08:10] the nvidia driver maintainer is on full crack! === pitti [~pitti@195.227.105.180] has joined #ubuntu [08:16] Good morning everybody! [08:18] hey pitti [08:23] aha! === Keybuk figures out why his test case is breaking [08:23] write() -> pipe -> cat -> pipe -> read() [08:23] you cannae doooo that cap'n [08:39] Keybuk: can too.. [08:39] you just have to be very, very careful... [08:40] because it's bad to have both sides waiting on a full pipe... [08:41] lamont: deadlocks are fun! [08:41] o/~ when two pipes go to war [08:41] o/~ your process just don't run anymore [08:41] oh gawd. [08:42] I'm off to tong's birthday party. catch ya. [08:49] Keybuk: and you must be "this tall" to use signals./ [08:50] it's doable, but very non-trivial, and not for the weak of heart...\ [08:50] anyway, finally off to bed. === jdub tries burning a warty cd with the new lappy === jamesh rebuilds gnome-vfs [09:05] this is gonna be more complicated than expected [09:17] >>> util.shell.run(("time", "ls"), stderr=sys.stdout) [09:17] 0.00user 0.00system 0:00.00elapsed 80PU (0avgtext+0avgdata 0maxresident)k [09:17] 0inputs+0outputs (0major+241minor)pagefaults 0swaps [09:17] *ahh* [09:18] *useful* Python process handling at last [09:38] evolution should have an "Academic" mode. [09:39] where the default start point is 15 minutes past [09:39] heh [09:40] I'm serious, most of the stuff I put into the calendar is meetings with professors and such, and I have to change the details of them every single time [09:43] I've now got network volumes showing in "Network" rather than "Computer". [09:54] a lot of new icons! [09:54] rad! [09:59] X? === Mithrandir whines a bit, chinstrap's network connection is slow. [09:59] it takes me almost 1:30 to upload 50MB. [10:00] Mithrandir: you are on Gls right? [10:00] yes [10:00] Fiol [10:01] but I'm off for meetings until 1400 in two minutes or so [10:02] HcE: why? [10:02] Mithrandir: you were complaining of slow uplink, so I thought you might be in Brazil again;) [10:02] HcE: heh, we didn't have _anything_ like that in .br [10:04] I was complaining about chinstrap's uplink, though, not our. :P [10:07] if it took you that long, someone's probably stuck an anchor though the Norway cable again [10:07] chinstrap has more bandwidth than that === fabbione hugs ccache [10:25] uhuh [10:25] nvidia packages are coming up nice and dandy === seb128 [~seb128@ANancy-111-1-3-146.w81-250.abo.wanadoo.fr] has joined #ubuntu [10:34] morning [10:34] hi seb [10:34] hey jamesh [10:34] got your mail, read it, but not tried the patch yet :) [10:35] I need some coffee before starting on this :p === debianist [~pooh@212.199.219.246.forward.012.net.il] has joined #ubuntu [10:35] morning everybody [10:35] they seem to work pretty well here :) [10:35] cool [10:35] hello debianist [10:37] hey seb128 [10:37] jdub: did you resend the mail ? [10:37] yeah [10:37] grumpf [10:37] weird weird [10:37] seb128: the computer menu layout has totally changed again? [10:38] that's the layout that Mark gave on IRC 2 days ago [10:39] great [10:39] it almost completely renders my mail invalid anyway [10:40] at least the menu related bits [10:40] because now it's totally different again [10:40] I would like to get it BTW, on which email did you send it ? [10:40] @debian.org [10:40] grump [10:40] i'll be back later tongiht [10:40] and staying up [10:40] so i'll chat to you then [10:40] I receive emails on this one, I got ~30 mails on the sounder list during the night === seb128 thinks jdub has mails problems :p [10:41] he's probably let lifeless set it up [10:43] there haven't been any issues with my mail since last week's dns re-registration [10:45] oh, hotplugging on the docking station does work [10:45] rad [10:45] morning === rburton [~ross@82-44-126-41.cable.ubr03.croy.blueyonder.co.uk] has joined #ubuntu [10:45] yo Kamion === ross_ [~ross@82-44-126-41.cable.ubr03.croy.blueyonder.co.uk] has joined #ubuntu [10:46] Kamion: are we supposed to be asking the keyboard map question? === jdub wasn't sure if we managed to nuke it [10:47] also, the "do you want to use ppp to install" question? [10:47] jdub: pre-reboot or post-reboot? [10:47] post-reboot\ [10:48] I thought the X guys nuked it, but that's outside my domain so I'm not sure [10:48] also, i didn't set up the network on one install, but it still attempted to update from the network [10:48] jdub: ppp, yes; you have to ask it at that point so dialup guys get security updates [10:48] yeah, that's fabbione's apt-setup changes, it should fail harmlessly if you don't have a network [10:48] which didn't suck badly, but a bunch of errors came up on the screen === Kinnison [~dsilvers@extgw-uk.mips.com] has joined #ubuntu [10:51] Morning [10:54] hey Kinnison === Kinnison hugs fabbione [10:54] jdub: yeah, I noticed those too [11:01] morning Kamion [11:02] does supported has enough packages in it to be able to setup ubuntu as a development, testing system? [11:03] yes [11:04] at least... i am developing ubuntu with ubuntu :-) [11:05] fabbione : have you installed QEMU from a debian package as I recall kamion told me it's not on the repo? [11:05] fabbione : or a ubuntu pacakge ? [11:08] i can't remember [11:08] it was a hilw ago [11:08] while even === Gman is now known as GmanAFK [11:14] fabbione : what's the size of your ubuntu partition that you're using as a dev plat. ? [11:21] debianist: i use a lot.. but that's because I maintain X :-9 [11:21] debianist: if you are not planning to play with libc6 or Openoffice or X, a few hundred MB are more than enough === [Clint] [~c123p456@user-12hdtek.cable.mindspring.com] has joined #ubuntu === cef [~cef@c211-28-159-51.thoms1.vic.optusnet.com.au] has joined #ubuntu === ddaa [~david@nemesis.xlii.org] has joined #ubuntu [11:29] heh [11:30] fabbione: uh, a few hundred MB isn't enough to install Ubuntu [11:30] Kamion: argh... it was "platform" [11:30] i read partition [11:30] my /usr/src is 30GB [11:30] but i am "unusual" [11:34] :) [11:34] the link to the current status on the wiki is not so obvious, maybe a toplevel link should be added? [11:39] doko: ping [11:40] NV_PATCH_SYSFS ?= 0 [11:40] a statement like that in a Makefile... [11:40] what does it mean? === fabbione is confused [11:41] seb128: the new "Disks" and "Network" items in the Computer menu are still untranslated [11:41] seb128: will you do a new upload in the next time where I can give you the German translations? [11:41] for sure, I've added them yesterday [11:41] yes [11:41] fabbione: this is to allow udev to create the /dev/nvidia0 device automatically [11:41] but managing the translations for menus changes is not easy [11:41] we keep changing them [11:42] fabbione: I don't know about the current kernels/nvidia patches, but several months ago you had to mknod the device by hand [11:42] that's a waste of time, we should wait to freeze the layout and string before making translations [11:42] pitti: no sorry.. i want to understand the "?=" [11:42] what does that return? [11:42] fabbione: ah. Assign only if not already assigned [11:42] oookkk [11:43] seb128: agreed, I'll send you the translations after string freeze (when will that be?) === fabbione sees a new world in front of him [11:43] pitti: no idea, when Mark will be ok with the menu I guess [11:44] the sooner the better ... [11:44] seb128: but I think the translations should be okay by Wednesday [11:44] "should" ? [11:44] seb128: as soon as heise sees the announcement they will test the distri [11:45] yes, that's late to do changes, I agree [11:45] but not my decision [11:45] seb128: and if these guys see untranslated items, they will compoain about this [11:45] seb128: complain [11:45] I know [11:45] and I agree [11:45] seb128: okay, I assume there will be an official announcement on sounders/warthogs ML? [11:45] but I'm not the guy who decides of the menu layout, I'm just changing them [11:46] announcement about what ? [11:47] fabbione: info make -> Using Variables -> Setting, btw [11:47] seb128: announcement about the string freeze [11:48] seb128: I know it's not your fault :-) [11:48] yes, I'll mail the list again for translations soon if we are ok with the menu [11:49] seb128: that would be great, same procedure as last time [11:50] yes [11:57] Kamion: thx === alextreme [~alex@am.xs4all.nl] has joined #ubuntu === doko [doko@dsl-082-083-240-059.arcor-ip.net] has joined #ubuntu [12:40] -rw-r--r-- root/root 5189023 2004-09-10 12:39:27 ./lib/modules/2.6.8.1-2-686/kernel/drivers/video/nvidia.ko [12:40] uhuhuh [12:40] pitti : are we opting for automatic nvidia proprierity driver install out of the box ? [12:41] debianist: they will be in restricted [12:41] we can't distribute them on CD [12:41] fabbione : i see. [12:41] iirc all the licence stuff [12:41] but i am preparing the packages right now [12:41] fabbione : we should then provide an automagic install for them...although that might be far than trivial [12:41] (see the UHUHUH above ;)) [12:42] debianist: what more magic than apt-get install do you need? [12:42] fabbione : me needs only that old fashion, good'o magic..however for the layman? [12:42] uh? [12:42] fabbione : or apt-get install would suffice and handle all that's needed to next reboot into the driver? [12:43] that can't be done [12:43] X config needs to be changed [12:44] and i am not going to bust working config automatically [12:46] fabbione: AIUI we *are* distributing them on CD [12:46] fabbione: at least, that's what I was told when I asked [12:46] fabbione : k [12:48] JEEEEE [12:48] the nvidia maintainer is on full heavy crack [12:48] it has one driver and 2 libs splitted in 20 packages === fabbione sighs [12:49] fabbione : hmm besides, we should let them have some fun at it aren't we? ;-) [12:50] what's good in a linux system if everything happens by itself ? :) === fabbione goes and gets some food [12:54] 2.1.1 Rights. Customer may install and use one copy of the SOFTWARE on a single computer, and except for making one back-up copy of the Software, may not otherwise copy the SOFTWARE. [12:54] I daresay that says - you can't put it on the CD [12:54] daniels: can you say anything about #149631? the bug trail says that it's "hopefully fixed in 4.3". Hmmm. [01:11] Mithrandir: Rejected: Unknown distribution `unstable'. <-- amd64-libs [01:14] note to self: test on right architecture before saying you can't reproduce a bug any more [01:16] elmo: ugh. :/ === Keyb [scott@descent.netsplit.com] has joined #ubuntu [01:17] elmo: do you have 5 minutes? [01:18] elmo: i have a few problems packaging the nvidia stuff since the debian packages are splitted all over contrib and non-free [01:18] elmo: should i move all of them into restricted? [01:18] it's the dependency hell.... [01:19] fabbione: let me go have a look at the pkg [01:19] ok === Mithrandir uploads amd64-libs again [01:22] gar, that license is a freaking nightmare [01:23] elmo: yes but it can be in non-free.. that's not the problem really... [01:24] hah, I'm glad you're so sure, the actual license doesn't even remotely give us permission [01:24] elmo: it's in debian/copyright [01:24] there is a mail exchange between nvidia and the debian maintainer [01:24] i think that's the one you are looking for [01:24] which is mail to the _Debian_ maintainer and bits from the README (which isn't legally binding in anyway) [01:26] anyway, WRT your original question, I think the only sane thing to do is dump it all in restricted. the stuff in contrib is contrib-material and such really doesn't belong in main, and I don't want to create yet another component [01:28] elmo: ok. neither i want another component [01:29] elmo: 2.1.2 Linux Exception. [01:29] this is interesting for us becuase it allows the redistribution [01:29] fabbione: I asked lifeless to make base-config a fairly high priority for importing, BTW [01:30] Kamion: ok [01:30] Kamion: but hopefully i won't have to touch it anymore [01:30] fabbione: although I want the debian-installer source package first 'cos otherwise I have to upload it every time I tweak the documentation, which will cause elmo to kill me [01:30] (since it's byhand) [01:30] fabbione: you wish :-) [01:30] it's very easy byhand nowadays, I really don't mind - it's only problematic 'cos it requires me to be around still [01:31] kamion: btw, please let me know when I can trash the -1- kernel images [01:31] elmo: I just uploaded linux-kernel-di-* with the -2- images, so once there's been a CD built with those [01:31] oh, nm, I see the new amd64/i386 ones [01:31] ok [01:31] I'll do that later today, might as well [01:33] hm, I should start building an amd64 mirror [01:33] I so need a faster net connection [01:36] elmo: just to be 100% clear... all kernel modules will go to linux-restricted-modules, right? [01:37] all + restricted of course [01:38] fabbione: err, I dunno? [01:38] my only involvement with linux-* is archive-wise [01:39] ok === npmccallum [~npmccallu@69-162-252-7.ironoh.adelphia.net] has joined #ubuntu [02:14] ew, whatever I did to the Ubuntu logo for the ISOLINUX splash screen is well horrible [02:15] or ppmtolss16 has arsed it up really badly, or something [02:16] heh [02:18] I think it might be getting confused by JPEG artifacts [02:19] heh, or the melting letters? [02:19] it might be better to render it to something else than JPEG, perhaps? [02:19] Mithrandir: the problem is I'm rendering *from* JPEG [02:19] I thought we had SVG? [02:20] when I get an SVG version, I'll use that [02:20] ook [02:20] but I haven't seen it yet ... [02:20] I thought we already had. [02:20] it's not on the Logos page anyway === Mithrandir downloads ooo-amd64 so he can build and test it on his home machine so he can upload it again. [02:21] knowing ImageNation they're puzzling over what SVG is right now [02:21] and trying to find some JPEG-to-SVG converter [02:21] don't tempt fate [02:21] heh [02:21] somebody could just potrace it or something. [02:21] mmm... potrace [02:21] oh, bugger off, annoying buzzy fly [02:21] *ahem* [02:21] ah, phew, there it goes [02:22] potrace is our friend [02:22] even if elmo won't approve the maintainer [02:22] heh [02:22] that's so evil, I might just have to use it [02:22] I've had good results with it before. [02:22] might take a bit of tuning, though [02:23] hmm, I'm fairly sure Bartoz is in the just-needs-an-account-creating stage, actually [02:23] 199M openoffice.org-amd64_1.1.2-2ubuntu4.tar.gz [02:23] "The input image should only use the two colors black and white." hmm [02:23] was kind of hoping for colour [02:23] Kamion: flatten it first, then? [02:23] and then recolor it using inkscape or something [02:23] yes, it sucks [02:25] Mithrandir: you're kidding? [02:25] elmo: the .tar.gz? [02:25] why so big? [02:25] elmo: it's OOO done ia32-libs-style. [02:25] brrr [02:26] oh, and why does something with a dash in its version have a .tar.gz? [02:26] I agree [02:26] Kamion: because it's the amd64 version of that exact i386 version. [02:26] yes, but, but [02:26] suggestions welcome. :) [02:26] I'd be inclined to s/-/./ === pitti [~pitti@195.227.105.180] has joined #ubuntu [02:26] makes the version number ambigious [02:26] it's not exactly policy that they can't [02:27] I could do .orig.tar.gz and then put the debian/ directory in the diff, though === Keybuk hides his native-package-with-a-dash-in-the-version [02:27] Mithrandir: that would be kinder to mirrors [02:27] it's worse than some abortions I've seen [02:27] Kamion: not really, the whole thing has to be rebuilt if the OOO-for-i386 changes. [02:27] such as an empty .orig.tar.gz (all the files get added in the diff) [02:27] or an empty .diff.gz [02:27] uh, better than, I mean [02:27] Keybuk: I think it is against policy, but you have to read it carefully [02:28] Mithrandir: yes but if you make a typo in debian/* we don't have to suffer another 200Mb tar.gz upload [02:28] elmo: that's true. [02:28] Keybuk: yes, I'm sure elmo would be _extremely_ happy to have OOO sources + binaries uuencoded and then uudecoded in the rules file [02:28] mmm, comprehensible diffs [02:29] Mithrandir: don't worry, I'm sure some people would see that as less obfuscated than dpatch ;-) [02:29] you could run them through gpg with a private key shipped in the source package and ASCII-armour [02:29] Kamion: don't give anybody any ideas. [02:29] elmo: I could do that, if you want, sure. though.. the version then would be openoffice.org-amd64_1.1.12-2ubuntu4-1, a bit ugly, but certainly workable. [02:29] or steghide [02:30] "we hid our source package in a one-gigabyte .au file in case you found out how ugly it was" [02:30] cue joeyh's 1-mb-random-data ITP? [02:31] nah [02:31] 1-mb-different-random-data [02:31] heh [02:31] pitti: umm ... try it and see? :) [02:31] the tarball is empty and the diff adds a uuencoded filesystem image which has to be decoded and loop mounted to get the source [02:31] elmo: would openoffice.org-amd64_1.1.12-2ubuntu4-1 make you happier? [02:31] daniels: I don't have this graphics card :-/ [02:32] daniels: I just wanted to know whether you happen to know sth about this issue [02:32] Mithrandir: hmm? what's the difference? :) [02:32] Keybuk: the scary thing is that the only reason that would be against policy is that it requires root to build [02:33] presumably openoffice.org-amd64_1.1.12-2ubuntu4.orig.tar.gz [02:33] Oh dear [02:33] Mithrandir: I'd prefer it to be non-native - I don't have an opinion on the version number before that [02:33] elmo: it will be openoffice.org-amd64_1.1.12-2ubuntu4.orig.tar.gz with [02:33] elmo: ok [02:33] I'll do that, then [02:33] although that still means that if somebody makes a typo in debian/ in openoffice.org proper then you have to re-upload a 200MB tarball [02:33] : mail for canonical.com loops back to myself [02:33] pitti: i'm not sure; i have a mach64, but it's kind of dead right now. i spose i could find out on the weekend? [02:33] "oops" [02:34] well, uploading 200MB is not a problem for _me_.. might be a problem for us, though. [02:34] daniels: please don't do any major work on this, I also asked branden and the submitter [02:34] Mithrandir: my local mirror behind ADSL on which I rely to do my work is going to hate you, though ... [02:34] daniels: but if you want to try this, sure :-) Its tagged security, that's why I'm asking [02:35] pitti: yeah, sure [02:35] Kamion: do you have amd64 or any reason to mirror amd64 debs? [02:35] Kamion: if not, just exclude it. [02:35] he just got amd64 :) [02:35] ook :) [02:36] Kamion: if you have a decent DSL line, 200MB isn't that bad. *hides* [02:36] when's v2 oo.o due btw? [02:36] sometime in 2005 [02:36] ?? really? fuck [02:36] I was hoping not to have to keep this beyond warty [02:36] somebody were talking about OOO 1.8-64-bit-clean late 2004/early 2005. [02:37] ah, ok [02:37] I'm not sure it'll make Hoary, though.. we could do multiarch instead, which will solve this the right and nice way. [02:37] *hides again* [02:38] I wonder if somebody has set a price on my head yet. ;) [02:38] Mithrandir: about 12NOK last time I looked [02:38] s'not worth collecting on [02:39] *phew* [02:40] hmm, I either need to build ooo a bit more statically or extend ia32-libs with libstlport4.6. [02:42] that's pretty cheap for head [02:42] not too bad :-) [02:43] nvidia kernel and glx are almost done [02:43] or do ia32-libs-openoffice.org === Mithrandir decides on that [02:43] I'd certainly pay it, I think I've got 20NOK around somewhere still from GUADEC ... you got change? [02:43] Keybuk: what do you want my head for? It's useless without the rest of me. [02:44] SQUICK === Kinnison hides [02:44] ewww [02:44] bad bad bad Kinnison [02:45] OK, potracing worked reasonably well [02:45] at least the SVG looks OK ... [02:53] inkscape is rather fun [02:56] fabbione: is the new security upload queue already operational and needs to be tested? [02:56] fabbione: I already did some security uploads, but need to do some more [02:57] pitti: i think so.. elmo and mdz are the right persons to ask [02:58] fabbione: thanks [02:58] pitti: i only did enable security in base-config/apt-setup [02:58] the archive is there [02:58] i am not sure if the upload works, [02:58] neither the buildd. [02:58] elmo: is the new security upload queue already operational and needs to be tested? I need to do some more security uploads, so if you need some test packages... [02:58] don't test it with real packages, they'll be thrown away [02:59] you can test it if you want tho [02:59] elmo: okay, they certainly shouldn't get eaten :-) [03:02] anything we have outof the box to handle iClick tiny vga cams? [03:03] it's HAL configured and detected ok, what app should be used against it? [03:04] gnome-meeting i guess for a video conference [03:08] ross_ : lacking a video manager seemingly. should I manually apttitude one? [03:09] video manager? [03:10] ross_ : on the gnomemeeting, the config druid asks for a video manager to choose. [03:10] i've never used it, sorry [03:10] mewh [03:10] ross_ : has only "Picture" currently. on the side note it says Video4linux be the most common one. [03:10] thats a kernel thing [03:11] somebody has an advice on http://bugs.debian.org/270967 ? [03:13] seb128: strange interaction between rmdir and chattr I think [03:14] yeah. But that's a bug ? [03:14] I should reassign it to ... ? [03:14] seb128 : i'll reboot to my test ubuntu have a go at it, you say it will erease /etc ? [03:14] seb128: rmdir --ignore-fail-on-non-empty ignores EEXIST [03:14] seb128: but if the directory's immutable then you get EPERM instead [03:14] Kamion: you see my email on postfix vs d-i? [03:14] debianist: no, will no, just display an error on purge with chattr +i / [03:15] seb128: er, I'd consider it a bizarre corner case and close it, TBH, it's purely cosmetic ... [03:15] lamont: don't think so, where? [03:15] cjwatson@d.o [03:15] Kamion: ok, thanks for the explanations [03:15] Kamion: should I toss a copy somewhere else? === Mithrandir grumbles [03:16] seb128: it'll be either coreutils or the kernel if it can be "fixed" at all [03:16] lamont: when, what subject? [03:16] Subject: postfix and the installer [03:16] about 6-8 hours ago [03:16] Kamion: hum, perhaps I should reassign it as minor on coreutils ? [03:16] 05:36 UTC [03:17] Message-ID: <20040910053656.GA30825@mmjgroup.com> [03:17] seb128: coul dbe [03:17] s/ d/d [03:17] ok, thanks [03:18] lamont: can't find anything in my mail logs at all [03:18] lamont: throw it at cjwatson@canonical.com, see if that gets to me [03:18] why do my packages _always_ end up having gcc source code in them? [03:18] as in, _the_ gcc source code. === Mithrandir sighs [03:19] bounced [03:19] I'm sure it's a conspiracy. [03:19] er, that is, I bounced it to you - same date, etc. [03:19] elmo: damn. Mithrandir's onto the conspiracy.... [03:27] *grumble* [03:29] lamont: uh, postfix is in Base ... [03:29] and crap sends email while running through */config [03:29] that is, during preconfig [03:30] and email doesn't work until postfix is configured. [03:30] in part because postfix creates its user/groups in postinst... [03:30] and moving all of postinst into preinst just feels evil. :) [03:31] I'll reply by mail [03:31] thanks === Keybuk [scott@syndicate.netsplit.com] has joined #ubuntu [03:50] yay, fan+thermal in the installer [03:50] nice quiet box [03:54] thom: BTW, the new pmount is in (that supports -l) [03:55] thom: any success with that hal [03:55] thom: ? [03:56] pitti: i've not thrown my computer out of the window yet [03:56] but i've not really started the day yet, either [03:56] guess i'm on nearly-american time toda [03:57] thom: did you feel like? :-) [03:57] yesterday, yes [03:57] thom: throwing windows out of the computer is always a better option. [03:58] well, that would mean i couldn't shoot monsters :_0 [03:58] fabbione: pong [04:00] or watch Firefly and learn rude chinese phrases :p [04:00] heh [04:09] Kamion: that explains why it used to work.. :-) === lamont ponders [04:25] gnome-terminal is slooow. [04:26] it has problems keeping up with my gcc compile. [04:27] Mithrandir: VGA console rocks [04:27] fb is slow [04:27] I rather just detached the screen [04:27] Mithrandir: radeonfb is fast, too, but I really mean VGA [04:27] Mithrandir: or, switch to another console :-) [04:28] yeah, radeonfb is ok-ish fast. [04:30] Mithrandir: still, no terminal is fast enough to keep up with a Warthogs developer :-) [04:30] :) [04:30] right now, I'm waiting for gcc and shit to compile.. that takes a while, even on a P4 2.4GHz. === StoneTable [~stone@65.169.94.254] has joined #ubuntu [04:31] I'm invited to dinner. CU later! [04:31] have fun [04:31] thom: thanks, you too! [04:47] *yawn* [04:47] what is the recommended pppoe config tool in ubuntu? [04:51] i've used pppoeconf once at home, but that wasn't in ubuntu [04:51] its got a nice debconfized frontend [04:52] ok [04:53] weird, was it recently removed from warty? [04:53] because debootstrap wants to install it [04:53] (it = pppoeconf) [04:53] Mithrandir: AIUI pppconfig knows how to configure pppoe now [04:54] ok [04:54] ppp spits out messages about running mknod === debianist [~pooh@212.199.219.246.forward.012.net.il] has joined #ubuntu [05:12] anybody saw the trash applet disappear after an upgrade? [05:13] can't find it nowhere anymore === debianist upgrading..seems trash applet on the upgrade list again. wonders. [05:15] why the heck does gnome-cups-manager only recommend gksu ? [05:17] AND OH MY GOD WHY DOES IT PRINT MY PASSWORD ON STDOUT?? [05:17] oups, same here [05:18] jdub made changes to use gksudo [05:18] ok, I'll file a bug and assign to him [05:19] hum, apparently not due to the patches === debianist [~piglet@212.199.219.246.forward.012.net.il] has joined #ubuntu [05:21] nice new menu layout. how come reloggin a previous user doesn't update the menu layout? (there's need to create a new user account) [05:21] no way [05:22] what do you call "menu layout", the computer menu, or the starters and applets on the panel ? [05:34] computer menu [05:34] applications did not change [05:35] seb128 : any idea why a new account must be created to witness the changes? [05:35] doesn't sound possible to me, assuming you've added the main menu applet to the panel (there by default) [05:38] oh [05:39] debianist: as said before, no way, killing the panel is enough to get the changes === pdr [~pdr@213.86.35.150] has joined #ubuntu [05:51] seb128 : k [05:52] seb128 : i have logged in and out several times, and nothing changed [05:53] debianist: which version of gnome-panel ? [05:55] seb128 : Gnome gnome-panel 2.7.92.1 [05:55] dpkg -l gnome-panel [05:55] I know which upstream version is in warty [05:55] ii gnome-panel 2.7.92.1-0ubun Launch and/or dock GNOME 2 applications [05:56] COLUMNS=150 dpkg -l gnome-panel [05:59] 2.7.92.1-0ubuntu6 [06:00] ok, screenshot of the computer menu open after a killall gnome-panel please :) === glyph is away: LUNCHTIME [06:00] seb128 : in about 15 miuntes..ok? [06:03] no problem [06:09] mdz: around ? [06:09] seb128: yes [06:09] http://packages.qa.debian.org/x/xpdf/news/1.html [06:09] we have -7, that's -8 (current in debian) [06:09] I need to upload to add the mime type handling [06:10] do you think we should take -8 ? [06:15] seb128: ok [06:15] thanks === doko [doko@dsl-082-083-131-015.arcor-ip.net] has joined #ubuntu === pdr [~pdr@213.86.35.150] has left #ubuntu [] === Kinnison [~dsilvers@haddenham.pepperfish.net] has joined #ubuntu [06:31] re === kagou [~kagou@AMontpellier-251-1-37-23.w81-251.abo.wanadoo.fr] has joined #ubuntu [06:39] hi === thom takes a large mallet and beats hal === kagou [~kagou@AMontpellier-251-1-25-52.w81-251.abo.wanadoo.fr] has joined #ubuntu === ik5pvx [bofh@62.211.255.243] has joined #ubuntu [07:05] Kamion: is the install CD splash image final? it looks a bit odd [07:07] mdz: the weird black and white one? [07:08] or the colour one? === lamont__ [~lamont@mesaradio41.customer.frii.net] has joined #ubuntu [07:08] Kamion: black and white [07:09] Kamion: also, I seem to be running into the same problem jdub was, where cdrom-detect fails and it ends up with "Failed getting Release file /cdrom/dists//Release" [07:09] mdz: I did a lot of SVG hacking earlier today to try and improve it, it's less bad now [07:09] mdz: but it still looks pretty toytown [07:09] mdz: what does 'debconf-get cdrom-detect/cdrom_hdparm' say? [07:10] Kamion: -c3 [07:11] mdz: rsync a new image, I built one middle of today [07:11] ah [07:11] mdz: it can take a while for changes to propagate from the archive to initrd [07:11] +s [07:11] this would be the daily from 0800 today [07:11] because there has to be a daily-installer-* build first and elmo has to byhand that, and the CD daily builds happen before elmo normally gets up [07:11] I'll get the new one [07:18] mdz: I'm making a few changes to the way I handle debootstrap, to make it automatically generate nearly everything from germinate output (it only looked at i386 beforehand) [07:18] mdz: I notice that hfsplus, hfsutils, and libhfsp0 are technically in Base on all architectures, even though we really only care about them on powerpc [07:19] (since they're available in the archive on all architectures) [07:19] mdz: do you want me to come up with a way to override those out of Base on amd64/i386, or should they just be left there? [07:24] mdz: I also want to take the bootloaders out of the list that debootstrap installs; that's becoming established practice in Debian, since if you use expert mode and opt to install lilo then you don't want the grub package installed, and on some subarchitectures having the wrong bootloader package installed can actually be harmful [07:25] d-i is already capable of installing the bootloader packages on-demand itself [07:29] Kamion: if it's simpler, I don't mind them being in base on all architectures [07:29] Kamion: eek [07:30] Loading [07:30] Invalid or corrupt kernel image [07:30] uh [07:30] works for me? [07:30] bad burn maybe [07:30] let me see how difficult an override would be [07:31] hmm [07:31] looks fine when I mount it [07:31] 9a68e53af1ea1f411f5e63b712def20a install/vmlinuz [07:33] 90f938370f70927f3996da63f89462c2 /mnt/install/vmlinuz [07:33] weird [07:33] no errors [07:34] that's just loop-mounted, and rsync thinks it's accurate [07:34] yeah, I get that from my loop-mounted image, too [07:37] anyway, got to go for a bit === thom sighs at hal. [07:41] sigh. I need to find a better coffee shop. [07:41] i'm sending the callback for the device removal as soon as i know what the device is, but by the time gvm responds to that, the data is still gone [07:42] which is, i guess, why they try to do the umount in hal, since the scheduling is just broken [07:47] Kamion: ah, nice colour logo now [07:48] mdz: re 1126 - it's either Depend procmail, or have postfix deal with mailbox_command failing.. I'm inclined to go with Depending, but don't really want to do that to Debian. [07:49] lamont2: #1126 is a Warty bug; just needs to be fixed in Warty [07:49] mdz: yeah [07:49] mdz: we might have to allow hal to pumount things that gvm mounts, at least for warty [07:50] that grumbling is just me wearing my debian maintainers hat. :-( [07:50] kicking and screaming on the way to make the change, as it were. === ddaa [~david@nemesis.xlii.org] has left #ubuntu ["Client] [08:06] lamont2: what about this linux-kernel-di vs. linux-image vs. mkinitrd issue? [08:07] was just firing up windows to go check on that. Most likely situation is the damn kernel image's refusal to remove non-interactively. [08:09] hey [08:09] do you guys have i915 support in xf86? [08:09] lamont2: you were...uh...what? [08:09] dieman: that's a question for daniels or fabbione, not sure [08:09] ok [08:10] er, xterm windows.. [08:10] im going to login to my ubuntu box at home and check the changelog [08:10] xf86 has it, but i dont know if x.org picked it up [08:10] /var/lib/dpkg/info/initrd-tools.postrm: line 7: update-modules: command not found [08:10] and if they backported it [08:10] lamont2: ah :-) [08:10] we have a winner... [08:10] yeah [08:10] lamont2: so initrd-tools needs depends: module-init-tools | modutils? [08:11] yep === lamont2 will add that [08:11] thanks [08:13] utf8 "\xF6" does not map to Unicode at /usr/bin/dch line 612, chunk 1. [08:13] ain't utf 8 terminals/locales fun? [08:17] \xC3\xB6 :-) [08:18] initrd-tools and postfix uploaded [08:20] mdz: retried linux-kernel-di-i386, will check the rest of the buildd's chroots when I get home. :-( [08:21] lamont2: oh, you are not at home? [08:22] if dpkg selection is set to purge (but the package is installed), will apt-get upgrade actually upgrade the package? [08:22] down in town fetching sounder 8 [08:22] and waiting for my wife to come back with the car.. :-) [08:22] I _could_ do it now, but it's easier to just watch the build logs and deal as needed... [08:23] sitting at the nice coffee shop [08:25] regrettably, so is about half of the college. [08:27] lamont2: apt does not pay attention to the dselect selections unless you use dselect-upgrade [08:31] cool [08:31] next automatic upgrade will fix the rest of the chroots then, 0200-ish UK time [08:32] amusingly, the apt-get -udy upgrade isn't noticibly slowing down the rsync. very interesting. [08:32] maybe they rate-limit on a per-connection basis [08:32] (same host both ends..) [08:32] must be, but that's new if true [08:33] both are completely I/O bound (cpu is ~0% busy) [08:35] daniels: PING === npmccallum [~npmccallu@69-162-252-7.ironoh.adelphia.net] has joined #ubuntu === lamont2 makes a note to verify initrd-tools on debian and file a bug w/patch later as well. on to elfutils again [08:37] lamont2: I hate to pull you away, but you have 3 RC bugs which need your love [08:37] and we release our preview in 5 days === lamont2 loves the bugs [08:44] seb128: ping? [08:47] mdz: 1115 - main has no references to libmysqlclient12 (outside of that source package, which could possibly move to universe??) would you like the bug closed or downgraded? (universe is still thuroughly b0rked, of course...) [08:48] germinate disagrees [08:48] elmo: germinate is probably right then.. [08:49] apt-cache showpkg should show everythign in the cache, no? [08:49] what does germinate list, I wonder? === lamont2 uploaded redland and one other last night [08:49] mysql-client deps on libmysql12 [08:49] we want that in main [08:50] (not that it's relevant to the bug, of course, I'm just talking about the "move to universe" thing) [08:50] mdz: we're dropping ttf-bangla? [08:50] sigh. thought that one came from the other [08:50] elmo: yes [08:50] elmo: actually, it is semi relavant to the bug - I need to uload mysql-client as well [08:50] elmo: https://bugzilla.no-name-yet.com/show_bug.cgi?id=769 [08:51] lamont2: why do you need to upload mysql? === lamont2 applies clue-factor. [08:51] mysql-client is thename of the source ackage that delivers libmysqlclient12 [08:52] doh. === lamont2 went through this yesterday evening too. [08:52] anyway, wife almost here, heading home from there, and then back online [08:52] kamion: anastacia wants to remove *-di... guess the seeds need some love? [08:52] scrollback is intact at the house, it appears, will read when I get there. [08:53] mdz: are the DSA available in some other form than on www.debian.org/security? [08:53] mysql-client is a binary package [08:53] built by mysql-dfsg [08:53] doko: they are in webwml CVS, an RSS feed, in the mailing list archives, etc. [08:54] mdz: so do you want 1115 updated to reflect that just universe is borked (still open), or closed not-warty? [08:54] lamont2: I want for everything in main besides mysql itself to be built with libmysqlclient10; is that done? [08:54] yes [08:55] universe remains, and will continue to remain. [08:55] but then, universe isn't in the bts, is it.. [08:55] for the next 5 days, I encourage all of you to forget that universe exists at all [08:55] that is all [08:55] which really means 'fixed', not 'notwarty' [08:55] closing === lamont2 heads home -back online in about 30 === whiprush [whiprush@thorin.battleaxe.net] has joined #ubuntu [09:08] fmdzpong, saw your bug [09:08] guh [09:08] mdz: that [09:08] mdz: looking at cdrtools, i think the only real solution is to take 2.01a37 for now, possibly fork; im trying to contact other distro cdrtools maintainers about it === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu [09:12] daniels: what about 1056/1057? [09:13] did the network go away in the comptuer vfs view? [09:13] nm, found it in the menu [09:13] gar, why does postfix now depend on procmail? [09:14] tvon: yes, it did, and that's where it went :-) [09:14] elmo: because it wants to do local mail delivery [09:14] with procmail [09:15] and that makes sense security wise? [09:15] mdz: you told me not to work on scalable-cyrfonts, and i don't have any way to test the pfaedit stuff other than scalable-cyrfonts; doing a simple script, as i said, failed, and the only way i had to test it was through scalable-cyrfonts (seemingly the only package affected), which is in universe ... [09:16] hmm, I thought procmail was already in base [09:16] daniels: so your resolution was to just leave the bugs open and do nothing? [09:18] mdz: i'm working on other bugs. would you like me to close 1056 NOTWARTY, and add a note to 1057 that i'm working on other stuff which actually affects warty? [09:19] daniels: if 1056 is a bug in a package that is not in main, then yes, it should be closed notwarty [09:19] daniels: if 1057 is a bug in warty, but only affects packages in universe, then it can be downgraded === npmccallum [~npmccallu@69-162-252-7.ironoh.adelphia.net] has joined #ubuntu === lamont makes it home [09:23] elmo: was procmail not already base? [09:25] mdz: procmail is desktop, not base [09:26] lamont: yes, I see that now [09:26] in which case, it doesn't seem appropriate for postfix to depend on it after all === lamont considers making postfix "just work" when the mailbox command isn't there. [09:27] I seem to recall we discussed this some time ago [09:27] and you said that postfix could deliver mail to the spool without any external programs [09:27] which is why we don't need procmail in base [09:29] true. But if you tell it to use procmail, then procmail has to be there.. (at least right now...) Probably warrants at least a warning from local if it's not there... [09:32] let's not tell it to use procmail, then [09:32] it's trivial for users who want procmail to put it in ~/.forward [09:32] I don't see any reason why local delivery shouldn't work out of the box [09:33] and if it did, that would address all of those errors from maintainer scripts/debconf [09:33] (outside of base, anyway) [09:33] right. [09:33] which basically means reverse the change I just did, eh? [09:35] the other option (which I think might vioate policy) would be to add a procmail question 'should I tell postfix to use procmail?' in the event that it finds postfix is the mta... [09:36] but that's too much work for today. [09:39] lamont: what would happen then if you first install postfix, then procmail? [09:39] ew [09:40] Mithrandir: that's the situation we have: mailbox_command is not set, unless you then dpkg-reconfigure postfix, or postconf -e it yourself [09:40] this all seems a bit OTT to me - why can't the (minority? of) people who want to use procmail as the LDA configure postfix manually [09:40] +? [09:40] elmo: that's where I'm taking it. === lamont closes #1126 WONTFIX [09:43] bugzilla does the most bizarre DWIM things [09:44] I responded to that gnome-cups-manager and after I clicked on 'commit' it dumped me into some other random bug [09:44] elmo: it dumped you into the next bug in the list that you had fetched. [09:44] mdz: ping [09:44] <[Clint] > yeah, that annoys me too [09:45] lamont: dude, I didn't fetach a list - I clicked on a link in the freaking mail it sent me [09:45] yeah, it's awful [09:45] er, maybe the last list you fetched (3 weeks ago, even??) dunno [09:45] fabbione: pong [09:45] maybe it just wants you to have the opportunity to close another one? [09:46] fabbione: what do I need to do in order to debug this: https://bugzilla.no-name-yet.com/show_bug.cgi?id=1143 [09:46] mdz: down the road, I think the solution is to have procmail do something in _its_ postinstall to cause it to become the lda. [09:46] mdz: let me check.. i just come back [09:46] mdz: is the add-yourself-to-random groups going to be in the woody upgrade notes or something? [09:46] lamont: I think it then gives you the next bug in your bug list or something [09:46] lamont: yes, but for now, it should be sufficient to have postfix be non-broken [09:46] elmo: something like that [09:46] fabbione: thanks [09:47] mdz: 1126 is not about postfix being broken. and the others are about people trying to send mail before the MTA is configured. [09:47] mdz: did you do the usual test? or just a reinstall of the server? [09:48] lamont: ok, so 1126 is in fact a feature request for procmail by default? [09:48] lamont: which we aren't going to do, for warty at least [09:48] right === Mithrandir begins hating ia32-libs-openoffice.org [09:48] lamont: ok [09:48] and will (eventually) be fixed in procmail, not postfix. [09:48] fabbione: I did a fresh install from today's daily [09:48] fabbione: 4.3.0.dfsg.1-6ubuntu15 [09:48] mdz: ok i need you to play a bit [09:49] mdz: you need to stick a set -x in postinst and do a clean install of the package [09:50] fabbione: what is the best way to get it installed with set -x in postinst? [09:50] users need to be able to debug this with us === lamont looks at the other postfix bugs [09:50] mdz: it's not an easy thing [09:51] mdz: dpkg -e xserver-xfree86_blabla [09:51] mdz: dpkg -x xserver-xfree86_blabla . [09:51] mdz: vi DEBIAN/postinst [09:51] mdz: dpkg-deb -b . xserver-xfree86_blabla [09:51] fabbione: and this is what we must instruct users to do when X autodetection doesn't work?? [09:51] oh well, ia32-libs-source will just be some 60-70-80MB, it semms. [09:51] seems, even === Mithrandir sighs [09:52] mdz: no. that's to understand why xresprobe doesn't work for you [09:52] mdz: it is clearly a stupid bug somewhere [09:53] mdz: either xresprobe is adding a space somewhere [09:53] or the postinst is loosing the value somewhere [09:53] so it's a bug you fix once.. and that's it [09:53] also if autodetection fails there is the fallback [09:53] fabbione: ok, I have the output, where do you want it? [09:53] anyway [09:54] mdz: anywhere.. web.. mail [09:54] mdz: i wanted to talk to you for other stuff [09:54] mdz: nvidia drivers.. [09:54] emailed [09:54] mdz: i got the kernel module into linux-restricted- [09:54] hrm... need sounder 8... [09:54] mdz: from the same sources we also build the nvidia-glx (X binary driver) [09:54] mdz: but we will need to import other 2 packages [09:55] mdz: nvidia-kernel-common that i will need to upload as new (it needs a little ubuntu1 change) [09:55] mdz: and nvidia-settings [09:55] the latest 2 packages are in contrib [09:56] elmo suggested to stick them in restricted and I agree with him [09:56] fine [09:56] since they depends/reccomends/suggets restricted/non-free packages [09:56] ok [09:56] i only miss the last bits that i will complete right now [09:56] the package was more messy than expected [09:57] mdz: on the other side i killed one build layer, so that it will make easier to do security updates [09:57] fabbione: which one? [09:57] (which layer, I mean) [09:57] mdz: nvidia-graphics-driver (source) -> nvidia-glx{,-dev} and nvidia-kernel-source [09:58] mdz: nvidia-modules-i386 build-dep on nvidia-kernel-source [09:58] -> all the modules for the kernels [09:58] i killed the nvidia-kernel-source [09:58] now everything comes out from one package [09:58] hmm [09:59] does imlib2 need to be in main? [09:59] including the nvidia-kernel-source (last bit that i need to finish) for people that rolls out custom kernels [09:59] libcaca build-depends on libimlib2-dev [09:59] however, nothing depends on libimlib2 [09:59] so either something is statically linking it [09:59] or we don't need it [10:00] it'll be statically linking [10:00] libcaca doesn't provide a shared library [10:00] mdz: does it sound ok for you? [10:00] that is fucked [10:00] fabbione: yes [10:00] mdz: before i push everything in the archive? [10:00] mdz: ok goody [10:00] mdz: more or less than libgal20423? [10:01] elmo: does libgal statically link too? [10:01] no, someone managed to convince upstream to stop changing the ABI instead [10:02] but sam's pretty clueful, he tends to only do the static-only thing for fast moving, still-in-development and not-1.0-yet libs [10:05] mdz: did you get asked for the question about modes? [10:05] mdz: right?= [10:05] fabbione: correct [10:06] during the install from CD [10:06] mdz: yes.. i can see.. i think there are 2 bugs there.. [10:06] mdz: cyrus-sasl2_2.1.19-1.1 includes security fixes... :-( [10:07] mdz: one is that when it detects the resoltuion the priority is not lowered (reason why you see the question) and another one seems to be a missing db_get (again) [10:07] mdz: but i will check it after the nvidia stuff [10:07] i want to close this package [10:08] fabbione: it was working for me in Oxford, but my past few installs have not worked [10:09] in that they asked the mode question [10:09] mdz: yup.. i got it [10:09] fabbione: when I install my hacked .deb, it doesn't ask me the mode question, though [10:09] it only happened when I installed fro mCD [10:09] and no, I do not want to burn a CD with set -x and reinstall :-) [10:10] mdz: don't worry :-) [10:11] i am not going to ask you to do that [10:11] mdz: ah... so if you purge and reinstall the server from the net it works??? [10:11] or from a local archive= [10:11] ? [10:12] fabbione: I followed your instructions, and it only asked me for the keyboard layout [10:12] AH === fabbione scratches his head [10:12] I can do a reinstall from the same CD if it would help [10:12] i am thinking.... [10:12] just a sec... [10:12] i need to picture... === fabbione puts away nvidia packages... [10:16] does installing from CD stick anything strange in the environment? [10:16] like a $2 on installing the package? [10:16] fabbione: you wanted to hand me over the kernel-restricted package? [10:17] doko: not yet sorry.. i was searching for you for a bash/make question.. but i found an answer already [10:19] mdz: question.. when you install as i explained in the mail, do you notice the screen flashing? [10:20] mdz: like when you run X -probeonly or something [10:20] mdz: any comment on what we do about umounting? [10:21] mdz: only signficant diff on the db4.2/cyrus-sasl2 front is that debian has a versioned b-d on libdb4,2, and we don't. Will update [10:30] dpkg-buildpackage -rfakeroot -uc -us [10:30] dh_testroot: You must run this as root (or use fakeroot). [10:30] ??? [10:30] and i am not in build: target [10:30] fabbione: anything messing with LD_PRELOAD? [10:31] fabbione: yes, xresprobe runs and the screen flashes [10:31] i just opened a clean shell... [10:31] mdz: does the same when installing from CD? [10:31] thom: can we have hal call pumount in place of umount? [10:31] lamont: ok [10:33] lamont: nope.. the same code in another package work [10:34] THIS IS SO ANNOYING [10:34] mdz: yes, but doesn't that give us the problem that it's the wrong uid? [10:35] mdz: last i spoke to martin, pumount wouldn't unmount unless the uid of the running process is the same as the uid of the mount [10:35] thom: the current pumount should not have that problem [10:35] ok, great === seb128_ [~seb128@ANancy-111-1-16-34.w81-50.abo.wanadoo.fr] has joined #ubuntu [10:36] mdz: have you read the changelog from cyrus-sasl2_2.1.19-1.1? === lamont files a warty bug [10:36] lamont: what would you sugget to debug that problem [10:36] ? [10:37] mdz: pong [10:37] lamont: yes, and I don't see any security fixes in it [10:37] lamont: only in 2.1.19-1 [10:37] we could take 2.1.19-1... [10:38] seb128_: I forget :-/ [10:38] ok :) [10:38] lamont: 2.1.19-1.1 looks OK [10:38] want I should ask for a sync? [10:39] yes [10:39] seb128_: oh, I think it was about the PATH [10:39] seb128_: does any part of gnome or gdm set PATH for the user? [10:39] seb128_: I want to know how to change the path that the user gets when they open gnome-terminal [10:40] which is a non-login shell by default === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu [10:40] mdz: /etc/X11/gdm/gdm.conf:DefaultPath=/... [10:42] seb128_: thanks, are you planning a gdm upload soon? [10:42] if not, I will upload it to add sbin [10:42] no upload planned for the moment [10:42] mdz: when is the freeze for lamont: https://wiki.no-name-yet.com/PreviewFreeze [10:44] seb128: debian seems to have a new upstream [10:44] yes, we want to sync it at this point ? [10:44] I was not sure [10:45] mdz: hum, since it's a part of the GNOME desktop ... will look to sync it tomorrow. You want /sbin in the DefaultPath ? [10:45] seb128: yes, just set DefaultPath to the same as RootPath please [10:45] ok [10:45] seb128: do you want a bug to remind you? [10:46] no, that's fine, I've added it to my todo list [10:46] thanks [10:46] np [10:47] argh. the other issue we may have is that gnome-volume-manager kills itself if hal gets stopped [10:47] Keybuk: how hot does your lappy get? [10:47] thom: oh, so that's what kills it sometimes on my desktop.. [10:48] mdz: of course, you have to look at /WartyWarthog to get the date. I'm assuming that the schedule means that PreviewFreeze started sept 6. [10:49] lamont: yes, we are in previewfreeze except where explicitly overridden from higher up [10:49] mdz: will FinalFreeze be done purely administratively (slapping heads of offenders), or will the source-insertion acquire a manual flavor? [10:50] lamont: I hope that we can do it without brute force [10:50] ojk [10:50] Mithrandir: depends [10:51] Hrm... FeatureFreeze page references FeatureGoals, which is not there.. :-( [10:51] it keeps itself comfortable for having on the lap with just boxers usually [10:51] Keybuk: ok [10:51] there's enough redundant fans to kick in when it warms up that it doesn't burn [10:51] unless thom doesn't make the thermal module load, then bad things happen [10:51] Keybuk: the nc4010 is about 10kNOK cheaper than a fully-loaded x40, so I'm considering it instead. [10:51] Keybuk: you find that depends provides sufficient insulation above and beyond boxers,eh? [10:52] the nc4010 is also rather higher spec than the X40 [10:52] how so? [10:52] 1.7Ghz 2GB RAM max vs. 1.2 Ghz 1GB RAM max [10:52] ehm, the x40 has 1.5GB max RAM [10:53] and you can't compare the cpus directly either, one is LV, the other is not. [10:53] LV? [10:53] low voltage [10:53] low voltage [10:53] they're both P-M [10:53] (and CPU speed isn't too important to me, but that's me) [10:53] same series from what I recall [10:54] the X40 is a little smaller and lighter though, and has the upper hand on battery life [10:55] lamont: FeatureGoals never existed [10:55] the price I got from HPs web site was sans VAT, that evened them out a bit [10:55] but the nc4010 still has the upper hand. :/ [10:55] I like them both [10:56] it was the lack of the touchpad on the X40 that swung it for me === Keybuk can't live without one [10:56] I have a touchpad I never use [10:56] I dislike touchpads, so that's ok [10:57] i used to think i couldn't live without a touchpad. but i'm very happy with the X40 [10:57] thom: I broke my fingers as a kid, and they never properly healed, so the pressure needed for the nipple just hurts after a while :-( [10:58] arh [10:58] Mithrandir: just don't get the Dell or Apple [10:59] Keybuk: don't even _mention_ dell. I will not, ever, ever, ever buy anything from them. [10:59] I still like the old LS, but it was the only decent laptop they ever made [10:59] apple is nice, but the missing support for airport extreme and the lack of mouse buttons counts against it [10:59] and the lack of pcmcia ? [11:00] why is that a big issue? I mostly use pcmcia for my wlan card. :P [11:00] yeah, but with no working internal wifi, you're left a bit stuck [11:01] thom: the x40 also has three mouse buttons, don't it? [11:01] yeah, the nc4010 has an irritating 4 [11:02] it would've been better if they'd stuck a third in the middle rather than two [11:02] only IBM seem to "get" the whole 3-mouse thing at the moment [11:03] do the four on the nc4010 appear as distinct buttons to X? [11:03] yeah [11:03] mdz: hal@fandango:/$ pumount -l /dev/sdb1 [11:03] Error: device /dev/sdb1 was not mounted by you [11:03] two on the touchpad, two on the stick (which appear as seperate devices) [11:04] thom: pmount 1.0-1? [11:04] er [11:04] 0.1-1? [11:04] yeah [11:05] thom: mail martin about it; I think he was supposed to have removed that [11:05] Keybuk: have you gotten suspend and such to work properly or is it still fucked? [11:05] yeah, will do [11:05] mdz: did you read my question before? do you see the same screen swtiching while installing from CD? [11:05] fabbione: I don't know [11:05] still broken somewhere [11:05] that kinda sucks. [11:06] mdz: you can investigate that without using a -x in xserver-xfree86.. mind to check? [11:06] the consensus was that it was the Radeon causing the problems, but the new reset patches didn't help either :-( [11:06] fabbione: ok, I will start another reinstall [11:06] mdz: it will make the thing much easier [11:06] mdz: thanks [11:06] it suspends fine, S3 resume doesn't work though (S4 does) [11:06] mdz: if it does not flip screen, yell at xresprobe :-) [11:06] fabbione: xresprobe works fine when I run it manually [11:06] right, it works with that fix [11:07] the ACPI support is otherwise flawless (you can do things like echo on >/proc/acpi/fan/FAN2/state and stuff) [11:07] and when I did this test with you === ggi [~ggi@ggi.base.supporter.pdpc] has joined #ubuntu [11:07] Keybuk: what radeon does it have? [11:07] IGP340M [11:07] what does that translate to, model-number-wise? [11:07] thom: and what kind of gfx card is on the x40? [11:08] I wonder why vendors don't give out such info in the specs. :/ [11:08] no idea, that's the model number [11:08] http://www.ati.com/products/radeonigp/rigp340m.html [11:08] mdz: it is kinda of chicken egg problem. [11:08] npmccallum: how are you doing on your bugs and the init script changes? [11:09] i855 [11:09] Mithrandir: ^ [11:09] mdz: xresprobe needs X and viceversa. it is true that xresprobe is installed, but it might be that X calls it too soon during a full clean installation and it fails on laptops [11:09] mdz: since on laptops it has to execute X to detect the panel size... [11:09] thom: ook. 3d-wise sucks, or? [11:09] Mithrandir: no idea [11:09] fabbione: can you think of any other way to test this other than a complete reinstall? [11:10] fabbione: not only does this take some time, but if I am not staring at the screen the whole time, it is easy to miss whether or not there is a mode change [11:10] Mithrandir: i think it's not horrible but not great either [11:10] mdz: not really..... if it works in console and not on CD i am not sure how to check it... [11:11] mdz: i don't have a laptop to scratch right now [11:11] thom: ok, that's good enough for me. Would be nice to be able to play some games, but I don't need D3 support. [11:11] mdz: so someone has to do it for me [11:11] 3D isn't really a laptop feature [11:11] esp when the laptop has no cd and a 12" screem [11:11] screen [11:11] thom: 12" is plenty. :) [11:11] yeah [11:11] I still have good eyesight on my one good eye. [11:11] fabbione: another difference is that X is already running when I test post-install [11:12] mdz: please can you test it exactly like i posted it? [11:12] mdz: with no X running.. nothing.. from pure console? [11:12] *sigh*, gcc-3.4 has at least gotten to running the test suite.. [11:13] mdz: each time you add or change something might give different results and/or another variable to take into account [11:13] aye, I find 12" about right [11:13] fabbione: there are a huge number of variables [11:13] mdz: installing from console witu no X runnig should be like installing from CD [11:13] fabbione: whether or not X has started since boot, what mode the text console is in, etc. [11:13] there are many differences [11:13] anyway I will shut down X and try it [11:13] mdz: that's why if we can try to keep them down to minimum it will be easier [11:13] but this worked during Oxford! [11:14] in all situations I tried [11:14] it is not something weird with whether X is running or not [11:14] mdz: there have tons of changes since Oxfords [11:14] we fixed a shit load of bugs [11:14] mdz@potpal ~ $ sudo /etc/init.d/gdm stop [11:14] Password: [11:14] * Stopping GNOME Display Manager... [ ok ] [11:14] mdz@potpal ~ $ sudo xresprobe ati [11:14] id: [11:14] res: 1024x768 [11:14] freq: [11:14] nothing can guarantee that i didn't introduce another one [11:14] mdz@potpal ~ $ [11:15] so now I will proceed with the reinstall [11:15] thanks === lamont wanders off to download sounder 8 === lamont pounds his head on the table [11:27] lamont: I thought you downloaded sounder 8 at the cafe earlier today? [11:27] lamont: the current daily is better [11:28] mdz: what do we do about #986 ? we have that version of the package, but i can't see a valid reproduction recipe, nor do i know any thing about fonts [11:28] will grab current daily then., [11:28] I grabbed about 60% of it before my wife got back - damn college kids sucking up bandwidth anyway. [11:29] gonna drive down the road about 3 miles to a friends driveway and download it from inside the comfort of my car. [11:29] (yes, with permission) [11:29] _he_ has dsl, the bastards. [11:29] of course, it'll take me a few minutes to actually get out of the house. === fabbione shit! raid failure! [11:33] thom: I can't seem to reproduce it, but I don't have a postscript printer and the comments are pretty convincing [11:33] thom: it was introduced by the fix for another bug [11:33] maybe we should back it out, since this seems worse [11:33] lamont: dsl 3 miles away, but none for you, eh? [11:35] lamont: why is initrd-tools marked not-for-us on amd6? Or am I misreading my mail?