[12:02] jdub: happy with a dbus&hal update at this point ? [12:03] seb128: if they go in soon, and mdz is happy with it, then it's a necessary evil :) [12:03] ok, I'll look on this tomorrow so [12:04] cool [12:14] what's a good name for the udeb spat out by shadow that asks questions about the initial user account to create? [12:14] it's kind of a clone of passwd.postinst but doesn't have most of the other code in passwd [12:15] adduser ? [12:15] initial-username.udeb? [12:15] hmm, no. too confusing [12:15] and deb/udeb names share a namespace anyway [12:15] initial-user.udeb since it does more than just a username [12:16] if it ever went into Debian it would in principle ask all the questions from passwd.config, which has stuff like "do you want md5 passwords?" [12:16] passwd-config.udeb? [12:16] WFM [12:17] CONSENSUS [12:17] woohoo [12:18] jdub: would you create ubuntu-security-announce? [12:19] ok [12:19] Kamion: *g* [12:22] hm, I think I shall delete the root password question entirely from passwd-config.udeb; even if you wanted to set a root password, storing it in the debconf database across reboot would be evil! [12:24] mdz: for tbird i'll just upload a port of new debian with our additions for amd64 tomorrow; i don't think a backport is beneficial right now. waddya think? [12:27] when ubuntu service pack 2 will be released? [12:27] lol [12:27] ups, sorry, that's devel channel [12:29] of course, the user password ends up in the debconf database over reboot ... [12:29] mdz: you have a problem with that? it'll be deleted as soon as the user's added [12:31] Kamion: config.dat or password.dat? [12:32] mdz: there's no such distinction in cdebconf [12:32] sorry, yeah, the *c*debconf database over reboot [12:32] Kamion: :'-( <-- baby jesus [12:33] yarrrrrrr [12:33] Kamion: is the cdebconf database world-readable? [12:33] if so, can we make it not so? [12:33] /var/log/debian-installer/cdebconf/questions.dat is world-readable post-install [12:33] it would be a pain in the arse to make it not so, since it's useful for bug reports [12:33] is there any reason why it needs to be? [12:33] can't you save password md5'ed ? [12:33] there is other stuff in /var/log/debian-installer which is not world-readable [12:33] like syslog [12:33] but we could make it not world-readable if we were willing to suffer the support load [12:34] trukulo: not without extending adduser to support that === ddaa [~david@nemesis.xlii.org] has joined #ubuntu-devel [12:34] mdz: ok [12:34] actually, passwd.config doesn't use adduser for that part [12:34] it does adduser --disabled-password, then its own evil chpasswd hack === ddaa points the Monty Python finger and scream "splitters!" [12:35] mdz: would you be happy for a *hash* of the password to be in a world-readable file? I'm uneasy about it myself [12:36] I don't think the unencrypted password should be in any file, world-readable or not [12:36] Kamion: not really [12:36] but I'd be even happier with a hash in a non-world-readable file than with a password in a non-world-readable file [12:36] I think the latter's right out [12:36] we might as well store /etc/shadow unencrypted at that point [12:37] that's what we'd be doing with the former [12:37] what about saving password not in database, but in a different file and then remove it later? [12:37] no, I mean the passwords in /etc/shadow unencrypted :) [12:37] trukulo: too much work for the time period [12:37] Kamion: me too :-) [12:37] Kamion: right [12:38] I have no qualms about making questions.dat root-only if we're going to put authentication data in there [12:38] trukulo: the only way this is even feasible in the TWO DAYS I have to implement this is to use debconf :) [12:38] we can solve the support issue if needed [12:38] all right [12:38] I'm still a little queasy about putting the password in there [12:38] then I have to chroot to run perl === mako [mako@micha.hampshire.edu] has joined #ubuntu-devel [12:38] only two days? then non-readable, as you said before [12:38] non-readable hash is equivalent to /etc/shadow, clearly ok [12:39] but if you accomplished that, then people don't need to restart after installation? going into X automatically? [12:39] they still need to reboot after the first stage [12:39] I don't think that's negotiable; you need to be sure that the boot loader works [12:40] but no passwords at first boot after install, that's very usable [12:40] Kamion: i agree, i prefer forcing to reboot after configuration [12:40] [personally I don't really see that it's much different from the current case, but the guy who writes the paycheque wins, as lamont sometimes says ...] [12:41] :) [12:41] little diferences like these, makes a good look for users [12:41] I don't even see the usability win myself :) [12:42] nor do i, but remember that most people thins graphical installers are better than ncurses === Kamion ponders setting a 'hash' flag on passwd/user-password once the password is hashed [12:43] to distinguish [12:43] Joey Hess has observed in the past that I'm one of the few people who uses custom debconf flags in maintainer scripts ... [12:43] (with a reaction like "wow, you actually do that?", IIRC) [12:44] i'm not a programmer, i'm only sysadmin :) so i can't understand what you talking 'bout very well [12:44] just thinking out loud [12:45] that's good technique [12:45] when we talk bout we thinking, we're thinking better [12:45] k, i'll shut up, don't want to make noise here [12:45] jdub: ubuntu-security-announce ready? I'd like to follow up with a hyperlink to subscribe [12:46] sec [12:46] sorry, didn't think it was immediate request === jdub is eating breakfast;) === trukulo thinks bout going to bed 0:40 here [12:47] # Use perl rather than echo, to avoid the password [12:47] # showing in the process table. (However, this is normally [12:47] # only called when first booting the system, when root has no [12:47] # password at all, so that should be an unnecessary precaution). [12:47] SETPASSWD_PW="$2" [12:47] export SETPASSWD_PW [12:47] surely environment variables show up in the process table too? [12:48] hm, perhaps only for processes you own [12:49] mdz: explicit reply-to ubuntu-devel? [12:49] jdub: ubuntu-users, please [12:50] Kamion: under Linux, yes, only for processes you own [12:50] a poor feature to rely on for security [12:52] yeah, fortunately not in fact relied on [12:53] kind of hard to deal with sensitive data securely in shell [12:54] doogie probably wrote some oo-code for that [12:55] doogie and secure in the same sentence? :) === ddaa [~david@nemesis.xlii.org] has left #ubuntu-devel ["Client] [01:05] hm, no registry of prebaseconfig item numbers [01:29] elmo: ping? === __randy__ [~randy@sclab-25-433.sclab.clarkson.edu] has joined #ubuntu-devel [01:37] daniels: ping? [01:41] Kamion: I didn't realize that had become "my" statement... [01:43] lamont: build errors coming in :| [01:43] oh, needs NEW flushing [01:43] nm [01:47] fabbione, thom: most recent firefox and xfree86 both have no problems for me on all architectures, thanks! [01:47] jdub??? [01:47] lamont: did some new stuff for universe+hoary testing late last night [01:47] fucked up a bit [01:48] i am a bad person [01:51] elmo: ping? [01:53] gah. so when one changes Makefile.am, just need automake, or autoconf as well>> [01:54] automake [01:56] lamont: you're who made it familiar to me :) [02:02] Kamion: ah, ok [02:02] also know as the Golden Rule: he with the gold makes the rules. [02:03] BLING! [02:03] bling-bling [02:09] Is it frightening that I know the PCI vendor id for Broadcom by heart? [02:22] elmo: ping [02:30] Kamion: there was a time when I could ID many networking cards from the first 3 octets... === Kamion hands lamont pci.lst; memorize that, I'll test you tomorrow [02:31] ENOTIME [02:31] oh, ok, you can have until Monday then [02:32] would certainly make my life easier if I knew the whole lot by heart :) [02:33] Kamion: I've been known to really annoy people by assembling parisc instructions in my head.. [02:33] mdz/jdub: ? [02:33] repeat after me: 8 7 4-1 6 5 19-9 0 [02:33] I think that's the order, anyway... [02:34] s/annoy/freak out/ === lamont has to run the kids to town [02:34] elmo: yeah [02:34] jdub: is this NEW stuff for universe or main? [02:34] the bad part is when you patch about 6 instructions in one fell swoop, in hex. [02:34] back in a couple of hours. [02:34] elmo: universe [02:34] elmo: can you kill polypaudio in new? [02:34] elmo: i'll fix that up [02:35] libao-polyp too? [02:35] yeah, ok [02:36] remember, universe stuff needs to be universe/$SECTION... I can override tho, so it's not critical [02:36] oh [02:36] libao-polyp (0.3-1) universe/sound; urgency=low ? [02:37] or in control? [02:37] yeah, but you should change debian/control - not the .changes [02:37] so Section: universe/sound -> for both binaries and source? [02:37] lamont: you're insane, dude :) === jdub chuckles at elmo's reject mail [02:39] jdub: yeah [02:39] jdub: share [02:39] "Rejected at request of bong sipping maintainer [02:39] " [02:39] :-) [02:39] we should patch our vim to understand our wacky debian/control + changelog foo [02:40] ;) [02:40] oh yes [02:41] jdub: so am I rejecting them all? [02:42] just those ones [02:42] ready to upload? [02:42] yeah [02:42] rocking, thanks [02:44] did I ask whether you guys are keeping all your main debian/ dirs in a repository? [02:44] if not, do you? =) [02:45] we will [02:45] there's some interesting stuff on the way in that regard :) [02:45] sweet [02:49] (new) polypaudio_0.5-1ubuntu1.dsc optional sound [02:49] is that intentional? [02:50] not universe/sound? no, i did that one before you mentioned it [02:50] ok, no prob, I'll just override [02:50] I assume gamin/howl aren't going to main at this stage either? [02:51] no [02:51] thanks [02:51] i'll do that in future :) [02:52] elmo: upload access for herbert? [02:52] thom: ick, does libapache2-mod-php4 really only work with the prefork mpm? [02:52] well, meh, does anyone have any suggestions on an upload method that allows you to reliably tell when a file's completely uploaded? [02:53] keep rsyncing until it doesn't do anything? :) [02:54] elmo: run a twisted ftp server, and fire off events when the files are fully uploaded :-) [02:54] sheesh, new Windows XP Home is 163? [02:55] not buying that just for testing purposes [02:55] maybe one of my friends can lend me a copy or something [02:57] expense it ;-) [02:57] "required for the express purpose of bringing freedom to the entire world" [02:58] tempting [02:58] "(also, doom3 looks very interesting)" [02:59] actually, very tempting; then I can continue Not Owning A Copy Of Windows [02:59] ('cos it won't really be mine) [02:59] i didn't get that badge ;) [03:00] are windows XP licenses transferrable? [03:00] if so, you can have the one that came with my laptop [03:00] (they're definitely not with the hardware) [03:00] (dunno about otherwise) [03:01] oh [03:01] lwn [03:01] not legally, but they work === jdub goes to check out ubuntu article [03:01] boh [03:01] not front page [03:01] " Here is a little quiz. Which Linux distribution's mailing list recorded over 1,000 posts during the first week of its existence? Which project succeeded in attracting some of the best-known and most prominent open source developers to work on it? And why do their email addresses invariably end with @canonical.com?" [03:01] so what's all that product activation about then? [03:01] haw haw [03:01] I thought it was supposed to stop you transferring copies around? [03:02] kamion: it definitely doesn't, there's a key that's assigned "to the NHS" that must be used on thousands of computers [03:03] -rw-r--r-- 1 root root 2266975 Sep 22 15:42 changelogs [03:03] that's the apt-listchanges output for a woody->warty upgrade on a non-trivial server [03:03] neat [03:03] that's a hell of a lot of changelogs [03:04] oh, so Dave Miller really is *the* Dave Miller. Should have figured. [03:04] uh? [03:04] no, our Dave Miller is not the kernel guy [03:05] then lwn is wrong [03:05] neat [03:05] heh [03:05] I should do that subscription via debian thing sometime [03:05] everbody's been named except elmo === jdub sends correction [03:06] plenty of Debian people other than elmo not mentioned either [03:06] azeem: everyone? :) [03:06] Hi, [03:06] Dave Miller on our team is not Dave "dude" Miller, it is Dave "bugzilla [03:06] maintainer" Miller. :-) [03:06] Thanks, [03:06] - Jeff [03:06] [03:06] ;-) [03:06] heh [03:06] namechecking me as "Debian QA" is a bit out of date too, but I won't argue :) [03:06] jdub: ITYM, "K, Thanks, Bye. Love, Jeff" [03:07] haha [03:07] the other dave miller says dude *way* too much [03:07] too many Dave Millers out there :) [03:08] as far as I know, 'davem' still works for Red Hat [03:08] yeah, he does [03:12] oh, lwn is out? I guess they go by UTC [03:21] http://unconcerned.org/index_unbutu.html [03:21] hahahahaha [03:21] (for non-gnome dudes, see goneme.org) [03:29] :-) [03:36] new d-i uploaded with slightly branded installation manual, still lots of work to do there [03:36] shout if it fails to build for some reason; I don't think it will, but ... === Kamion is off to bed === jamesh [~james@203-59-87-199.dyn.iinet.net.au] has joined #ubuntu-devel [03:50] Kamion: night [04:01] my god, the "submit a bug" page is half a mb big? [04:07] most of that is probably the component list. [04:14] mdz: pong [04:14] so [04:14] sbuild or pbuilder [04:14] ? [04:14] elmo: dude, that's a feature [04:14] elmo: dan jacobson can never report a bug [04:14] jdub: none of the above [04:15] mdz: what do you recommend? [04:15] mdz: LOL [04:15] jdub: hypothetical UML-based tool I've only half-written [04:15] jdub: for what? === jdub spanks mdz [04:15] elmo: for building and checking things locally [04:15] pbuilder is scary crack and sbuild isn't particularly well suited for non-buildd use [04:15] sbuild is machosistic, unless the package is vastly improved [04:16] pbuilder's always struct me as particularly bad crack, but I don't have much experience to back that up [04:16] i basically want something so i can build shit against buildd-cletn unstable or warty whenever [04:16] elmo: of course it's vastly improved, I'm co-maintainer now [04:16] didn't do anything yet, though [04:17] heh [04:17] personally, I just use a chroot by hand, but I'm 0ld sk00l that way [04:19] how do you uninstall the Build-Deps afterwards? [04:20] *cough*, I cut'n'waste the "the following packages will be installed" output from apt-get to a file, and then apt-get --purge remove $(cat to_remove) afterwards [04:20] haha [04:20] that's not old skool [04:20] that's no skool [04:24] hey, I wrote the precursor to 'sbuild' in a hideously eccentric little shell called 'es' (-> 'esbuild') - I get to be a freak about how I build packages in a chroot [04:30] jdub: module.h:26:18: ltdl.h: No such file or directory [04:30] missing b-d on libltd3-dev or whatever it is, I guess [04:31] yeah, now they're out of new i can upload the fixed one :) [04:32] I just throw the chroot away afterward === jdub feels morbid, migrates to pillowful working area [04:40] hmm, no hoary/supported seed yet? [04:41] hoary should be sharing warty's seeds for now [04:42] yeah, I mean for proposals [04:42] as I assume it's too late to propose things for warty :) [04:43] 8) [04:43] mdz/jdub: btw, do you have a timescale when you want hoary, if it's not ASAP? [04:44] elmo: to be honest, I don't see the point until we have hct [04:44] elmo: I don't think it's too late to propose stuff for supported if it's trivial [04:45] mm.. Mark indicated to me that hct was a way away, e.g. he said we'd be accepting community uploads before hct was ready, and I think that included hoary [04:45] I spoke to him about it today; there seem to be differing visions for hoary [04:45] giggle.. neat! [04:45] jdub: what's yours? (the one you've announced on ubuntu-users@ with ETAs and stuff) [04:46] there are 1009 source packages in warty main [04:46] we've modified 308 of them [04:47] clobbering those changes with packages from unstable would produce an, err, undesirable result [04:48] elmo: would it be possible to rig something up to let unmodified packages flow in from sid, while not clobbering modified ones? [04:48] well, I can easily enough not sync if there's an 'unbutu' marker in the version number in warty [04:48] pittping [04:48] then we could work through those by hand [04:48] ugh [04:48] daniels: dude, your keyboard handling skills suck tonight [04:48] pitti's asleep [04:48] it's like 5am in Germany :) [04:48] hmm, and 4 am here.. sleep might be a plan soon [04:49] elmo: wow, way to make your point, dude :P === daniels considers a base-config upload with Canonical Standard Time (UTC+10) as the default TZ. [04:49] mdz: sure, no prob.. anyway, given the differing visions, shall I mail you, jeff, mark? [04:49] (think jeff's crashed now) [04:49] daniels: ? [04:49] oh, I thought he was still here [04:50] elmo: the 5am thing [04:50] it's like noon in jdub-land, isn't it? [04:50] wtf?? [04:50] To: apache@packages.debian.org [04:50] Subject: Andy Rourke (Smiths Bass Player) replaces Mani (Primal Scream) [04:50] and, sure enough, it's about andy rourke replacing mani [04:51] * jdub feels morbid, migrates to pillowful working area [04:51] mdz: mmm, thogh feeling uwjwell [04:51] mdz: 1251 [04:51] jdub: ah [04:51] mdz: so, just to make sure I'm not entirely on crack [04:51] mdz: ppp_on-boot_dsl is going into pppoeconf with a different name, no? [04:51] ppp_on_boot.dsl, even [04:51] daniels: s/pppoeconf/ppp/ [04:51] mdz: glad I asked [04:52] I thought I said that in the bug [04:57] mmm.. 4am.. night all [05:02] elmo: night dude [05:02] hmm, my flatmate has discovered the maximum possible score on tony hawk 2 [05:03] heh, not that hard to hit, iirc ;) [05:05] well, maximum score for a single trick [05:05] which is just over the 76 million mark [05:06] (spiderman + perfect balance + grinding the wire above the bullring + unplugging your keyboard + leaving it all night + a note that says 'leave please! for science's sake!' == very thps2 score) [05:06] s/very/& high/ === lamont bets Kamion went to bed, yes? [05:23] yes [05:32] mdz: want to change the debzilla address right now? (bug 1328) [05:32] justdave: yes [05:32] debzilla@canonical.com? [05:32] justdave: debzilla@ubuntu.com [05:32] email prefs are already turned off [05:33] ok, done. [05:33] make sure the importer knows to log in with the new address and you're all set. [05:33] done here [05:33] I'll do a test run [05:34] _seems_ to work [05:34] but I'm not sure there was anything new that represented a good test case [05:35] looks good though [05:42] hmm [05:43] who here has a shinybook? [05:58] define shiny :) [06:09] shinybook -> powerbooks === lamont takes polishing compound to his vaio === daniels waits for his pay, so he can get an X40. === lamont sends of his initial writeup of 'so you want to bootstrap an architecture' [06:11] heh [06:12] I have a Pismo here... [06:12] it's not exactly shiny [06:12] :) === doko [doko@dsl-084-057-004-250.arcor-ip.net] has joined #ubuntu-devel [06:42] morning guys === lamont sleeps. [06:49] night fabbione [06:51] ehe [06:51] night lamont [07:05] night lamont, morning fabbione [07:05] fabbione: i think the ati powerpc bios thing is an upstream bug [07:05] that's the reason why I wanted more testing :) [07:07] well i0t got some testing [07:07] it crashed in several machines [07:09] this is hoary stuff [07:09] X is now uber deep freeze [07:09] also.. apparently someone found a combinantion of nv + xv working [07:09] but if we go for that solution we need to roll back the nv driver to the one in -6 [07:09] that will not work for people that needs X.org driver [07:09] and the other way around [07:09] get the poiny [07:09] point even [07:14] yeah, there's no way we can do r4xx stuff for warty now [07:14] but if the bios detection is arse upstream on powerpc, i want to know that now :) [07:14] yeah [07:15] i think having the support xorg gives us is more importand than xv, though [07:15] remember, it's not terribly long until we'll have xorg [07:15] which reminds me -- early or late november for the sprint? [07:16] i think early is good, so we can get it done as quickly as possible [07:18] daniels: fine for me [07:18] did you mail Mark? [07:19] not yet, but i'll do that now === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [07:22] also because there is just a month or so left [07:22] so it's better to get organized [07:24] anyway Mark also said that we shouldn't spend too much time on X anymore since it is "stable" [07:24] and focus on all the other bugs [07:24] Morning guys! [07:24] hey pitti [07:26] fabbione: yeah, I'm trying to get off X [07:26] fabbione: working on Gimp now, for example [07:27] <- raidtools2 [07:34] fabbione: BTW, X on my iBook works again. Thanks for fixing the ati driver [07:35] pitti: no problem and thanks for reporting :-) [07:37] npmccallum: here? === m_tthew [matt@iorek.ice-nine.org] has joined #ubuntu-devel === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel === rburton [~ross@82-44-126-41.cable.ubr03.croy.blueyonder.co.uk] has joined #ubuntu-devel === rburton [~ross@82-44-126-41.cable.ubr03.croy.blueyonder.co.uk] has joined #ubuntu-devel === azeem [~mbanck@socks-out.lrz-muenchen.de] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [11:08] jdub, mdz: ping [11:09] http://people.no-name-yet.com/~fabbione/raid_changelog [11:09] http://people.no-name-yet.com/patches/raidtools2.272864.dpatch [11:09] permission to upload raidtools2 to fix #1603 [11:09] diff and changelog at the above url [11:11] tested with all possible raids [11:11] there are no regressions here === seb128 [~seb128@ANancy-111-1-26-32.w81-51.abo.wanadoo.fr] has joined #ubuntu-devel [11:18] Hi seb128! [11:18] hello [11:18] seb128: the new gnome-vfs broke hotplug device handling :-) [11:18] pitti: og [11:18] oh [11:18] seb128: #1599, but I'm just fixing it [11:19] I've seen your mail to ettore, this guy works on gnome-vfs ? [11:19] seb128: I copied this from debian/copyright [11:19] seb128: I hope so :-) [11:19] ettore? [11:19] seb128: is there a mailing list or so for stuff like this? [11:20] rburton: To: Ettore Perazzoli [11:20] seb128: no, not from copyright, from AUTHORS [11:20] rburton: is there several ettore ? === seb128 not sure [11:21] pitti: I'll ping alex or teuf about this [11:21] that is the late ettore [11:21] :( [11:21] as said 2 lines ago, was not sure [11:21] seb128: ugh, does that really mean he is dead? [11:22] pitti: yes [11:22] uh [11:22] died 12th december 2003 :( [11:22] seb128: any other idea where to forward patches then? [11:23] rburton: I didn't remember his last name, so I was not sure it was him [11:23] indeed, the mail bounced [11:24] pitti: as said before, I'll ping teuf or alex [11:24] ah, ok [11:24] thanks [11:24] but better if you can open a bug report about this against gnome-vfs [11:24] in their bugzilla? === pitti looks for the gnome-vfs bugzilla [11:25] yes [11:26] do you have an account on bugzilla.gnome.org ? [11:26] seb128: no, but I found the bug: http://bugzilla.gnome.org/show_bug.cgi?id=148186 [11:27] seb128: I just created one [11:27] ok [11:27] pitti: I'll probably update dbus/hal to new versions today [11:28] FYI [11:29] seb128: UGH! hal 0.2.98? [11:29] yes [11:29] seb128: 0.2.87 had _severe_ regressions [11:29] I hope that they are fixed in 0.2.98 [11:29] 87 ? [11:29] could you check ? [11:30] no, 97 of course [11:30] we need 98 to get the lock device stuff working [11:30] nautilus-cd-burner 2.8.3 requires it [11:30] can't we backport jsut this change to 0.2.92? [11:30] 2.8.3: [11:30] Lock drive while burning when using HAL [11:30] seb128: ah, does it finally lock the drive? [11:30] yes [11:30] does it unmount the drive before locking? [11:31] should pumount -l /dev/foo [11:32] do you have time to make the tests ? [11:32] I've around 90 bugs assigned in my list ... [11:33] seb128: if you don't mind, can I do the hal upgrade myself? [11:33] oh yes please [11:33] seb128: or do you want to change anything specific? [11:33] okay, then I will do that. [11:33] BTW sjoerd (the debian maintainer) has packages almost ready [11:33] hm, no multisync in ubuntu [11:33] I just have two major bugs left [11:34] pitti: apparently we need to update dbus and g-v-m too [11:34] hell, we are frozen... [11:35] I know [11:35] but do you have any other idea to get the device locking ? [11:35] yes, I have [11:36] I have a new pmount version ready which implements per-pid locking [11:36] this is even robust against crashes of nautilus-cd-burner, i. e. if a program crashes that locked a device [11:37] so n-c-b just had to pmount --lock the device at start, and then pmount --unlock it when it finished [11:37] I already proposed that in #1234 [11:38] ok, feel free to do whatever you want on this plan :) [11:38] mdz seemed hesitant to accept a new pmount version [11:38] that's probably why he assigned the bug to you [11:38] I've a ton of bugs and no really time to work on this [11:39] I've just read about the lock stuff in nautilus-cd-burner yesterday but it requires the new hal [11:40] I tried to read the hal diff yesterday, but there are tons of new code [11:40] can you please write a short summary of the required changes to #1234? [11:40] then mdz should decide whether to go with new upstream or with new pmount [11:41] IMHO the new pmount has less changes and is more robust [11:41] OTOH it changes root code [11:41] In any case I can care about this, either hal/ncb/gvm or pmount [11:41] seb128: ^ [11:42] ok, cool === sjoerd [~sjoerd@fire.ipv6.luon.net] has joined #ubuntu-devel [11:43] hey sjoerd :) [11:43] morning [11:43] pitti was saying that's a lot of new code in hal and he's not comfortable with an update [11:44] seb128: well, I can prepare a new hal package and test it locally [11:44] seb128: but I got bad results with 0.2.97, that's why I would like to test this very thoroughly [11:45] as i told seb128, you need to patch the dbus python bindings a little for 0.2.98 [11:45] pitti: bad results with respect to hotplugging stuff ? [11:45] sjoerd: yes, some of my devices were not recognized at all any more [11:45] that's why i did 0.2.97+cvs20040907 in debian [11:46] fixed the problems for everyone who reported them [11:48] i've got hal 0.2.98 packages for debian almost ready, but dbus needs to be fixed first [11:49] sjoerd,seb128: AFAIK the locking patch was pretty small; we might be better off to just backport it to 0.2.92? [11:49] Mithrandir: mind to check raidtool2 changelog from sid? there is something related to amd64 that might be important [11:50] pitti: I've not looked on hal internals enough to have an opinion on this, sorry [11:50] Mithrandir: between -12 and -13 [11:50] seb128: np, was just meant as CC FYI [11:50] ok :) [11:51] I have to log out and back in to test fixed gnome-vfs. BRB [11:51] fabbione: 266856? [11:51] Mithrandir: yes [11:51] Mithrandir: since i am keeping a lock on raidtools2 i am still in time to add it [11:52] fabbione: I don't have my ubuntu system powered up atm, but the patch looks sane to me [11:53] Mithrandir: ok [11:53] i will talk with mdz or jdub when they are around === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [11:54] damn, new gvfs still not working [11:54] pitti: if you only need the locking code for hal, then backporting it is the least intrusive way ofcourse [11:55] Mithrandir: it's one liner.. i will just include it [11:55] fabbione: coolie [11:55] pitti: if you can backport the lock part perhaps it's the best solution ? [11:56] seb128: the hal part should be relatively easy; but we also need a new gvm? [11:57] sjoerd: ? :) [11:57] if you go to 0.2.98 you need a new g-v-m yes [11:57] no [11:57] we want to backport the lock changes to 0.2.92 [11:57] hmm for the locking too i guys, if you don't want it mounting stuff [11:58] there is support for thet in the development branch of gvm === sjoerd adds that to debians gvm todo [11:59] Mithrandir: i placed the source on people/~fabbione [11:59] Mithrandir: can you just build it? [12:00] fabbione: my amd64 ubuntu system is at home, powered down atm. [12:00] I need to get rid of a disk so I can sleep with it powered on. [12:00] fabbione: i can built it [12:01] but i have no way to test it [12:04] thom: the test has been done.. i only want to be sure that is not a FTBFS [12:05] then sure [12:05] Mithrandir: ehehe don't worry :-) [12:05] Mithrandir: we still have THOMBOT! [12:05] fabbione :) [12:06] builds for me [12:07] danke [12:07] bitte [12:10] thom: can you ping your friend for #1218 ? [12:12] have pinged, will ask colleagues to badger him [12:12] thanks [12:15] ok patch for raidtools2 is already accepted by the DD. [12:15] that's good [12:15] he was fast and happy [12:22] fabbione: pong [12:23] jdub: read mail about raidtools2 [12:23] jdub: patch has been already accepted by the DD [12:24] jdub: it also includes an AMD64 fix [12:24] see the changelog [12:24] it's a one line change === pitti [~martin@195.227.105.180] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel === sivang [~sivang@CBL217-132-233-126.bb.netvision.net.il] has joined #ubuntu-devel [12:44] g'afternoon people === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [12:45] thom: so if i echo mem to /sys/power/state, it suspends and immediatly results on a tosh laptop. any ideas? [12:46] hi pitti [12:46] s/results/restarts i assume? [12:47] yes :) [12:48] dmesg shows e100 suspending and immediately being told to wake up again [12:54] thom: are you lead man on ACPI issues? should i get dan to file a bug re: suspend [12:54] rburton: unload the USB modules [12:54] trying [12:59] but yeah, please file a bug, assign it to herbert, cc me [12:59] ok, removed ehci_hcd and uhci_hcd, leaving usbcore loaded, it resumed but when it resumed it had video corruption for a bit, and then shutdown [12:59] gracefully which was odd :) [12:59] rburton: yes, it's the power button even which gets caught by /etc/acpi/powerbtn.sh [12:59] so it thinks you wants to turn it off [01:00] I miss a command similar to the old apm -s [01:01] justdave: ping? [01:02] rburton: pong [01:02] justdave: i'm so in awe of the icalendar queries on the ubuntu bugzilla that i'm upgrading our own one. 2.18rc2 appears to have broken icalendar export -- so is cvs head safe? [01:03] sivang: Hi! Just had lunch [01:03] if it works on bugzilla.ubuntu.com, it'll work on cvs head === thom jumps up and down on bugzilla's head in a rage [01:04] justdave: any joy with the "assign to me and mark assigned" button? === Mithrandir gives thom a beer [01:04] if it's broke in rc2 I'd consider that an rc bug for 2.18 [01:04] justdave: i'll check it again to make sure i'm not mad [01:06] rock. find in firefox is actually totally hozed [01:06] hmm, works for me on landfill [01:06] bbiaf [01:06] bbiaf? be back in a fortnight? [01:06] justdave: right, confirmed. icalendar contains just BEGIN and END [01:07] "few" [01:07] few.... months? [01:07] nanoseconds? [01:07] hours, probably, given that i need to build a clean firefox on my crazy debian crack of doom partition [01:07] justdave: i'll be brave and go to the tip of 2.18 [01:07] rburton: http://landfill.bugzilla.org/bugzilla-2.18-branch/ [01:08] that's tip of the branch, what'll be rc3 in a day or two [01:08] cool [01:08] grrr at bugzilla and permissions [01:09] justdave: what is the recommended user/group for bugzilla. atm its owned by me with group www-data but that is a pita as i have to su to run checkconfig === vuntz [~vuntz@volin.imag.fr] has joined #ubuntu-devel [01:10] thom: yeah, will hopefully have that in the next update (which is happening today sometime - been fighting with it for the last day and a half) [01:10] justdave: rock, cool [01:10] rburton: root:www-data :) [01:11] if you're the only person on the box, you can set webservergroup to an empty string and it'll loosen up permissions a bit [01:12] but that makes the data directory world-writeable, so that's not advisable if there's people besides you with access to the box [01:12] yeah, everyone [01:12] its the file server as well as web [01:12] you could also add yourself to the www-data group [01:12] which would let checksetup.pl do the chgrp without complaining [01:12] yes, i was going to do that [01:13] hm, still doesnt' work with tip [01:13] how annoying [01:13] wonder if there's something it doesn't like in your data... [01:14] all the bugs have padlocks next to them [01:14] would the group permissions break it? [01:14] are you downloading the ics file or subscribing to it? [01:14] aaaha if i download in ephy it works [01:14] wget doesn't [01:15] subscribing also doesn't [01:15] which is why [01:15] *darn* [01:15] yeah, you need your login cookie since the bugs are secured [01:15] (or pass the user and pass with the url parameters) [01:18] &user=foo&pass=bar? === teuf [~teuf@cezanne-2-82-66-156-65.fbx.proxad.net] has joined #ubuntu-devel [01:19] or in the url server bit? [01:28] &Bugzilla_login=username&Bugzilla_password=password [01:29] evo doesn't do https ical urls, though [01:30] you need evolution-webcal for that, AFAIK [01:30] oh https [01:32] there's not a webcals protocol, it seems === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [01:52] justdave: rock on, thanks === thom looks boredly at YA mozilla build === pitti [~martin@195.227.105.180] has joined #ubuntu-devel === lamont takes kids to school [02:28] is the daily install cd okay today? === T-Bone [~varenet@T-Bone.developer.debian] has joined #ubuntu-devel [02:41] jdub, mdz: approval needed for #1285 === mako_ [mako@micha.hampshire.edu] has joined #ubuntu-devel [02:48] seb128: I don't remember when we talked, did you say that you were going to turn on esd by default (for ubuntu-sounds)? [02:49] hum === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [02:49] we said it should be turned on yes [02:49] but I didn't say I was going to do it :) [02:50] ok === mako [mako@micha.hampshire.edu] has joined #ubuntu-devel [02:51] Should we wait until #1481 is fix until we do that? [02:52] probably yes [02:52] ping jdub about that [02:53] I'll file a bug that depends on #1481 [02:53] what package is the esd option in? g-c-c? [03:01] npmccallum: which option ? === T-Bone curses d-i for not asking for a proxy before trying to connect to the internet [03:02] T-Bone: Doesn't it ask if the connection cannot be established? [03:02] T-Bone: Sarge's d-i asks for a proxy IIRC [03:03] pitti: it stalls eternally, so i'm not waiting. Double ctrl-C gets to the package installation directly [03:03] pitti: correct, sarge asks [03:03] T-Bone: can you please file a bug? [03:03] T-Bone: describing some details? [03:03] pitti: sure, ASA i'll familiarize with ubuntu BTS ;) [03:04] seb128: to turn on esound and play sounds at events [03:04] T-Bone: it's not difficult, you just have to create an account [03:04] brb [03:05] already reported #1160 === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [03:06] npmccallum: esound is on by default, isn't it ? [03:06] pitti: already reported as #1160 [03:07] btw, another question, probably a FAQ: what's the point of copying all packages to the local HD. Is warthy designed not to be installable under a certain amount of diskspace? [03:07] T-Bone: thanks [03:10] npmccallum: BTW the sound events option are in libgnome2-common's schema [03:11] btw, is Mark Shuttleworth around? [03:17] T-Bone: he's on #ubuntu, nick of sabdfl [03:17] thom: thx [03:18] np [03:20] thom: for the last six months i've wanted your t630, but not i've got a k700i so i'm happy again :) [03:20] much better than the t68i :) [03:21] now you just need a decent laptop... ;-) [03:21] yep [03:21] then i can be MiniThom [03:21] and follow you around === thom chuckles === mako_ [mako@micha.hampshire.edu] has joined #ubuntu-devel === rburton hears police sirens and hides [03:27] jdub: #1285 please :) [03:27] updating esound [03:27] arg [03:28] :-) [03:28] ryan's packages are a pain === T-Bone edits apt.conf by hand to add a proxy [03:29] he has almost forked them with all the changes in the diff.gz [03:29] seb128: libxml is part of gnome ;) [03:29] and he's the only one to know what's in there [03:29] T-Bone: running apt-setup by hand also lets you do this, IIRC [03:29] morning azeem [03:29] jdub: if that ok to update esound to current upstream and drop all debian changes ? [03:29] hey Jeff [03:29] hey azeem, thanks for the patch [03:29] seb128: hmm [03:29] cheers [03:30] azeem: oh; i'll try ;) Old debian habits are poising me ;) [03:30] seb128: can you check the src.rpm in fedora for any patches? [03:30] seb128: there might be some common ground for amd64 fixes and things like that [03:30] jdub: ok [03:30] T-Bone: it's just that I find it hard to remember the syntax needed for apt.conf [03:30] just in case we miss anything ;) [03:30] ok :) [03:30] the whole proxy thing sucks in Debian/Ubuntu currently, IMHO [03:31] worest of all is synaptic, which neither uses GNOME's nor APT's proxy setup but insists in having its own [03:31] azeem: lol, i'm getting used to it :) === T-Bone gets "duplicate source entries" errors, tries to figure out what he did wronge [03:32] -e [03:32] T-Bone: you uncommented the universe lines without commenting the lines at the top of the file [03:32] they both download main and restricted [03:33] rburton: bingo! thx [03:33] pitti: 09_pmount.patch + 10_fix_eject.patch break the trash with gnome-vfs 2.8.1... [03:33] seb128: gnome-vfs 2.8.1 breaks hotplug devices :-) [03:34] I found a partial fix no [03:34] now [03:34] have you opened a bug report ? [03:34] what breaks with the trash? [03:34] try to open the trash [03:34] always empty [03:34] always 0 items [03:34] seb128: #1599 for the hotplug stuff [03:34] it's ok if I rebuild gnome-vfs without these 2 patches [03:34] seb128: my trash is full [03:34] pitti: I was thinking to a gnome one so I can point to some upstream [03:34] I empty it [03:35] pitti: https://bugzilla.ubuntu.com/show_bug.cgi?id=1636 [03:35] seb128: trash works for me??? [03:35] I've exactly the same problem here [03:36] and no pb with gnome-vfs 2.8.0 or 2.8.1 without the 2 patches [03:36] pitti: the trashapplet works, the trash in nautilus is broken [03:37] seb128: works for me, too... [03:37] that's odd [03:37] perhaps your changes for the hotplug ? [03:37] fabbione: does X add a synaptics driver to XF86Config if it knows one is there, or if its on a laptop? [03:37] the latter [03:37] seb128: now I have a slightly updated version [03:37] ok [03:38] rburton: afaik there is no way to detect that there is a synaptics whatever it is [03:38] seb128: now it shows me mounted USB devices on desktop (not yet in the computer place) [03:38] pitti: try with the current gnome-vfs package [03:38] seb128: as soon as I fixed this, I will downgrade to the older version and try to reproduce [03:38] and killall nautilus before trying :) [03:38] ok thanks [03:51] seb128: I don't think that the eject fix is the cause [03:51] me neither [03:52] seb128: but 09_pmount does not do anything trash related neither... [03:52] I know ... [03:52] but I've build 10 version of the package [03:52] removing these 2 fixes the issue [03:52] seb128: but this whole issue is odd anyway. Nothing in the 880 code relevant lines in the 2.8.1 patch seems to break hotplug devices [03:52] seb128: I had to fix that in a totally different spot [03:53] how ? [03:53] gnome-vfs2-2.8.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c [03:54] ok [03:54] seb128: create_vol_from_mount decides whether the volume appears on desktop [03:55] but it sets is_user_visible to 0 for all but some special drive types [03:55] seb128: oddly enough this code hasn't changed from 2.8.0, but I guess it is indirectly called differently [03:56] what has changed in create_vol_from_mount behaviour between 2.8.0 and 2.8.1 ? [03:56] seb128: nothing, that's the funny part [03:56] weird [03:56] same for the trash [03:56] seb128: as I said, I read the whole diff from 2.8.0 to 2.8.1 [03:56] that's broken but nothing changed [03:56] seb128: voodoo [03:57] one of the patches is perhaps doing bad stuff [03:57] seb128: can we blame Bill Gates for that? === truk-zzz blames [03:57] pitti: why not :) [03:58] seb128: do you know a possibility to test a new gnome-vfs without logging out/in? [03:58] seb128: I already tried to run the daemon manually, but that does not work [03:58] perhaps teuf knows ? [03:58] teuf: here ? :) [03:59] seb128: I'm back in a minute [03:59] seb128: depends on what exactly pitti is trying to achieve [04:00] he's working with volumes/devices [04:00] what's showed on the desktop with nautilus [04:00] yeah, but I don't get why h e needs to log out/log in [04:00] gnome-session-remove nautilus should be enough to kill the vfs-daemon I think === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [04:00] probably to restart the volume-monitor ? [04:00] ok [04:00] so [04:00] pitti: why do you need to log out/log in to test vfs changes ? [04:01] teuf: I tried to kill the daemon and to start it with the same options, doesn't work [04:02] seb128: my trash works like charm here :-) [04:02] pitti: killall gnome-vfs-daemon && killall nautilus isn't enough ? [04:02] seb128: I will try it now with the old version in Warty [04:02] ok, thanks [04:02] teuf: oh, will that restart everything? [04:02] pitti: depends what you call "everything" ;) [04:02] it's probably more than enough to test vfs changes [04:03] teuf: cool, thanks! [04:03] you just improved my efficiency trememdously :-) === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [04:14] seb128: grumpf, the volume icons only appear _either_ on the desktop _or_ in the Computer place [04:14] seb128: with the current gconf default, they appear only at the desktop [04:15] seb128: do you think they should appear in both places? [04:20] is it possible to make them appear on both places? [04:22] pitti: the icon should always been in the computer place yes [04:22] seb128: this must be somewhere in nautilus [04:22] what ? [04:22] seb128: I'm trying to find it [04:23] hum [04:24] that's the upstream behaviour, keep it for the moment perhaps and check with jdub [04:24] um [04:24] hrm? [04:24] i thought they appeared in both [04:28] jdub: the current behaviour is quite odd [04:29] jdub: I just fixed gnome-vfs to actually report USB sticks and the like as "user visible" to fix #1599 [04:29] jdub,seb128: now if I plug in my stick, it appears at the desktop, not in the Computer place [04:29] jdub,seb128: however, if I switch off the "icon on desktop" gconf setting, it appears only in the Computer place [04:29] weird [04:30] same [04:30] jdub,seb128: but in this case the sda1 icon appears as "not mounted" (!!!) [04:30] jdub,seb128: I can click on sda1 and it complains that sda1 is already mounted [04:30] jdub,seb128: if the Icon is on desktop, it behaves sanely [04:30] if it detects it as not mounted that's normal [04:30] heh === pitti cries out loudly [04:31] seb128: why is that normal? a week ago I could click on sda1 in the computer window and the content opened [04:31] seb128: and I could unmount it there === pitti wishes to revert to gvfs 2.8.0 [04:31] "if it detects it as not mounted" [04:31] seb128: ah, but it is mounted [04:32] I know [04:32] the detection is wrong [04:32] but the behaviour is right according to the detection [04:32] pitti: BTW 2.8.1 fixes some important issues, reverting is not good [04:32] I'm already working 6.5 hours on this stuff; it's just plain weird [04:33] seb128: BTW, I could reproduce the trash bug [04:33] that's three days of firefox. rapture === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel [04:34] hey oh fearless laptop leader [04:34] seb128: funnily enough it seems to work again with my updated gvfs === jdthood [~jdthood@aglu.demon.nl] has joined #ubuntu-devel [04:48] pitti: nice :) [04:48] seb128: however, inexplicable [04:49] seb128: my patches were agains gvfs, but the trash thingy should be nautilus, don't? [04:49] the graphical part [04:49] the monitor is gnomevfs stuff [04:50] and as said before is works fine with 2.8.0 package and not 2.8.1 without changing nautilus [04:50] so I really think the problem is in gnomevfs === mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu-devel [04:59] do you guys need a *mm library maintainer? [05:01] fabbione: here ? [05:01] mxpxpod: would be nice :) [05:01] can somebody with cpu_scaling working on their PowerBook send me the output of grep '^model name' $CPUINFO | head -1 | sed -e 's/^.*: //; and tell me which module(s) they had to load [05:02] seb128: I'd be willing to learn exactly how to do it and help maintain [05:02] cool [05:02] s.$CPUINFO./proc/cpuinfo. [05:03] seb128: just let me know what to read and if I need to register somewhere or something... but that way we can keep on top of *mm stuff [05:03] jdub: here ? [05:03] mxpxpod: what to read for what ? Doing a debian package ? [05:03] seb128: mmm? [05:04] jdub: read 2 lines ago [05:04] mxpxpod: you've looked at the *mm sources in universe? [05:04] mxpxpod: are they not building, or...? [05:04] jdub: mxpxpod would like to help to maintain the *mm [05:05] seb128: yep, worked it out now ;) [05:05] mxpxpod: no, not really, but I can do that [05:05] crap, that was to jdub [05:07] oh, nice... gtkmm-2.4.5 hasn't been compiled for ppc... but the source is in universe [05:07] ok [05:07] so [05:07] grab the sources [05:07] jdub: got em [05:07] see if they build on your box [05:08] fixing that stuff will go straight into universe for everyone else :) [05:08] jdub: is there a specified way that is more acceptible to build with? or is apt-get source -b libgtkmm-2.4-1 [05:08] if you want updated packages [05:08] mxpxpod: apt-get source [05:08] cd [05:08] dpkg-buildpackage -uc -us -rfakeroot [05:08] probably worth hanging out here to ask about the ins and outs of how this all works [05:09] jdub: you don't care that it's not signed? [05:09] but i strongly recommend reading the developer docs on debian.org [05:09] jdub: ok [05:09] http://www.debian.org/devel [05:09] if you're building it for yourself, you don't need it signed [05:09] you're testing ;) [05:09] jdub: good point :) [05:09] but, if you've fixed stuff up [05:09] jdub : you a know a good way to have nautilus-cd-burner not finalize a cd? [05:09] do your build like this: [05:10] dpkg-buildpackage -S -rfakeroot -uc -us [05:10] that'll do a source build only [05:10] jdub : this seems to be ellusive on the gui [05:10] which can be checked, signed and uploaded to universe [05:10] jdub: ah, ok [05:10] sivang: i don't think it can [05:10] jdub: oh, I know where the 2.4.5 stuff came from... it came from debian's source stuff [05:11] yes [05:11] jdub : darn [05:11] mxpxpod: universe is debian main, frozen a few months back [05:11] mxpxpod: most of the packaged are from the debian archive [05:11] mxpxpod: if you want newer packages, we can sync things from sid [05:11] jdub: ah, ok [05:11] jdub: well, I have a deb-src line that grab's sid's current sources [05:12] mxpxpod: if they build on warty (or you have patches), that is ;) [05:12] I *hate* changes in the diff.gz [05:12] jdub : there a list of packages that needs security sync from sid, would you like me to mail you? [05:12] mxpxpod: hrm, unless you definitely know you want to use those, try working with the existing versions in universe as much as possible [05:12] sivang: no, that's mdz's gig :) [05:12] jdub : k ;-) [05:13] jdub: well, universe has 2.4.2, and it would be nice to have 2.4.5 since it's got a couple of fixes in [05:13] mdz/jdub about? [05:13] lamont: i am [05:13] mxpxpod: ok [05:13] I, um, have a proposed fix for #1577 [05:13] .. [05:13] mxpxpod: for this release, we're not worrying too much about freezeness in universe :) [05:13] mxpxpod: in later releases, it'll freeze just like everything else [05:13] jdub: ok, cool [05:13] jdub: gotcha [05:14] (A) shipping an RC is really, really, ugly. (B) 9.2.4 just released, (C) upstream is good about not releasing until they've fixed things. (D) it's been verified to fix #1577. [05:14] jdub: can we sync it from debian? please, please, please, please === lamont grovels [05:14] jdub: the reason I'm worried about *mm stuff is that I think I'm going to make a release of coaster in the next few weeks, and I want people to be able to use it [05:14] mxpxpod: rad [05:14] jdub: :) [05:15] jdub: so, I'll need to hack up a gnome-vfsmm2.8 package for us too [05:15] lamont: i'm going to defer to mdz on this one, sorry :-) [05:15] lamont: it has my approval if he's happy with it [05:15] mxpxpod: there's no debian package? [05:15] jdub: not for 2.8... just 2.6 [05:15] jdub: I should email bradley [05:15] jdub: well, that's one down, anyway... [05:15] seb can teach you sexy ways of handling that :) [05:16] hrm... mdz is almost certainly still asleep [05:16] jdub: teach me? [05:18] mxpxpod: packaging-fu [05:18] lol [05:18] ok [05:18] could people have a quick test of: http://www.paul.sladen.org/ubuntu/cpufreq-detect.sh if possible and tell me when it doesn't work [05:18] oh, just remember [05:19] brb [05:19] jdub: what do you think about turning on the tab-groups extension in epiphany-extensions ? [05:20] $ ./cpufreq-detect.sh [05:20] speedstep-smi.o [05:20] seb128: dunno === T-Bone wonders why firefox doesn't account his "stop button hit" (still proxy problem), and why the menus are empty [05:20] $ sudo modprobe speedstep-smi [05:20] Password: [05:20] FATAL: Error inserting speedstep_smi (/lib/modules/2.6.8.1-2-686/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-smi.ko): No such device [05:20] [05:20] ;-) [05:20] $ lsmod | grep cpu [05:20] cpufreq_userspace 5240 2 [05:20] cpufreq_powersave 1728 0 [05:20] [05:21] $ lsmod | grep speed [05:21] speedstep_lib 4100 0 [05:21] [05:21] sladen: helpful? === sladen ponders [05:22] jdub: do you already have another module setup and working? [05:23] yes [05:23] which appears to be speedstep_lib [05:23] jdub: groovy, what's grep '^model name' /proc/cpuinfo ? [05:23] model name : Intel(R) Pentium(R) M processor 1.40GHz [05:25] jdub: okay, could you confirm that modprobe -r speedstep_lib ; modprobe speedstep is all that you need to do? [05:25] er. speedstep_lib [05:26] um, it claims speedstep_smi for me, too. but speedstep_centrino is the one that works [05:26] it's working without that loaded [05:27] thom: what's your grep '^model name' /proc/cpuinfo [05:27] virelais:~# sh cpufreq-detect.sh [05:27] speedstep-smi.o [05:27] virelais:~# cat /proc/cpuinfo |grep "model name" [05:27] model name : Intel(R) Pentium(R) M processor 1200MHz [05:27] virelais:~# modprobe speedstep_smi [05:27] but i still have cpufreq_ ones in there [05:27] FATAL: Error inserting speedstep_smi (/lib/modules/2.6.8.1-2-686/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-smi.ko): No such device [05:28] jdub: if I compile these packages for ubuntu, do you want me to make a changelog entry? [05:28] thom: is that a P4-M ? [05:29] yeah [05:29] mxpxpod: you have to, to change the version nubmer [05:29] mxpxpod: basically [05:29] mxpxpod: run 'dch' [05:29] sorry [05:29] 'dch -i' [05:29] then change the version number like this: [05:29] jdub: before I compile? [05:29] 2.6.4-2 becomes 2.6.4-2ubuntu1 [05:29] mxpxpod: yes [05:29] jdub: ok [05:31] jdub: oh, I had a question about dch yesterday... which environment variables do I need to set in my .bashrc? [05:32] hrm, probably not worth doing that [05:32] i have ~/bin/uch [05:32] which looks like: [05:32] #!/bin/sh [05:32] export DEBEMAIL=jeff.waugh@canonical.com [05:32] exec dch -i -D warty $@ [05:32] [05:32] how does it get your name? [05:32] from the passwd file [05:33] oh, rightg [05:33] -g === Sledge__ [~steve@80.46.37.1] has joined #ubuntu-devel [05:34] #!/bin/sh [05:34] export LANG=C [05:34] export DEBEMAIL="lamont@mmjgroup.com" [05:34] export DEBFULLNAME="LaMont Jones" [05:34] VERS="" [05:34] if (( $# >= 1 )) && [ "$1" = "-i" ] && [ -f debian/changelog ] ;then [05:34] V=$(sed -n '1,1s/^.*(\(.*\)).*$/\1/p' debian/changelog) [05:34] jdub: do I need the -D warty? [05:34] if [ "$V" = "${V%ubuntu*}" ] ; then [05:34] shift [05:34] VERS="--newversion ${V}ubuntu1" [05:35] mxpxpod: yes [05:35] fi [05:35] lamont: :-) [05:35] fi [05:35] dch -D warty $VERS "$@" [05:35] *nice* [05:35] it does require that -i be the _FIRST_ option, though... [05:36] the real trick is remembering to _not_ say that for debian uploads... :-) [05:36] lamont: why not just put -I in your exec? [05:37] mxpxpod: I sometimes don't want -i [05:37] whoops, -i [05:38] that code basically says 'if they said -i, and it's not already an ubuntu* version, then change the -i to --newversion ..ubuntu1, otherwise just pass the -i through' [05:38] ah, ok [05:39] now, when the editor comes up after I type ~/bin/uch -i, I just enter regular changelog entries? [05:43] jdub: ^ [05:43] mxpxpod: yah [05:44] daniels: ok, it creates a changelog.dch... it doesn't merge into the changelog [05:44] lamont: ping [05:44] mxpxpod: it should merge into the changelog after you write and exit [05:45] daniels: hrmm... doesn't seem to do it with gvim [05:45] yo [05:47] T-Bone: let me guess... issues building the chroot? [05:47] seb128: nautilus scripts don't seem to work [05:47] lamont: bingo [05:47] lamont: don't have warty.buildd [05:47] grab that from a warty box. [05:47] jdub: dpkg -l shared-mime-info ? [05:47] and then you need to edit it. :-( [05:47] lamont: rephrasing: [05:47] lamont: don't have warty.buildd on a warty box [05:48] lamont: we could just get the ones off the buildds [05:48] apt-get update; apt-get install debootstrap [05:48] lamont: already did that === lamont uploaded debootstrap ubuntu17 yesterday with the file [05:48] rephrasing [05:48] grr... dch doesn't like gvim at all [05:48] ... === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [05:48] lamont: don't have warty.buildd on a warty box after installing debootstrap [05:48] which version? [05:49] 0.2.39ubuntu17 (freshly installed) === lamont checks, screams [05:50] just a minute [05:50] lamont: did that pbbuttonsd upload fix powerprefs/gtkpbbuttons? [05:50] thom: will check [05:51] danke [05:52] t-bone: people.no-name-yet.com/~lamont/warty.buildd ubuntu18 coming soon. sigh. [05:52] lol thx [05:52] jdub: "Hardware request : eagle-usb driver" <- grrrrrrrrrrr, I've mailed the devel list about this 1 one week ago and nobody care about replying :( [05:52] this package is not big and damn useful for some people [05:53] seb128: you can upload it to universe, no problem [05:53] jdub: universe is not good [05:54] T-Bone: or you could apt-get source debootstrap, and extract it from there. GAH! [05:54] jdub: we want it on the CD, or people can't have a net access and download the package [05:54] lamont: to recap, i'm debootstraping on a sarge ia64 box, using warty.buildd. Are the special options you gave me still valid? [05:55] seb128: where is it at the moment? only in debian? [05:55] yes [05:55] we have eagle-adsl in universe [05:55] does anyone here use dch with gvim? [05:55] is has been renamed in eagle-usb in debian [05:55] which works better [05:55] T-Bone: the file I just gave you will still need --exclude=lsb-base [05:55] seb128: happy for you to sync the debian package to replace it [05:55] jdub: please read my mail on ubuntu-devel about this, I've included the details [05:56] lamont: and taht's all? or kernel-headers are needed too? [05:56] seb128: then shift it into supportedseed/shipseed [05:56] but the --include isn't needed (nor should it be..) [05:56] seb128: with confirmation with matt [05:56] jdub: ok, thanks ! [05:56] jdub: and about your version of shared-mime-info ? [05:56] linux-kernel-headers _is_ included, it's just that libc6-dev Depends it, and the script had ordering issues... [05:56] lamont: ok, hold on [05:56] seb128: my which? :) [05:57] seb128: nautilus scripts don't seem to work [05:57] jdub: dpkg -l shared-mime-info ? [05:57] don't ignore the question dude :p === seb128 thinks you still have 0.14 :) [05:58] oh [05:58] 0.14-1.1 [05:59] the fix is the libxml2/s-m-i upload you've approved 2 hours ago :p [05:59] T-Bone: and then there's the issue that snapshot.debian.net is b0rked [05:59] date specs don't completely work... [06:00] seb128: boh ;) [06:00] T-Bone: so little things like linux-kernel-headers and apt aren't in that repository... [06:01] lamont: do you have other niceties to tell me ? ;) [06:01] give me a few mintuew [06:01] lol [06:02] lamont: i shall fire some very heavy stuff at you ;^) [06:04] T-Bone: starting with a sarge chroot won't work (too new), and starting with woody is just plain painful. [06:04] lamont: debootstrap currently fetching files without errors for now [06:05] and you can't do what I did, which was start with a snapshot that we made of sid on freeze day. (since we didn't snap ia64...) [06:05] lamont: would sbuild help me rebuilding everything, or should i do that "by hand"? [06:05] right. There's some extra fun to deal with down the road... [06:05] sbuild is your friend. [06:05] (i'm up to libc6, currently) [06:05] libc6.1, I hope... [06:06] jdub: if I'm just compiling debian source packages for ubuntu, do I need to add a changelog entry? [06:06] lamont: correct ;) [06:06] mxpxpod: if you make a change, yes [06:07] jdub: what if no change is made [06:07] mxpxpod: if not, lamont can sync them directly into universe [06:07] jdub: oh, ok [06:07] lamont: can you sync libsigc++2.0, glibmm2.4, and glibmm2.4? [06:08] mdpxpod: wanna send me an email with the whys and such, and I'll forward it along. [06:08] lamont: to who? [06:08] it goes to jdub, mdz, and elmo [06:08] ah, ok [06:08] jdub/mdz approve, elmo syncs [06:10] lamont: email addy? [06:10] lamont: up to 'tar' ;) [06:10] lamont@canonical.com [06:11] fabbione: here ? [06:11] T-Bone: did you happen to notice if it fetched either linux-kernel-headers or apt??? :-( === T-Bone looks [06:11] it didn't for me... [06:12] lamont: apparently not. and it fucked up on libc6 [06:12] so once the debootstrap fails, then you: [06:12] jdub: hum, the current package of esound uses --disable-alsa ... do you see a reason to keep that ? [06:12] wget http://snapshot.debian.net/archive/2004/06/03/debian/pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-16_ia64.deb [06:12] stuff that in the chroot, dpkg -i it, redo debootstrap (yeah, that's bad...) [06:12] then wget http://snapshot.debian.net/archive/2004/06/10/debian/pool/main/a/apt/apt_0.5.25_ia64.deb [06:12] gack [06:12] and shove that in the chroot [06:13] and install it [06:13] and apt-get update [06:13] er, after creating a good sources.list, that is... [06:13] deb http://snapshot.debian.net/archive/2004/06/28/debian unstable main [06:13] deb-src http://archive.ubuntu.com/ubuntu warty main restricted universe [06:13] and then you'll be ahead of me. [06:14] eta 12 minutes on the apt-get update [06:14] T-Bone: yes, well... snapshot.debian.net's date-specs are known to be br0ken. [06:14] lamont: rerunning debootstrap on the previously debootstrap'd chroot, right? [06:15] so we'll probably wind up polluting the hell out of this chroot to get main built, etc.. [06:15] yes. [06:15] k [06:15] in progress [06:15] which is just so sick and wrong, but works. === lamont looks to make sure Kamion isn't watching [06:15] i should get this going on sparc, too [06:16] So really, step 1 is Debug the chroot into existance [06:16] thom: I was planning to wait until late october to do this. [06:16] t-bone is in a hurry though. [06:16] give me something to do between firefox builds [06:16] lamont: getting tons of unmet deps [06:16] thom: bounced you my email to t-bone [06:17] yeah - those are normal. [06:17] well, less of them is more normal... [06:17] shit, libc6dev depends on linux-kernel-headers hower... [06:17] s/hower/however/ [06:18] looks like it didn't work [06:18] lamont: grazil [06:18] the next step after the apt-get update is to look at warty.buildd, and figure out what other packages are missing from 2004/06/28 on snapshot.d.n [06:18] T-Bone: after the first debootstrap fails with libc6.1-dev depends l-k-h, then you chroot in to the chroot, dpkg -i linux-ker....deb, drop back out and re-run debootstrap [06:19] lamont: exactly what i did [06:19] didn't work [06:19] how did it die? [06:19] package l-k-h not installed [06:19] the lkh install, how did that die? [06:19] didn't die [06:19] oh, after dpkg -i, do dpkg --configure -a [06:20] er, s/-a/--pending/ [06:20] bummer ;) [06:20] the chroot is pretty resilliant... [06:20] gandalf:/# dpkg --configure --pending [06:20] dpkg: dependency problems prevent configuration of libc6.1-dev: [06:20] libc6.1-dev depends on linux-kernel-headers; however: [06:20] Package linux-kernel-headers is not installed. [06:20] dpkg -l linux-kernel-headers (in the chroot) [06:21] un linux-kernel-h (no description available) [06:21] wtf? [06:21] could it be that you installed it outside the chroot? [06:21] nop i didn't === T-Bone redoes dpkg -i [06:21] lamont: in my email, do you want changelog entries to show what's changed? [06:21] ii linux-kernel-h 2.5.999-test7- Linux Kernel Headers for development [06:21] lamont: the hell if i understand :P === lamont is using debootstrap 0.2.39 [06:22] mxpxpod: yes [06:22] lamont: okey dokey [06:22] well, at least an explanation of what's changed, and why we care enough to sync. [06:23] un linux-kernel-h (no description available) [06:23] lamont: I'll just put in changelogs :) [06:23] lamont: debootstrap is messing up with my l-k-h manual setup [06:23] which version debootstrap? [06:23] still the same [06:23] oops [06:24] 0.2.45 [06:24] yeah - it must have gotten smarter.. [06:24] shit [06:24] we don't want it to be smarter, do we? [06:24] no. we want it stoooopid [06:24] damn st0000pid :) [06:24] so, what's next? [06:24] hit snapshot.d.n, debootstrap, and grab 0.2.39 [06:25] lamont: and i install it on my sarge box, right? [06:25] yes [06:27] lamont: sent [06:27] lamont: still the same [06:27] doesn't work [06:28] thom: I'm going to write a 'so you want to bootstrap an architecture' paper when I'm done... [06:28] jdub: nevermind about esound/alsa, was my error [06:28] t-bone: gimme a minute [06:28] lamont: do i still want the --exclude flag? [06:29] lamont: when i'm done, i'll bootstrap hppa ;) === T-Bone ducks [06:30] T-Bone: I would love for you to debootstrap hppa. === lamont builds a tarball for t-bone [06:30] lamont: heh, if i don't have a receipe, i won't be able to do hppa ;) [06:30] t-bone: (1) do what it takes to make a chroot with 06/28 bits. [06:31] did 0.2.39 not install, or did it produce the same issues? [06:31] produced the same issues [06:32] lamont: this is the kind of receipe i enjoy a lot. It leaves everything up to the cook chief ;) [06:32] my sparc has the loudest disks in the history of the world ever :/ [06:33] thom: the cool thing with ia64 or big hppa boxes, is that you _can't_ here the HDs ;) [06:33] people.no-name-yet.com/~lamont/chroot-warty_ia64.tar.bz2 will be complete in about 3 mintues [06:33] s/here/hear/ [06:33] T-Bone: heh [06:33] T-Bone: WHAT??? :-) [06:33] lamont: ok, ping me again when it's ready, so that I'll suck it asap [06:33] lamont: LOL ;) [06:34] T-Bone: so step 1 for you becomes 1a) untar the beast and then... [06:34] lamont: and then i'll need your help to setup sbuild ;) [06:34] right [06:34] was just looking at that... [06:34] hehe [06:35] lamont: it doesn't fix it :( [06:35] for file in var/debbuild/avg-build-times var/debbuild/avg-build-space; do install -m0664 -o${USER} -gbuildd /dev/null ${chroot}/${file}; done [06:35] fix etc/apt/sources.list [06:35] tsig.c:293: REQUIRE(targetp != ((void *)0) && *targetp == ((void *)0)) failed. [06:35] zsh: abort nsupdate [06:35] grep -q "^${USER}:" ${chroot}/etc/passwd || [06:35] getent passwd ${USER} >> ${chroot}/etc/passwd [06:35] grep -q "^buildd:" ${chroot}/etc/group || [06:35] getent group buildd >> ${chroot}/etc/group [06:35] grep -q "^${USER}:" ${chroot}/etc/shadow || [06:35] echo ${USER}:\*:$(getent shadow ${USER} | cut -d: -f3-9) >> ${chroot}/etc/shadow [06:35] grep -q "^proc-${USER}-$rel$flavor " /etc/fstab || [06:35] echo proc-${USER}-$rel$flavor ${UHOME}/${chroot}/proc proc rw 0 0 >> /etc/fstab [06:35] mount proc-${USER}-$rel$flavor || true [06:36] [ -f /etc/source-dependencies-${rel}${flavor} ] || [06:36] :> /etc/source-dependencies-${rel}${flavor} [06:36] ew. sorry about the flood. [06:36] lamont: actually i think it'd be much simpler for you to mail me that ;P [06:36] elmo: that's not fixed? [06:36] T-Bone: yea [06:36] lamont: ETA? [06:37] lamont: the first one I tried worked - the second didn't :( [06:38] T-Bone: scp done [06:38] T-Bone: script sent, extract as needed.. :-) [06:39] lamont: wget in progress [06:39] thom: take steps from /usr/share/buildd-config/build-chroot on any buildd [06:39] thom: t-bone got the sanitized script [06:40] lamont: ok, chroot extracted [06:40] lamont: anything i should change to your script? [06:41] elmo: would it be extremely painful to use the wayback machine to get the .debs for everything in hoglet for all architectures? [06:41] T-Bone: yeah - just read it and do what it says.. [06:41] that script starts from scratch, and builds a warty chroot, assuming that you have a warty repository to start from. [06:41] so find the debootstrap, and start right after that. [06:42] lamont: so it's to be run within the warty chroot? [06:42] the pinning probably needs some tlc, etc. [06:42] no. [06:42] that runs outside the chroot, to _BUILD_ the chroot [06:42] but we don't meet the conditions it requires (we're bootstrapping...) [06:42] lamont: huh? why on earth do you want hoglet? [06:43] elmo: what I really want is a coherent sid as of June 28 [06:43] snapshot.debian.net's datespec Packages files are rather, um, sparse. [06:43] T-Bone: in that chroot, apt-get install build-essential, btw. [06:44] for file in var/debbuild/avg-build-times var/debbuild/avg-build-space Curren [06:44] tlyBuilding; do === trukulo [~trukulo@docsis65-46.menta.net] has joined #ubuntu-devel [06:44] this is relative to the chroot i guess? [06:45] yeah [06:45] you can skip CurrentlyBuilding, btw [06:46] T-Bone: more to the point, it uses ${chroot}${file} :-) [06:46] elmo: and I don't care if it's sid or sarge. [06:48] lamont: we just keep the files not the packages files - I don't see any sane way to get what you're asking - can't you just do the double bootstrap thing? [06:48] lamont: so i skip the for loop, but i have to edit sources.list, right? [06:48] elmo: OK. was hoping for something trivial [06:48] yes [06:49] the sources.list in the tarball points to 'ia', and you want 'archive.ubuntu.com' [06:49] otherwise, it's right [06:49] ok === ore [romain@yeast.orebokech.com] has joined #ubuntu-devel [06:50] Hi [06:51] is there someone behind mailman@lists.ubuntu.com? [06:51] elmo: the issue is that debootstrap wants _one_ mirror, and we ain't got one. (Although snapshot.d.n comes close...) === thom drums fingers [06:51] retreving perl [06:52] btw: i have a funny bug: when i login to my warty box, the "X" cursor appears on the center of the screen, but it's not the actuall arrow cursor. It stays there on top of everything [06:52] thom: no complaining: 8% [3 binutils 1422412/2996kB 47%] 3511B/s 1h17m42s === lamont unthrottles [06:53] 6 minutes is a biit better... [06:54] lamont: you have to be kidding ;^) === T-Bone ducks [06:54] T-Bone: wierd. === lamont has (had) about 200 MB of headroom in his bandwidth budget [06:55] lamont: i remove all other entries in the sources.list, or i add the new ones? [06:55] unpacking libc6 [06:56] in the tarball, there should only be 2... [06:56] right [06:56] deb http://snapshot.debian.net/archive/2004/06/28/debian unstable main [06:56] deb-src http://ia/ubuntu warty main restricted universe [06:56] yep [06:56] is what I'm using, [06:56] that's all you want [06:56] oh [06:56] for _this_ chroot [06:57] hmm [06:57] ah [06:57] bummer [06:57] let me recap [06:57] once i have unpacked your chroot, what should I do? ;) [06:57] we, i have a chroot [06:59] T-Bone: in the chroot, apt-get install build-essential [06:59] then [06:59] done [06:59] any files/directories created by the script after the chroot should happen, minus sources.list [06:59] including mods to chroot's passwd,group, and shadow files [07:00] create chroot/proc, and mount it (mount happens outside the chroot) [07:00] done [07:00] touch /etc/source-dependencies-warty [07:00] (outside) [07:00] apt-get install sbuild [07:00] outside? [07:00] the touch is outside the chroot? [07:00] yeah - sbuild fetchs things outside the chroot, using sources.list inside the chroot [07:00] ah true [07:01] so it looks for /etc/source-dependencies-${THING} [07:01] yeah i recall [07:01] sbuild installed (outside) [07:02] chroot-warty# cp -a /etc/passwd /etc/group /etc/shadow etc/ [07:02] T-Bone: lazy. my hacks only add the user, and don't copy the shadow password file.. [07:02] lol [07:02] this is untrusted code running in the chroot, after all. [07:02] lamont: this is a box freshly installed, i am the only user on it === lamont points t-bone at the other window [07:03] and it'll be fully dedicated to build everything for ubuntu [07:03] got it [07:03] kewl [07:03] once it's all built, we'll use your repository to bootstrap the buildd's repository, and then build everything from scratch there, of course.. :) [07:04] and then you sbuild -dwarty ed_0.2-20 [07:04] hrm... do you have ~/.sbuildrc? [07:04] and ~/logs [07:04] no [07:04] lemme grab it from the hppa sbuild [07:05] install -d -o${USER} -m0750 logs mqueue old-logs stats stats/graphs upload [07:05] in your home dir [07:05] lamont: would it be easier for me to run sbuild as root? [07:05] make sure that /var/debbuild exists (outside) [07:05] no [07:05] doesn't help [07:06] although the user needs to have full sudo wide open with no password... [07:06] visudoing [07:06] mkdir -p /var/debbuild/srcdep-lock [07:06] touch /var/debbuild/avg-build-times /var/debbuild/avg-build-space [07:06] chown -R ${USER}:buildd /var/debbuild/ [07:06] lamont: do you know why mime-shared-info is missing on i386 ? [07:07] the build log is ok [07:07] ${USER}:buildd ? [07:07] lamont: oups, shared-mime-info <- right name [07:07] lamont: any way i can avoid the damn thing to mail me everything? === T-Bone considers mailing stuff to some gmail storage he has ;) [07:10] seb. sigh [07:11] T-Bone: set up mail on the local machine, or see /usr/bin/sbuild [07:11] sbuild --nolog [07:11] will setup on local machine [07:12] we might need logs no matter what [07:12] but that doesn't give you log files at all, which is bad === T-Bone ^5s lamont ;) === T-Bone points lamont at the other window [07:13] $mailprog="/bin/true"; :) [07:13] lol [07:13] perfect ;) [07:13] ok [07:13] what's next? [07:14] sbuild -dwarty ed_0.2-20 [07:15] varenet@gandalf:~$ sbuild -dwarty ed_0.2-20 [07:15] Bad distribution [07:15] sigh [07:15] oh man [07:15] is the chroot named chroot-warty? [07:15] did i miss an sbuild tute? [07:15] yes [07:15] doh. [07:15] jdub: you did ;) [07:15] oh man [07:15] damn debian sbuild [07:15] #die "Bad distribution\n" [07:15] # if !isin($main::distribution, keys(%main::dist_order)); [07:15] you need to add the #'s to your file.. :-) [07:15] jdub: don't worry. lamont volunteered to write it down [07:16] lamont: where is it? [07:16] /usr/bin/sbuild [07:16] about line 570 or so [07:16] lamont: the sbuild package is poo, right? and real sbuild is maintained elsewhere? [07:16] search for Bad distribution :-) [07:16] jdub: yes [07:16] $main::distribution = "unstable" if $main::distribution eq "u"; [07:16] die "Bad distribution\n" [07:16] and we had to fork [07:17] t-bone; the die, and the line _following_ [07:17] lamont: can we have elite sbuild in ubuntu? [07:17] lamont: yeah. I trash them both? [07:17] jdub: we can have 3l33t only ;) [07:17] jdub: chinstrap:~lamont/archive has our sbuild et al [07:17] ahr! [07:17] t-bone: yes. [07:18] varenet@gandalf:~$ sbuild -dwarty ed_0.2-20 [07:18] varenet@gandalf:~$ [07:18] I added this after the options parsing: [07:18] that was quick :P [07:18] die "Need distribution\n" if $main::distribution eq "bogus"; [07:18] and set distribution=bogus above [07:18] it's a small package, or it died [07:18] ls, should have ed_0.2-20_ia64.changes [07:18] et al [07:18] Checking available source versions... [07:18] /usr/bin/apt-cache failed [07:19] you were root when you untarred, yes? [07:19] yes [07:19] and ls chroot-warty/proc shows stuff, not an empty dir? [07:19] is proc really needed for sbuiling? [07:19] /proc on /home/varenet/chroot-warty/proc type none (rw,bind) [07:19] sudo chroot chroot-warty apt-get update [07:20] azeem: there are things that won't build without it, or (worse) build incorrectly [07:20] lamont: ah, that's it. I forgot the visudo step ;) [07:20] T-Bone: sbuild doesn't auto-update either. [07:20] the buildd normally does that [07:20] lamont: ok, but not in the general case [07:20] azeem: right. But t-bone is trying to build everything... [07:21] ok, ok [07:21] lamont: i must have crap in my sources.list. Got 404s [07:21] T-Bone: and remember, if you don't redirect stdin away from a tty (at least), then there is at least one package whose build hangs... [07:21] T-Bone: ?? [07:21] what do you have? [07:21] lamont: what's the full domain name for 'ia' please? [07:21] archive.ubuntu.com [07:22] ia is my throttled mirror - you wouldn't like it. [07:22] much better === lamont _did_ say to change that... :-) [07:22] lol [07:23] you _did_ confuse me ;) [07:24] now parse chroot-warty/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_warty_main_source_Sources to build a list of source_version's, and feed that to sbuild [07:24] lamont: about shared-mime-info ? === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [07:24] that'd be step (2) from the mail.. [07:24] seb128: fixed [07:24] ok thanks [07:24] seb128: when I kill buildd on a machine, I expect it to stay dead. [07:25] Cannot opendir chroot-warty/var/debbuild/srcdep-lock: No such file or director === T-Bone curses lamont [07:25] you said that was _outside_ ;P [07:25] T-Bone: it's both [07:25] Waiting for job(s) 1 to finish [07:25] it's stuck on that, fwiw [07:25] kill lots of stuff [07:26] lamont is good at the confusion === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [07:27] t-bone: and mkdir chroot-warty/build/varenet (and chown) [07:27] thom: ?? [07:27] oh, the kill buildd comment? [07:27] lamont: just generally [07:27] lamont: still stuck [07:27] lamont: i don't think that's normal [07:28] ah that's it [07:28] ok, trying again [07:28] Couldn't cd to chroot-warty/build/varenet/: No such file or directory [07:29] grrrr [07:29] t-bone: and mkdir chroot-warty/build/varenet (and chown) [07:29] lol [07:30] Built successfully [07:30] YATTA [07:30] so, now, i have to produce a list of packages to feed sbuild with [07:31] now parse chroot-warty/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_warty_main_source_Sources to build a list of source_version's, and feed that to sbuild [07:31] i could get _really_ bored of building firefox [07:31] yeah: grep out Package and Version from that [07:31] and i've just broken my sparc [07:31] gar [07:31] thom: how borke? [07:31] refusing ssh connections [07:31] lamont: it's storing everything in my homedir. Any way i can change that? [07:33] i'll fix it when i stop using that monitor for watching dvds [07:34] T-Bone: umount chroot-warty/proc; mkdir build; mv chroot-warty build; fix the mount point, remount. [07:34] and then run sbuild from inside build [07:35] thom/jdub: if you use _our_ sbuild, then you do care about ${chroot}/CurrentlyBuilding [07:36] which must be writable by the user running sbuild === T-Bone tries to figure out how to easily merge Package and Version fields [07:38] T-Bone: be lazy. [07:38] apt-get install quinn-diff [07:38] lamont: sure, i'd like to :P [07:38] fetch warty Sources [07:38] in the chroot? [07:38] quinn-diff -A ia64 -p /dev/null -s Sources [07:39] outside [07:39] but you do have the Sources file in the chroot already [07:40] morning [07:41] lamont: ok, that gives me lines like "libs/libwnck_2.8.0-0ubuntu1.dsc [optional:uncompiled] " [07:41] can i feed that to sbuild directly? [07:41] no. [07:41] sed 's:^.*/\(.*\).dsc.*:\1: [07:41] ' [07:42] just great ;) [07:42] [quinn-diff] : warning: ubuntu-sounds has an architecture field of "all" which doesn't include ia64. [07:42] yeah, but that's easier... [07:42] should i ignore these? [07:42] yeah [07:42] it is... :-) [07:43] =) [07:43] those are packages that have no arch-dep component [07:43] oic [07:43] so they're _ALREADY_BUILT_ for your architecture!!! :-) [07:43] bummer [07:43] yeah true. I just wondered why this would make a warning [07:43] ok so no big time for xargs, right? [07:44] s/no/now/ [07:44] quinn-diff wants to be run intelligently... [07:44] lol [07:44] that's a crime ;) [07:44] xargs not needed for main, dunno about universe... [07:44] no, i mean "cat list | xargs sbuild" === lamont said: sbuild -dwarty $(/dev/null 2>&1 & [07:44] lol [07:44] fine! === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [07:45] that takes about 48 hours or so on a good x86 machines, iirc [07:46] started [07:46] if I had bandwidth, we could share... :-( [07:46] don't worry [07:46] btw, i wonder if it'll take advantage of SMP [07:46] i guess no [07:47] and now you have time to kill while that runs, figuring out the CD stuff on i386. [07:47] marginally [07:47] only in that gcc and as and ld will run on separate cpus... [07:47] correct [07:48] then when the build finishes and you know how to make CD's, then you can make d-i work on ia64. [07:48] well, it should be pretty fast. Dual mckinley 900Mhz with 4GB RAM [07:48] while the total flush/rebuild happens [07:48] shouldn't be tooo bad [07:48] lamont: hehe, that'd be quite nice ;) [07:48] you betcha! === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [07:49] lamont: or else, i can start an hppa bootstrap in the meantime ;) === T-Bone ducks === T-Bone has a L1000 currently idling on setiathome [07:50] T-Bone: go for it. [07:50] lol === lamont has no time, and no machine currently - busted kernel needs help [07:50] and see issue #1. :( [07:50] _and_ it's a b180. [07:50] lamont: the problem is debootstrap actually [07:50] #1N [07:50] s/N/?/ [07:51] * lamont has no time, [07:51] lol [07:51] so you'd better deal with porting d-i later, right? [07:51] gimme root on the box, and I'll give you a chroot [07:51] sure np [07:51] hold on [07:51] I figured you'd be the hppa/ia64 d-i god, dude... [07:51] lol [07:51] i've never touched d-i yet ;) [07:51] ditto [07:52] gonna have fun ;) [07:52] lamont: send me an ssh2 pubkey please [07:52] i wonder if i shouldn't setup a local mirror of warty sources [07:53] if i'm going to run two test buildds, i'd need to spare bandwidth [07:53] want my scripts? [07:53] sure! [07:53] lamont: a rough idea of the disk space needed? [07:54] warty main, restricted, and a bit of universe, for i386 and source --> 3.8GB [07:55] that's tiny! [07:55] let's go for it [07:55] lamont: please send me your scripts along with a ssh2 key [07:55] ok === T-Bone notices the other window [08:00] mdz? [08:05] is there anyone here that can do debuggin on a samba/smb setup? [08:05] (ie. you have windows) [08:05] (or are using samba for printer sharing) [08:12] lamont: ? [08:13] 1577.. I'd like to just sync.. [08:13] (yeah, I know...) [08:13] (A) shipping an RC is really, really, ugly. (B) 9.2.4 just released, (C) upstream is good about not releasing until they've fixed things. (D) it's been verified to fix #1577. [08:13] jdub: can we sync it from debian? please, please, please, please [08:13] lamont: i'm going to defer to mdz on this one, sorry :-) [08:13] lamont: it has my approval if he's happy with it [08:15] lamont: it's not even in unstable yet :-) [08:15] well, yeah [08:15] but it will be in 45 minutes... [08:16] thunderbird 0.8 looks like it sucks as much as 0.7, can i upload? [08:17] mdz: I haven't heard anything about what we are allowed to change on the openoffice splash screen. Do you want me to simply do something like: http://www.natemccallum.com/uooo.png ? [08:18] mdz: that was to you, sorry [08:19] thom: you're supposed to say "0.8 looks like it sucks no more than 0.7, can I upload?" :-) [08:19] same odds :-) [08:24] thom: yes [08:24] 'k [08:25] (i'm having to binary search through the patches and config for firefox to work out why find is broken, it's not fun) [08:25] npmccallum: did you ask someone about the restrictions? [08:25] mdz: I asked in #openoffice.org and on the mailing list [08:25] npmccallum: and no one replied at all? [08:25] mdz: mailing list == dev@distribution.openoffice.org [08:26] mdz: no reply on the mailing list [08:26] mdz: in the channel I got a "you're probably fine with whatever -- IANAL" [08:26] mdz: as long as we stick close to what debian has done, there should be no problem for this release [08:27] why don't you use the vanilla splash? Do you also brand evolution and so? [08:27] mdz: vanilla splash is an option too [08:30] T-Bone : so, a ia64 warty is expected? [08:34] sivang: i'm not to one to tell [08:35] T-Bone : good luck with setting up the sources and buildds ! [08:35] heh [08:36] thx [08:36] but that's not the most difficult part [08:41] mdz: can you please take a look at #1599 and approve? [08:42] mdz: this is half a step backwards, but I tried to make the new gnome-vfs2 play well with our system the whole day; I agreed with sabdfl that I should just upload a working version now and do the bonus work later, if there is more time [08:48] firefox is making baby jesus cry a frickin' river === seb128_ [~seb128@ANancy-111-1-7-4.w81-250.abo.wanadoo.fr] has joined #ubuntu-devel [08:53] thom: I'm about 2 more type-ahead-finds from an install of the old version [08:54] schweeb: already done :-) Now that the feature is not available, I just recognized how useful it is :-) === sivang [~sivang@CBL217-132-224-137.bb.netvision.net.il] has joined #ubuntu-devel [08:54] pitti: well it works... somewhat/barely [08:55] and the backspace = go back a page is frigging killing me [08:55] just cause people use IE doesn't mean we can't make them fix their bad habits [09:07] is there an authoritative mime type list anywhere? [09:09] ? [09:09] that I can browse/search through mime types... [09:10] the files in /usr/share/mime/ ? [09:11] /usr/share/mime/packages/freedesktop.org.xml [09:11] I'd recommend looking at the corresponding .org.xml.in file from shared-mime-info source since it doesn't have all the translations [09:25] seb128: I'm going to upload gvfs now (see #1599); it will also close #1636 (Trash); do you have any other changes to make? [09:26] let me check === lamont realizes that the reason he's hungry is that he forgot to get lunch. bbiab [09:30] pitti: apparently no, just go for it [09:30] seb128: okay [09:30] mdz: here ? [09:37] seb128: yes [09:37] npmccallum: if you have any doubts, just go with vanilla splash [09:37] mdz: have you read my mail on -devel about eagle-usb las tweek ? [09:37] npmccallum: mark said he was fine with that [09:38] seb128: I remember seeing it [09:38] mdz: there is a thread about it on -user today [09:39] jdub said he's fine with uploading eagle-usb and to move it to supportedseed/shipseed if you're ok [09:40] I am not familiar with the software; does it require kernel modules? [09:40] how many packages do we need? there seemed to be several with similar names [09:40] mdz: I'm also waiting for approval on #1630 [09:40] npmccallum: you added a conflicts: gnome-audio ? [09:41] or something else? [09:41] mdz: I also tweaked two of the sounds, but its not code related (just volume changes) [09:41] npmccallum: ok, go ahead === T-Bone is now known as T-None [09:43] mdz: should we add a conflicts to gnome-audio as well? === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has left #ubuntu-devel ["Client] === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [09:43] @#$@# xchat shortcuts [09:43] mdz: yes, need a kernel module. The source package build a -src package for the module that's all [09:43] mdz: should we add a conflicts to gnome-audio as well? [09:43] seb128: can you send mail to -devel with all of the details about which packages we need? [09:43] npmccallum: I thought you implied that you already did that [09:43] mdz: ok [09:44] npmccallum: did you fix #1630 some other way? [09:44] mdz: I added "Conflict: gnome-audio" to the ubuntu-sounds package, should "Conflicts: ubuntu-sounds" go into gnome-audio as well? [09:45] (gnome-audio is in universe) [09:45] npmccallum: no, conflicts: gnome-audio on ubuntu-sounds is sufficient [09:45] they work both ways [09:46] mdz: I thought so, just wanted to check... also, I have the change to libgnome-common done (enables sounds by default). However, at seb128's suggestion, I have not depended on ubuntu-sounds. He suggesting adding it to desktop seed. [09:57] mdz: does xchat not use the gtk key bindings? [09:57] npmccallum: why not depend on ubuntu-sounds? [09:57] if sounds are enabled by default, and ubuntu-sounds is not installed, won't that cause a problem? [09:57] mdz: no [09:57] mdz: it just acts gracefully [09:58] thom: the last time I looked, it had a hard-coded ^W shortcut [09:58] even though I think it is a default gtk binding, which can be overridden globally otherwise [09:58] npmccallum: ok, fine with me [09:58] I'll add ubuntu-sounds to desktop [09:58] ok, the new ubuntu-sounds should be in the queue [09:58] however, that means that existing users will never get it [09:59] which is a shame [10:00] mdz: if we want to we can add a depend to ubuntu-artwork :) [10:00] we could add an ubuntu-desktop package to desktop, which would be used to pull in new dependencies in the future [10:00] maybe a package can be introduced into the installer, that will check new pkgs that we _want_ users to get, so it will install a set of new different pkgs each time a regular warty (even old snapshot) is installed. [10:01] hmm ;) you just said what I thought about.. [10:01] sivang: we already do that [10:01] but users who upgrade aren't helped by it [10:01] i see [10:01] another option would be to add a script to ubuntu-base [10:02] than adding a desktop package is a good thing, I guess [10:02] which would run aptitude install '~tubuntu-desktop' [10:02] mdz: yeuch [10:02] thom: we're going to have something like that anyway, for woody upgrades [10:02] sounds like reasonable enough [10:02] (yeuch to xchat, i mean) [10:02] something which lets them say "give me the ubuntu desktop" [10:02] exactly === sivang nods for support. [10:03] and its entirely unambiguous :) === npmccallum seconds [10:05] mdz: do I have approval to upload new libgnome? (just enables sounds by default) [10:05] npmccallum: yes, have seb review it if you are unsure [10:09] brb === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [10:10] thom: aha [10:10] thom: new xchat has an ugly workaround [10:10] thom: if the gtk key theme is set to emacs _when xchat starts_, it changes the keybinding [10:10] eww [10:12] npmccallum: please get ubuntu-sounds added to the apporpriate seed [10:12] elmo: I'll add ubuntu-sounds to desktop [10:13] seb128, npmccallum: what was the reason for not wanting it as a dependency? [10:13] mdz: so people can remove it if they don't want it [10:13] because that's not mandatory ? [10:13] is it large? [10:13] ah, it is [10:13] ok [10:13] works for me [10:13] fine [10:16] so if a user upgrades, and then installs ubuntu-sounds, does that enable the sounds? [10:16] or are they disabled if they are missing? [10:16] if the sounds are missing, no settings change, the sounds just don't play [10:17] its basically like -- if sounds_enabled() and sounds_exist(): play_sounds() [10:21] mdz: I can dither down the size on those sounds btw, I just know a lot of people like Hifi stuff. Plus, some sound cards only play at 44.1khz, which can be a pain [10:21] npmccallum: I don't think it's excessive [10:21] but it's large enough that people who are concerned about space, and don't want the sounds anyway, could very well want to remove it [10:22] ok [10:23] GRAR. make distclean doesn't [10:29] 15kl diff.gz [10:29] of which a thousand lines are debian/ [10:29] and the rest is autogen'd crap === lamont goes to see how much love mdz has sent his way this morning [10:31] lamont: our special this evening is a delicious freshly-resurrected getty bug, braised in a light tty sauce [10:31] that thing is still wreaking havoc on the console [10:31] mdz: yeah - I saw that one. [10:31] and it's top of the list [10:31] then there are a few others... [10:32] btw, had any thoughts on 1577, now that it's in debian?? :-) === lamont disables gdm on his laptop === sivang has never felt too comfortable with gdm [10:36] sivang: I just need a console login to break things with [10:37] mdz: ping [10:37] m_tthew: pong [10:37] lamont : I have one running on my gf's laptop only because she's like "please don't let me see those black screens that you like so much" [10:37] mdz: the athlon arrived, bit of a roadbump installing [10:38] mdz: am looking for a little 'here is a nice path to bug report' guidance [10:38] mdz: boot from usb works great, installer can't find the cdrom drive [10:38] lamont : i really feel more comfortable loggin console. [10:38] m_tthew: Component: cdrom-detect [10:39] ack [10:39] mdz: btw, did you see my gross fix for postfix and /etc/aliases.db? [10:39] m_tthew: which brand of cdrom? [10:39] lamont: no [10:39] m_tthew: had problems with liteon + d-i myself [10:39] schweeb: it's LG DVDblahblah in an USB ATA enclosure [10:40] mdz: postalias requires myhostname to be non-null or it dies. choices are: rewrite newalias (ugh), or notice that it's null, set it non-null, run newaliases, and then restore main.cf... [10:40] m_tthew: oh, the same one I have (approximately)? [10:40] works 100% connected to my i386 ubuntu box, but I did not install from it there [10:40] mdz: yeah it is the dual layer version of yours [10:40] mdz: in that enclosure [10:41] m_tthew: it boots via the usbcdrom and then can't find the install media, essentially? [10:41] schweeb: exactly [10:41] that's exactly the problem I've been having with regular d-i [10:41] I think it's a kernel issue combined with bad firmware [10:41] I am pretty USB naive so I don't know what module should load anyway [10:41] delightful [10:41] lamont: what was the blocker on gnucash again? [10:41] LG and Lite-ON are probably close to the same hardware [10:42] m_tthew: remember the mdk installer that would kill cdrom drives? think it's related to that... probably fixed the kernel so it would never do that [10:42] so, in short, look for new firmware (or a diff drive) [10:42] ack [10:43] schweeb : i've had numerous bugs and problems with LG, my new liteon drive has never given me any trouble. you sure they are the same chipset / framwork based? [10:44] sivang: well, I have 2 liteon drives in my desk that don't work.... every single IBM NetVista that I purchase can't install via d-i unless I use a different CDROM [10:44] but [10:44] thom/sabdfl: gtkpbbuttons and powerprefs both ftbfs, missing build-deps [10:44] thom: but they got past pbbuttons [10:44] I can install via the old Blade XFS Netinstall just fine [10:44] Lite-On Model LTN-486s and LTN-483S === mako [mako@micha.hampshire.edu] has joined #ubuntu-devel [10:45] lamont: ping me the logs? [10:46] schweeb : guess it's more than just the cdrom, maybe the whole system makeup - all my d-i (debian/ubuntu) installs using that drive, never had a problem. fast as a deamon [10:47] thom: first two on the list today: http://people.no-name-yet.com/~lamont/buildLogs/byDate/20040923.html [10:47] sivang: same model of liteon as me? [10:47] both need gtk+2.0, and powerprefs? neesd path-config [10:47] schweeb : what's the model # ? [10:47] Lite-On Model LTN-486s and LTN-483S [10:48] CDROMs [10:49] some guy was having the same problem, and posted to LKML with no response [10:49] schweeb : hmm sorry, I have a cdrw = SOHR-5238S ;-) [10:49] IBM systems (same as me) [10:49] sivang: of course the firmware would be diff :p [10:50] schweeb : yes ofcourse. I had problems with LG hardware and d-i, (was also a cdrw) that's why i got confused. [10:50] ah [10:50] lamont: thanks [10:50] these actually could be CDRWs, but they have no markings to indicate so [10:50] ugh [10:50] gotta download msttcorefonts [10:51] liteon's site fonts look utterly horrible [10:51] yes,. I heared also that a dvdrom is actually a dvdrw, with a minor fimrware patch that can even downloaded from the internet [10:51] yea [10:51] Liteon is pretty famous for such things [10:52] makes it cheaper for them... it's not like everyone's gonna be willing to flash their firmware to get a dvdrw... some will buy it [10:52] i like the drive alot. serves my ubuntu testing needs very well. I really HATED the lg, so buggy and unstable [10:52] eight [10:52] right [10:54] lamont: this is the trouble with single platform packages in debian, i guess [10:55] thom: certainly [11:03] sjoerd: do you already have packaged hal 0.2.98? If so, I don't need to do that again [11:04] pitti: it's basically done, yes [11:06] sjoerd: I would like to prepare them for Warty; many of my changes are adopted upstream now, but there are still some ubuntu-specific packages [11:06] sjoerd: s/packages$/patches/ [11:06] sjoerd: do you still need to work on them? [11:07] pitti: one patch so it finds the usb usermap libgphoto2 now installs [11:07] sjoerd: oh, I think I can handle that :-) [11:07] http://luon.net/~sjoerd/hal/hal-0.2.98/ [11:07] sjoerd: thanks! [11:07] and some testing ofcourse [11:08] sjoerd: yes, I will not upload them into Warty before about a week of testing [11:08] anyway, i need to wait for a dbus update before i can update it in debian [11:08] sjoerd: since I also need to upgrade other packages (dbus, gnome-volume-manager) [11:08] sjoerd: oh, 0.2.98 doesn't work with dbus 0.22? [11:09] pitti: it does, but the python bindings don't have support for 64 bit values [11:09] so hdm fails [11:09] sjoerd: hdm? [11:09] hal-device-manager :) [11:09] ah [11:09] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=272862 [11:09] sjoerd: ugh, if hal-device-manager fails, we cannot put it into warty [11:10] i've put a patch there too, so if you need to update dbus anyway :) [11:11] sjoerd: I just saw the patch; doesn't look too scary [11:12] that's from dbus cvs, so should be ok [11:12] pitti: to what version of g-v-m are you upgrading [11:12] sjoerd: I did not yet look at that [11:12] sjoerd: I want to prepare and test hal and dbus first [11:13] pitti: i've got a gvm 1.0.2 package mostly ready with patch to work with hal 0.2.98 [11:13] seb128: do we need a newer g-v-m for nautilus-cd-burner locking? [11:13] pitti: you probably want the patch from the g-v-m development branch to not do stuff on locked drives [11:14] sjoerd: definitively, that's the sole reason why we do all this upgrading hell during deep freeze :-/ [11:14] hehe [11:15] pitti: http://luon.net/~sjoerd/hal/gvm-1.0.2/ [11:15] same as for hal, not completely finished needs some testing [11:15] sjoerd: today it took me the whole day to (partly) overcome the implications of a bugfix release of gnome-vfs; so I'm hesitant about new upstream releases... [11:15] and doesn't contain the locking patch.. [11:17] Kamion: sleeping? [11:17] sjoerd: oh, nice, my hal-cdspeed patch already made it into your version :-) [11:17] pitti: about 2 min. after you posted it :) [11:18] sjoerd: what took you so long :-) [11:18] fetchmail only gets my mail every five minutes ;) [11:18] sjoerd: ugh, my hal's diff.gz is 177 KB, your's 12 kb. Let's see... [11:20] pitti: a lot of the patches i saw in your hal, where already fixed upstream for some time [11:20] gar === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [11:20] npmccallum: Replaces: not Conflicts for simple file overwrites [11:21] sjoerd: I know, 5 of the 10 are from me :-) [11:21] pitti: g-v-m contains not mount just everything on startup. If your going to use that, i don't know if it's going to make it upstream (almost zero reaction on the list) [11:21] but it solves something a lot of people complain about [11:22] elmo: ok, I'll make another one [11:22] sjoerd: what do you mean by "not mount just everything on startup"? [11:22] elmo: conflicts and replaces? or just replaces? [11:22] sjoerd: I thought it should only mount hotpluggable devices? [11:22] sjoerd: ah, you mean devices that are plugged in during boot? [11:23] pitti: gvm upstream tries to mount all volume on startup now [11:23] since 0.9.10 [11:24] npmccallum: just replaces for file overwrites [11:25] did you deny the current one? [11:25] no? [11:26] ok [11:26] I only process stuff when it's NEW.. I was just catching up on bugzilla spam [11:35] mdz: oh man of much vim joyfulnessmaking... [11:35] lamont: hmm? about to try to find something to eat [11:35] yes or no: gui? gnome=yes. gtk2? kde=no perl? python? ruby? tcl? [11:35] python=y [11:36] that is, do you want anything more than the marriage of vim-python|vim-gnome? [11:37] and would you like a vim-debian package? === lamont hopes 'no' for that last one.... [11:37] score. powerprefs and gtkpbbuttons both right first time [11:38] can we get one of those in supported if not desktop? [11:38] elmo: vim-debian? [11:38] no, powerprefs/gtkpbbuttons === lamont breathes a sigh of relief. [11:40] exepcting new users to deal with pbbuttonsd.conf is a bit harsh [11:44] pitti: your doing pmount too right ? [11:44] sjoerd: yes [11:44] pitti: are you planning to put it in debian ? [11:44] sjoerd: probably, if I find time for it [11:45] sjoerd: I should file an ITP for discussion first [11:45] sjoerd: but I don't want to do this before sarge [11:47] hrm.. vim-python says --enable-gui=gtk2, and vim-gnome says --enable-gui=gnome2 [11:47] some discussion about how to do things in debian would be nice (pmount vs. fstab-sync).. But that's indeed definately sarge+1 stuff === lamont assumes we want gnome2.. [11:50] lamont: I don't think there's a big difference between gui=gtk2 and gui=gnome === lamont hopes not. :) [11:51] gvim from vim-gnome looks plain ugly and definetely not GNOMEish [11:51] (at least on unstable) [11:52] gvim from vim-python looks exactly the same [11:53] ah no - the GNOME version has a detachable toolbar ;) [11:55] mdz: that apache2 advisory requires no action from us === lamont wonders if he should throw in the other interps as well.