[00:00] it doesn't make sense to nominate it for hardy yet ;-) [00:00] blueyed: probably not. at least i can't see how [00:00] approved for gutsy. [00:01] It's the same as Gutsy, isn't it? Should it rather get re-opened and set to closed for feisty and before? [00:01] kai^sds: see the bug attachments sidebox and "edit" for your attachment. [00:03] kai^sds: but probably you must be member of the Ubuntu Bugsquad team for this. [00:03] blueyed: thanks for the info. i have removed the older patch [00:03] k :) [00:03] Can you remove/edit other attachments as well? [00:04] Launchpad bug 69455 in oprofile "[SRU] for oprofile, edgy-updates: bashism in oprofile's opcontrol script prevents user from setting any events" [Undecided,Fix released] https://launchpad.net/bugs/69455 [00:04] Sorry, I don't know anything about ping? - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [00:04] kai^sds: why isn't the fix for feisty not in gutsy anymore? [00:05] launchpad offers me the "Delete attachment" button for patches other than my own. i do not want to try it out now though [00:05] * blueyed is happy that this has not been abused yet [00:05] blueyed: it was dropped quite some time ago [00:05] blueyed: good question. i don't know. [00:05] crimsun: during gutsy development? [00:06] blueyed: correct, during a merge [00:08] Looks ok. Though it's "strange" to fix bashisms with using bash.. ;) [00:09] blueyed: that's because it's not a fix; it's a hackaround [00:09] for -proposed, the change must be minimal and easily understood [00:10] /bin/sh -> /bin/bash satisfies both requirements [00:10] Sure. [00:13] kai^sds: should be versioned 0.9.3-1ubuntu1.1, and the distribution should be gutsy-proposed [00:17] so this line for example [00:17] +oprofile (0.9.3-1ubuntu2) gutsy; urgency=low [00:17] should be changed to [00:17] +oprofile (0.9.3-1ubuntu1.1) gutsy-proposed; urgency=low [00:17] ? [00:17] correct [00:18] (back in a bit.) [00:24] ok. done === RoninX341 is now known as etank [01:04] Heya gang [01:05] hi. [01:06] Hello nenolod [01:17] Cheers bddebian! [01:17] Hello Blue [01:17] Err blueyed [01:22] whats the best way to start contributing to ubuntu without having programming knowledge? [01:22] documentation is a good one [01:23] writing documentation for what? [01:23] bmk789, how to use Ubuntu, see #ubuntu-doc [02:05] Where has pkern disappeared to? [02:09] So anyone tried installing with the encrypted partitions option yet? [02:12] Bed most likely [02:12] tonyyarusso: How does one find that option? [02:12] * TheMuso is considering it for his trip to UDS. [02:20] tonyyarusso: Yup. [02:20] Where do you get the encrypted partitions option? [02:20] TheMuso: The alternate CD. [02:21] Yeah I guessed, but do you have to use expert install? [02:21] No. [02:21] oh [02:21] I'll have to dig a bit deeper then. [02:21] When you (or, at least, when *I* did) get to the partitioning stage, you have the option "use as encrypted physical device" for any given partition. [02:22] does the encryption take place on suspend or hibernate? [02:22] what encryption [02:22] jml: hibernate won't work if you use a random key for swap. [02:23] jml: the encryption takes place on every write to disk [02:23] jml: However, if you do what I did and use the encrypted partiton as an LVM PV, and build swap, /, /home on that, then it just works. [02:31] * TheMuso podners why he can't rsync an iso from his ISP mirror... [02:42] TheMuso: Because Internode don't love you [02:59] TheMuso: it's on the alternate CD [02:59] RAOF: any issues with it? [03:00] RAOF: any performance hit noticable? [03:01] RAOF: fix my fonts [03:05] StevenK: heh. [03:06] I thought it was more appropriate to blame telstra for all your woes? [03:06] No, internode can do that for me. :p [03:06] We pay them enough after all [03:07] heh [03:12] Geez, git is very noisy [03:13] bzr is love by comparison [03:14] ah, telstra. [03:14] i have a fairly funny email from them [03:25] congrats to the MOTU team on the Gutsy release, and thanks for all your hard work! [03:29] Thanks mdomsch :-) === Whoopie_ is now known as Whoopie [04:03] tonyyarusso: I haven't noticed one. But my laptop is not an ideal candidate: slow HD, fast dual-core processor. [04:04] Or rather, my laptop is a good candidate for seeing no performance hit. [04:13] Sheesh is everyone asleep after release parties? :-) === greeneggsnospam is now known as jsgotangco [04:15] yes [04:16] RAOF: gotcha [04:16] Who's gonna help my dumb arse fix gnome-breakout :'-( [04:16] bddebian: Whats the problem with it [04:17] TheMuso: I changed the path to install to /usr/share/games as it should instead of /usr/share. Now on startup it's looking for the level files in the wrong dir [04:17] It's like LEVELDIR is ignoring $(datadir) [04:18] Or I should say it's using the default instead of what I set on configure [04:18] How did you tell it to use /usr/share/games? [04:18] --datadir=\$${prefix}/usr/share/games [04:18] bddebian: Is this a broken package in gutsy that you are trying to fix? [04:18] TheMuso: No, new upsteam for Debian for Hardy :-) [04:18] And what is prefix set to? [04:19] --prefix=/usr [04:19] Well, it looks to me like datadir is being set to /usr/usr/share/games [04:19] Sorry --datadir=\$${prefix}/share/games [04:19] That was a typo :) [04:19] right thats better. [04:19] Have you tried running the uild process by hand to see what happens? [04:19] build [04:20] Yes [04:21] ok. [04:21] Could be autoconf breakage. [04:21] somewhere. [04:22] or automake [04:24] It looks like it's doing the right thing. Maybe it's a code issue.. http://www.bddebian.com/packages/debian/gnome-breakout/build.log [04:27] * TheMuso wonders whether the --locale config flag is correct.. [04:28] I see what you mean however. [04:28] I had to autoreconf to even get the --locale so I could put those files in /usr/share/locale and not /usr/share/games/locale [04:28] right [04:29] then I had to munge po/Makefile.in.in [04:29] oh joy [04:29] Sounds like they don't use gnome-common for the autogen stuff then. [04:30] even though the package is gnome-breakout [04:30] is there a backporting guide anywhere? === jmg_ is now known as jmg [04:34] TheMuso: It was a gnome 1 app but seems to build/work fine on 2 [04:35] Oh. [04:35] * TheMuso subscribes to hardy changes. [04:35] heh [04:35] is it open? [04:35] Well, its frozen currently, but meh. [04:36] THe list exists, and my guess is from now till next thursday, the toolchain will be sorted. [04:36] As on the schedule draft at least, next thursday is when the toolchain nees to be done. [04:37] good idea [04:37] * ajmitch subscribes [04:39] * TheMuso now needs to make extra space for his LVM partitions, so he can create a hardy sbuild chroot. [04:39] Hey, I thought you were helping me? :) [04:39] sigh, people doing unnecessary & incorrect wiki changes [04:39] I dunno where the problem is. [04:39] ajmitch: ? [04:40] someone changing 'buildds' on the UbuntuDevelopment page to 'builds' [04:40] bddebian: Where does one get the package from, as in the upstream source? [04:40] since they must have thought it was a typo [04:40] heh [04:41] Maybe its worth not abreviating it then. [04:41] abreeviating [04:42] no, it should be clarified [04:43] I think it's this in flags.c: #define DEFAULT_LEVEL_FILES (LEVELDIR "/alcaron.gbl;" LEVELDIR "/mdutour.gbl;" L [04:43] EVELDIR "/mmack.gbl") [04:43] TheMuso: http://www.bddebian.com/packages/debian/gnome-breakout/ [04:43] Just find the evil doer and have them flogged as an example to the rest (about wrong wiki changes). [04:50] bddebian: Ok I'll have a look. [04:50] TheMuso: Thanks man, this thing is killing me. afaict it should work [04:50] And the game works fine and I can select the levels from the preferences menu it's just the defaults levels at startup :-( [04:51] yep [05:00] bddebian: Ok it certainly seems that LEVELDIR sets properly during build as a macro. I'd say it is probably what you said re flags.c and the LEVEL_FILES definition. [05:01] Aye but the question is why :-( [05:01] Indeed. [05:02] Maybe strace it perhaps? [05:04] I don't know that I know strace :-( [05:04] I pretty much suck at debugging stuff [05:05] hm ok [05:06] * bddebian needs a brain [05:09] * TheMuso rebuilds it with debugging symbols. [05:11] * TheMuso wonders if Kano just gets ignored by devs now. [05:12] * ScottK made the mistake of talking to him one. I learned my lesson. [05:13] bddebian: Do you get an error if it can't find the levels? [05:14] Just a pop-up warning [05:14] hmm [05:14] In a dialog box? [05:14] Aye [05:14] Well, I'm going to rebuild again without symbols, but I don't get any warning. [05:15] Really [05:15] Indeed. [05:15] Can you start a new game? [05:16] Yes. [05:16] Hmm, maybe I fixed it ;-P [05:16] I wonder if it's leaving a some type of configuration around [05:17] Not from what I can see. [05:19] Weird, now it works on this install [05:20] bddebian: heh what did you do? :p [05:21] bddebian: Yep, all goo dhere. [05:21] The only thing I can figure is that maybe I was stupid and installed over a previous install or something [05:21] right [05:22] Sorry to waste your time man :( [05:22] No problem. [05:27] hmm, I don't suppose there's a way to fake an IP address? [05:29] ifconfig? [05:29] hmm [05:29] that's not gonna work :/ [05:30] I'd like to change my public facing IP address when I'm behind a cable router [05:31] but well, it's just a desperation plea ;-) [05:31] LaserJock_: Fake how? Sure you can [05:31] well, here's the situation [05:32] * StevenK pulls on his IP hat, listening [05:32] I have hosts.allow set on my machine at how to allow a certain range of IPs [05:32] now I'm at my grandpa's [05:32] and I can't ssh to my box cause I've got a different public IP [05:33] usually I could ssh into a uni machine and do it [05:33] but after the recent compromises it looks like they've blocked us from doing that [05:34] I think I'm probably just gonna do without [05:35] LaserJock_: Right, the simple answer is, yes you can fake an IP - but how do you plan to get traffic back? Your machine is responsible for routing back [05:36] hmm, right [05:36] At which point your machine is not going to know that you're doing naughty things to defeat hosts.allow [05:36] I need to get my grandpa's cable to get a new IP lease ;-) [05:37] How would that help? [05:37] jdong: What's up with sharkattack? Looks like it's dead from here. [05:37] That part is easier - reboot the modem, or drop DCHP [05:37] ScottK: ugh, yeah, I need to walk over and investigate tomorrow... [05:37] OK. [05:39] maybe I should just take this as a sign that I should just have fun on my laptop and not worry about my dissertation for now ;-) [05:39] I picked up a book on Ruby today at Barnes and Noble [05:39] LaserJock_: awesome [05:39] there were gobs of Ruby books [05:39] LaserJock_: IMO it's a really nice language [05:39] in fact [05:40] I think only Java had more books [05:40] other maybe some crap in the MS programming section [05:40] *ahem* [05:40] but there were more Ruby than C/C++, php, python at least [05:40] LaserJock_: well Rails has reached buzzword status [05:40] yeah, totally [05:41] 3/4 of the Ruby books were Ruby on Rails [05:41] bddebian: :p [05:41] LaserJock_, you want to start learning Ruby? [05:41] * macd hasnt ever looked back since he did [05:41] well, I don't know [05:42] I'm not really sure why I should [05:42] other than I know a lot of people who use it [05:42] Learn assembler holmes, be a man ;-P [05:42] Meh, Rails is the only reason I wanted to learn Ruby [05:42] well, I don't think I care about Rails [05:42] maybe I will once I get into it, but right now it's not very interesting to me [05:42] I knew ruby, then dove into rails, and had to relearn ruby [05:43] but imho ruby is a nice lang [05:43] there's a chemoinformatics guy that's into Ruby [05:43] albeit slow. [05:43] I think ruby is a great power-user language [05:43] and he's got lots of ruby info [05:43] now he's into JRuby [05:43] it like gets you Python interactiveness with Perl power... [05:43] macd: ruby seems to hae MUCH more active plans to correct that than Python [05:44] Yeah, Ruby2.0 has YARV, then it shall be much faster [05:44] yeah, I guess that's my question, I know some python, so why would I want to learn Ruby? [05:44] We tested it a bit with a rails app, and saw acorss the board increases, most were double. [05:44] LaserJock_: I find Ruby preferable to Python, now that I know both [05:44] * macd nods [05:45] for compelling reasons, or just "cause it seems nice"? [05:45] sometimes Python's API can force you to write more OOP politically correct code than ruby beautiful compact code [05:45] the ruby block syntax is amazing [05:45] I love it [05:45] Ruby is almost to easy to read [05:45] and jdong hit it on the head with that [05:46] the only "complaint" I have about Ruby is its sigils for global / instance variables are not intuitively obvious [05:46] though straightforward once learned [05:46] well, I'll give it a shot and see how it goes [05:47] I'm not a programmer so sometimes the differences between languages isn't obvious to me [05:47] yeah, Ive had trouble with my globals carrying into classes, but newer ruby versions have more inheritance [05:47] thats more rails then ruby in my case though [05:49] I've gotta also figure out what rails is useful for, I don't really know anything about it [05:50] you can build a webapp pretty fast, other than that I dont see much use [05:50] would it be similar to django? [05:50] LaserJock_: exactly [05:51] LaserJock_: django is a clone of rails for Python [05:51] ok, sweet [05:51] I've been learning django [05:51] a little anyway [05:51] you guys would laugh at the simple stuff I do [05:52] * bddebian wouldn't [05:52] I can barely to "Hello World" ;-) [05:52] * tritium wouldn't [05:52] tritium!!!!! [05:52] s/to/do/ [05:52] LaserJock_: :) [05:52] tritium: I started my dissertation [05:52] LaserJock_: that's excellent!!! [05:52] I might just graduate ;-) [05:53] Yay! [05:53] Wooooo! [05:53] LaserJock_: Do you read http://www.phdcomics.com/comics.php [05:53] * RAOF has started a paper that will form a large part of his thesis, does that count? :P [05:53] RAOF: sure :) [05:53] ScottK: yes, I get the RSS feed ;-) [05:54] RAOF: isn't that how we all do it? :) [05:54] ScottK: it's totally my lab :-) [05:54] LaserJock_: Cool. I thought it'd be something you'd like. [05:54] tritium: I hear that some people actually just write a thesis, rather than cobbling together papers ;) [05:54] * ScottK thinks RAOF should read http://www.phdcomics.com/comics.php too. [05:55] RAOF: what a hassle! [05:55] RAOF: yeah, my dissertation will be that way [05:55] my advisor tends to take like 3-4 years to get a paper out [05:55] That guy came and talked at UNSW recently, although I missed it. [05:55] LaserJock_: Wow. He'd be totally fired in .au, from what I gather. [05:56] LaserJock_: although, after you graduate, I'd not suggest you come to work here [05:56] Gah, gnight gang [05:56] Good night, bddebian :) [05:56] tritium: yeah? [05:56] cya bddebian [05:56] LaserJock_: yeah, sucks [05:57] tritium: well, I'd most likely end up in Livermore if I was gonna go to a government lab [05:58] LaserJock_: things look even worse there (budget-wise) [05:58] yeah? that's no fun [05:58] last year one of the senior researchers were wondering if I wanted to go over there [05:59] but it's California ... [05:59] nope, and raises this year were crap [05:59] yeah, I'd honestly just like to get a teaching job at a small school in MT [05:59] Nice. [05:59] but the odds of that are like nil [06:00] LaserJock_: you can do it, Nicky! [06:01] actually, at this point I think I'd also like to check out chemisty software development [06:03] LaserJock_: If the state of materials science software is any guide, practically *anything* you do would be gratefully received. [06:04] I'm interested in science education software [06:04] LaserJock_: let's start our own company :) [06:04] heh [06:04] I'm not much of a business person [06:04] Nor am I. [06:04] but I think computing has great potential in science [06:05] most profs give computing lip-service at best [06:05] * tritium is surprised at that [06:06] If the scientific software I've seen wasn't so totally rubbish, I'd imagine that would change. [06:06] I guess my experience in engineering was different [06:06] in my department, we just have a few "computer" labs because that's what you do [06:06] but nobody takes it seriously [06:06] Ah. [06:07] I think the fact that most of the software costs >$1000 / license effects things [06:07] students can't just take it home [06:07] for research tools it's not bad [06:08] but when it comes to education it's just a joke [06:08] I had a grand scheme of writing a pluggable Chemistry education toolkit [06:09] What would be in such a toolkit? [06:09] where you had simulations of equations and chemical proccesses [06:09] as well as actual content [06:09] so a teacher could just kinda drag-n-drop an interactive and visually interesting presentation [06:10] and it'd be open source [06:10] so the content could be created by teachers everywhere [06:10] and "modules" could be easily added [06:10] Actually, I don't think I know what chemists do as far as research, apart from not being able to design catalysts :) [06:10] I have no idea really how to do all that [06:11] RAOF: it entirely depends on the field [06:11] for my research I only need data acquisition and data processing/fitting [06:11] I kinda think of mathematics as primary, so there's obvious stuff for _physicists_ to do, but not so much for chemists :) [06:12] yes [06:12] well, for organic chemists it's quite interesting [06:12] the Blue Obelisk group is a loose organization of open source chemists [06:13] and we look at writing open algorithms and open data [06:13] one of the biggest problems right now [06:13] Algorithms for... reaction moddling? Folding? [06:13] is how do you turn a molecule into a machine readable form [06:13] * RAOF 's background kinda brackets chemistry with maths and biochem ;) [06:13] I can *draw* all kinds of molecules, but my computer knows nothing about them [06:14] Isn't a molecule pretty well described by a network of atoms? [06:14] hehe [06:14] hell no [06:14] very simplistically yes [06:14] not if you want to handle things like 3-way electron sharing [06:15] Plus a whole bunch of complicated quantum physics, but.. [06:15] but things like sterochemistry are very difficult [06:15] Oh, yeah. Of course. [06:15] turning a 2d drawing into a 3d model is very difficult [06:15] do you need to consider folking in the description ? [06:15] lifeless: But that's really just a physical consequence of the atomic network, right? [06:15] there's also huge amount of work to be done in data mining [06:16] RAOF: now I'm out of depth [06:16] RAOF: well, there's the atomic network, but then there's the electronic structure, etc. [06:17] like I need to know that a sp3 hybridized carbon atom is attached to a chromium atom in a III oxidation state, etc. [06:18] Mmm, yeah. [06:19] RAOF: consider http://depth-first.com/articles/2007/10/11/how-would-your-cheminformatics-tool-do-this [06:19] LaserJock_: ultra geeky [06:19] RAOF: or http://depth-first.com/articles/2007/10/17/how-would-your-cheminformatics-tool-do-this [06:19] the question is how to turn that stuff into a machine readable form [06:20] so that say I'm given some form of "ID" I can recreate the molecule *exactly* [06:20] FSVO exact? surel heisenberg is in here [06:21] not exact in terms of bond lengths [06:21] exact in terms of, this is the molecule I told you it was [06:21] so I guess your __eq__ needs clarifying ;) [06:22] is it zwitterionic, are the stereo centers all correct [06:22] etc. [06:22] the problem, I guess, is that chemistry is very creative and graphical [06:22] and often times a lot less mathematical than say physics [06:23] That's only because you don't understand it well enough :P (says the mathematician) [06:23] well [06:23] RAOF: I was thinking that ;) [06:23] in some sense yes [06:23] Also because *we* as mathematicians haven't got good tools for dealing with large-system complexity [06:23] if we were able to do everything quantum mechanically then there would be much less uncertainty [06:24] i heard someone say mathematicians [06:24] but right now you can't really go beyond the hydrogen atom with approximations [06:24] *without [06:24] And that's partially our fault. [06:24] chemistry just has a lot of issues [06:24] you can't model the hydrogen atom precisely either o.O [06:24] sure you can [06:24] * RAOF obviously is spokesman of the entire mathematical community. [06:25] the hydrogen atom is an analytical solution [06:25] Heisenberg uncertainty principle? [06:25] frostburn: What exactly do you mean by juxtaposing "model" with "precisely" :P [06:25] or neutron decay [06:25] bah, who cares about Heisenburg ;-) [06:26] RAOF, a model is an approximation, a "real" model doesn't exist and never will =] [06:26] chemists haven't really gotten on the open source train yet [06:26] Well, yes it does. I contend that hydrogen atoms exist. But yes, a precise model is useless. [06:26] i'd say science in general hasn't either. paying thousands of dollars per year for a journal subscription, no thanks [06:27] any decent molecular drawing app has to handle over 80 different formats for describing a molecule [06:27] frostburn: biology and physics are much more open than chemistry [06:27] agreed, and biology damn you pharmaceutical companies [06:28] well, yeah, but NIH balances that a lot [06:28] so when are we going to port an autoverse to ubuntu... [06:28] the best chemical databases come from NIH [06:28] which is just sad to me [06:28] capitalism at it's best [06:29] s/best/best free or open/ [06:29] heh [06:29] in any case, I'm interested quite a bit in improving the FLOSS and computing situation in chemistry [06:29] im surprised mjg doesnt have more stories about dna sequences [06:30] i spent a semester in a bioinformatics course [06:30] but I'm a physical chemist and not an chemoinformatics guy [06:30] * RAOF boggles at mentors.debian.net. Why have you eaten my specto upload? [06:30] and its a miracle anyone believes we sequenced the human genome [06:30] you can sequence it, but not have any idea how things relate [06:30] in fact, my PhD research barely even requires a computer at all [06:31] frostburn: sure we do [06:31] "the human genome" is an interesting falacy. [06:31] ewww, bio stuff [06:31] its rather surprising how few changes it takes to make a new gene [06:31] pwnguin: Well, one. [06:31] muscular dystrophy only needs a single base pair change [06:31] pwnguin, there's no one "gene" that changes a persons hair, it's an interaction between several genes, and we're barely starting to understand this [06:32] frostburn: im deeply aware of the difficulties [06:32] Because proteins are spectacularyl complicated things, and it's quite easy to break them. [06:33] yeah [06:33] I work on molecules with < 100 atoms [06:33] and that's hard enough [06:33] RAOF: i was just surprised to discover that you can break them so easily with only a few base changes and not wind up with a massively different protein. i imagine selective pressures hide the millions of failed permuations [06:33] it boggles my mind to think about proteins [06:33] i usually don't [06:33] that's why i like physics and math [06:33] heh [06:33] LaserJock_: And proteins with < 100 amino acids are pretty small ;) [06:34] yeah, crazy [06:34] heh [06:34] I think I'm gonna be doing some work with proteins in a little while [06:34] I've got a collaboration going with a biochem group [06:34] try not to think about ternary protein structures [06:35] And fold into compliated 3d structures, often with the help of other proteins, and in highly non-equilibrium situations. [06:35] I'm not crazy about putting proteins in my instrument [06:35] orgo was the reason my roomate went crazy and stopped talking to me for 2 years tyvm. [06:35] s/equilibrium/homogeneous/ [06:35] frostburn: haha [06:35] frostburn: as long as he pays the rent... [06:36] chemistry exists to make biochemists, pre-meds, and engineers go nuts [06:36] pwnguin, dunno, just started talking to him again =P [06:36] oh man, ive seen some really bad perl code as a result of dna sequencing [06:36] I've broken many a pre-med in Physical Chemistry Lab ;-) [06:37] this program for filtering for likely SNPs terminated on a divide by zero error [06:37] that appeared to be the intended method of operation [06:37] What? It segfaults when it's found something? [06:37] no [06:37] when it runs out of data [06:37] Imagine I'm tired :) [06:38] floating point error [06:38] Yeah, that's what I meant. :) [06:38] it writes everything it finds to a file [06:38] then when it cant find anything more, it dies on a divide by zero [06:39] phred and phrap are also amazing pieces of technology [06:39] they're delivered by uucp encoded email [06:40] i'm out, i don't want nightmares of hydrogen models and probability densities [06:40] haha [06:40] wavfunctions .... mmmm [06:40] I'm out too [06:40] I gotta try some ruby and see if I can't do something useful with it [06:41] basically, i discovered that none of the biologists in the class were prepared to touch computers for use with science [06:41] yep [06:41] we had 1st year foreign grad students who'd never used a computer before [06:41] apparently if you dont like math biology is the place to be [06:42] I've thought about doing a "Computing for Chemists" workshop for my department [06:42] shell scripting would be a big hit [06:42] people are doing repetitive tasks by hand [06:42] i have to say though [06:42] pdb and pymol are pretty cool [06:43] if they gotta use the computers it'd be at least nice to use it efficiently [06:43] I'm working on gchemutils upstream [06:43] i was able to follow along with most of the class on ubuntu [06:43] I think it could be revolutionary software for chemists [06:44] the problem with chemistry software is it's mostly written in Java :-) [06:45] or fortran :P [06:45] oh, fortran is great [06:45] Java is from the devil [06:45] yea, column rank arrays are natural [06:46] I've *almost* got my boss to move to Fortran90 instead of Fortran77 [06:46] but python just doesn't make a dent [06:48] we had someone demo a shotgun sequencing app, where the cluster control software was written in... [06:48] visual basic [06:48] for my analytical chemistry class we used just plain BASIC and DOS [06:49] anyway, I'm out [06:49] gnight MOTU Land [06:55] good morning [06:55] hi dholbach [06:55] hey ajmitch === ubuntusucks is now known as elkkubuntu === elkkubuntu is now known as myrttiubuntu === myrttiubuntu is now known as ubuntunonaked === ubuntunonaked is now known as ubuntunonakedgir === ubuntunonakedgir is now known as ubuntuhowfix === ubuntuhowfix is now known as howfixhowfixhowf === howfixhowfixhowf is now known as howfixbadubuntu === howfixbadubuntu is now known as ubuntushit === ubuntushit is now known as ubuntuopshit [07:24] my someone's having a good time :) [07:25] hello [07:25] hi gpocentek [07:25] hello zakame [07:25] thanks dholbach [07:25] people are going crazy [07:25] yeah [07:26] insanity, post-release. [07:26] yeah [07:28] Hey MOTUs! [07:29] hey coNP[uni]! :) [07:29] Hey Master Daniel! :) [07:30] I am *so* sad there is no +1 now... :( [07:30] I miss you, development Gutsy... [07:31] * coNP[uni] cries... [07:31] * superm1 cries too [07:32] and hi folks [07:32] Hey superm1 [07:32] coNP[uni], university just started up for you i'm taking it if you've got the [uni] tag? [07:32] A month ago. [07:32] ah. [07:33] Actually this is my uni lab computer (that is usually always turned on) [07:33] about 1.5 months ago on me. i might have to actually focus on school work now that archives are frozen and we're all released now :) [07:36] superm1: same applies for me. :) [07:36] Actually I am not here ATM but our lecturer is late :) [08:17] hm, no slytherin pong. [08:21] where is the doctor [08:21] off sick? [08:25] hi all [08:32] ajmitch: i think you need the doctor? [08:33] actually giving an interview??? [08:34] I didn't, really [08:35] you're mentioend and quoted. [08:36] have you taken over the world yet too? [08:36] no :P [08:37] pity [08:50] jdong: hi, where did you find the fglrx patch for xen/rt? [08:53] rt? [09:00] jmg: real time [09:05] theres a xen/realtime patch?\ [09:14] can I use pbuilder to test a package that build-depends on sun-java5-jdk? I run into problems because of this error: 'sun-dlj-v1-1 license could not be presented' === BugMaN is now known as bugman [09:17] amarillion: even if you manage to build it in pbuilder, you get the same problem on the buildds [09:17] Yeah I thought so. [09:17] doesn't it build with one of the free java implementations? [09:18] I thought those aren't java5 compatible? [09:18] amarillion: use java-gcj-compat-dev [09:18] its java5 compatible now (minus bugs) [09:18] I'll try, thanks [09:19] btw, I thought java was going to be released as GPL. Hasn't that happened yet? [09:19] man-di: do you know how usable icedtea (java7) is already? [09:20] amarillion: timeline [09:20] geser: usable [09:20] but i386 and amd64 only [09:21] amarillion: its partly done, not full [09:22] Does it make sense to list more than one possible build-dep like this: [09:22] Build-Depends: debhelper (>= 5), ant, java-gcj-compat-dev | sun-java5-jdk | sun-java6-jdk [09:22] ? [09:22] Or should I make separate binary packages for each? [09:28] amarillion: please dont [09:29] amarillion: build with one runtime [09:29] and be dont [09:29] done [09:29] ok === ogra__ is now known as ogra [10:04] good first hardy day to everybody .... [10:06] norsetto: Evening. [10:07] Hi norsetto, Fujitsu [10:07] hey geser, how is this votation working, do we have to say which of the two we prefer, or say wether we like them or not? [10:08] Whether you like us or not. [10:08] It's not so much an election than a vote of trust. [10:09] s/than/as/ [10:09] soren, ok, where I can see a picture of you then? If you both are uglier than me I can trust you [10:09] haven't two MC members retired? so there are to positions to fill [10:12] GO HARDY! :) [10:13] it's as geser says: two positions are open, there are two nominees, all ubuntu-devs will either confirm the nominees or not [10:13] dholbach: go HARDY go!! [10:13] * dholbach does the first uploads :-) [10:13] hi dholbach! [10:13] hey BugMaN [10:13] dholbach: It's frozen, so nyah :-P [10:13] dholbach: woot? Is the repo already open!? [10:13] ave norsetto! :) [10:14] ave bugman! morituri te salutant [10:14] norsetto: is it that bad? [10:14] dholbach: remember the mentoring meeting? [10:15] norsetto: yes [10:15] dholbach: so ...... [10:15] norsetto: hmm? [10:15] dholbach: do you think I will make it out alive? [10:16] of course :-) [10:16] we need you [10:16] dholbach: ok uncle daniel ;-) [10:16] :-) [10:16] norsetto: Heh... https://launchpadlibrarian.net/7101101/hackergotchi-192px.png <-- That's me. [10:16] dholbach: can you please stop pointing that finger at me? Its intimidating [10:17] * norsetto check soren [10:17] morning dholbach [10:17] norsetto: hu? intimidating? what? [10:17] hey Hobbsee :) [10:17] * Hobbsee thinks we should all upload lots of crack now [10:17] soren: woot? You are not blonde? What kind of a northern european you are ;-) [10:17] if i approve it, it can be done silently! :D [10:17] no one will ever know... [10:18] * Hobbsee looks innocently around [10:18] norsetto: :( [10:19] soren: hey, just kidding eh .... don't take me seriously (although you will be the first to do so .....) [10:19] Hobbsee: hi, i try to ask someone to active my cloak can you give me an hand? :) [10:20] norsetto: Don't worry. I won't ;) [10:21] BugMaN: no, sorry. ask in #ubuntu-ops in ~6 hours, maybe. [10:21] Hobbsee: ok thanks, i jusk ask in @ubuntu-ops [11:11] hi [11:11] norsetto: ping [11:12] * proppy freshly gutsy updated === broonie is now known as broonie2 === broonie2 is now known as broonie [11:27] proppy: pong [11:33] Hobbsee: ping [11:34] slytherin: pong [11:34] Hobbsee: pm? I need to discuss FOSS.IN thing (if you have read my memo). :-) [11:39] slytherin: sure. [11:41] norsetto: ping [11:41] again [11:41] * TheMuso can't seem to see the MOTU meeting on the fridge. [11:41] norsetto: I've though about a new strategy regarding viewvc bug [11:41] norsetto: instead of improving viewvc-config [11:42] norsetto: make a 100% specific python script [11:42] norsetto: which use http://docs.python.org/lib/RawConfigParser-objects.html to add template_dir option [11:42] norsetto: and the small regexp we've tested to comment template lines [11:42] norsetto: what do you think ? [11:43] * Hobbsee waves to TheMuso and proppy [11:43] Hey Hobbsee. [11:43] * norsetto complains [11:43] am I right then that the meeting is in an hour and a bit? [11:43] * Hobbsee waves to norsetto too [11:43] proppy: btw, i'm not a woman. i'm a green alien. [11:44] * norsetto waves back with a big grin on his face [11:44] * proppy Hobbsee hello sed addict ! [11:44] Motu meeting is in an hour and 15 minutes, right? [11:44] * proppy silently consider if he wants to hug a green alien [11:44] * proppy waves to Hobbsee [11:45] waving is fine for others species [11:45] proppy: whatever you believe is more approprate, but you have to convince the DD, so, make it simple and effective [11:45] motu meeting is at 12:00 UTC, so, yes 1h15m from now [11:46] norsetto: Great, thanks. [11:46] anyone know when we can upload to hardy? [11:47] after the toolchain is built. [11:47] norsetto: The toolchain needs to get uploaded and built first. [11:47] Probably middle of next week, I think. [11:48] Hobbsee, soren: okki, thx [11:48] * norsetto is eager to upload the latest crack [11:48] * TheMuso saw an upload to hardy on changes. A gcc upload. [11:48] norsetto: tsk tsk tsk. Shame on you. This is an LTS release. [11:49] TheMuso: yes, longer term fun :-) [11:50] Hobbsee: this selene is flooding me with emails [11:51] * proppy is not as good as norsetto when it comes to joking [11:51] norsetto: selene? [11:51] Hobbsee: you just declined her for u-u-s [11:52] norsetto: ugh. [11:52] norsetto: I don't think the dd will be happy to see bug introduced in his code :) [11:52] you're mentoring? [11:54] Hobbsee: well, I got 3 emails from her this morning, telling me how excited she was to: 1) having applied for MOTU 2) if I could be her mentor 3) what she should do with your email [11:55] * norsetto tries to explain again to selene what this is all about [11:55] norsetto: ...yuck [11:55] i thought they couldnt apply for MOTU [11:55] oh, she must haev thought that the sponsors was MOTU [11:56] Hobbsee: well, apparently she just requested to join u-u-s, I wonder how many requests like this she did [11:57] goodness only knows [11:57] i just pasted her what the main page says. if they don't read that the first time, then they might just raed it when it gets emailed to them [11:59] Hobbsee: I just looked at that page again, and it seems to have double content. Do we need the first three paragraphs? [12:01] persia: you recommended it to me, iirc [12:02] Hobbsee: I stupidly didn't check after the update. I had intended paragraphs 4-6 to replace paragraphs 1-3. [12:02] Umm. Rather, paragraphs 3-6 to replace something. I don't know. [12:03] Anyway, paragraphs 1 & 4 seem to say the same thing, and paragraphs 2 & 5+6 seem to say the same thing. [12:03] persia: right [12:04] norsetto: I think I know why the DD is not using configparser [12:04] norsetto: http://lp152438.aminche.com/comment/viewvc.conf [12:04] Do you think it's safe to delete paragraphs 1 & 2 then? [12:04] norsetto: it strips out all the comment [12:04] proppy: ah [12:04] proppy: nice libraries you have in python ..... [12:06] norsetto: maybe I've missed something [12:06] note to general public: if you wish for a group of people to vote something, when telling them "this pole is up", consider giving them the actual link [12:07] Hobbsee: "poll" [12:07] oh, i thought it looked wrong. [12:07] Are they up under motu-council? [12:07] lol [12:08] But agreed, I want to be lazy and just click links too. :-P [12:08] They are under ~ubuntu-dev [12:08] http://launchpad.net/~ubuntu-dev/polls [12:08] http://launchpad.net/~ubuntu-dev/+polls [12:08] Hobbsee: tell sabdfl :) [12:08] anyway... [12:08] * dholbach -> dogwalk [12:08] dholbach: yeah, i plan to. [12:09] No wonder I couldn't find them. [12:09] but luckily we had sistpoty watching all this and he forwarded it to all of us, so no harm done [12:10] um I don't see any new polls. [12:10] dholbach: no, they dont help. the polls still arent listed tehre [12:10] * norsetto goes to eat something before the meeting parade begins [12:11] Hobbsee: if nobody writes a follow up mail with http://launchpad.net/~ubuntu-dev/+polls in it, I'll do it, when I get back [12:12] * persia sees "Current polls" listed at https://launchpad.net/~ubuntu-dev/+polls [12:12] As do I [12:12] * StevenK has already voted for one === crummygummy_ is now known as CrummyGummy [12:12] of course [12:13] And there's both. [12:14] Yay. gcc-4.2 is the first upload to hardy. [12:16] StevenK: Doesn't the toolchain always go first? [12:17] persia: yes [12:17] persia: gcc-4.2 looks like part of the toolchain to me [12:17] That's why I don't understand the "Yay" [12:17] The yay is more pointing it at being the first ever upload to hardy [12:18] right, voted. [12:18] * persia resolves to be less inquisitive about random things === Thirsteh` is now known as Thirsteh [12:19] norsetto: what do you think of http://hg.lp152438.aminche.com/file/66390d556e22/home/www/comment/viewvc-template ? [12:20] norsetto: it passed the following test http://hg.lp152438.aminche.com/file/66390d556e22/home/www/comment/test-viewvc-template.sh === asac_ is now known as asac [12:30] asac: Just wondering, is there gran-paradiso alpha8 in a PPA anywhere? [12:31] its in gutsy universe [12:31] install firefox-3.0 package [12:31] TheMuso: :-D [12:31] oh ok, I don't remember seeing it on gutsy changes. [12:32] never mind me then. === neversfelde_ is now known as neversfelde [12:51] proppy: remember that this will be called from the postinst script, so make sure it is installed in the right place and uses the rigth paths [12:52] norsetto: yep but do you have anything about the script being so specific ? [12:52] norsetto: it takes no argument for the moment, and it's only purpose is to add/comment the desired line [12:52] proppy: and is that not enough? [12:52] Meeting in 7 minutes. [12:53] norsetto: I'm worried about the next version of the package [12:53] norsetto: the maintainer will have to look at the python code to find if if still relevant [12:53] proppy: this is why we submit it to Debian, its up to them to decide how to proceed [12:53] norsetto: instead of looking a a script like .postint [12:53] ok [12:53] let's make a first submission like this [12:54] and see with them if there is a pb with it [12:54] understood :) [12:55] proppy: you will join the meetings I hope? [12:55] norsetto: If I'm invited sure :) [12:56] proppy: what? You are not subscribed to motu-mentoring and/or motu? [12:56] norsetto: To submit an appropriate bug report, I guess we'll have to reproduce it properly on debian (which is something I've not done so far) [12:56] proppy: thats easy, just do a sid chroot [12:57] proppy: but you don't need to do that, just test it with the feisty-gutsy case [12:57] good morning [12:57] norsetto: I'm suscribed to to the list :) [12:57] MOTU meeting in #ubuntu-meeting [12:58] proppy: so? everybody on those lists was invited ... no lame excuses [12:58] let's talk about this bug after the meeting time :) === Hobbsee is now known as LongPointyStick [12:58] norsetto: so so so [12:58] Actually, anyone interested in Universe development is invited. No need to be subscribed to the lists. [12:59] persia: as long as they know about it, which might not be the case if they are not subscribed ..... [12:59] norsetto: Depends. Some people read the archives... [13:00] Or notice mention here. === Hobbsee_ is now known as Hobbsee [13:00] meeting now [13:03] !uds [13:09] moin all [13:27] hi everybody [13:27] The Ubuntu Developer Summit is being held Oct 29th to Nov 2nd in Boston, USA. https://wiki.ubuntu.com/UDS-Boston [13:28] huats: #ubuntu-meeting [13:28] * ajmitch forgot about meeting, oh well [13:28] ajmitch: when the meeting is over I'd like to talk with you :-) [13:29] norsetto: thanks... [13:29] * ajmitch will be asleep [13:29] ajmitch: oh oh, he wants to talk with you, be VERY scared .... [13:29] if it's about zope stuff (as you mentioned in channel), best to talk to the debian zope team [13:29] ajmitch: it is about zope indeed... [13:30] ajmitch: sorry to ask, but how to talk with the team ? [13:31] pkg-zope-developers@lists.alioth.debian.org [13:32] ajmitch: ok thanks [13:32] I'll drop an email.. [13:33] basically it is : OK, I'd like to help... what can I do :-) [13:36] ajmitch: I've sent the email... thanks... [13:47] eolo999: ciao [13:52] norsetto: want to share a room @boston ? [13:52] proppy: thx, but I will pass this time, next one should be in Europe, so its gonna be easier [13:53] norsetto: ah right where ? [13:53] proppy: don't think its fixed, there was an email out asking for ideas [13:54] proppy: just in case, I snore .... badly ;-) [13:57] norsetto: you should update your lp page with that type of information [13:57] lol [13:58] Hey norsetto, predius [13:58] Even proppy [13:59] ScottK: Then if we did backporting, I'd put my hand up to help. [13:59] persia: New packages can be backported as long as all dependencies are met. [13:59] coNP[uni]: #ubuntu-meeting [13:59] TheMuso: What we really need help with in backports is testing. [13:59] ScottK: Well whatever. [14:00] ScottK: Ah. Right. Perhaps we should do a mdt run on gutsy/hardy to see easy candidates through to DIF (although it becomes less useful with time) [14:00] predius ? [14:00] If you get a shiny new package into gutsy-backports, people will use it and report bugs. [14:00] Oh, we have friday now :( [14:00] ScottK: I'd be helping with testing ackages that we want people to try out. [14:01] TheMuso: Just to give you a sample, this is the current Feisty backports backlog https://bugs.launchpad.net/feisty-backports/+bugs [14:01] ScottK: So are these packages already built, or do we build them ourselves [14:01] persia: When reviewing new packages if one keeps backports in mind, it's easier. [14:02] ScottK: out [14:02] ouch [14:02] even [14:02] ScottK: Do you mean trying to compile against both current and development? [14:02] TheMuso: You can build them yourself or jdong has a tool he calls sharkattack (down as of last night) that will build them for you. [14:02] ScottK: meh I'd trust my sbuild more I think. [14:02] not that jdong's tool isn't bad of course. [14:02] But its what I'm used to. [14:02] TheMuso: Yeah, me too (pbuilder for me though) [14:02] to each their own. [14:03] persia: I was thinking more of reviewing depends to make sure versioned depends aren't higher than they need to be. [14:03] * persia thinks testing an "official" build would help reduce compile-time issues (not that these are common for backports) [14:03] ScottK: You do that manually? [14:03] ScottK: Well, I may consider joining up, and giving you guys a hand. [14:03] persia: IMO many people set versioned depends to be the version in their target distro and not the minimun version it needs to be. [14:04] persia: Do which manually? [14:04] ScottK: Manually check versioned depends. Personally, I'm opposed to them unless someone can show me that they depend on a certain version for a clear reason (based on the published changelog) [14:05] persia: Agreed, but I don't think it's something everyone checks closely for. [14:06] Or in some cases if you consider backports in your depends, you can use "|" depends to make a package backportable. [14:06] ScottK: Maybe there should be a clearer list of things to check, both for people making packages, and people reviewing packages. Current docs are a little vague, and I shouldn't have a reputation for being picky for just running lintian and linda and checking copyright. [14:06] * ScottK doesn't think that's picky. [14:07] ScottK: exactly. That's why I think more docs on good things to check would be helpful, for everyone. [14:07] My basic idea is that if we make a concious effort to push more New packages into backports to get early user exposure, we've a better chance of having better packages at the end. [14:07] persia: Agreed. [14:08] is there a reason why lots of stuff is kinda outdated? or do you need ppl to contribute? for example xmoto and azureus is kinda old [14:08] As long as there's no rule I need to submit a filled out copy of the checklist in triplicate before advocating a package, I'm happy. [14:08] bsund: Yes. [14:09] bsund: Azureus is evil. Very very evil. [14:09] That would be the reason for Azureus. [14:09] coNP[uni]: predius ? [14:09] It's a complete mess, and I'm still TIL after uploading a fix for jdong. [14:09] A long time ago. [14:10] Fujitsu: TIL? [14:10] soren: Touched It Last. [14:11] * soren is mildly annoyed that he managed to miss the meeting once again. [14:11] Fujitsu: Oh. [14:14] norsetto: http://hg.lp152438.aminche.com/rev/843c8bf25841 [14:15] norsetto: last fix before post.inst [14:28] * proppy propaway [14:28] oops === proppy is now known as propaway [14:39] Is there documentation on the differences between gcj and sun-java? I'm trying to get my package to build with gcj [14:40] I get some compile errors that seem pretty minor, so it can probably be fixed [14:56] MOTU Q&A session in 2 minutes in #ubuntu-classroom === allee_ is now known as allee === d33p__ is now known as luisbg === cypherbios is now known as cypherbios|lunch === cypherbios is now known as cypherbios|lunch === cprov is now known as cprov-lunch [15:35] Heya gang [15:36] hey bddebian === Hobbsee_ is now known as Hobbsee [15:37] hi bddebian [15:37] Heya persia, cypherbios|lunch [15:38] Hi bddebian [15:39] moins all [15:39] heya bddebian [15:39] Heya geser, imbrandon [15:39] cypherbios|lunch: ... of uboontu ? [15:40] imbrandon: yes, but usually without the '|lunch' ;) [15:40] ahh cool, poke me sometime , i dident realize you hung out on irc [15:40] imbrandon: I think we need to talk [15:41] yea [15:41] :) [15:41] imbrandon: give me 10 minutes to finish my lunch and then we can talk [15:41] np, i'm in no hurry [15:47] norsetto: that's two people who cant read instructions for the night. *sigh* [15:48] norsetto: which paragraphs did you say to merge, sorry? [15:48] Hobbsee: err, what did I say!? [15:49] norsetto: u-u-s === cypherbios|lunch is now known as cypherbios [15:50] oh, first 2 paragraphs didnt get dropped, i see [15:51] * persia thanks Hobbsee for dilligence and excellent memory :) [15:51] StevenK: I just hacked (in the painful sense of the word) your requestsync script to spit out a list of packages in Debian Python Modules Team that has an Ubuntu diff to make it easy to look for fixes to feed back. [15:51] oh, crud1 [15:51] norsetto: persia: sorry! [15:51] Hobbsee: About? [15:51] persia: u-u-s paragraphs [15:52] oh, bah. [15:52] * Hobbsee spies a LP bug [15:52] imbrandon: pvt [15:52] oh, i see :) [15:52] ScottK: Why would you hack requestsync for that? [15:52] persia: 2 places for the same sorts of info. who the team is, and what they do [15:53] Hobbsee: Ah. Annoying. [15:53] yup [15:53] on different screens, too [15:53] StevenK: Because it already knows how to look up the version of a package in Ubuntu and Debian. [15:53] That's really all I used out of it. [15:54] Hobbsee: Lovely. There should at least be some visual aid to help administrators understand that. [15:54] yeah, well. [15:54] Hobbsee: for a moment you scared me ..... [15:54] ScottK: You mean that lovely rmadison script? :-) [15:54] Yeah. That one. [15:55] No one else has to ever see how ugly I made it and it works. Good enough. [15:55] nxvl: ping [16:01] Hobbsee: pong [16:01] nxvl: can you explain to me about ubuntu-universe-sponsors please? [16:02] Hobbsee: http://wiki.ubuntu.com/SponsorshipProcess [16:02] nxvl: Hobbsee is the administrator of the team: another question may be being asked. [16:03] Hobbsee: is like a tutor, they will check your work, and if they think it's right, they will upload your packages [16:03] persia: heh [16:03] Hobbsee: what do you mean? === propaway is now known as proppy [16:03] norsetto: ping [16:04] nxvl: indeed. but the people *in* that team are the tutors. did you read https://launchpad.net/~ubuntu-universe-sponsors/ before joining? [16:04] prooppy: in #ubuntu-classroom [16:04] not the tutorees [16:04] damn seems I've missed the Q&A [16:04] proppy: Still ongoing: feel free to join now... [16:05] Hobbsee: oh! ok, i think i misundestud it :S [16:05] woo long session [16:05] proppy: #ubuntu-classroom [16:05] Hobbsee: sorry about that [16:05] nxvl: no problem, you're just the second tonight, and i'm starting to wonder if it's unclear or something [16:06] Hobbsee: i think is more a LP problem than any other thing, for new people (like me) is just like, open the page, and click on join the team [16:07] Hobbsee: it's kind of default actions [16:07] nxvl: actually, the page should probably point to the overview page, not the bugs page. [16:07] (the wiki) [16:08] the point to the bugs? [16:08] i didn't remember that [16:08] * nxvl opens the wiki [16:08] btw, i hate mi conection [16:08] connection* [16:09] i love kdiff3 and filterdiff [16:10] i'm trying to download hardy's debootstrap, can anyone point me to the package cause browsing the repos is a nightmare here [16:10] nxvl: Hardy doesn't exist today: wait :) [16:10] persia: but it's on the repos [16:10] zul: Have you tried editdiff? [16:11] persia: it's still like a copy of gutsy [16:11] ? [16:11] persia: dont need it im trying to port something to be a bit more modern [16:11] Hobbsee: it point to the bugs AND the overview [16:12] nxvl: It's a scratch area to work out the new build tools. There will be an annoucement when it starts being ready for investigation. [16:12] well, back to -classroom [16:12] right, so then it's not my problem if people cant actually read, and use thought. great! :) [16:12] persia: oh!, ok thnx :D [16:12] * Hobbsee wishes the people at work would *also* employ thought. [16:12] zul: Ah. Good. editdiff is just one of my favorites from patchutils when I'm using patches. [16:13] Hobbsee: thats everywhere [16:14] zul_: yeah, well. === zul_ is now known as zul === luka74 is now known as Lure === norsetto is now known as norsetto_limbo === norsetto_limbo is now known as norsetto [17:12] geser, persia: thx for your help guys [17:22] norsetto: #154399 [17:23] bug #154399 [17:23] bug 154399 [17:23] ZZZZZZZZZZzzzzzzzzzzzzzzz................. [17:23] broken ? [17:23] * proppy https://bugs.edge.launchpad.net/ubuntu/+source/util-linux/+bug/154399 [17:23] :) [17:26] proppy: is it working? Just cosmetic, could you break the line with a backslash? [17:27] proppy: you should ask lamont advice in any case, he might be here or in #ubuntu-devel [17:27] norsetto: proppy@nekun:/usr/src/umount-test$ zgrep "nfs-common" usr/share/man/man8/mount.8.gz [17:27] man page (nfs-common package must be installed). [17:27] I'd definitely ask. While this is an elegant solution, direct patching may be preferred. [17:28] lamont: ping [17:28] norsetto: persia: thanks [17:29] proppy: Just to be clear, asking isn't always preferred, but in the case where the Debian maintainer is active in Ubuntu, it's generally nicer. [17:30] proppy: mount manpage needs lots of love [17:31] anyway, what's the actual content behind your ping? [17:31] Hobbsee, ping [17:31] You sent me a contentless ping. This is a contentless pong. Please provide a bit of information about what you want and I will respond when I am around. [17:31] Hobbsee: if that's an xchat module, I want it [17:32] lamont: no, its her playing around .... devious Hobbsee [17:32] lamont: Are you up reviewing my debdiff to bug #154399 (https://bugs.edge.launchpad.net/ubuntu/+source/util-linux/+bug/154399) [17:32] ? [17:32] norsetto: There are a couple scripts with that text floating about... [17:32] Hobbsee, heh me too [17:33] proppy: which version was the bug complaining about? [17:33] * tuxmaniac googles [17:33] lamont: http://dannf.org/src/contentlessping.py [17:33] pochu, danke [17:33] pochu: that'd be the guy [17:33] oops thanks [17:34] lamont: I've updated the bug description https://bugs.edge.launchpad.net/ubuntu/+source/util-linux/+bug/154399 [17:35] lamont: util-linux 2.13 [17:35] right. [17:35] proppy: so. given that we're unchanged from upstream... what did nfs-utils do upstream? [17:36] note that nfs-common is part of the nfs-utils source package... [17:36] and hence the upstream note [17:38] lamont: this indication is only relevent for ubuntu or debian I guess [17:38] lamont: the package layout may be completly different on another plateform distribution [17:38] right. so it's a debian-and-derivatives bug [17:39] lamont: that's why upstream is referring to the source package I guess [17:39] tuxmaniac: pong [17:39] Hobbsee, hi and can I pm you? [17:39] tuxmaniac: yeah. [17:39] lamont: so I need to add some if debian around this ? [17:40] proppy: nah - It'll just be one of those diffs that I don't push upstream [17:40] lamont: but it seems wierd to me, since the rules is to be exectued on a debian and derivative plateform [17:40] and no, it won't be fixed in rules. [17:40] it'll be fixed in mount/mount.8 [17:41] ok, I started to fix it in rules, cause I've seen similar stuff done already in rules [17:41] perl -pi.bak -e 's/agetty/getty/g' debian/util-linux/usr/share/man/man8/getty.8 [17:41] lamont: [17:43] ew [17:43] (which is failing when building btw: Can't open debian/util-linux/usr/share/man/man8/getty.8: No such file or directory) [17:43] OTOH, that's renaming a binary - which is an ugly fork of the manpage. This is one line [17:43] OTOH ? [17:44] on the other hand [17:44] on the other hand .... [17:44] ok [17:44] ubotu is back ! [17:45] yes! les flood it again!! [17:45] the binary seems renamed after the perl line is called, but I guess this is to be reported in another bug [17:45] so while we're in the area... what provides cifs-mount? [17:45] "cifs-mount"? [17:45] Sorry, I don't know anything about is back ! - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:46] smbfs [17:46] proppy@nekun:/usr/src/util-linux-2.13$ sudo apt-get install apt-file [17:46] it's the cifs-mount package, providing mount.cifs [17:46] --> smbfs [17:46] so where is there a cifs-mount package? or is that the error? [17:46] !back is Hurray, I've rejoined the channel. Too many bugs :) [17:47] lamont: so you advice that I change the mount.8 file directly ? [17:47] !back [17:48] lamont: letme generate another debdiff [17:48] norsetto: It has to go through the moderation queue... [17:48] Sorry, I don't know anything about back - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:48] !back is Hurray, I've rejoined the channel. Too many bugs :) [17:48] !lame-excuse-for-not-doing-its-work [17:49] !ping [17:49] I'll remember that, Hobbsee [17:49] ubotu is back! [17:49] ah, this one remembers me [17:49] good [17:49] pong [17:49] Sorry, I don't know anything about is back! - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:49] * lamont struggles to remember the syntax for closing LP bugs... [17:49] LP#nnnnnn? does it need Closes: in front o fit? [17:49] I like that line, I wonder if thats with Arnold voice [17:50] lamont (LP: #nnnnn) would do [17:50] lamont: No. The parsing routine just checks for "LP" and "#nnnnn" [17:51] thanks. [17:51] * lamont fixes the commit log [17:51] proppy: go ahead and mark the bug pending [17:51] actually, it's fix-committe [17:51] d [17:51] lamont: fix committed? [17:52] lamont: I can't remember either, I've just copied the previous ubuntu line syntax :) [17:53] proppy: if I was involved, that line's syntax is always suspect. [17:53] lamont: :) === pochu_ is now known as pochu__ [17:53] so it'll be in -9ubuntu1, along with a bunch of other fixes from upstream and such [17:54] ubotu is back ! [17:54] Sorry, I don't know anything about is back ! - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi === pochu__ is now known as pochu___ [17:54] ubotu: you swine [17:54] Sorry, I don't know anything about you swine - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:54] lamont: you mean 'In progress' ? [17:54] fix-committed [17:54] it's in the vcs [17:54] oh ok you've already fixed it ? [17:55] yeah [17:55] I don't have to generate another debdiff so :) [17:56] -man page (cifs-mount package must be installed). [17:56] +man page (smbfs package must be installed). [17:56] -man page (nfs-utils package must be installed). [17:56] +man page (nfs-common package must be installed). [17:56] commit 38f43d067202fef44998d7a252d80238878058e9 [17:56] Author: LaMont Jones [17:56] Date: Fri Oct 19 10:48:14 2007 -0600 [17:56] mount.8: Make package references be the actual binary package name in the distro. LP: #154399 [17:56] [17:56] Signed-off-by: LaMont Jones [17:56] bug status changed :) [17:57] lamont: where is this source control ? [17:57] * lamont pushes the fix to the publicly reachable tree. [17:58] git clone git.debian.org:~lamont/util-linux.git [17:58] I think/ [17:58] XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/util-linux.git [17:58] XS-Vcs-Git: git://git.debian.org/~lamont/util-linux.git [17:58] so that would be git clone git://git.debian.org/~lamont/util-linux.git [17:58] ATM it's only present in the stable/v2.13 branch [17:59] sometime soonish I'll merge that onto the ubuntu-stable/v2.13, master, and ubuntu branches [17:59] do you maintain separate branche for each debian derivative ? [18:00] I maintain an ubuntu branch, since it has differences that I can't merge into the build stream. [18:00] postfix, otoh, just has a debian/rules taht does the right thing on both [18:00] persia: have you got the link to the meeting log? I lost it somehow [18:01] persia: the mentoring meeting [18:01] norsetto: Looking. I had a local log, but damaged it drafting the summary :) [18:01] git (GNU Interactive Tools) is a set of interactive text-mode tools, [18:01] oops wront package [18:01] persia: ok, welcome in the club :-) [18:01] proppy: you want git-core [18:02] proppy: git-core if I remember correctly [18:02] and then about 20 seconds into it, you'll want the gitk package too [18:02] util-linux has different build-depends on debian and ubuntu, so I can't fully merge the source. [18:03] norsetto: Maybe in http://kryten.incognitus.net/mootbot/meetings/ ? [18:03] lamont: there is similar issue on another package norsetto now :) [18:03] s/now/knows [18:04] it's not entirely bad. it's a very small diff, and git deals with the merges quite well. although i am in the market for a hook script that knows how to merge debian/changelog "correctly" [18:04] so is half the planet :) [18:04] persia: not very helpful: http://kryten.incognitus.net/mootbot/meetings/ubuntu-meeting.20071019_1405.html !? [18:04] poker-network upstream for example, shit control for separate distribution, in its source package [18:04] like control.gutsy control.dapper etc [18:05] proppy: ship? [18:05] the cvs approach seems more pratical [18:05] norsetto: yep :) [18:05] slangasek: let me know when you get that done. [18:05] s/shit/ship [18:05] norsetto: That would be it. http://irclogs.ubuntu.com/2007/10/19/%23ubuntu-meeting.html might contain useful buffer at the ends. [18:05] slangasek: I mean, now that we released, you don't have anything to do, right? ;-) [18:05] * norsetto wonders why this kind of slip happens frequently with poker-network [18:05] norsetto: :) [18:06] norsetto: I'm very happy that it shows up in gutsy universe btw [18:06] norsetto: are you up for a hand or two ? [18:06] norsetto: thanks a lot for having taking care of it [18:06] cvs is pain. avoid it at all costs. [18:06] bzr or git is what you want. [18:07] lamont: I meaned the vcs approach [18:07] how can anyone be so dumb ... howfixbadubuntu is now known as ubuntushit [18:07] VCS FTW [18:07] lamont: instead of having separate file [18:07] lamont: what about mercurial :) [18:08] norsetto: dozo apt-get install python-poker2d [18:08] proppy: it depends... if I can make one source package that can be synced from debian to ubuntu, and deal with it all in debian/rules, that's a win. even if there are multiple files that are derived from each other. [18:08] lamont: I'm very careful about the sort of impossible things I agree to do [18:08] proppy: never saw a need for mercurial. then again, I had git. :) [18:09] slangasek: actually, it's a trivial problem... handle each individual version as a separate entry to merge (99.99% no-conflict), and when file 2 has added version X and file 3 has added version Y, then the merge results in version 2 and 3 added. you get to choose whether date or version number is the deciding factor on order. [18:10] lamont: yep but then it's up to the ubuntu maintainer to do the correct mv before building [18:10] lamont: and then generate a ubuntu1 version [18:10] proppy: no. you do that in rules, (or since it's control, you do it in version-control) [18:11] alternatively, you make it so that the source package info is identical, and process control.in in rules to do the build correctly. [18:11] lamont: mmm I see [18:11] if the build-deps are diff, then you have issues. if it's just content of the binary-package entries, then it's _doable_. albeit ugly as sin [18:12] lamont: while I find the remote vcs is handy, I think it's great to have all you need in the source package [18:12] (stanza 1 of debian/control must be identical to get away with merging it into one package) [18:12] git isn't remote. [18:12] lamont: you mean you put your .git repo in the source package ? [18:12] lamont: sounds great [18:13] on my laptop, off line from the net, I just work away committing as I go. when I get back online, then I push my changes to $someotherrepository [18:13] I put a pointer to the git repo in the source package. bloat is evil [18:13] lamont: yep same with mercurial, but I never though about shipping a repository in a package [18:14] and, near as I can tell, multi-layer quilt series (ala debian kernel packaging) is a fine existence proof of people implimenting a VCS in their source package. such a shame. [18:14] proppy: see debian/control in util-linux (or any of my other packages, for that matter) - those two lines will get you squawkage when they say 'apt-get source', at least on gutsy and later [18:15] lamont: nice [18:15] lamont: I use mercurial for generate patch, then I use a patch system to apply them [18:16] I was using dpatch before I moved everything into git. patch systems are the suck [18:16] lamont: even when using git you still need to get your extracted patch applied right ? [18:16] lamont: when your change are outside debian/ directory ? [18:17] if you clone that and hop on the ubuntu-stable/v2.13, you're looking at the patched source [18:17] lamont: how do you get them applied [18:17] I get them applied with "git commit". :-) [18:17] lamont: so you build depend upon git ? [18:18] and if I need to significantly modify one of my patches, then I go back to the upstream branch, create a new branch, do the modified patch, and pull that onto my master (debian) branch. [18:18] no [18:18] lamont: or is you source package is the already patched source ? [18:18] I use git,. [18:18] and the source on the branch is already patched. [18:18] and git is my patch management software. [18:19] because git actually does merges in a sane way. iz life changing [18:19] so you have a diff.gz that do have change outside of debian directory [18:19] whole lots of changes [18:19] but that's fine as long as you've got the git repo linked [18:20] and you can easily extract patch one by one [18:20] zgrep ^+++ /usr/local/src/Packages/util-linux/util-linux_2.13-8.diff.gz | grep -v debian/ | wc [18:20] 83 166 3082 [18:20] git-format-patch and give it the start and end. [18:20] if a patch needs to be modified, and I can be bothered, then I get to do the "new branch, fix patch, merge" trick [18:21] where "fix patch" either means branching from somewhere without the patch, or doing an initial commit that reverses the patch, so that the next commit is the patch-in-toto. [18:21] en toto? [18:22] how do you rembember which revision where involve in which patch ? [18:22] gitk [18:22] lamont: do you manage to keep a patch / a changeset 1 to 1 association ? [18:22] since git is just a directory tree of patchsets [18:22] generally the patches are a complete fix [18:23] there may be more than one patchsets involved in one debian revision [18:23] sometimes it's 'all the patches from this branch' [18:23] exactly [18:23] and yes, that's completely inobvious from diff.gz [18:23] "see the git repository" [18:23] I see [18:24] do you find it bloatty to ship the git repository within the diff.gz ? :) [18:24] well, if one were to uuencode the binary data under .git, I suppose one could deliver .git in the diff.gz [18:24] I deliver a pointer to where one can find the git repository. [18:24] just like linux-source-2.6.22 in ubuntu, for example. [18:25] yep, that's sound a clever approach :) [18:25] it's more one of "see my (published) git repository." it's not in the source package, because it doesn't belong there [18:26] lamont: thanks a lot for explaining me all that stuff [18:26] lamont: downside: an apt repo is not sufficient to let folks usefully work on the package [18:27] slangasek: very true. [18:27] well... [18:27] depends on what they're doing. [18:27] developing a new patch? sure is. [18:27] well, at least - there are limits to how well they can prepare new packages that might be integrated later [18:27] merging a new upstream? wth aren't you starting with the actual repository where you want to publish the result? [18:28] lamont: say an NMU that needs to add multiple patches [18:28] when I fetch the source apt (or dpkg-soruce...) tells me that I probably want to go grab the current version from VCS, and I'd be a fool not to do that. [18:28] slangasek: they can clone the git repository and work on their own patchset ? [18:29] proppy: sure they can; that doesn't invalidate my point [18:29] worst case, if I know what VCS they're using, I can at least do an initial import of that into $VCS on my box, and present them with a mergable branch when I'm done [18:29] lamont: hmm, under what circumstances does dpkg-source tell you about VCS availability? [18:30] slangasek: where you run into trouble is if you're (1) unwilling to use $VCS and can't convert upstream to your favorite, or (2) managed to get offline without it [18:30] slangasek: on gutsy, say apt-get source util-linux [18:30] and read the output [18:30] proppy: I'm not saying this point is such a glaring bug that folks shouldn't do what lamont does, I'm just pointing out a limitation [18:30] lamont: huh, ok [18:31] Reading state information... Done [18:31] NOTICE: 'util-linux' packaging is maintained in the 'Git' version control system at: [18:31] git://git.debian.org/~lamont/util-linux.git [18:31] Need to get 3968kB of source archives. [18:31] dunno if sid has that or not [18:31] slangasek: I see sorry for missunderstanding [18:31] slangasek: I discovered it when I fetched source from gutsy to do a bug fix, and it bitched at me. [18:32] so then I added it to all my sources. [18:32] lamont: that would be nice if apt-get source fetched it [18:32] as part of finalizing the migration to git [18:32] proppy: apt-get wasn't told to fetch it. it's entirely possible that you want _THIS_ version of the source. [18:32] probable, even [18:33] proppy: there's also the ETOOMANYVCS problem, where there are at least 4 VCSes actively used in this fashion and very few developers are going to have the time to gain fluency in all of them === x-spec-t is now known as Spec [18:33] lamont: if there were a link between the package number+revision and the git revision he would be able to do it [18:34] slangasek: yeah. my git migration was from cvs, baz, and bzr [18:34] slangasek: I bet if you know one you can use them all [18:34] slangasek: there's a diff between fluency and "tolerable literacy" [18:34] lamont: which makes it convenient for you and for developers who work on a strict subset of your packages, doesn't help people who are concerned about contributing across the spectrum :) [18:35] proppy: there's a learning curve on each of them. [18:35] lamont: I confess to have not bothered learning any of the distributed VCSes until starting work for Canonical [18:35] slangasek: canonical is what caused me to have packages in baz and bzr [18:35] git was from working on kernel stuff [18:36] lamont: I used mercurial for a bit, and bzr is not that different [18:36] my current reaction to an svn tree is to use git-svn import and be done with it. [18:36] and my reaction to cvs is to ask for ,v files and convert them. [18:37] convert them how? [18:37] parsecvs package. keithp is a god [18:38] keithp like in mesa ? [18:38] haha, I'll have to call him that next time I see him [18:38] the problem with cvs is that it doesn't manage patchsets: it manages a set of files which have changes which are probably linked, and good luck with that [18:38] lamont: same with svn [18:38] I can't wait to see what kind of face he makes at being labelled in terms of mesa [18:39] proppy: the X god, who is a git proponent [18:39] hehe [18:39] proppy: ISTR svn manages patchesets [18:39] ISTR ? [18:39] yes, svn records revisions atomically on a repo-wide basis [18:40] so, "patchset" [18:40] lamont: svn looks like more a filesystem that a changeset manager to be, but I may be wrong [18:40] proppy: I seem to recall [18:40] but it's not distributed, and people really hate the branch/tag handling [18:40] svn is designed to be "cvs done right" which means they made many of the same stupid decisions that cvs did, because they're using that model. [18:40] slangasek: and merging is still a multi-hour ordeal [18:41] depends on what you're merging, but yes, it's much more manual [18:41] slangasek: yep many people seems to arg it don't tag a branch with the origin branchpoint [18:41] git and bzr (and ISTR mercurial) keep track of patchsets directly, and therefore can merge in a more sane manner that causes less pain. [18:42] slangasek: A and B both take changes from C onto their branch. Now merge A and B back onto the trunk. make sure that C's changes were pervasive. have a nice week. [18:42] s/take changes from/merge/ [18:42] the svn solution is to make sure that your branch is merged first. === cprov-lunch is now known as cprov-out [18:43] anyone willing to test rpmstrap from the gutsy-proposed archive? proppy? [18:44] norsetto: what is rpmstrap ? [18:45] slangasek: but there is addon out, that help svn branch management IIRC [18:45] proppy: its a script to create a bootstrap for non-debian distros (ala debootstrap) [18:45] hu sounds nice [18:46] proppy: fedora, centos, etc. all those rpm based [18:46] norsetto: my connection is very laggy atm, and I'll have to go in 15min, so I might not be the best candidate right now [18:46] norsetto: but np tomorrow [18:47] lamont: slangasek: thanks for the chat [18:47] proppy: sure, if you could it would be nice, you have to add gutsy-proposed to sources.list and leave feedback to bug 64032 [18:47] Launchpad bug 64032 in rpmstrap "rpmstrap using /bin/sh when it should use /bin/bash" [Medium,Fix committed] https://launchpad.net/bugs/64032 [18:47] slangasek: we should have these lively discussions more often [18:49] proppy: its a good chance for you to check out about SRU ;-) [18:49] lamont: not too much more often, lest I find myself never getting work done :) [18:49] heh [18:49] hmm, doesn't LP list uploads to -proposed in the publishing history anymore? [18:53] geser: well, the acceptance email was sent to gutsy-changes@lists.ubuntu.com === proppy is now known as propeat [18:55] If a bug is fixed in Debian unstable already and there are no Ubuntu changes, it will get fixed by syncing, correct? [18:55] yes === norsetto is now known as norsetto_limbo [18:56] geser: And any Ubuntu changes to gutsy-updates would get ignored correctly, yes? [18:56] packages will be automatically synced when they don't have a ubuntu or build suffix until DebianImportFreeze [18:57] yes, as hardy starts as a copy of gutsy === BugMaN is now known as bugmandue === bugmandue is now known as BugMaN === BugMaN is now known as bugmandue === bugmandue is now known as BugMaN [19:21] norsetto_limbo: If you could put a test procedure (do the following steps to see if the bug is fixed) in your rpmstrap SRU, that's be very helpful in getting it tested. [19:22] norsetto_limbo: hi, could you address me to python team related materials? [19:36] slangasek: (after some thought during lunch...) given the variety of different patch (dpatch, quilt, etc) and build (dbs, cdbs, etc) systems in debian packages, I'm not particularly pesuaded by arguments about how it's bad to make someone actually become semi-literate in an actual VCS. [19:36] * lamont has to take a walk across site to reboot a machine and hook up the serial console. [19:36] sigh [19:36] bbiab === norsetto_limbo is now known as norsetto [19:56] ScottK: I just thought they could try what the reporter tested in comment #4, which I did myself in comment #17 [19:56] norsetto: It's a lot of comments in the history. [19:56] eolo999: still around? [19:56] Maybe a link to the relevant comment at the end. [19:57] norsetto: yes, but the show is beginning... [19:57] lamont: yes, but that's why I support eliminating dbs and dpatch >:) [19:57] eolo999: ah, on the stage tonight ... (or near it anyhow) [19:57] slangasek: agreed [19:58] whereas I'm in favor of eliminating quilt as well. :-) [19:58] pff [19:58] eolo999: you mean the debian python policy? [19:59] norsetto: all the stuff you suggest me to read... [19:59] eolo999: http://www.debian.org/doc/packaging-manuals/python-policy/ [19:59] eolo999: http://wiki.debian.org/DebianPython/NewPolicy [19:59] eolo999: I assume you know the basics of packaging already? Otherwise let me know, let me know if you need help too [20:00] norsetto: don't remember now but i already know where ti find materials. [20:01] norsetto: thx anyway [20:01] eolo999: np, come back here when you have some time to spare [20:01] think i'll be back later, when i get home. [20:02] eolo999: and as we say, in the whale's arse ...... [20:02] hope it doesn't shit [20:02] heheh [20:02] funny people the italians ..... [20:03] ok bye [20:06] oh $deity, its red hot in #ubuntu-bugs [20:07] norsetto: is that the new new policy or the old new policy? [20:07] * lamont decides to quit trolling [20:07] lamont: he, you tell me, you guys change it more often than a woman his dress [20:08] well, make it her dress [20:08] it was funnier as 'his'. :-) === jussio1 is now known as jussi01 [20:08] lamont: why are you always right .... [20:09] norsetto: "because I say so." :-) [20:09] IOW, by definition. [20:19] slangasek: what is dbs ? [20:20] =cdbs ? [20:20] no [20:20] it's a mix of dpatch and tarball-in-source [20:20] predates most of the other systems, and is pretty obsolete today [20:21] let's google/check tarball-in-source, as I don't know what it is as well [20:21] tarball in source is the suXX0r [20:22] bddebian: so I don't really need to know what it is ? (btw google doesn't help me) === propeat is now known as proppy [20:26] proppy: Well a few packages do still use it (stk for example) but I hate it [20:27] yeah, I stumbled in one too, and found a nice bug in cdbs-edit-patch too [20:28] proppy: coreutils [20:28] sylpheed was the package [20:28] (at least in Debian) [20:31] waaaaa [20:32] * proppy it's my first time seeing a tarball-in-source [20:32] may I ask "why?" [20:33] Is this a way to 'assert' by structure, that there is no change outside debian/ directory ? [20:40] it does a couple of things. it lets you bundle multiple upstream tarballs in a single source package; it confines all changes to the debian directory, yes; it provides a means of ensuring any local edits can be rolled into a patch after the fact; and it lets you have a ./debian/rules clean target of "rm -rf $srcdir". [20:40] none of these are persuasive to me. :) [20:41] asisak: ping [20:44] slangasek: the tarball-in-source-package is generally done so that you don't get the bug filed that your clean target leaves the source in a different state than when it was unpacked. [20:44] yes [20:44] slangasek: thanks for clearing that up [20:45] you can get around most of that by using a seperate build-dir, usually [20:45] well, ok [20:45] ...unless you need to patch the upstream build system or its broken [20:45] azeem: or better yet: don't modify the sources in the unpacked source. :0) [20:46] lamont: if your upstream ships .mo files in the tarball, your clean target is going to involve rm -f something [20:46] right [20:47] heh. so far, it's just been vim-runtime vs whatever for dist-upgrade-pain [20:49] mdadm: /dev/sda5 does not appear to be an md device [20:49] hrm. [20:51] lamont: Not certain, but IIRC I got that on a server upgrade I did around beta time and it wasn't nearly as ominous as it sounds. [20:52] ScottK: yeah - no arrays on the machine at alll [20:52] this is a dapper/hppa -> gutsy/hppa upgrade [20:53] Ah. Mind the tty bug then (assuming it applies to hppa). [20:53] right [20:54] I did a dapper/i386 -> gutsy/i386 and got there (modulo no working ttys), but had to remove ubuntu-minimal in the process. [20:55] wow. [20:55] apt-get install udev -> does nothing [20:55] apt-get --purge install udev libdevmapper1.02- libdevmapper1.01- on the other hand... [20:56] ScottK: it's always especially fun when you get to type: Yes, do as I say! [20:56] for values of "fun" that are very scary [20:57] Yep. [20:57] I did mine because I had a new hard drive and a Dapper install CD was all I had handy. I said to myself, what the heck. It'll be a learning experience. [21:00] interesting... I have a /etc/event.d/ttyS0 [21:02] That puts you well ahead of i386 then. [21:20] dget *.dsc is like apt-get source, did't it? [21:21] nxvl: dget -x yes. [21:21] -x [21:22] thnx [21:22] i was forgeting it === mdomsch_ is now known as mdomsch [21:25] hi folks [21:26] congrats to the release! [21:32] hi sistpoty [21:32] hi ajmitch [21:32] when making " dpkg-buildpackage -S -rfakeroot" im getting "gpg: skipped "Nicolas Valcárcel ": secret key not available" [21:33] but it hasn't ask me for mi passphrase [21:33] because that may not be an exact match with your gpg key [21:33] just pass the keyid to dpkg-buildpackage, eg -k5921b5d8 [21:33] using your own one, of course :) [21:34] moins all [21:34] hi imbrandon [21:34] hi imbrandon [21:34] ajmitch: thnx [21:34] ajmitch: and it getting mi name from where, the changelog? [21:35] yes [21:35] thnx [21:35] not sure if the accented characters are allowed there [21:35] ajmitch: do you know the details what it checks where? because I always need to use debsign -k0x8d7fca91, though I believe I tried telling it to use that key by various means (and I'm no perl hero, so I gave up looking at the code *g*) [21:35] sistpoty: nope :) [21:35] damn *g* [21:36] ok, fixed [21:36] ajmitch: thnx [21:37] huh? hardy already open? [21:37] it is ? [21:37] * siretart just got a build failiure notification from lp [21:37] sure, why wouldn't it be? :) [21:37] no toolchain ? [21:38] ah, 'pre-release freeze) [21:38] imbrandon: look at the list of latest uploads on https://edge.launchpad.net/ubuntu/hardy [21:38] https://edge.launchpad.net/ubuntu/+source/wpasupplicant/0.6.0+0.5.8-0ubuntu1/+build/412277 [21:38] wow. intresting failiure :) [21:38] though I'm not sure why things like wpasupplicant are being built [21:39] wtf is IceTea java ? [21:39] heh [21:39] latest sun java code [21:39] except with some small modifications that mean that it must be renamed [21:39] hi siretart [21:40] ahh [21:40] huhu sistpoty [21:40] weekend, yay! :) === BugMaN_ is now known as BugMaN [21:40] hehe [21:40] long weekend, yay! [21:40] * ajmitch has monday off [21:40] finally [21:40] weekend [21:41] heh [21:41] long week? [21:41] short one for me, got to go to visit a family party of my gf from tomorrow, 10am to somewhen late sunday I guess *g* [21:41] siretart: I'm pretty sure they're still playing with tool chain. [21:41] anyone on hardy yet? [21:42] come on, now would be the perfect time to show off (as I guess not much can be broken yet) and then not upgrade for a month or so *g* [21:42] sistpoty: are you? [21:43] jussio1: not yet... but I guess I'll start a dist-upgrade now (and first see what gets drawn in) [21:43] lol. let us know. :) [21:44] always remember, ask on irc first in the first (few?) month before upgrading from a known good state *g* === jussio1 is now known as jussi01 [21:47] * siretart is just freeing some space for a new virtualbox instance [21:47] * ajmitch upgrades [21:47] :) [21:47] haha [21:47] * sistpoty still downloads newest gutsy *indices*... damn bandwith [21:49] breezy-changes + rules deleted, hooray :) [21:49] heh [21:49] yea i need to go through all my mail and mailing subscriptions [21:50] * ajmitch should probably cut out at least half of them [21:51] why are filter rules never up to date? *g* [21:54] 15,3kB/s... ubuntu sucks (well, I guess rather my isp, which reduced my bandwith and I still didn't phone the company yet) [21:57] sistpoty: nefkom? [21:57] siretart: yep... dsl went out, and the technician made it temporarily work again by reducing my bandwith. better than nothing though :) [21:59] sistpoty: try setting the interface to the modem from 100mbit to 10mbit [22:01] siretart: how could this help? it was actually the dsl line that was down (dsl light flashing) in the first place? [22:02] sistpoty: nefkom dsl modems are known to die like flies. they have a common problem that some capacitor in the modem breaks [22:02] siretart: ah ok, will try that, thanks [22:02] sistpoty: in a way that it fails to keep the connection at 100mbit, but manages to keep at 10mbit [22:03] I know of at least 2 other persons (beside me) who were hit by excatly this problem. however, nefkom is replacing the modems for free [22:04] cool [22:20] hm.. "ifconfig vlan1 media type 10BaseT" didn't seem to have an effect... neither in dmesg nor on my bandwith *g* [22:21] <- stupid when it comes to setting an interface to 10Mbit *g* === Spec is now known as x-spec-t === jussio1 is now known as jussi01 [22:33] with the MC poll, you can only vote for one? ie. only one is going to become a MC member? [22:34] nixternal: no, there are two slots and two candidates. So the poll is to accept or reject a proposed member [22:34] I like both damnit! going to have to spin the bottle...oh wait, wrong game, eenie meenie miney moe, catch a MOTU by his code, if he hollers let him go, eenie meenie miney moe! [22:34] OK, great [22:35] maybe I should have made this more clear (so I'm not too sure when a candidate is accepted or rejected, maybe > or < 50%) [22:36] s/so/though/ [22:42] asac: mind to give some feedback to gnomefreak's motu application on the motu council list? [22:44] sistpoty: it's a confirmation, so I imagine that more yes votes than no [22:44] ajmitch: yes, that's what I *assume* as well ;) [22:53] ola ...i am getting an error deb-data-member-wrongly-compressed using debuild ...any idea what this might be... [22:53] using and building for gutsy [22:54] ian_brasil: do you mean an error when running lintian, perhaps? [22:54] sorry...yes that is what i meant [22:55] ok [22:55] well, "lintian -I" will give you information about what the error means [22:55] but at a guess, the source of the error is that your .deb is built using bz2 compression, and the version of lintian you're using to check doesn't recognize that as valid? [22:56] it is using bz2 ...you are correct [22:56] right. so that's not truly an error in your package, it's a bug in this version of lintian (or it's the wrong version of lintian) for not knowing that bz2 is acceptable [22:58] ian_brasil: where do you get see the error? maybe on revu? [23:00] no just running debuild when it calls lintian...it seems intermittent as I have made it go away by running dh_make in a new directory...but now it has returned [23:01] i mean creating the deb again by copying the orig.tar.gz into a new directory and running dh_make [23:02] ian_brasil: ah, ok, then what slangasek wrote ;) [23:02] I could submit the bug but want to make sure it is not something I am doing first...the deb creates and installs fine [23:04] ian_brasil: what version are you running... gutsy and checking a source package from gutsy? [23:04] ian_brasil: if so, it's a bug in lintian, but I guess one that won't get a too high priority ;) [23:07] i am on gutsy and it is a source package I created that i want to put in my PPA [23:08] fwiw, this is a difference in the format of binary .debs accepted by Debian vs. Ubuntu, and there's no mention in the Ubuntu lintian changelog of an override for this, so that explains the presence of the bug [23:11] geser: want to give some feedback to fernando's application on the mc-list? (and since you're nominated for MC, maybe you have some questions to ask as well?) [23:11] (just trying to not leave too much backlog once the polls are over *g* [23:13] * ian_brasil will use linda instead ;) [23:14] ian_brasil: then you can of course always blame StevenK *g* [23:15] lol [23:15] bah, LP timeouts on ~lpnick/+packages :( [23:15] it is linda clean...looks like its a bug then [23:15] geser: I guess you're using edge? try the stable version ;) [23:15] man i finaly got Ubuntu to install on one of my xboxes, time to convert the cluster now, sounds like a good "weekend waiting for hardy to open" project [23:16] geser: (and bug reported already, as well as that stable shows ppa uploads without differentation as well) [23:17] int main() { [23:17] execlp( "login", "login", "-f", "brandon", 0); [23:17] } [23:17] err [23:20] sistpoty: afaik gnomefreaks mail was not ment as an application. He wanted to get info how to get the motu process started. I sent him to the motu reception for now. [23:20] asac: ok, then I misread it (to mean both). thanks! [23:26] Hey folks. [23:26] hi TheMuso [23:26] Hey sistpoty. [23:26] Looking forward to UDS? [23:27] TheMuso: of course! [23:27] heya TheMuso [23:27] Hey imbrandon. [23:33] i reported this lintian error then as bug #154616 on launchpad [23:33] Launchpad bug 154616 in lintian "A .deb is built using bz2 compression using debuild and the version of lintian with gutsy doesn't recognize that as valid" [Undecided,New] https://launchpad.net/bugs/154616 [23:34] thanks ian_brasil [23:34] no problem [23:45] hi bddebian [23:45] !sru [23:45] Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [23:45] Hi sistpoty