[12:00] Kamion : tested it a bit, the installer enters an endless loop - never snaps out , after it sasying it enters lowmem mode i.e. loading the lowmem packages. [12:00] Kamion: it's only the installer and main packages files which are used during the first stage anyway, right? [12:00] does qemu support serial interfaces? [12:00] mdz: hm, except that bunzip2 probably isn't installed at that point [12:01] Mithrandir: if you've got that sort of setup you wouldn't bother with emulation [12:01] mdz: and restricted [12:01] the uncompressed hoary/main packages file is only ~2M [12:01] Kamion: saves a box, though. [12:01] mdz: remember we're already winning over Debian mind [12:01] smaller Packages files [12:01] Kamion: right, and main and restricted are decompressed separately === Mithrandir goes to bed. [12:23] mdz: what did you think about my three Ship proposals for installer language support? [12:23] jfbterm, unifont, console-terminus [12:29] Kamion: I was wondering the other day, can you think of a good reason hostname shouldn't be autoset? [12:31] Kamion: did I miss your proposal? I lost some mail a few days ago [12:31] robertj: yes...autoset to what? [12:32] a random string? [12:32] the ubuntu-macaddress [12:33] would that cause the world to come to an end? [12:33] No, but it's pretty irritating behaviour. [12:34] I cursed Microsoft when they started doing that in their installers. [12:34] infinity: why? [12:34] "jkfdW2kk, now that's an intuitive hostname!" [12:35] "bobsmith1" might be nicer (based on username, or some other string entered in the installer) than the random gobleygoop. [12:36] Or use dict -m on something from urandom [12:36] That's fun too [12:36] chrisa : yes :) [12:36] but why do you need the hostname anyway? Chances are if they are going to register it with a dhcp server they will change the host nam [12:37] most desktop users won't be running any services [12:37] It's traditional for UNIX hosts to have a sane name, though. [12:37] And for people to have prompts like user@name:~$ [12:37] s/name/host/ [12:38] There's something endearing about user@jkfdW2kk:~$ [12:38] infinity: anyone at the prompt can figure out how to change their hostname then [12:38] I suppose. ... I'm not terribly emotional about it. [12:39] As long as I always have the option to run my installers in ultra-verbose, ask-me-everything mode, I don't know that I personally care. [12:39] I still prefer the idea of basing the name on the "create a normal user" username, though. [12:39] So, you'd get dave@dave01:~$ [12:39] Or whatever. [12:40] That'll make the paranoid ex-ms droids happy [12:40] (Of course, that's horribly out of order, as far as the installer is concerned) [12:40] "declined@declined: ~$" [12:40] mdz: http://lists.ubuntu.com/archives/ubuntu-devel/2004-November/001308.html (and subthread) [12:40] mdz: http://lists.ubuntu.com/archives/ubuntu-devel/2004-November/001309.html [12:41] robertj: there's an RFC about recommended practices for host naming ... [12:41] robertj: we attempt to set the hostname from DHCP or DNS, but if that's not possible I think getting a name from the user is appropriate [12:42] Kamion: it's really irritating though. Home users don't know what a host name is (better docs could help with that) and business users likely don't know where a given machine will end up [12:42] I dunno, IME arguments that start "most desktop users" tend to fall flat ... we had a number of experiences like that pre-Warty :) [12:43] Kamion: yeah, that was during my black{out,hole} period [12:43] mdz: thought it might've been [12:43] what does IME stand for? [12:43] In My Experience. [12:43] in my experience [12:44] Kamio: ahh [12:44] is this what you were thinking of? http://www.faqs.org/rfcs/rfc2100.html [12:44] we did talk about it before Warty - one of the reasons we left it as it is, actually, is that changing the hostname after installation is such a royal pain [12:44] the hostname has a bad habit of getting hardcoded into configuration files all over the place, rightly or wrongly [12:45] kamion: is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=99339 a concern for us? [12:45] robertj: I think there's a rather more serious one somewhere === sivang didn't know there were poems in RFs :) [12:45] sivang: look for "Jabberwocky" [12:45] Kamion : it's by Louis Kroll, right? [12:45] Kamion: how familiar are you with jfbterm? some of that i18n console stuff is scary (random setuid binaries and such) [12:46] sivang: parody thereof [12:46] Kamion : ah, k [12:47] Night everybody! [12:47] night pitti [12:47] mdz: jfbterm seems to work for me on powerpc [12:48] Kamion: if XP gives random host names, then the world probably won't come to an end if Ubuntu does as well. [12:48] mdz: hm, yeah, it has a setuid root binary, that's annoying [12:48] robertj: XP does lots of things that we're trying to fix :-) [12:48] Kamion: hostnames dont fix much [12:48] like I say, we did debate this before Warty [12:49] jfbterm would need a full audit, it seems [12:50] it has privilege-dropping code, and drops privileges as the first thing it does; but it's still a world-executable setuid-root program [12:50] It just seems contrary to an otherwise "Just the facts" type of setup [12:50] Kamion: what resources does it hold when it drops privileges? [12:51] it's the first thing that main() does, so just its starting file descriptors I should think [12:53] it does tty-switching by ioctl() on /dev/console and /dev/tty*, and a couple of things with /dev/tty* and /dev/fb* [12:53] some odd ioperm() stuff as well for vga16fb [12:55] we could defer that for now and just take the font stuff? [01:06] it certainly wouldn't need to be setuid if it dropped privileges as its first operation [01:06] ioperm() requires root, though [01:06] I'll look at it [01:07] Kamion: have you looked at them with an eye to the usual seed requirements? [01:07] (are they maintained, etc.) [01:07] I have no problems with unifont; seems dead simple [01:07] oh, they really are just fonts [01:08] there's #218720 [01:08] dunno if it matters though [01:09] unifont and console-terminus are both fine with me [01:09] I can't say I can claim unifont is maintained, but as you say it's just a font [01:09] we'll defer jfbterm for now, as you proposed [01:09] all right, thanks [01:10] it would be a good idea to send something to the new security-review list about jfbterm [01:10] jfbterm may be less of a concern now that we're doing UTF-8 throughout [01:11] I don't yet have a good feel for how good the Linux console's support for UTF-8 actually is in practice [01:14] Kamion : for my belingual needs, it's pretty fine, although console RTL input can be sometimes tricky. [01:17] has anyone tested ubuntu on intel emt64 chips? [01:18] i understand that its basically an amd compatible x86_64, but not quite. [01:19] I think it is enough that ubuntu should work [01:19] we provide a kernel for it and there's no userspace incompatabilities [01:20] but no, I don't know of anyone who's tested it [01:21] danke [01:25] mjg59: around? === pasc_ is now known as pasc [01:29] I believe the amd64-generic kernel should work too (just as well, since that's all that's on the CD) [01:30] right, sorry I more meant that our kernel was aware of EM64T [01:30] as in, at the source level [01:30] ah, right [01:42] mdz: Pong? [01:52] mjg59: how do the reports from your kernel look? what changes do you have that we'll need to merge into the default kernel? === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu-devel [01:57] mdz: For the most part, pretty good [01:57] mdz: Suspend to disk is still failing for some people for reasons I haven't tracked down [01:57] But other than that, the success rate for suspend to disk is almost perfect, and suspend to RAM is working better than I expected === Kamion gets his bug list back down to 100 bugs [01:57] guess that's time to hit the sack; night all [01:58] mjg59: which swsusp are you using? [01:58] Kamion: night [01:58] mdz: Kernel stock [01:58] mjg59: I thought that one didn't work with modular storage device drivers [01:58] mdz: I added some fairly trivial code so that echo -n resume >/sys/power/state triggers another resume [01:58] And then added code to do that at the end of the initrd [01:59] ah, I see [01:59] so we just need 2.6.9 [01:59] 2.6.10 would probably be better, but yeah [01:59] I've got a patch tree here, so I can show you what I added to the tree fairly easily [02:01] Mm. Yeah. 4 patches - at least one is in current Linus tree, one is the dodgy dsdt-initrd hack, one is theoretically needed but I haven't found a case that doesn't work without it and one is the swsusp stuff [02:04] how does Linus feel about the dsdt-initrd thing? [02:05] I doubt he's keen. The linux-acpi people certainly aren't. [02:06] mjg59: does your stuff work for all laptops, or just one model ? And if just one model, how do I convince you to teach me how to fix my laptop(s) ? [02:06] On the other hand, jdub needs it in order to get battery information [02:06] lifeless: In theory, all [02:06] What's the problem? [02:07] my hoverbook - you remember it right? - will go into battery sleep mode, but nothing brings it alive except for holding the powe down for 5-7 seconds. [02:07] and every time I've tried suspend to disk, it loops and never gets into sleep. [02:07] I'd /kill/ for battery sleep mode to work well. [02:07] lifeless: you don't have to kill! [02:07] daniels: do too. [02:07] lifeless: Ok, we have the first issue on multiple machines. [02:08] lifeless: an X40 is only a few clicks away [02:08] daniels: you offering me yours ? [02:08] no [02:08] but surely it's easier than murder [02:08] well, then, TEASE. [02:08] you are a sleep teaser [02:08] lifeless: I suspect the complete failure to wake is the same as the NC4010's failure to wake and the craptop's spontaneous reboot [02:08] craptop ? [02:08] lifeless: On the other hand, it's also worth checking /proc/acpi/wakeup [02:08] The VIA piece of shit we had in Oxford [02:09] lifeless: via aberration [02:09] cat /proc/acpi/wakeup [02:09] Device Sleep state Status [02:09] LID 3 *enabled [02:09] SLPB 3 *enabled [02:09] PWRB 5 *enabled [02:09] CRD0 3 disabled [02:09] LANC 3 disabled [02:09] Heh. Ok, that's not it. [02:09] AC97 3 disabled [02:09] thats what it claims :0. [02:09] Yeah, probably the same problem, then. The Intel guys know about it, I'm trying to track it down. [02:09] Suspend to disk is more interesting [02:10] can I help other than by throwing peanuts and shouting encouragement. [02:10] lifeless: Oh, if you could check suspend to RAM after init=/bin/bash, that would be good [02:10] Just mount proc and echo -n 3 >/proc/acpi/sleep [02:10] I'd expect it to fail in the same way, but it'd be nice to confirm it [02:10] Suspend to disk shouldn't fail in the way it's failing, as far as I can tell [02:10] But it seems unwilling to give large amounts of debug information [02:11] So I'll probably need to throw a pile of printks in a kernel and get you to test it [02:11] ok, I'll do so later - I'm high latency on debugging these things, generally each reboot. (Too busy working to fiddle much ...) [02:11] Once we've got this solved, it ought to work anyway [02:11] s/anyway/anywhere/ [02:11] I'm happy to run a custom kernel for you. [02:11] Cool [02:11] Do I need to start with a special kernel? Currently I've just warty's P4 kernel. [02:11] Oh [02:11] Were you testing my stuff with my kernel? [02:13] ahr. [02:13] Suspend to disk won't work without my kernel and my initrd [02:13] Uh, initrd-tools [02:17] apt-line ? [02:17] http://www.srcf.ucam.org/~mjg59/laptops/ ./ [02:17] You need the initrd-tools *first* [02:18] heh, or it'll fail to install the kernel :| [02:18] mjg59: yay, aptable [02:19] jdub: morning [02:19] yo yo [02:19] jdub: Dude, it has been for ages [02:20] ooh, qemu update works [02:21] hrmpf. usb camera plugged in, shows up in lsusb, why did nothing automount? and how do I cause it to mount? [02:21] lamont_r: did usbstorage find it ? [02:21] usb 1-2: new full speed USB device using address 3 [02:22] Nov 15 18:13:42 localhost usb.agent[3081] : libgphoto2: loaded successfully [02:22] Looks like the mass storage driver didn't bind to it [02:22] now I really wonder... [02:22] that sounds like a no. So, its not a mountable device. [02:22] which would mean? [02:22] oh. [02:22] thus the lack of automount love :). [02:22] lamont_r: It's not a mass storage device, so it needs an application that knows how to speak to it [02:22] gphoto ought to manage [02:22] you need to use gphoto to pull stuff off it === lifeless high fives mjg59 === jamesh [~james@203-59-50-191.dyn.iinet.net.au] has joined #ubuntu-devel [02:23] gphoto invocation? [02:23] mjg59: do I need to reboot post initrd-tools install before kernel install ? I presume not ... but checking is good. [02:24] lifeless: Nope [02:24] mjg59: whats the kernel image I should look for ? === lamont_r wonders what program to run to get to libgphoto and friends... [02:24] linux-image-2.6.9-something-386 [02:24] mako: http://fedora.redhat.com/projects/i18n/iiimf-faq.html [02:25] mjg59: you could probably use a pre-depends to force the initrd ordering. [02:25] 2.6.9-1-386 coming in. [02:26] lifeless: Yeah, but that'd require me rebuilding the damn kernel images again [02:27] well, /next build/ then :) [02:27] is there already a guide for qemu? [02:29] jdub: Yet Another Input Method To End All Input Methods.. i'm losing track :) [02:29] mako: oh, this week's ultimate input method === nmf [~nmf@adsl-b4-168-158.telepac.pt] has joined #ubuntu-devel [02:30] Just use Dasher [02:31] mjg59: this is cjk [02:31] mjg59: by 'ultimate input method for every language, not just the crap ones from the english fascists' read 'doesn't work for anything other than cjk, will abuse anyone attempting to make it work for non-cjk' [02:32] (including 8859-1) [02:37] daniels: i've heard of people using dasher for chinese input [02:38] oh wow [02:38] consider myself corrected [02:38] daniels: it must be a little disorienting [02:38] mmm [02:38] but yeah [02:39] mako: ii* seems to be the input method du jour [02:39] so many IMs are the Smart Common, or Unified, or eXtended, or Smart Extended or Integrated [02:39] and the great part is that all now seem to be providing interfaces to EACH OTHER [02:40] i'm getting some ideas IM wise for hoary though :) === alerios [~alerios@201.245.164.174] has joined #ubuntu-devel [02:40] some pretty non-invasive changes we can make that will do good good things [02:41] rocking [02:41] gnome has the infrastructure there already [02:42] more than six months ago, i used to do non-latin input in emacs exclusively.. now i will load up gedit even if it's just to paste it elewhere.. things are getting better quickly even if they aren't getting more organized :) [02:43] mako: I call lies, korean input for instance is still a pita (imo at least) [02:43] the gnome-kr dudes have some cool stuff for that [02:43] jdub: oh? [02:44] you'll have to find an interdimensional wormhole [02:45] chrisa: i'll admit, i haven't tried korean :) [02:45] brilliant! [02:45] there are *two* amharic input methods [02:46] well, that's impressive to me :) [02:46] When I went to try asian input I was overwhelmed by the bazillion IMs and even moreso by the fact that they have interfaces for each other [02:46] chrisa: yeah, but it's sort of necessary [02:46] for japanese at least, every one of those has a population that love it and won't use anything else :) [02:47] But we know better [02:48] It would be infinitely cool if gnome just had an abstraction that could handle korean/whatever [02:48] chrisa: http://gnome.or.kr/wiki/GnomeKoreaProjects [02:48] japanese kids may have had nintendo games 6 months before us but they are paying for their high-techedness by having to deal with 4 widely incompatible encoding schemes and supporting a dozen input methods :) [02:48] chrisa: everyone agrees on that one [02:49] chrisa: every one also agrees that their system is the correct umbrella under which to unify [02:49] jdub: thanks for the link === jdub loves the korean dictionary program -> 'gdick' [02:49] what does 302 mean from apache? [02:49] heh [02:50] jdub: now all you need is for someone to adopt it [02:50] jdub: they can be the gdickfoster [02:50] redirect [02:50] yeah - figured that out... grumble [02:51] lamont_r: glad to hear the cds went over well :) [02:51] mako: yeah - went over pretty well [02:52] bdale took some back to colorado with him, will be handing one to each of Martin Fink's staff on tuesday [02:52] lamont_r: nobody riled by the "peanut smuggling"? :) [02:53] wednesday i should be able to drop off a whole bunch at the NYLUG meeting [02:53] peanut smuggling??? === jdub will hopefully have CDs before SLUG at the end of the month [02:53] lamont_r: it was a comment kinnison made [02:53] jdub: you don't have them already? [02:53] no [02:54] i ordered about 200 for slug with my address [02:54] mako: didn't see kinnison's comment [02:54] lamont_r: i'm assuming it a was reference to nipples :) [02:54] ah [02:54] no complaints from that crowd at all. [02:55] mako : peanut smuggling ? :) [02:55] evidently, it's a pretty common term [02:55] (among some circles) [02:55] right [02:55] nuts ? [02:55] well.. gotta go take a break from typing for a bit... bbl. [02:55] jdub: so it looks like i will be making it down this conference in veracruz to talk up ubuntu [02:56] mako: oooh, nice! [02:56] jdub: there's a day devoted to nothing but randall schwartz, maddog, rms, and me talking about ubuntu [02:56] !! [02:57] mako: You're an open source celebrity [02:57] Make sure you tell rms that [02:57] i hope the "me talking about ubuntu" is in virtual parentheses :) [02:57] jdub: seriously, a clerical error [02:57] jdub: equal billing even [02:58] rawk! [02:58] Heh [02:58] dude, how many cds do you have? :) [02:58] jdub: ~400 [02:58] it won't last [02:58] You're obviously almost as famous as tbm [02:58] mjg59: at LSM 1.5 years ago, someone came up to tbm and i asked for my autograph [02:59] mjg59: tbm was like "do you know what he is?", they say 'yes', then "do you know what i am?" :) [02:59] mjg59: he was riled [02:59] Something like that happened as FISL [02:59] mjg59: good :) [03:00] We were having lunch and some leading south american open source guy came up [03:00] Martin started introducing himself, then he looked at martin's nametag and said that he'd got the wrong person [03:00] Then started talking to me... [03:01] haha [03:01] heh. you da man. [03:01] he really doesn't like that :) === daniels giggles. [03:02] jdub: yeah, i've been talking the gulev organizer about ubuntu back and forth for a couple months now.. it's paid off i guess :) [03:02] jdub: of course, the fact that he really likes our work doesn't hurt :) [03:05] the only thing that really shits me about reading CJK screenshots and pages is that ASSTASTICALLY ugly serif they're used to, it drives me up the wall === ironwolf [~ironwolf@c-24-6-251-226.client.comcast.net] has joined #ubuntu-devel [03:08] jdub: you mean latin text on CJK pages having ugly serifs [03:08] jdub: ? [03:08] yeah [03:08] mmm, that sucks [03:08] there's like this classically CJK ugly ass filler font [03:08] you can avoid it, though [03:09] it's as simple as using the lang attribute correctly [03:09] heh [03:09] seriously [03:09] most people just say the whole page is in Japanese, and then you get the ugly filler font [03:10] they just shouldn't put filler characters in [03:10] bastards [03:10] it offends my eyes [03:10] hrm [03:10] fell into mjg59 mode for a minute there [03:12] I wonder if everybody in Asia thinks Western Latin fonts are ugly [03:16] "look at those sans serifs! how do they read them? each letter is like a typographical non sequitur! it's criminal!" [03:17] I bet that's just how it is [03:53] When doing diversions, does the 'divertor' package have to depend on the 'divertee' package? === fubarpa [~fubar@pcp02728543pcs.epensb01.pa.comcast.net] has joined #ubuntu-devel === justdave [~dave@24.236.223.222.gha.mi.chartermi.net] has joined #ubuntu-devel === fubarpa [~fubar@pcp02728543pcs.epensb01.pa.comcast.net] has joined #ubuntu-devel === mojo_ [~mojo@220-244-212-78-vic.tpgi.com.au] has joined #ubuntu-devel === sm [~simon@lsanca1.ar5-4.15.64.42.lsanca1.dsl-verizon.net] has joined #ubuntu-devel [04:58] morning guys === ironwolf [~ironwolf@c-24-6-251-226.client.comcast.net] has left #ubuntu-devel ["Leaving"] [05:08] hello :) [05:08] http://www.ubuntuforums.org/showthread.php?p=19255#post19255 === fubarpa is new around here [05:09] fubara: [05:09] fubara: what field are u working on? [05:10] I'm actually trying to figure out where I'd fit in. I want to help :) [05:10] fubara: are u good a C++? [05:11] heh, that's one language I'm not well-versed in [05:12] fubara: we need more testers [05:12] fubara: please report all bugs related to GNOME to us [05:12] Well, I just upgraded to the development version [05:12] but, I'm using KDE as my main desktop right now [05:13] fubara: then it's bit hard, b/c we don't support KDE, we already made up our mind, GNOME is the only desktop on Ubuntu [05:13] fubara: we don't want to create a distro that mixed up 2 wm [05:14] fubara: initially, I used KDE but then KDE 's getting heavier and messier, so I use GNOME for its simplicity, slim and pro GUI [05:15] guys. kde vs gnome. offtopic here. somewhere else. [05:15] (please) [05:15] no prob. I can test Gnome out too :) [05:15] Not tryin to start a desktop war... just wanna be helpful :) [05:15] fubara: cool, [05:16] fubara: I think u should play around with GNOME applet, try to test it with all possible cases [05:16] fubara: and report all the bugs to us, make sure u update to latest GNOME 2.9.1 provided by our respository [05:18] I just ran dist-update against hoary repositories... I should be ok, I think unless it just updated again [05:20] daniels: are we allowed to include restricted-kernel and nvidia driver along? === ultrafunk [~pd@eth779.vic.adsl.internode.on.net] has joined #ubuntu-devel [05:41] any laptop team members around? :) === George^Deka [~george@155.b.008.mel.iprimus.net.au] has joined #ubuntu-devel === hornbeck_ [~hornbeck@adsl-69-155-172-150.dsl.okcyok.swbell.net] has joined #ubuntu-devel === Manoj [~srivasta@host-12-107-230-171.dtccom.net] has joined #ubuntu-devel [06:25] mdz: i wonder how ubuntu-meta will behave on new archs... [06:25] hey Manoj [06:25] Manoj: decided to join the dark side? [06:26] just checking out the competition [06:26] fabbione: all that is necessary is to update the control file and the 'update' script [06:26] Manoj: that's not a word we like to use, in relation to Debian at least ;-) [06:27] Manoj: there is no competition [06:27] heck, we seem to be losing users (as seen on p.d.o) to ubuntu all the time ;-) [06:28] where do you see it on p.d.o? [06:30] Tollef Fog Heen today [06:30] and debianplant had a whole slew [06:30] you mean planet.d.n ? [06:30] planet.debian.org [06:31] p.d.o can also be people.d.o.. you know :P [06:34] or packages [06:34] or pr0n.debian.org :P [06:38] hmmm [06:38] i am impressed [06:38] Files: [06:38] fbfa4592b55df290560f15a8557ede60 2050 base optional ubuntu-base_0.7_sparc.deb [06:38] eab4727f301eb5f122aea34ec044484b 2056 base optional ubuntu-desktop_0.7_sparc.deb [06:38] i wonder what's in there :) [06:38] done [06:38] Can't open base-sparc: No such file or directory. [06:38] Can't open desktop-sparc: No such file or directory. [06:38] touch build-stamp [06:38] this should fail [06:48] lamont_r: just for curiosity.. how do you handle dep-wait in phase1? [06:48] i got a bunch of packages in that state because they clearly build-dep on stuff that we have in ubuntu only [06:48] fabbione: poorly [06:49] should i wait phase1 to complete, create a phase 1.5 to build this packages and than run phase2? [06:49] or should i just build them in phase2? [06:50] i mean.. this is almost just a test run, considering that if the port becomes official, all this work needs to be redone at the dc [06:50] fabbione: it's really a matter of iteration over things until you can use debs that you built to build everything... [06:50] right - if it becomes official, we start with your debs, build twice,and upload the second results. [06:51] what I did with ia64, for example: [06:51] stage 0 == debian sid (at the time) [06:51] stage 1 = build with debs pointed at stage 0 [06:52] yes.. i got that [06:52] i am at your stage0 now.. [06:52] building ubuntu packages using debian sid of this days [06:53] during stage1, I have preferences taht make stage1 pin 1500, stage 0 at 50 [06:53] (considering i am not building warty) === jdz` [~jdz@chpau.oxfordnetworks.net] has joined #ubuntu-devel [06:54] scratch that [06:54] i didn't think about pinning.. good point [06:54] stage 0 (debian) gets used to build stage1 as best we can. Things that don't build are sad. [06:54] stage1 then gets used to iterate over itself for a bit [06:55] that is, the stage 0 debs are removed from the cache, and stage0 is removed from sources.list, and replaced with stage1 [06:55] then you build for a bit. [06:55] yup.. i got all of that [06:55] the actual goal is "anything that is a build-dep or a dep of a build-dep in main" [06:55] basically i keep reiterating until sid is out of the way [06:55] and i can build everything from stageX [06:56] then once you run out of that, then you use stage1 debs and build everythign one more time [06:56] producing golden stage2 [06:56] if any cheating was needed to get .debs into existance, then you need to have stage N+1 [06:56] right. [06:56] until now.. no cheating [06:57] really? how did you build cyrus-sasl2? [06:57] i got the process clear in my mind [06:57] (which happens to be ftbfs right now...) [06:57] it just builded fine [06:57] really? [06:57] maybe they fixed the dependencies then [06:57] that'd rock [06:57] Log for successful build of cyrus-sasl2_2.1.19-1.5 (dist=hoary) [06:58] postgresql-dev: Depends: libkrb5-dev but it is not going to be installed [06:58] must have old Depends then.. :-) [06:58] i still didn't build postgre [06:58] (build-deps on something that Depends on a pkg that conflicts with libkrb5-dev... [06:58] i am at about 50% of the archive [06:59] i have 6 real FTBFS [06:59] and 10 dep-wait ubuntu for ubuntu [06:59] 50% of main, I assume? [06:59] yes [06:59] i am not building universe [06:59] i simply don't have the processing power [07:02] lamont_r: talking about universe instead.. given that we don't support it... [07:02] right [07:02] one or two build run on top of a real ubuntu main should be sufficient.. i guess [07:02] we can be a bit more "dirty" in it... [07:03] i don't mind reiterating main 20 times if needed [07:03] but universe is just too big for one sparc only [07:05] yeah - properly speaking, one should really handle dep-waits while doing the iteration - I just retried everything instead. :-) [07:07] ehehe [07:07] i can't efford that much processing power [07:08] sparc isn't the fastest processor in the world [07:08] then again, ia64 isn't that slow... === George^Deka [~george@155.b.008.mel.iprimus.net.au] has joined #ubuntu-devel [07:08] and i don't have access to an E10k anymore [07:08] exactly [07:08] otherwise spawning 28 istances of buildd would have made my life so much easier :P [07:08] 28 to 32... [07:11] either one is a bunch:-) [07:11] oh yeah === lamont_r just spent a little bit trying to figure out why there were 108 packages 'Building' on ia64... [07:12] too bad that it needs 5 x 220 tri-phase power cable for approx 4.5KW [07:12] then I remembered that I have buildd taking 30 at a time... [07:12] 18 dangling packages is understandable/semi-OK. [07:12] that's only 20Amps.. :-) [07:12] i am using the default config of taking 10 at a time [07:13] and 1MWh every 3 days. :-) [07:13] ehehhe [07:13] i still remember when i turned it on [07:13] it's more a function of how much you smack the wanna-build machine... With 12 buildd's, and my logs scripts, etc... it's pretty common that we collide. [07:14] our UPS registered a 50% usage more :-) [07:14] so fewer trips is better. [07:14] going down from 40 minutes to 20 minutes autonomy [07:14] ouch [07:14] doesn't wanna-build handle collisions? [07:14] fabbione: I also taught the buildd to understand $max_build_percent (only take this percent - default == 100) of the needs-build package at once. [07:15] yeah - it blocks the process trying to get to the db until the other one is done. [07:15] which sucks [07:15] hmmm i am not sure i understand [07:15] so grabbing more means I block less often, esp since most of the block potential is the ssh setup time... [07:15] if you tell to buildd1 to take 10 pkgs [07:15] 'Database is locked by buildd, please wait'. [07:16] buildd2 can take the next 10 [07:16] taht takes a while to finish. Time where I'm not doing anything but waiting. [07:16] so less of them is better. [07:16] well increasing the granularity to one? [07:16] grabbing one package at a time? [07:16] when there are only 3 packages in Needs-Build, I'd like them to go one at a time, rather than having one machine grab foo, xorg, and baz [07:17] but when there are 3000 needs-build packages, I want to snarf lots of them at a time [07:17] why do you like to make this difference? [07:17] if you have resources just use them... [07:17] and parallelize.. [07:17] the bulk of the wanna-build --take time is spent setting up - actually marking them taken doesn't take very log at all, once you get everything ready and grab the lock... [07:18] taking 1 package at a time when there are 3000 means we spend a large chunk of the package build time (for most packages) in doing the --take [07:19] so basically you save that few seconds accessing wb db and that's it [07:19] taking 10 packages at a time when there are only 3 to build means that one buildd grabs them all, and the other 2 sit idle. [07:19] yes i understand that [07:19] few seconds per package, times 3000 packages. [07:19] gotcha [07:20] and it screws up the semi-timed stats dumping... which isn't nice.. :-) [07:20] that is, the dump starts in time to usually be done before the rsync happens. [07:21] it goes in a different directory and gets snapped over at once, so it's not terrible, but it's still nice to have that finish before its next iteration starts... :-) [07:23] now you lost me... [07:23] but i guess i am not affected by this problem yet :) [07:27] lamont_r : Can you beg elmo/neuro for commit access to Debian's wanna-build CVS? [07:27] infinity: why? [07:28] lamont_r : That take more/less depending on queue length feature is something we want in m68k, for obvious reasons (and, in fact, some of us run a patched buildd that does that already) [07:28] the changes that make any sense for Debian are getting pushed back [07:28] m68k feels the "one buildd took too many packages at once" thing much worse. [07:28] ah, I'll work some more on making that one happen then === lifeless_ [~robertc@dsl-78.1.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel === lamont_r is happy to work it through as a discussion between neuro/elmo/me, and let one of them commit. [07:29] [07:30] I wish neuro was a bit less protective of w-b's source, but whatever. [07:30] We have a few patches that float around the m68k buildds that he refuses to implement, so we keep re-patching on every release. [07:30] sigh. I go out of town for a weekend, and wind up with 62 build logs in main that I need to do something with tomorrow... [07:30] (Simple things, like the build/current symlink) [07:30] hopefully most of them are fixed already. :-) [07:30] build/current symlink? [07:31] Yeah. Many of the m68k buildds run a buildd that marks the current building log with a symlink in build/ [07:31] Makes more sense than buildd-vlog === lamont_r just uses buildd-vlog [07:31] Much faster to tail build/current [07:32] (Every CPU cycle counts on slow arches, what can I say?) [07:32] heh [07:32] how painful is d-i on m68k, anyway? [07:33] smarenka's buildd also checks for a EXIT-AFTER-BUILD (or sometihng like that) stamp too, so he can just touch that and go away, knowing the buildd will kill itself when the current build is done. [07:33] lamont_r: less than you think probably [07:33] That's kinda handy for chroot maintenance. [07:33] d-i on m68k is decent, except on lowmem machines. [07:33] But lowmem sucks in general. [07:34] touch ~buildd/EXIT-DAEMON-PLEASE [07:34] yeah, that. [07:34] Has that made it upstream? [07:34] yep [07:34] some time ago [07:34] Ahh. He must have kept pushing. :) [07:35] if you have a set of diff's you want to toss me, I could certainly look at which ones I'd be willing to care about and push on... [07:35] I'll talk to Stephen and see if he has anything pending (other than build/current, which we've been told won't go in..) [07:36] 'k === lamont_r decides that it's proably bed time here. [07:36] I suppose I should finally update a4000t to mainline (and re-patch for build/current) [07:36] night all [07:36] nithg lamont [07:36] 'Night. [07:38] pitti around? [07:38] nm. sleep === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel === Bernhard [~bernhard@195.34.137.38] has joined #ubuntu-devel === sid77 [~sid77@host99-44.pool8020.interbusiness.it] has joined #ubuntu-devel === sid77 ciao [09:04] guys.. what did you do to gdm? [09:05] in multihead now, it scales to fit the screen [09:05] that it is really unconfortable with 2 heads [09:05] since the username and password are exactly in the middle (across the 2 screens) [09:11] now I know why there's gdm themes with the username/password box off to one side [09:24] mako: [09:24] I read in Ubuntu traffic #11 that you wanted to make sure Hoary includes [09:24] the Indic fonts Red Hat recently released. I just wanted to let you know [09:24] they will be included in the next version of Debians ttf-indic-fonts [09:24] package which I will be uploading shortly. [09:24] [09:24] excellent! [09:24] (that was Jaldhar H. Vyas) [09:26] When doing diversions, does the 'divertor' package have to depend on the 'divertee' package? [09:28] jdub: did you see my prod about libuser's cvs repo the other day? [09:29] Mithrandir: nup [09:30] it has a CVS repo, documented in the README file or something. We might want to work off that rather than fooling around with SRPMS. [09:30] bonus [09:31] they might have an arch mirror too; worth asking at least. [09:34] Xdmx is sooooo rad! [09:36] Mithrandir: should we give a shot to the new nvidia drivers? === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel [09:37] fabbione: I'm totally overworked until friday in about 1.5 weeks -- term project (3/4 of my workload this semester) to be handed in, so I can't do much. [09:37] ok [09:48] morning === seb128 [~seb128@ANancy-151-1-14-182.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel === sid77 [~sid77@host100-44.pool8020.interbusiness.it] has joined #ubuntu-devel === mvo_ [~egon@suprimo-135.ping.de] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [10:19] Morning all! === seb128_ [~seb128@ANancy-151-1-5-195.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [10:24] Morning seb128_ [10:24] haggai: Thanks for your explanation and patch wrt OO.o :-) [10:25] hello === skyrider [~skyrider@kid.stu.cn.ua] has joined #ubuntu-devel === herzi [~herzi@d078158.adsl.hansenet.de] has joined #ubuntu-devel [11:03] jdub: divertor/divertee> no, dpkg-divert just records the diversion if the divertee isn't installed, and it'll still process the diversion properly if the divertee is installed later [11:03] thanks [11:03] jdub: think of a diversion as an instruction to dpkg to apply a mapping to its filesystem namespace [11:03] aha [11:04] (although using the --rename option means it has some effects on the current filesystem too, of course) === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel [11:09] seb128: hey [11:09] seb128: i think the last version of gdm is bong [11:09] "bong" ? [11:09] if you have a dualhead setup running xinerama [11:09] bong = on crack [11:09] seb128: it's jdubian [11:09] yeah, I know, but I need details :) [11:10] seb128: before it was showing the login/background on one screen [11:10] seb128: now it expands to both of them === pasc waits for mako to blog about jdubian, the language of the ubuntish [11:10] leaving the login/password prompt right in between the 2 screens [11:10] seb128: if you want i can show you a pic === sivang [~sivang@80.179.93.130.forward.012.net.il] has joined #ubuntu-devel [11:10] no, I picture the problem without any problem :) === seb128 seachs on bugzilla.g.o [11:11] "being bong" can either be good or bad, depending on the context, right? [11:11] afaik it's only bad [11:11] I should get a dualhead setup, it could be useful for some bugs [11:11] it's also an exclamation [11:11] but that's some kind of aussie dialect from Melbroune [11:11] melbourne even [11:12] fabbione: it's only jdub, and those who hang around him === fabbione rm bong from dict [11:12] there was a german guy who used 'tutti' as synonym for 'cool' when I was living in Bordeaux. By the time we left, all the spanish and english people thought it was a regular german word and used it as well [11:12] ehhehe === herzi_ [~herzi@c183237.adsl.hansenet.de] has joined #ubuntu-devel [11:26] fabbione: eh, jdub is from Sydney === rdnk_ [rdnk@susiraja.lnet.lut.fi] has left #ubuntu-devel [] === doko [doko@dsl-084-057-097-131.arcor-ip.net] has joined #ubuntu-devel === __daniel [~daniel@td9091ac3.pool.terralink.de] has joined #ubuntu-devel [11:49] * Add udev-udeb, for use in the installer. [11:49] Kamion: ^ BLING-BLING-BLING! [11:51] hotplug-udeb and rootskel still to come before it stands a chance of working === jvw [jeroen@233pc233.sshunet.nl] has joined #ubuntu-devel [11:54] oh, and busybox-cvs [11:56] pasc "What's a jdubian?" [11:57] infinity: jdub-ian [11:57] seb128 : I know. [11:57] so what's the question ? [11:57] seb128 : It was a reference. === daniels [~daniels@george.kkhotels.co.uk] has joined #ubuntu-devel [11:57] Try pronouncing it "jdoobian" [11:57] Then think of Chasing Amy. [11:58] And it all comes together. [11:58] not for me, but oh well [11:58] Oh well indeed. :) === daniels high-fives infinity. === herzi [~herzi@c183237.adsl.hansenet.de] has joined #ubuntu-devel === cenerentola [~cenerento@84.222.38.54] has joined #ubuntu-devel === Mitario [~michiel@62.58.176.206] has joined #ubuntu-devel [12:08] o everyone [12:10] hi Mitario [12:11] lamont_r: ooh, we have ia64 binaries? [12:11] GO T-BONE AND LAMONT === skyrider [~skyrider@kid.stu.cn.ua] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [12:26] Kamion: zlib1g_1.2.2-3ubuntu1_sparc.deb === skyrider is now known as skyrider_univer [12:26] they are on the way too :P === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu-devel [12:35] hello I was thinking of creating a wiki for qemu [12:35] since it is a vmware alternatife [12:36] and makes it possible to run wine onn ppc [12:36] but what would be a good wiki name for this? === Astharot [~isager@82.52.100.151] has joined #ubuntu-devel [12:36] hi [12:37] HowtoVM or HowtoQemu? [12:37] or HowtoFreeVM === ironwolf [~ironwolf@c-24-6-251-226.client.comcast.net] has joined #ubuntu-devel [12:41] pitti: no probs, sorry you wasted some time on that patch [12:41] haggai: no reason to excuse, it was my own fault :-) [12:41] haggai: however, it's nice that the solution is so easy [12:42] haggai: the mozilla stuff is much more complicated, there are source packages for each and every language [12:42] night, all === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has left #ubuntu-devel ["Leaving"] [12:42] haggai: I already talked a bit with _rene_, he seemed open to adopt the idea for Debian's OO.o, too [12:42] haggai: what do you think about that? [12:43] haggai: a similar concept would be nice for Debian, too [12:43] pitti: the idea for the additional Depends? Yes, I'm fine with that - I think it is a very good idea [12:44] haggai: well, the language pack support in General === winkle [~winkle@lgh3814234.vittran.norrnod.se] has joined #ubuntu-devel [12:56] pitti: for all packages in Debian? The idea is nice, but it maybe doesn't scale easily for the whole of Debian, since there are many more packages and the lanugage packs could get large. Maybe they could be done by section/priority === mvo_ [~egon@suprimo-135.ping.de] has joined #ubuntu-devel [12:58] azeem: trying out your multisync debs with my t630 + evolution... [12:59] jdub: how's bluetooth on your 630? [12:59] my k700i has a nasty habit of hard locking [01:01] my t630 works mostly fine with bluetooth [01:01] modulo some problems if hidd is on in a certain mode [01:02] hm [01:02] what sort of mode? [01:02] can it be solved by just killing hidd? [01:02] the bluetooth connection fails in that case, no lockups [01:02] that solves it.. you can also run hidd with an option, but i always forget it [01:03] daniels: seems ok so far, haven't used it a heck of a lot [01:03] anyone can help me with postfix ??? [01:04] jdub: bong [01:04] sjoerd: ah [01:05] boom. [01:05] when sending a file, hangs === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel [01:05] Nov 16 13:06:25 catsby hcid[25818] : link_key_request (sba=00:20:E0:77:CD:7C, dba=00:0E:07:0E:C9:80) === sid77 [~sid77@host98-44.pool8020.interbusiness.it] has joined #ubuntu-devel [01:06] onal antham [01:06] haggai: something like the "German language" task that existed once [01:07] daniels: that's a normal message [01:07] sjoerd: yes, but my phone hanging at that point is abnormal :) [01:07] true :) [01:07] at the exact point that gets printed to the log, my phone hangs, and I have to take the battery out and put it back in === seb128_ [~seb128@ANancy-151-1-23-252.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel [01:09] grrrrrrrrr, dsl hangup ... did you get what I was saying ? [01:10] anybody replied [01:11] ? [01:11] bizzare, works now [01:11] my bluetooth [01:12] elmo: preemptively added hotplug-udeb and udev-udeb to the installer seed for you === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel [01:14] Kamion: cheers [01:17] when does Keybuk's merge-o-matic run? [01:19] in fact it looks like the merge-o-matic has just totally forgotten about rootskel [01:21] odd - it's definitely in the list of "to be merged" I feed his m erge-o-matic [01:21] mvo_, here? :) [01:21] hi Mitario [01:21] yes [01:23] mvo_, any word? :) === Mitario is boring is ass of [01:23] pitti: it still exists [01:23] Mitario: sorry, not yet [01:24] cjwatson@rookery:~$ ls ~scott/public_html/ongoing-merge/rootskel [01:24] Segmentation fault [01:24] I love exec-shield [01:24] mvo_, ok, np [01:25] meh, that'll go away in the next couple of days === George^Deka [~george@140.b.012.mel.iprimus.net.au] has joined #ubuntu-devel [01:28] mjg59: the kernel update on your archive - with new stuff, or just rebuilt? [01:30] ok, well, rootskel merged manually [01:30] jdub: Mm? [01:30] jdub: I think it's just the one you've got [01:31] ok [01:31] did you sort out the patch loss? === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu-devel [01:35] mdz, here? [01:35] Mitario: he is on vacation until next Sunday [01:36] ah, ok, thanks [01:36] Mitario: that is, the following Sunday (Nov 21) [01:36] yeah ok [01:37] i'm wondering if update-manager or some metadata package could be uploaded to warty-security when hoary comes out [01:37] same way as the calendar is uploaded now === mvo__ [~Michael@suprimo-135.ping.de] has joined #ubuntu-devel [01:37] mvo__, hi :) [01:37] hi [01:37] Mitario: that wouldn't make it run on their desktop by default though [01:37] jdub, true [01:37] I'm getting new network today, looks like it' a bit unstable :) [01:38] mvo__: oh, the number of underscores grows... :-) [01:38] or anyways maybe in the next distro release [01:38] jdub, when the release after hoary comes out [01:38] oh, release metadata? [01:38] yes [01:38] that's probably something we can do remotely [01:39] yeah, also tought about that [01:39] rather than update something on-disk [01:39] hmhm [01:39] i wonder how we could do that [01:39] just put a file somewhere which updates everytime we release? [01:40] did you see keybuk's "sources.list gui" thing? [01:40] jdub, yep :) that one's in upgrade-manager already :) === mwh_ [~mwh@port10.ds1-arve.adsl.cybercity.dk] has joined #ubuntu-devel [01:40] right [01:40] in my local source repository thatis [01:41] not yet in the package [01:41] Mitario: we should look into gnome-app-install/upgrade-manager integration === martink [~mk793652@141.76.2.7] has joined #ubuntu-devel [01:41] is there a recent hoary .deb i can try? [01:41] hey martink [01:41] update-manager is in hoary yeah [01:41] oh, update-manager [01:41] ok [01:41] hey jdub [01:41] yeah, sorry, still configused with upgrade-notifier and update-manager :) [01:42] Hi, I was wondering how to help with maintaining packages in ubuntu, what is the procedure, like I would like to have abiword to be up to date on the latest stable release [01:42] mwh_, conincidence we where just talking about the update stuff, the wiki package http://www.ubuntulinux.org/wiki/PackageManagement can provide you some info [01:43] ahh great [01:44] is there something like gnome lov day ie ubuntu love day, where new developers/maintainers can learn and start contributing? [01:45] mwh_: there will be soon :) [01:45] jdub: super [01:45] hmm, cool :) [01:45] jdub: Yeah, I managed to rebuild the tree [01:48] gtg be back soon [01:51] lamont_r: does Herbert know to sort out kernel packages for ia64? [01:53] jdub: sweet, let me know how it goes === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel === jamesh [~james@203-59-50-191.dyn.iinet.net.au] has joined #ubuntu-devel === daniels [~daniels@george.kkhotels.co.uk] has joined #ubuntu-devel [02:01] when creating packages for ubuntu is it then custom to first create a debian package and then a ubuntu package or? [02:01] it makes some things easier if you go about it that way [02:03] please explain what is easier? [02:03] im on ground zero you see [02:03] well, we merge with Debian regularly [02:03] the bigger the patch we accumulate against whatever Debian has, the more complicated merging becomes [02:04] so it's in our own interests to feed as much back to Debian as possible [02:04] ok [02:05] so for example I would like to upgrade xchat to a newer version, what would you recomend that I do? [02:05] maybe I should contact the maintainer first I guess [02:06] I think I should find out how to get the source for the build as well to see how it works [02:06] is there a guide somewhere on howto build debian packages og get into doing it [02:07] www.debian.org/doc/ [02:07] my background is from lfs, so basically I just built stuff from src with the minimum changes [02:07] mwh_: do you want to update xchat for your own purposes or for the community in general? [02:07] or possibly /devel/ actually [02:07] read the new maintainer's guide [02:07] for the community [02:07] mwh_: you're aware that there's a newer version in hoary? [02:08] xchat | 2.0.8-2ubuntu1 | warty | source, amd64, i386, powerpc [02:08] xchat | 2.4.0-0.2ubuntu1 | hoary | source, amd64, i386, powerpc [02:08] I can always just build the stuff from src for myself, but I think its a waste of time if others can use the stuff [02:08] Kamion: no I didnt [02:08] Kamion: anyways I would like to upgrade the stuff in warty, when I shift to hoary I would like to help there [02:09] mwh_: warty is not being upgraded [02:09] it's released [02:09] azeem: oh, why? [02:09] we don't change stable releases [02:09] that's what "stable" means [02:09] ok I need to look at it that way then ;) [02:10] then its only security things which get pushed out for stable? [02:10] yes [02:13] I think its a bit sad that new features are not pushed out :( but I guess thats how it is [02:13] they are pushed out every 6 months [02:15] you can't create a stable operating system if you keep changing it; it's just a project management impossibility [02:15] yes, like what about if a translation is broken, its not security but its an error, are they pushed out as well on a stable release? [02:15] very severe bugs may be fixed in warty-updates [02:15] ok [02:15] but with great care, and new upstream versions aren't the sort of thing that typically qualify === jamesh [~james@203-59-50-191.dyn.iinet.net.au] has joined #ubuntu-devel === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel [02:20] I think what I miss is something in beetween warty and hoary, like a version which tracks upstream stable versions [02:20] mwh_: that's hoary. [02:20] realy, I thought hoary was tracking development versions, but its not? [02:21] I should realy check out hoary some more I guess ;) === herzi [~herzi@d016007.adsl.hansenet.de] has joined #ubuntu-devel [02:22] mjg59: ping [02:23] jdub: I guess its there where I should apply my service then [02:24] mwh_: hoary is the development branch of *ubuntu* [02:24] mwh_: but the only in-development software we track in the distro's development branch is gnome [02:24] (in general) [02:24] yes I know [02:24] ahh yes [02:25] thats what I mean, I would realy love a distro in between which only tracked upstream stable packages, ie gnome 2.8.[1,2,3,4] ... [02:25] and other software ofcourse [02:25] you mean point releases [02:25] for the most part, that's true for hoary [02:25] yes [02:26] you simply can't do that in a stable distribution release [02:26] you can always use sid [02:26] jdub: I see what you mean, anyways thats my point I would like to see something like, stable, stable-upstream and developement [02:27] mwh_: maintain your own branch [02:27] we've discussed it, but the merging effort means it isn't feasible until we have better infrastructure for merging [02:30] mwh_: stable-upstream == debian sid [02:30] for the most part [02:30] aha [02:30] stable-upstream + gnome platform/desktop development branch == ubuntu development branch [02:31] not a huge difference [02:31] but neither distro is "stable" (not talking about [02:31] "robust") === stratus [~stratus@200.198.184.97] has joined #ubuntu-devel [02:34] ok, btw what is the status on mono, will it be included at some point in ubuntu? [02:35] mwh_: it's in universe atm [02:35] yes I noticed [02:35] mwh_: still undecided wrt mono in main [02:36] you can't dodge it forever :) [02:37] just watch him :) === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel === zul [~chuck@zul.developer.gentoo] has joined #ubuntu-devel === sid77 [~sid77@host99-44.pool8020.interbusiness.it] has joined #ubuntu-devel === m0j0 [~mojo@220-244-212-78-vic.tpgi.com.au] has joined #ubuntu-devel [02:52] arg..! [02:52] can someone here send me file libGl.so.1.2 in /usr/lib? (while I play around with libgtk, I just broke this file and too lazy to redownload all thing) [02:52] ahoy.. === Kamion tries once again to add substitution variables to germinate's seed syntax [02:54] Kamion: dude, could you maybe work out why it's so br0ken ATM instead? [02:54] the scary bit is that say kernel-image-${Kernel-Version} needs to be able to expand out into multiple packages in order to be useful for powerpc kernel udebs [02:54] mm, I guess, it's been working fine for me [02:54] will look after lunch [02:55] I can give you my input files, if that helps === rcaskey_ [~rcaskey@cai17.music.uga.edu] has joined #ubuntu-devel [02:55] Kamion: can u PLS send me libGL.so.1.2? === chrisa wonders how you 'break' a library [02:58] chrisa: dd if=/dev/urandom of=/lib/libdb.so.3 seek=39921 count=7222 size=1 [02:58] chrisa: or do you have a better idea? :) [02:59] unlink? [02:59] maswan: Without it being intentional (since root is required), no [02:59] stratus: well, you won't exactly have a _broken_ library around then.. [02:59] If you wanted to really break it you could replace some of the symbols with your own :D [02:59] maswan, yes. [03:01] or use LD_PRELOAD to "break" the library without touch it too much. [03:08] is LUFS the same as FUSE? [03:09] apparently not [03:18] how do I mark an Ubuntu bug as a duplicate of a Debian bug# ? It's been incorrectly forwarded upstream (#1903) [03:18] haggai: put 'debXXXXXX' in the also known as field [03:20] daniels: where do I find that? [03:21] should be right at the top [03:21] ah, alias. thanks [03:21] ah, right [03:22] still UPSTREAM status? [03:22] yeah [03:22] even though it isn't OOo upstream, it's deb upstream [03:22] mmm [03:22] middlestream, you mean [03:23] heh, yeah [03:28] how can I find back a bugreport that I did [03:29] but got closed [03:29] I have to reopen it [03:29] is there a written offer for source in the CDs somewhere? [03:29] it's a GPL compliance issue someone at FSFe who wants to distribute CDs is asking about [03:31] mako: There doesn't need to be - they're accompanied by the source on the FTP servers [03:31] mjg59: it does when we distribute binary old cds [03:31] mjg59: ergh. binary only [03:31] mako: It does for the CDs that are posted [03:31] It doesn't for CDs that are downloaded [03:32] mjg59: right. i'm talking about the cds we're pressing and sending [03:32] mjg59: but very often, people include the written offer in a file on the cd [03:34] that's what lnx-bbc does === Keybuk [scott@descent.netsplit.com] has joined #ubuntu-devel === alerios [~alerios@201.245.164.174] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel === calc_ [~ccheney@ip70-185-2-220.ma.dl.cox.net] has joined #ubuntu-devel [04:05] m0j0: no, you can fetch it from the archive === zul [~chuck@zul.developer.gentoo] has joined #ubuntu-devel === eklm [doko@dsl-082-082-214-225.arcor-ip.net] has joined #ubuntu-devel === doko [doko@dsl-082-082-214-225.arcor-ip.net] has joined #ubuntu-devel === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu-devel [04:32] sjoerd: I just wrote a dev.d script for automatic unmounting [04:32] sjoerd: indeed it works far better than with hal [04:33] sjoerd: multiple devices are all unmounted, hal sometimes left some mounted [04:33] pitti: dude cool :) [04:34] sjoerd: it's actually trivial === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel [04:34] that's what i expected [04:41] elmo: assuming this is the problem that you end up with ash in main, I can't reproduce with hoary main+restricted+universe+multiverse Packages/Sources I'm afraid; can you point me to your input files? === cenerentola [~cenerento@84.222.39.231] has joined #ubuntu-devel [04:45] Technical Board meeting in 15 minutes on #ubuntu-meeting. [04:53] lamont_r: "Buildd separation of supported/unsupported" in https://www.ubuntulinux.org/wiki/HoaryGoals: that's done, isn't it? [04:54] Keybuk: I need to go out for a bit, so I'll miss the start of the tech board meeting; I should be along later [04:54] Kamion: I'll defer the merge discussion until you're back then ... though I doubt it'll be too long a meeting as mdz is away [04:55] I'm actually lurking about for a bit more [04:56] oh, right :) [04:57] do you want to chair it then? :) [04:58] I'll be around for only 5-10 minutes more [04:59] the agenda seems to have some substance to it, so surely the meeting will last longer than that [04:59] unless you guys want to postpone it [05:00] nope, might as well plough through it [05:00] Technical Board meeting on #ubuntu-meeting now. [05:05] Kamion: yes [05:07] Kamion: that is, yes the buildd separation is done. Dunno about herbert/ia64 - someone probably needs to tell him... [05:07] lamont_r: i will need you to kick a manual xorg build on ia64 and send me the logs + MANIFEST.ia64 and MANIFEST.ia64.new [05:08] lamont_r: otherwise it will be a permanent FTBFS [05:08] fabbione: ok [05:10] lamont_r: if you can kick hppa too, that would help Debian in a few weeks from now ;) [05:10] fabbione: I need to actually get my hppa box running again, now that I have good hardware... [05:11] lamont_r: that sounds like a good plan [05:11] :-) [05:13] there's an ia64 port box - once we have enough to debootstrap, I can create hoary chroots [05:13] elmo: thanks, but if i can upload a fixed X before the buildd arrives to xorg.... [05:13] it will make lamont life simpler [05:13] and fixing the manifest file is relatively simple [05:14] yes, well, I need to do it anyway - I was just saying [05:14] remember there is life outside x.org :P [05:14] eheh cool.. [05:14] elmo: UH really?? where?? [05:14] here everything has a X on it [05:14] fabbione: it's called "pasta" [05:15] pasta can be shaped as X [05:15] what about your gf? [05:15] hmm, two x chromosomes [05:15] she can take that position too [05:15] :P === fabiand [~fabiand@p50868FCB.dip0.t-ipconnect.de] has joined #ubuntu-devel === moyogo [~moyogo@HSE-Sherbrooke-ppp78413.qc.sympatico.ca] has joined #ubuntu-devel === sid77 [~sid77@host98-44.pool8020.interbusiness.it] has joined #ubuntu-devel === stratus [~stratus@200.198.184.97] has joined #ubuntu-devel [05:41] fabbione: btw, could you send me the log for your sucessful sparc cyrus-sasl2 build? [05:41] lamont_r: sure [05:42] thanks [05:43] on the way [05:43] vidmode.cpp:19:38: X11/extensions/xf86vmode.h: No such file or directory [05:43] tehe [05:44] (dvr_3.2-5) [05:44] hmm [05:44] i don't think i am there yet :-) [05:44] may just be missing build-deps [05:44] it's universe [05:44] ahh [05:45] easily [05:45] libxxf86vm-dev [05:45] this is the xlibs-static-{dev,pic} aftermath [05:45] ah, that makes sense [05:45] will xorg hit debian sometime soon? [05:45] don't ask me [05:45] lamont_r: no idea... [05:46] we want it in experimental first [05:46] ah, ok [05:46] for sure it will never hit sid before sarge is out [05:47] (at the request of the release team) === HcE_ [~hc@66.80-202-212.nextgentel.com] has joined #ubuntu-devel === martink [~martin@pD9EB322A.dip0.t-ipconnect.de] has joined #ubuntu-devel === sm [~simon@lsanca1-ar5-4-60-054-107.lsanca1.dsl-verizon.net] has joined #ubuntu-devel [06:09] good morning [06:10] I have issues with a sarge->hoary upgrade.. is that on topic here ? [06:11] some xfree86 stuff seemed to be left over [06:12] and x session doesn't startup a window manager [06:15] sm: did you follow http://www.ubuntulinux.org/wiki/WartyUpgradeNotes? [06:15] yes [06:18] which xfree86 stuff are we talking about here? [06:18] this is more on-topic on #ubuntu, btw [06:19] xorg [06:19] I can take it there, I wasn't sure [06:19] oh.. /etc/X11/X was left pointing to nonexistent XFree86 [06:19] and xfree scripts left in /etc/X11/Xsessino.d [06:22] can't quite see what's stopping session startup [06:23] you do have xserver-xorg installed? [06:23] yes [06:24] could you file a bug about the upgrade problem, then? unless daniels or fabbione show up to contradict me [06:24] (no, looks like a bug to me) [06:24] ok will do [06:25] a === steve2 [~steve@static24-72-77-242.regina.accesscomm.ca] has joined #ubuntu-devel [06:27] urgh.. p 2 6 6 [06:27] oops.. thx all [06:28] elmo: ping re those germinate input files? === cenerentola [~cenerento@84.222.39.231] has joined #ubuntu-devel [06:29] hrm... apache build-dep's figlet, which is universe... can we kill apache now? :-) [06:29] lamont_r: fixed in debian [06:29] Kamion: yeah, sorry, getting [06:29] fixed how? [06:30] lamont_r: well, it doesn't echo GO MOTHERFUCKER | figlet, anymore [06:30] lol [06:30] (seriously) [06:30] literally? [06:30] yes [06:30] WTF? [06:31] Kamion: people.ubuntu.com/~james/germinate-input/ [06:31] kamion: I run germinate on those in turn, and concatenate the results [06:32] daniels: that was only on i386 :-) [06:32] anyway === fabbione & [06:37] ARGH [06:37] kamion: don't bother [06:37] I just realised what it is ... ia64... [06:37] it got auto added to the list of arches I run germinate on and shouldn't have [06:38] sorry [06:38] ah, I see [06:38] how did that cause ash to get added? [06:38] no dash yet? [06:38] right.. [06:38] well, up until like, last night, no anything except arch: all :) [06:38] oh, and ash is arch: all :-) [06:40] elmo: might wanna tla update germinate anyway, I added that substitution variable thing [06:41] ash is arch: all? [06:41] it's a transitional package to dash [06:41] ahr [06:41] elmo: do you care about the specific format of the *.sources germinate output files? specifically, would anything break if the "IPv6 status" column became optional? === lamont_r goes to get breakfast, then put stuff away and drive back to the bay area... will be offline for a bit in a bit. [06:41] pitti: you've worked on the OO.o merge, right ? [06:42] seb128: no, that was doko [06:42] elmo: I'm kind of concerned about the way running germinate depends on fabbione's ADSL being up [06:42] seb128: I only sent him the language-pack patch [06:42] ok, sorry for the noise so :) [06:42] doko: here ? [06:42] no worries :-) [06:43] seb128: a moment, please ... [06:43] doko: no problem, just wondering why OO.o 1.1.2 and not 1.1.3 ... [06:44] seb128: did it as well, but the differences in the patches are minor. and AFAIK haggai is doing the OOo 1.1.3 work for hoary. [06:44] kamion: all I tend to care about is that the package name is the first column [06:44] doko: ok, I was just wondering, 1.1.3 has some nice improvements === jdz` [~jdz@69.49.156.181] has joined #ubuntu-devel [06:45] doko: uh, I didn't say that yet. I don't know how much extra spare time I'll need for that [06:45] elmo: right, I think I'll make the IPv6 stuff only get added if you do germinate.py -i [06:48] seb128, haggai: ok, then I'll merge it again with the next release to experimental. when will that be? [06:48] sjoerd: just uploaded a new hal with the dev.d script [06:49] sjoerd: if you merge the stuff, please pay attention to the ubuntu-storage-policy patch [06:49] hehe, i just downloaded -1ubuntu5 [06:49] doko: we haven't got an ETA yet, we're both busy with work on 2.0 [06:49] sjoerd: no, the recent version is -1ubuntu6 [06:50] yeah, i downloaded the previous version like 10 minutes ago [06:50] bbiab [06:50] sjoerd: people.ubuntulinux.org/~pitti/ [06:50] sjoerd: I put ubuntu6 there [06:52] thanks === Mitario [~michiel@213.84.46.124] has joined #ubuntu-devel [06:53] lolo [06:54] sjoerd: it was accepted, so it should appear on archive.u.o soon anyway [06:57] what's the target for an upload in warty ? [06:58] I want to fix #3687 [06:58] seb128: security upload? [06:58] pitti: no, bug fix upload (missing file in the package) [06:59] seb128: oh, something like proposed-updates; I thought we don't do this in general? [06:59] dunno, I've not uploaded anything in warty since the release [06:59] seb128: sorry, I don't now. maybe ask elmo? [06:59] I've asked on the chan, anybody knowing is free to reply :) [07:00] seb128: mdz talked about "warty-updates" [07:00] pitti: that's why I ask :) [07:00] elmo: ping ? [07:05] there's warty-updates, but we never told anyone about it, so it's pretty pointless to upload to it :p [07:06] ah ah [07:07] so, somebody (the guy who asked about multisync packages earlier this month) asked for amd64 packages of those multisync .debs I did. I guess he can't just install the i386 ones, right? [07:07] azeem: need amd64 [07:09] he needs amd64 .debs, you mean? [07:09] azeem: in the perfect world, there would be 32 bit libs on amd64 as well, and then you could get away with that better.... [07:09] yes [07:09] okie [07:09] well, I guess I'll wait till somebody else tells me they actually work before I start to worry about that [07:13] gnupg build-depends mail-transport-agent? le huh? === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has left #ubuntu-devel [] [07:14] * debian/control (Build-Depends): add mail-transport-agent to ensure [07:14] gpgkeys_mailto is built. [07:15] mako: here? [07:18] seb128: can you care for dropping mozilla-dev from the build-deps of epiphany-extensions? [07:19] pitti: as said during the meeting I'm going to do this yes, you want this right now ? [07:19] seb128: no, it's not that urgent [07:19] ok, I'll do it after dinner [07:20] seb128: I just wanted to ensure that it is possible [07:20] seb128: oh, no hurry [07:20] seb128: do you know about swfdec? It's currently the only other package that b-deps on mozilla [07:20] oh yes, no problem, I've already rebuilt epiphany-browser with firefox [07:20] no, dunno for swfdec [07:21] seb128: can you try wether it works with m-f-dev as well? [07:21] that's on my list too yes [07:21] okay, thanks a lot [07:21] np [07:21] seb128: I just checked again, it's only these two packages === moj0 [~mojo@220-244-212-78-vic.tpgi.com.au] has joined #ubuntu-devel [07:22] ok, nice [07:22] seb128 [07:22] ? [07:22] morning [07:22] sen? [07:22] evening [07:22] lol [07:22] seb128: do u use RealPlayer for Unix? [07:22] no [07:23] seb128: bad luck [07:23] elmo: "sen?" ? :) [07:23] seb128: it runs under Sarge not Ubuntu [07:23] elmo: [07:23] what's the target for an upload in warty ? [07:23] I want to fix #3687 [07:23] moj0: please keep support questions to #ubuntu [07:24] seb128: tab completion gone arwy [07:24] (err, or whatever the word is) [07:24] Kamion: it's seems to me development issue than support issue [07:24] elmo: (awry) [07:24] seb128: 'warty-updates' [07:25] moj0: we can't have this channel being used for routine bug reporting, or we wouldn't be able to get anything done for the noise [07:25] elmo: ok, thanks ! [07:25] moj0: if you come up with a fix and want to ask about the best way to get it integrated into Ubuntu, that would be a suitable topic for this channel [07:25] Kamion: i c [07:26] Kamion: yes, that's the one I want to coop with devel here [07:26] devels are on #ubuntu too === martink [~martin@pD9EB2884.dip0.t-ipconnect.de] has joined #ubuntu-devel === maskie [~maskie@196-30-111-250.uudial.uunet.co.za] has joined #ubuntu-devel [07:40] anyone have access to the changes ubuntu has made to kernel-package? The patch in debian bug #281465 is malformed [07:41] Manoj: well, the archive's public, but let me see [07:41] Kamion: damn. you beat me to it. [07:41] Manoj: which bit is malformed? === cenerentola [~cenerento@84.222.39.231] has joined #ubuntu-devel [07:42] patch: **** malformed patch at line 359: @@ -1606,10 +1613,12 @@ endif [07:42] the @@endif is bogus [07:43] Manoj: I'll see if I can fix the patch at that URL [07:43] and there are @@ else, etc, further down that patch [07:43] does ubuntu use arch as a repository? [07:44] that's the eventual plan but it's not quite there yet [07:44] Kamion: could I be ultra lame and ask you to fix an mdz typo in the seed lists for me? it's gnome-app-install, not 'gnome-app-installer'.. no rush, just next time you add/remove something :) [07:44] in that case, would there be an effort to tag the ubunto arch repo off upstream arch repos (for example, for kernel-package), so the merging gets easier? [07:45] Manoj: believe so [07:45] ubuntu [07:45] lamont: y'all should have selected something more impervisou to typos [07:45] I keep wanting to call it ubunti [07:46] darn. feels weird to be upstream [07:47] Manoj: yeah, well.. [07:50] Manoj: try now === lamont_r must wander for a while === elmo__ [~james@83.216.141.215] has joined #ubuntu-devel [07:53] elmo: done [07:53] cheers dude [07:57] http://people.ubuntu.com/~scott/TrashSun.mov [07:57] ^ classic, but annoyingly bad quality :( === cenerentola is away: I'm busy [08:00] cenerentola: please turn off public away [08:01] zorry... [08:01] thanks === shaya [~spotter@dhcp59.cs.columbia.edu] has joined #ubuntu-devel === sm [~simon@lsanca1-ar5-4-60-054-107.lsanca1.dsl-verizon.net] has left #ubuntu-devel [] [08:04] sheesh, what type of bandwidth does archive.ubuntu.com have! [08:04] downloading at 1Mbps [08:04] dialup ;) [08:04] shaya: is that slow, or fast for you? :) [08:04] relatively fast [08:05] at least when not downloading from local mirror [08:05] actually 1MBps [08:05] not 1Mbps [08:05] 1Mbps wouldnt be so fast [08:05] 970kB/s to be exact right now [08:06] hmm [08:06] ubuntu doesn't install whois by default [08:07] shaya: it does in hoary, not in warty [08:07] (gnome-nettool depends on it now) [08:08] updating to hoary right now [08:09] well, you can always just install the whois package, which would be a bit less intrusive [08:10] Kamion: only installed warty to upgrade to hoary [08:10] there's a hoary install CD ... :) [08:10] (but sure, fair enough) [08:11] Kamion: odds of madwifi in installer phase? [08:11] daniels: depends how evil it is [08:11] Kamion: doesn't seem so evil, just plain module loading [08:11] in restricted [08:11] what does it involve adding? [08:12] Kamion: basically, /etc/network/interfaces is written in installer, if madwifi isn't there, doesn't get added to interfaces, hence even though detected on boot, can't be brought up [08:12] yes, I'm familiar with the potential problems [08:12] Kamion: unsure, but hotplug already knows about it [08:13] another question: why does my menu.lst get rewritten with ".dpkg-tmp" kernels? [08:13] seb128: does #3754 make any sense to you? [08:13] shaya: I guess update-grub sucks, or something === madduck_ [~madduck@madduck.developer.debian] has joined #ubuntu-devel [08:14] Kamion: or called too early [08:14] argh, no 2.6.9 kernel [08:14] means my treo doesnt work [08:15] thom's away at the moment, isn't he? [08:18] yeah [08:18] vacing in vegas === shaya [~spotter@dyn-160-39-242-104.dyn.columbia.edu] has joined #ubuntu-devel [08:20] hmm, x-chat settings seem to have changed in move to hoary, no longer a black background [08:21] xchat changed their default [08:21] I recall they had a black theme linked in the #xchat topic [08:21] weird [08:22] I have 2.4 [08:22] and still black [08:22] Did you still have your old ~/.xchat2 lying around? === spotter [~spotter@dyn-160-39-242-104.dyn.columbia.edu] has joined #ubuntu-devel [08:22] thanks [08:22] all nice and better now [08:22] from warty I think [08:23] Then that would be why [08:23] You have the old color palettes lying around [08:23] ic [08:29] Kamion: the panel launcher is in gnome-panel, and it was pointing on evolution-2.0.desktop [08:29] Kamion: that's fixed for some days now [08:29] Kamion: I'm closing it [08:29] seb128: eh? [08:29] I just installed and hit that [08:29] spotter: #3754 ? [08:30] panel launcher not being able to load evolution? [08:30] yes [08:30] yes [08:30] just hit that [08:30] installed warty [08:30] upgraded to hoary [08:30] rebooted [08:30] dpkg -l gnome-panel ? [08:30] tried loading evolution [08:30] ii gnome-panel 2.9.1-0ubuntu2 Launch and/or dock GNOME 2 applic [08:31] you have made changes on the panel ? [08:33] didnt, I edited the launcher to do the right thing after it fialed [08:33] seb128: thanks [08:34] spotter: have you change any panel settings since the installation ? [08:34] no [08:34] I just installed warty [08:34] like 20 minutes ago [08:34] then immeadily upgraded to hoary [08:34] sort of annoyed that must use evolution-2.1 in it [08:34] as evolution-2.1 is severly broken right now [08:34] but oh well [08:34] gnome-panel (2.9.1-0ubuntu2) hoary; urgency=low [08:34] * Fixed the evolution launcher (Hoary: #3559). [08:35] evolution crashes from time to time :) [08:35] the launcher has been fixed in the panel layout [08:35] seb128, just now? :p [08:35] dunno why it has not changed your config [08:35] lupus_: no, why ? [08:35] but I guess its not picked up if already in the actual panel [08:35] spotter: perhaps, the package can't overwritte the user config, I've no easy solution for this [08:36] spotter: but hoary is still a devel branch, such problems happen in a devel branch [08:36] ah it is normal that it isn't fixed :) [08:36] just change the command in the launcher [08:36] seb128: already ddid [08:36] ok [08:36] I didnt even think it was a bug until you mentioned it [08:36] seb128, but when people upgrade from warty [08:37] the problem will still be there? [08:37] lupus: it's a bug in warty that can't be fixed easily [08:37] the launcher should never have contained a versioned name [08:38] it should have been just evolution, not evolution-2.0 [08:38] yes I know [08:39] the problem is that evolution 2.0 provides a evolution-2.0.desktop [08:39] and evolution 2.2 a evolution-2.2.desktop [08:39] and no evolution.desktop [08:39] alternatives? [08:40] or an evolution package that depends on the current one and contains an evolution.desktop symlink [08:40] Kamion: I've just not thought to add a evolution.desktop, the evolution-2.0.desktop was not a problem [08:40] .desktop files [08:41] nm :) [08:41] hum, an upstream is asking ... do we have "subscribe to bugs for a package" feature in bugzilla ? [08:41] I wanted to say is this a bug upstream then :) === Kamion wanders off for a bit while mozilla-firefox builds [08:42] anyone have any idea how I can downgrade evolution from hoary? [08:43] not easy [08:43] what's the problem with it ? [08:43] it doesn't work [08:43] at all [08:43] downgrading evolution mean downgrading evolution-data-server, so gnome-panel ... [08:43] though maybe warty isn't any better for me [08:43] argh [08:43] what's the problem with it ? [08:45] 'it doesn't work' isn't too helpful [08:45] it cant seem to use tls on my smtp connections [08:45] always fails [08:46] hmm [08:46] tls ? [08:46] secure smtp [08:46] starttls [08:46] always get a connection refused [08:46] yeah, apparently there is some problem with the secure connexion [08:46] connection [08:46] can't send mail :( [08:47] can download it fine, just cant send it [08:47] turn the secure off [08:47] required to send mail [08:48] btw, any reason why evolution-exchange is basically required to be installed? [08:49] seb: any way to fix the sending problem? or is this an upstream issue? [08:51] hmm, I see ximian isnt doing anyhing about it yet [08:55] spotter: yes, upstream issue, turning the smtp secure option to off should work ... [08:56] spotter: evolution-exchange is in the "standard" installation you can remove it [09:01] seb128: only if you remove ubuntu-desktop [09:01] as that depends on it [09:02] is ubuntu-desktop a real package or a meta package? [09:02] spotter: yes, but you don't need it [09:02] spotter: apt-cache show ubuntu-desktop :) [09:03] seb128: but also wont automatically pull in any new "standard" packages [09:03] so its sort of a catch-22 [09:04] yeah ... [09:05] this is weird, universe contains packages that are in the main dist? [09:06] should not, why ? [09:06] i.e. for example, python2.3 [09:06] there's 2.3.4-13ubuntu and 2.3.4-16 [09:07] 2.3.4-13ubuntu1 here [09:07] yes, but I added universe and got 2.3.4-16 [09:07] -16 > -13ubuntu1 [09:07] hence it sort of wants to upgrade it [09:07] that sounds like you added Debian rather than universe [09:08] not that I can see [09:08] only deb line in my sources.list [09:08] deb http://archive.ubuntu.com/ubuntu hoary main restricted universe [09:09] apt-cache policy python2.3 ? [09:09] python2.3: [09:09] Installed: 2.3.4-13ubuntu1 [09:09] Candidate: 2.3.4-16 [09:09] Version Table: [09:09] 2.3.4-16 0 [09:09] 500 http://archive.ubuntu.com hoary/main Packages [09:09] *** 2.3.4-13ubuntu1 0 [09:09] 100 /var/lib/dpkg/status [09:10] mean anything to you? [09:10] ok, so only one version in main [09:10] that's right [09:10] yeah, nothing from universe [09:10] so 2.3.4-16 is the newest ubuntu version? [09:10] no -16ubuntu1 or what not? [09:10] Kamion: do we have a "subscribe to bugs for a package" feature in bugzilla ? [09:11] seb128: no idea I'm afraid [09:11] spotter: 2.3.4-16 > 2.3.4-13... [09:11] ok, just wanted to ensure I was installing an ubuntu package [09:11] version # through me off [09:11] python2.3 | 2.3.4-13ubuntu1 | hoary | amd64, i386, ia64, powerpc, source [09:11] Kamion: ok, who is in charge of the bugzilla/the bugzilla expert now ? [09:11] that's all I can say ... [09:11] seb128: jdub's your best bet, I think [09:11] Kamion: I've just updated and get the new python2.3 on i386 here [09:12] isn't python 2.4 almost out :) [09:12] I'm looking at a freshly rsynced archive on little [09:12] lupus_: that has been discussed, probably too late to get everything working with it for hoary [09:13] hu? [09:13] hoary is in 6 months [09:13] that's a lot of time [09:14] upstream version freeze is much sooner than that [09:15] lupus_: http://www.ubuntulinux.org/wiki/HoaryReleaseSchedule [09:16] lupus_: 5 [09:16] [09:16] December 27th [09:16] [09:16] Array Test CD 6 [09:16] [09:16] oups, copy/paste .... [09:17] the Array CD dates are wrong, I'll update them [09:17] hm, maybe best not actually, I'm a week out of phase [09:17] I was pasting that for " /!\ UpstreamVersionFreeze" which didn't get pasted :p === x4m [~max@29.156-200-80.adsl.skynet.be] has joined #ubuntu-devel [09:24] anyone know smeg all about evms? [09:24] jdub: that'd be mdz [09:25] jdub: oh, you, bugzilla's master :) Is there any way to subscribe to the bugs for a package in bugzilla ? === hazmat [~hazmat@c-24-15-10-12.client.comcast.net] has joined #ubuntu-devel === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu-devel [09:26] Kamion: mmm. lacking. d'oh. [09:26] seb128: hrm [09:27] seb128: i don't think we have a really neat way of doing it for multiple people in our bugzilla [09:27] seb128: but i can put you on as QA contact or owner of a particular module [09:27] oh [09:28] garnacho was asking if he has a way to track the gnome-system-tools bugs [09:28] perhaps the QA contact would be ok for that :) [09:28] heh [09:28] hmm === winkle [~winkle@lgh3814234.vittran.norrnod.se] has joined #ubuntu-devel === spotter [~spotter@dyn-160-39-247-29.dyn.columbia.edu] has joined #ubuntu-devel [09:39] easiest way to do that right now is make up a fake account to stick as the QA [09:39] then have people watch that account from their preferences [09:39] thanks justdave [09:40] seb128: an option might be do pull a windows [09:40] i.e. have an "all users account" [09:40] so data from there is pulled in for all the users [09:40] users can "white out" the enteries if they want [09:40] if they change them, they are copied locally [09:41] on https://www.ubuntulinux.org/wiki/HoaryHedgehog 2* HoaryReleaseSchedule and 1* HoaryHedgehog/ReleaseSchedule === mirak [~mirak@AAubervilliers-152-1-37-7.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel [09:43] justdave: mm, that's what gnome does - but we don't have an easily administrable aliases/lists system for it yet === mirak [~mirak@AAubervilliers-152-1-2-183.w82-121.abo.wanadoo.fr] has joined #ubuntu-devel [09:53] jdub: how do we change the QA for a component ? [09:54] may I just add a program to https://www.ubuntulinux.org/wiki/SupportedSeedProposals or must I first propose it on the mailing list? [09:55] seb128: i can change that in a jiffy [09:56] jdub: could you set carlosg@gnome.org for gnome-system-tools ? [09:57] hi [09:57] is gnome-volume-mixer supposed to work with alsa ? [09:57] gnome-volume-control [09:59] https://www.ubuntulinux.org/wiki/HoaryReleaseSchedule [09:59] https://www.ubuntulinux.org/wiki/HoaryHedgehogReleaseSchedule [10:00] which one may be removed? [10:01] shouldn't https://www.ubuntulinux.org/wiki/GuideToHoary and https://www.ubuntulinux.org/wiki/HoaryUpgradeNotes be merged? [10:05] anyone knows when archive.ubuntu is updated each day? [10:05] iirc it's every half hour [10:05] ah [10:06] so not just daily like ftp.debian.org [10:09] nup [10:09] cron.daily runs every 30 mins :) [10:11] jdub: that's ok for the gst QA ? [10:12] seb128: yeah [10:12] ok, thanks ! [10:12] we'll sort out aliases for them later [10:13] ok [10:36] what's the "multiverse"? [10:36] spotter: the "non-free" area of ubuntu [10:36] spotter: ubuntu equivalent of debian's contrib/non-free [10:37] yah all couldn't just go with the regularly understood names :) [10:37] I would have figured restricted was non-free [10:38] or is that restricted = "non-free" but in Ubuntu Main, while Multiverse = restricted universe [10:39] restricted is drivers only === Fwiffo [~user@jep.dhcp.kampsax.dtu.dk] has joined #ubuntu-devel [10:54] universe stuff can have bug filed against them, right? [10:55] spotter : you need to file it against debian, as universe is not supported ..:) [10:56] sivang: except it doesnt seem like a bug in debian [10:56] i.e. need force-overwrite to install [10:56] spotter : in that case, you should file the bug against the component in warty/hoary you think is responsible for the bug [11:04] sivang: ubuntu bugs should *not* be filed against debian [11:04] sivang: universe or not, they are all ubuntu packages [11:05] jdub : ah sorry, I recalled I read it on the universe/multiverse wiki maybe? [11:05] hope not... [11:06] jdub : from bugsy: [11:06] jdub : Before reporting a bug, please read the bug writing guidelines, please look at the list of most frequently reported bugs, and please search for the bug. [11:06] Please note: packages which are found in the 'universe' repository are not supported here. Since packages from 'universe' are rebuilt from Debian Sid, problems with them should be reported to Debian. If you are certain the problem is caused by an interaction with something in Ubuntu, you can post to the ubuntu-users mailing list for assistance. [11:07] sorry for the rude paste [11:07] we should modify that a bit [11:07] hmm [11:07] jdub : according to what you just said, maybe so :) [11:09] anyone know what package icon-slicer is in? === Bernhard [~bernhard@chello212186163163.32.11.vie.surfer.at] has joined #ubuntu-devel [11:12] he's klined [11:20] any idea why the theme selector isn't letting me switch themes? [11:20] stays on human no matter what I do [11:35] jdub : so we would need to investigate the package, and only if it's opsses in debian open bug upstream? (=debian) [11:38] sivang: well atm, we wouldn't, because there is no bug tracking for universe :) [11:38] jdub : is there anything in the works for it? or some sort of bug reporting infras. for univ. ? [11:38] sivang: in the future, more people will be concentrating on universe fixes [11:38] kind of [11:39] not directly, but there will be a solution post-bugzilla === Keybuk [scott@descent.netsplit.com] has joined #ubuntu-devel [11:42] anyone know how I am supposed to be able to change the theme in hoary? === hornbeck [~hornbeck@adsl-69-155-172-150.dsl.okcyok.swbell.net] has joined #ubuntu-devel === lamont_r [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu-devel === Safari_Al [~triley@203.52.193.58] has joined #ubuntu-devel