[12:07] hmm, wiki takes slow to commit === mdz idly wonders why bsdmainutils is packaged debian-native now [12:07] Keybuk: not THAT calendar [12:07] mdz: in Debian or Ubuntu [12:07] mdz: mmm, ascii art of naked people === sivang misses the calander [12:08] \00/ :) [12:08] sivang: LP is being slow doing username lookups for me atm [12:09] Keybuk: I wonder if the moin/LP-Integ. bits are slowing the wiki due to LP being slow. too many folks getting notified on a wiki page change also seems to do that [12:10] morning all [12:10] hi ajmitch [12:10] doh, I forgot -v [12:10] mdz: ../merge-buildpackage is your friend [12:10] I should add that check to my script [12:11] (if you use grab-merge) [12:11] mm lovely, I see I last touched e2fsprogs [12:11] I saw that too :-) [12:11] Keybuk: btw, can you fix grab-merge to use 'tar tz < $TARBALL'? [12:11] Keybuk: erm, tar xz of course [12:11] pitti: any particular reason? [12:11] Keybuk: 'tar xf $TARBALL' fails for epochs [12:11] hmm, ajmitch getting up means I need to go to sleep, soon :) [12:11] Keybuk: it tries to access an rsh host, or so [12:12] pitti: epochs shouldn't have been in the tarball filename I fixed that bug instead [12:12] I thought that was why we didn't put epochs in filenames [12:12] of course, tar does suck for breaking [12:12] Keybuk: I encountered it this morning; ok, if it's fixed now that way, thanks [12:12] pitti: yeah, I fixed it around lunchtime [12:12] sivang: it's not like I ever get up at the same time twice :) [12:12] or, at least, when any normal person would have got lunch [12:12] ajmitch: still, it suggest that I may start to cross time zones..:) [12:12] Keybuk: where are those? perhaps REPORT should mention them [12:13] mdz: where are which? [12:13] Keybuk: merge-buildpackage, grab-merge [12:13] grab-merge? [12:13] it's in the top-level of merges.ubuntu.com [12:13] I need to start attaching sequence numbers to my IRC replies [12:13] https://merges.ubuntu.com/grab-merge.sh [12:13] and mentioned in the blurb at the top of that page [12:13] sivang: besides, I'm not in NZ at the moment :) [12:13] it generates merge-buildpackage for you :) [12:13] oh, I've been looking at main.html [12:14] ajmitch: ah, in EU-like timezone? [12:14] mdz: is just a script to parse REPORT, download all the files, and makes a couple of "useful" scripts that call dpkg-genchanges or dpkg-buildpackage with the right combination of -S/-sa/-v [12:14] sivang: no, just australia [12:15] Keybuk: why does it need to clobber cwd? [12:15] mdz: it doesn't _need_ to I guess, it'd just clobber REPORT and merge-* otherwise [12:15] modify it to taste :p [12:16] I always do merges in their own directory, just to keep things clean [12:16] Keybuk: or it could drop everything into a subdir [12:18] Keybuk: didn't we determine in Paris that syncs could be scripted to require less manual fiddling? [12:18] has that script been written yet? [12:18] Keybuk: if you're in sync mode, hostname can go too [12:21] "scripted" ? [12:21] I don't remember being in that conversation [12:21] (which is not to say that I wasn't, of course ... there were a *lot* of conversations :p) === sivang reads Keybuk 's "the world under bzr" docs. [12:22] tbh, I don't really notice the manual fiddling [12:22] but yes, we could have something automatically tip syncs into incoming at some appropriate point === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] [12:30] good night === chris38-home2 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [12:30] if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoconf1.7 || which autoconf` ; fi ; \ [12:31] autoconf 1.7 eh? :p === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel [12:31] s/conf/make/ I feel [12:32] Keybuk: you don't notice copying the files around across sudo? === Fujitsu [n=Fujitsu@c211-28-181-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === chris38-home3 [n=Christia@LSt-Amand-152-31-26-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [12:33] it's a sequence of like 5 commands where it should be one [12:33] copying the files around? [12:34] oh, right [12:34] no [12:34] I go into screen 1, press the up arrow, change the name of the user and source package and press enter [12:34] then I go into screen 2, press the up arrow, and press enter [12:34] :p [12:35] it got easier when we made ~lp_archive/syncs writable by lp_queue [12:35] so now it can actually move the buggers out, rather than copy and have to delete later [12:36] printing is busted for me [12:36] I'm more vaguely concerned that those wacky Soyuz guys want to make things EVEN BETTER! [12:36] smells like an fd being inherited somewhere [12:36] in the cups pipeline of DOOM [12:36] so instead of just "sync-source foo", we have to type "sync debian/unstable/foo/1.0-1 edgy" etc. [12:39] ha...nope, it's just a permissions problem on /dev/usblp0 === mdz hugs cups for responding to any error condition by hanging forever [12:40] Keybuk: any guesses why I ended up with a root:root /dev/usblp0 when udev.permissions says root:lp? [12:41] bug [12:41] needs a " in there :p [12:41] well, in 40-permissions.rules [12:42] which proves nobody ever tried printing anything in dapper [12:42] we inherited that one from upstream [12:42] and I only found out about it the other day [12:42] needs one where? [12:42] SUBSYSTEM=="usb", KERNEL="lp[0-9] *", GROUP="lp" [12:42] Typo in permissions.rules KERNEL==lp not =="lp [12:43] in what version of udev? I don't see that in edgy [12:43] oh, hmm [12:43] edgy needs == there [12:43] is udev.permissions obsolete? I still have it around [12:43] yeah, very obsolete [12:43] it's ignored? [12:43] totally ignored [12:44] since probably hoary [12:46] Keybuk: you need a bug for the edgy KERNEL=" issue? [12:46] hrm [12:46] mdz: there is one I believe [12:46] is there a way to clean up partially pushed branch from b.l.n ? [12:46] bzr: ERROR: File exists: '/~ubuntu-dev/hubackup/ubuntu': mkdir failed: unable to mkdir === chris38-home [n=Christia@LSt-Amand-152-31-26-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [12:47] mdz: can't see it though, so file if you like [12:47] don't see one [12:47] will do [12:47] (I aborted the first one, and created a new branch clean and without too many commits over the last development cycle) [12:47] oh, it was in bug #50447 [12:47] Malone bug 50447 in udev "For SCSI CD/DVD writer, scsi_generic device needs to be owned by cdrom" [Untriaged,Unconfirmed] http://launchpad.net/bugs/50447 [12:47] though the patch is wrong, obviosuly [12:48] no bug then? [12:49] mdz: i do but unfortunately i havent had a chance yet to get a livecd built with all the bits and hacked on it [12:49] md to have any idea what is feasible [12:51] anyway, good night all [12:51] there is a beagle bof tommorow, incidentally === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === freeflying-g4__ [n=freeflyi@221.221.149.106] has joined #ubuntu-devel [01:00] cant talk now sorry, the lag is inasne === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [01:03] ya know, I swear dholbach has had an attack of the shiny while at guadec === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [01:09] jesus fucking christ [01:09] seriously, nobody has bothered reading the licences for these files === fimbulvetr [n=danv@208.107.71.99] has joined #ubuntu-devel [01:10] Which files? [01:11] telepathy, cohoba, and friends [01:15] what's wrong there? [01:16] What does libtelepathy do, anyway? [01:16] Whatever you want it to. [01:18] "what the user wants" ;P [01:18] which is what every fscking application should do [01:18] obviously [01:18] ;) [01:18] "The aim of this project is to provide a D-Bus-based framework that unifies all forms of real time conversations, including, but not limited to, instant messaging, IRC and voice and video over IP." === chris38-home2 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel [01:27] Ah. [01:33] Fujitsu: it's the Nokia 770 v2 chat thing [01:33] OK. [01:34] "it's not just for Nokia anymore" - it's a freedesktop.org project === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel [01:35] yeah, the interchangeable robs always intended it to be a general framework === Toadstool is now known as ToadZzZztool === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [01:39] Heya [01:41] lol for 'the interchangeable robs' === epx [n=epx@200.217.122.113] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-209-217-123-69.d-ip.magma.ca] has joined #ubuntu-devel === imbrandon_ [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === imbrandon_ [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === shenki_ [n=shenki@ppp197-187.lns1.adl4.internode.on.net] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === FunnyLookinHat [n=funnyloo@71.57.11.218] has joined #ubuntu-devel === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === shenki_ is now known as shenki === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #ubuntu-devel === imbrandon_ [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [03:38] is it possible to pull libeel2-2 update or ateast hold back? [03:38] s/atreast/atleast [03:41] You can lock the version on your system... [03:41] Is it killing nautilus deps as the bug says? [03:43] yes its remove nautilus [03:44] i tried pinning it but i guess the wiki is wrong because it didnt work [03:46] Pinning won't do it. [03:46] You need to lock it... === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel === sfeehan_ [n=sfeehan@ip70-161-84-13.hr.hr.cox.net] has joined #ubuntu-devel [04:13] "Ubuntu, an ancient African word meaning cant install Debian" [04:13] opps, wrong channel, sorry === Chantal_ [i=d00f@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-devel === shackan [n=shackan@host251-82.pool8257.interbusiness.it] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === azeem [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-devel === mat|work [n=mat@igoan/mat] has joined #ubuntu-devel === nomed [n=nomed@host101-56.pool8252.interbusiness.it] has joined #ubuntu-devel === asac [n=asac@debian/developer/asac] has joined #ubuntu-devel === ajmitch [n=ajmitch@203.89.166.123] has joined #ubuntu-devel === bmonty_away [n=bmonty@ubuntu/member/bmonty] has joined #ubuntu-devel === evand [n=evan_d@72.20.218.20] has joined #ubuntu-devel === Xof [n=mas01cr@158.223.59.22] has joined #ubuntu-devel === TerminX [i=690234f0@64.62.190.212] has joined #ubuntu-devel === profoX` [i=d00f@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === jamesh [n=james@203-59-208-190.dyn.iinet.net.au] has joined #ubuntu-devel === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-devel === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel === jmg [n=cartel@shinobi.thoughtcrime.org.nz] has joined #ubuntu-devel === subterrific [n=jason@cornsyrup.org] has joined #ubuntu-devel === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-devel === schweeb [n=chris@209.120.232.20] has joined #ubuntu-devel === hile [i=hile@hack.fi] has joined #ubuntu-devel === whiprush [i=32509192@64.62.190.212] has joined #ubuntu-devel === jdub [n=jdub@ppp121-112.static.internode.on.net] has joined #ubuntu-devel === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #ubuntu-devel === lucasvo [n=lucasvo@wservices.ch] has joined #ubuntu-devel === ubijtsa [n=ubijtsa@karlsson.force9.co.uk] has joined #ubuntu-devel === [PUPPETS] Gonzo [i=gonzo@80.69.47.16] has joined #ubuntu-devel === subterri2ic [n=jason@cornsyrup.org] has joined #ubuntu-devel === lucasvo [n=lucasvo@wservices.ch] has joined #ubuntu-devel === azeem [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-devel === TomB| [n=ownthebo@ACC8FAC8.ipt.aol.com] has joined #ubuntu-devel === TomB_ [n=ownthebo@ACC8FAC8.ipt.aol.com] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.1.252.revip2.asianet.co.th] has joined #ubuntu-devel === Chantal_ [i=d00f@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === Zomb [n=eb@x118.rhrk.uni-kl.de] has joined #ubuntu-devel === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel === elkbuntu [n=melissa@203-206-255-153.dyn.iinet.net.au] has joined #ubuntu-devel === Ubug2 [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === chris38-home3 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === profoX` [i=whoknows@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === Zenokii [i=whoknows@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === _TomB [n=ownthebo@ACC8FAC8.ipt.aol.com] has joined #ubuntu-devel === chmj_ [n=chmj@196.44.1.98] has joined #ubuntu-devel === freeflying|away [n=freeflyi@221.221.154.202] has joined #ubuntu-devel === chmj [n=chmj@196.44.1.98] has joined #ubuntu-devel === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-devel === ctd [i=ctd@incubus.progsoc.uts.edu.au] has joined #ubuntu-devel === tseng [n=tseng@unaffiliated/tseng] has joined #ubuntu-devel === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #ubuntu-devel === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel === G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === wasabi__ [n=wasabi@c-67-187-52-248.hsd1.tx.comcast.net] has joined #ubuntu-devel === shaya [n=spotter@user-0ccetig.cable.mindspring.com] has joined #ubuntu-devel [05:50] is it documented anywhere that one needs to change their grub from hdx to sdx w/ an pata drive? [05:50] was wondering why my 2.6.17 edgy box was hanging on boot w/ new kernel === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [05:58] They fully switched to using libata? [06:05] it seems that way [06:05] just upgraded to 2.6.17, rebooted and it just hung there [06:06] I saw your bug. [06:06] went to "recovery mode" noticed "hey, why is it detecting it as sda!" [06:06] rebooted, went to grub changed it and its all good now [06:06] anyways, time for me to sleep [06:06] you australians can work through the night :) === bddebian2 [n=bdefrees@71.224.172.103] has joined #ubuntu-devel === freeflying [n=freeflyi@221.221.144.20] has joined #ubuntu-devel === Hobbsee [n=ubuntu@ubuntu/member/hobbsee] has joined #ubuntu-devel === freeflying_ [n=freeflyi@221.221.148.79] has joined #ubuntu-devel === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel === chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel === freeflying_ [n=freeflyi@221.221.148.79] has joined #ubuntu-devel === sarah [n=sarah@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-devel === sarah [n=sarah@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [07:10] Good morning [07:10] hey pitti! [07:10] this irssi is actually *readable* today, unlike the one off the live cd! :P === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel [07:11] morning pitti [07:11] hi ajmitch [07:12] hi [07:12] hello Hobbsee, hi ajmitch === shenki_ [n=Joel@pulteney-pix.border.net.adelaide.edu.au] has joined #ubuntu-devel === highvoltage [n=jono@196.36.161.235] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === AndyFitz [n=AndyFitz@nat-pool-brisbane.redhat.com] has joined #ubuntu-devel === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel [07:52] morning === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel [07:53] morning fabbione [07:55] hey fabbione [07:57] infinity: how is gcc/glibc doing? === Lure_ [n=lure@external-7.hermes.si] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel === Hobbsee [n=Hobbsee_@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === Hobbsee [n=Hobbsee_@ubuntu/member/hobbsee] has joined #ubuntu-devel === pitti is still amazed how MoM blows up a trivial 1.3 kB patch into a 3.8 MB monster [08:40] lol [08:43] Heheh [08:44] hehe === Hobbsee is amazed at how bz2'ifying a pbuilder seemed to do the same thing. [08:45] Hobbsee: bz2ify? [08:45] pitti: compress as a tar.bz2? [08:46] and that increases the tarball size? [08:46] i think so - i didnt think my home directory was that big! === chris38-home2 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel === chris38-home3 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === mman [n=mm201025@amfea-proxy-2.sun.com] has joined #ubuntu-devel [09:00] hi all === Kagou [n=Kagou@84.6.192.15] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-39-202.net.novis.pt] has joined #ubuntu-devel [09:14] infinity: please give-back nautilus everywhere... thanks :) === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === ToadZzZztool is now known as Toadstool === Norgz [n=eroux@maisel-gw.enst-bretagne.fr] has joined #ubuntu-devel === mvo [n=egon@p54A67CB1.dip.t-dialin.net] has joined #ubuntu-devel === olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel === carlos [n=carlos@206.Red-88-15-195.dynamicIP.rima-tde.net] has joined #ubuntu-devel === el [n=konversa@u40-30.dsl.vianetworks.de] has joined #ubuntu-devel [09:49] slomo: hm, did you already merge sdl? (I hope I didn't miss it from -changes) === giftnudel [n=mb@p54B28FFD.dip0.t-ipconnect.de] has joined #ubuntu-devel === lukketto [n=lukketto@host247-6.pool877.interbusiness.it] has joined #ubuntu-devel === lukketto [n=lukketto@host247-6.pool877.interbusiness.it] has joined #ubuntu-devel === chmj_ is now known as chmj === Pharaoh_Atem [n=ngompa@74.132.87.250] has joined #ubuntu-devel [10:08] umm, noticed that the standard kernel in breezy does not have a kernel header or source package on the apt repository [10:09] Pharaoh_Atem, you sure? [10:09] yep [10:09] positive [10:09] What did you search for? === StevenK looks for a breezy box. [10:09] Try linux-source... It has to be there. [10:09] kernel-headers-2.6.12-9 [10:09] No. [10:10] linux-headers. [10:10] Not kernel-headers. [10:10] why are there packages that are named kernel headers then? [10:10] debian [10:10] linux-headers-`uname -r` [10:11] although i believe debian switched to linux-* too since they have freebsd and such kernels as well [10:12] also, it seems the gcc packages retrieve the wrong headers [10:12] when using apt [10:13] you mean build-essential? [10:14] this is so not the right channel [10:14] thom: Yeah. [10:14] Pharaoh_Atem: Please file a bug in launchpad. [10:14] Or ask your question in #ubuntu [10:15] ill file a bugreport [10:15] bye === Pharaoh_Atem [n=ngompa@74.132.87.250] has left #ubuntu-devel ["Leaving"] [10:15] File a bug so we can close it quickly. [10:15] heh [10:16] morning [10:17] sivang! [10:17] yo jsgotangco , what's cracking? === jsgotangco just busy looking at bugs [10:17] nice [10:18] does homuserbackup have a bzr mainline? [10:19] jsgotangco: yes, it does , I will also follow scott's instructions to make it commitable by universe uploaders, as soon as I sort the partially pushed branch issue on b.l.n [10:20] ok please ping me when its avaialble for branching =) [10:22] jsgotangco: for the mean while, you can check out https://launchpad.net/people/sivan/+branch/hubackup/devel-main [10:22] thanks [10:22] jsgotangco: this should work as the bzr url to branch off of - http://bazaar.launchpad.net/~sivan/hubackup/devel-main === jsgotangco subscribes === Yagisan [n=jamie@doomsday/developer/Yagisan] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === Pharaoh_Atem [n=ngompa@74.132.87.250] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-9-13.red.bezeqint.net] has joined #ubuntu-devel [10:27] *.ubuntu.com, *.launchpad.net and anything else in the Canonical Data Centre is going away for 5 mintes [10:29] :( [10:30] fabbione: in what way broke libselinux-dev devmapper? (I'm doing the merge right now). should it still be disabled? [10:31] elmo: gah, in the middle of a server dist-upgrade. [10:31] doh! im branching [10:31] hi neuralis [10:31] elmo, any particularly good reason? [10:31] neuralis: 'Use the mirror, Luke' :) [10:31] Or do they just want to have a snooze? :P [10:32] hey pitti === hunger [n=tobias@p54A60D78.dip0.t-ipconnect.de] has joined #ubuntu-devel [10:33] pitti: yeah, i'm switching to a mirror now, i was just amused at the timing [10:33] Fujitsu: let's assume there is a good reason === ChipX86 is now known as ChipX86|Sleep [10:34] azeem, I'd assume so. [10:34] three cheers for a 100mbit/s link. [10:35] Oooh. Where? [10:37] Fujitsu: .edu === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel [10:37] AH. === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === simira [n=simira@tellus.err.no] has joined #ubuntu-devel === t0rtoise_ [n=tortoise@extern-halls-1.soton.ac.uk] has joined #ubuntu-devel [10:42] pitti: no reply from spender after that last e-mail i sent (you were cc'd) === doko [n=doko@dslb-088-073-109-065.pools.arcor-ip.net] has joined #ubuntu-devel [10:42] pitti: i'll wait a couple more days, and then poke him again [10:42] neuralis: yep, I read it; TBH, I don't have much hope [10:42] yeah, same here [10:42] pitti: i have a long flight tomorrow, and will be looking closely at the grsec patch. [10:43] it might be possible to extract the invariants we're interested in without his cooperation, and still not make it a support burden for us. [10:43] i'll finish the spec and include my findings. [10:43] neuralis: yes, as long as it's a small and contained patch, it should be no problem [10:44] pitti: yeah, that's what i intend to look at. [10:44] neuralis: the /tmp symlink race protection is an excellent example for this [10:45] honestly, there should be a *ton* of useful things that we can extract and that doesn't change much between kernel versions [10:45] i'll verify that that's the case, but i expect a bunch of the /proc strengthening, extended jails, tcp/ip stack features, aslr, capability stuff, etc to all be relatively invariant === WaterSevenUb [n=WaterSev@195-23-238-182.nr.ip.pt] has joined #ubuntu-devel === lukketto [n=lukketto@host247-6.pool877.interbusiness.it] has left #ubuntu-devel [] === Hirion [n=hirion@draugr.de] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [11:19] <\sh> ogra: ping [11:20] hey \sh === looksaus [n=mark@86-39-96-82.customer.fulladsl.be] has joined #ubuntu-devel [11:20] <\sh> moins sivang === ogra_ [n=ogra@p548AF15F.dip.t-dialin.net] has joined #ubuntu-devel === glatzor [n=sebi@ppp-82-135-65-46.dynamic.mnet-online.de] has joined #ubuntu-devel [11:29] sorry, but once again *.ubuntu.com, *.launchpad.net and anything else in the Canonical Data Centre is going away for 5 mintes === freeflying_ [n=freeflyi@221.221.159.96] has joined #ubuntu-devel === Huahua [n=hua_@221.172.50.42] has joined #ubuntu-devel [11:45] Kamion: how to go on with promotions of packages, which already have been in main (like db4.4)? [11:51] Kamion: (db4.4 is fine for me, as long as we schedule a large-scale transition to it) [11:52] doko: promoted [11:53] Kamion: thanks; pitti: it's just that the db module is broken on hppa with db4.3. maybe we should setup a document on UVF which library versions we want to target. [11:53] doko: oh, 4.4 will work? [11:54] pitti: on hppa for the dbm module, yes [11:54] doko: if we get it into main, then we should transition everything to 4.4, apart from the packages which use on-disk transition logs [11:54] doko: but that's something for later [11:55] pitti: do we have a list of packages, where we know that transition logs are used? [11:55] YM transaction logs? [11:55] Kamion: do you want to have an explicit main inclusion report for python-central/python-support? [11:56] Kamion: erm, yes, sorry [11:57] who should be asked about dapper-proposed-updates? [11:57] doko: yes please [11:57] (central/support) === Kamion tries to bend his brain around the pcmciautils merge [11:58] I'll do pcmcia-cs as well - they really need to go together [12:01] Is there a good doc on how to set up a package repository, focussed on Ubuntu, kind of current, that goes into signing Release files? [12:01] mvo, hey [12:03] mvo, why did you request a sync for atomix ? [12:04] ogra: hi, I looked over our changes and (what I could see) it was only a new upstream version that was different from the debian version [12:04] ogra: have I overlooked something? === NekoXP [n=emocat@mithrandir.softwarenexus.net] has joined #ubuntu-devel [12:04] meow === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] [12:04] doko: proposed-updates> what about it? [12:05] Kamion: we discussed that we need a staging area before uploading things to dapper-updates === giftnudel [n=mb@p54B28FFD.dip0.t-ipconnect.de] has joined #ubuntu-devel [12:06] mvo, we'll loose 7 language translations and a change i still try to find out what dholbach meant with [12:07] ogra: atomix doesn't use gettext? [12:07] ogra: sure? the language translations where done upstream according to the changelog [12:07] mvo, thats why i posted my list of merges i plan in the meeting yesterday === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel [12:07] well, if you think it fits, i'm fine, take it [12:07] ogra: sorry, if you feel strong about it I will close my sync request [12:07] mvo, i dont [12:08] its just odd to discover after half an hour of fiddling that someone requested a sync already [12:08] ogra: ok. it would be good to have a "I claim this" system :/ [12:08] mvo, yes, thats why i made the list yesterday [12:08] ogra: and I overlooked it :( [12:08] no problem :) [12:09] mvo: don't have enough merges? :) [12:09] but do you have any idea what dholbach meant with " - Include formulas of all compounds in the interface" ? [12:09] pitti: well, it was dholbachs but he is in spain ... so I thought [12:09] and * Resynchronized with Debian. (Ubuntu: #21107) [12:09] ogra: I'm pretty sure that this is quoted from the upstream changelog [12:09] 21107 is an ati driver bug [12:09] haha [12:10] he must have been very tired :) === shackan [n=shackan@host242-137.pool8255.interbusiness.it] has joined #ubuntu-devel [12:11] doko: AFAIK dapper-proposed exists and works saving perhaps for buildd chroots === NekoXP [n=emocat@mithrandir.softwarenexus.net] has left #ubuntu-devel ["there] [12:11] Kamion: will check that [12:12] Kamion: are binutils binaries still in NEW? [12:12] doko: if the buildd chroots don't work, that will have to wait until Adam gets back from vacation, but it should be possible to try a source upload [12:12] doko: no, I did those yesterday [12:12] the only things in NEW are some exiv2 binaries which I'll process in a moment, and that zope stuff === Fujitsu [n=Fujitsu@c211-28-181-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [12:13] ogra: yeah. sorry again for getting in your way [12:13] mvo, dont worry, i saw the bug early enough [12:14] we should probably just all mail a list of packages we plan to work on to -devel [12:14] ogra: the "funny" thing is that I wrote a mail to daniel telling him that I requested the sync [12:14] Kamion: it looks like we can get rid of the python2.3 based zope stuff in debian as well, so it's not worth to process these now [12:14] Mithrandir: can I cowtrade the mailman merge with you? You might want to just apply the fixes in Debian and sync [12:14] doko: I need to do something with them. Should I remove and sync-blacklist those packages? [12:14] ogra: hm, too clumsy (mail to -devel) [12:15] ogra: yeah, we need to discuss this. my favorite workflow would be to have a button on the main.html page with "I claim this" - but I guess that would be a bit overkill to implement :) [12:15] mvo, well, its an edubuntu package :) [12:15] ogra: sticking to the names on main.html and IRC pings should work fine, or not? [12:15] ogra: *cough* ... ok [12:15] ok, this case showed that it doesn't... [12:15] Kamion: please do what it less work for you [12:15] doko: the list is zope-cmf1.4, zope-portaltransport, zope-zattachmentattribute, zope-zaaplugins, zope-i18nlayer, zope-i18nfolder, zope-cmfactionicons [12:15] can you confirm that those are all going to go away? === Kamion hereby claims all installer merges, in case that was in any doubt [12:16] Kamion: have to look. zope-cmf1.4 yes, don't know of the others [12:16] Mithrandir: I offer to do flac and gnuchess in return [12:16] pitti: they're already done. [12:16] oh, ok [12:17] Mithrandir: 'they' includes mailman? [12:17] ogra: I will keep away from edubuntu merges from now on, promissed :) [12:17] pitti: nope, flac and gnuchess are done. Haven't looked at mailman yet. [12:18] mvo, not all packages on my list are edubuntu specific :P [12:18] but thanks :) === mvo looks up the irc logs [12:19] mvo, dhcp3, fuse, iptraf, kdeedu, kino, nessus-plugins, pwgen, rss-glx, tuxmath, tuxpaint, xfonts-terminus, xscreensaver [12:19] while pitti already claimed dhcp3 :) [12:19] well,I asked ;) [12:19] ogra: thanks! I was about to merge iptraf, but it is yours now [12:19] and is said ok, didnt i ? :) [12:19] s/is/i/ [12:20] ogra: ok, fine for me [12:20] mvo, only if you didnt start on it yet [12:20] lets not do work twice [12:20] ogra: no, I have not :) [12:20] ok === irvin [n=ipp@ubuntu/member/irvin] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === Whoopie [n=Whoopie@pD9E0205F.dip0.t-ipconnect.de] has joined #ubuntu-devel === NekoXP [n=emocat@mithrandir.softwarenexus.net] has joined #ubuntu-devel [12:28] so if I go into synaptic and completely remove bluez-pcmcia-support, pcmcia-cs and pcmciautils, it says it will remove ubuntu-desktop and ubuntu-minimal but that WON'T trash my system, right? I am not going to lose 1000 packages or any real files apart from the pcmcia ones? [12:29] that's correct, although you'll lose neat upgrade handling when we add new packages to minimal and desktop [12:29] I'm curious though - why are you desperate to remove those packages? [12:30] I'm not desperate to remove them, but they do take up like 2MB of disk space (along with a lot of other stuff I want to remove) and we're trying to fit a preinstall image (oem) onto a CD [12:30] our hardware doesn't have a pcmcia slot.. so it's pretty pointless having it just for it to go FAILED on the boot screen [12:30] pcmciautils is tiny === jinty [n=jinty@83-65-231-90.work.xdsl-line.inode.at] has joined #ubuntu-devel [12:30] but ok [12:31] do you expect that users of these images will ever want to upgrade? [12:32] upgrade to a pcmcia slot? [12:32] :D [12:32] no, upgrade to a later version of Ubuntu (or whatever) [12:32] yeah I suspect they will, but they won't use pcmcia utils, or vga graphics driver (or 5 others), or powerbook buttons daemon or the mac and pmac-fdisk tools (it will fuck their disk) [12:33] even after the upgrade [12:33] it's just wasting space, making the boot take longer (it hangs at pcmcia startup for 3 seconds..), blah blah. [12:33] basically once you remove ubuntu-minimal upgrades are unsupported [12:33] if you don't mind that, then fine [12:33] note that you can also just hack the init script ... [12:33] this is what I am trying to avoid. It needs to be a fairly working usable system... [12:34] yeah and the next time someone gets a pcmcia utils update from Synaptic the hack is removed. [12:34] stick "exit 0" at the top of the init script, no more hang [12:34] incorrect [12:34] init scripts are conffiles [12:34] they may have to resolve file conflicts though [12:34] but by default, it keeps the current version [12:34] IIRC synaptic does that unless you open the terminal widget [12:35] mrf... [12:35] also I believe that's the pcmcia-cs init script hanging, not pcmciautils [12:35] though you'd have to try it to be sure - but pcmciautils is pretty small and harmless [12:36] well remove one and it removes the other [12:36] that's not true - pcmciautils does not depend on pcmcia-cs [12:36] this whole thing is a big fat mess if you ask me :] [12:36] you can remove pcmcia-cs without removing pcmciautils === Kamion <- pcmciautils maintainer [12:36] okay [12:36] but it's still gonna nuke ubuntu-minimal [12:36] no, it's not [12:36] pcmcia-cs is not in minimal [12:37] or ubuntu-desktop then [12:37] it will only remove ubuntu-desktop [12:37] upgrades are still sort of unsupported if you remove ubuntu-desktop but less hideous-run-away unsupported [12:37] yeah but... I don't want that [12:38] ping mdz [12:38] well, uh, you can't have it both ways :) [12:38] I don't see why I should have all these drivers and services I can guarantee will never ever be supported hardware on this platform, just because you want a generic do-all thingy for everyone. I know laptop support is nice and so on, but this isn't a laptop. How come you can't remove pcmcia, or individual X graphics drivers, or even a disk tool (that is fundamentally broken) without nuking the upgrade process? [12:38] if you remove ubuntu-desktop, then what we ask is that you shoulder the support burden for upgraders [12:38] I would rather mac-fdisk was not installed on the system simply because people think they can use it if it's there and it *will* completely nuke our partition table [12:39] we'd prefer not to have pcmcia-cs in desktop, and it will be gone in edgy [12:39] the same for pbbuttonsd === NekoXP gets a hankering for Gentoo again.. quick... get the gun.. :( [12:40] it's unfortunate that powerpc has multiple incompatible subarchitectures, but I think the right answer is to make *-fdisk notice that it can't handle the partition table and bomb out rather than trashing it === Eons [n=Revival@host-84-223-15-139.cust-adsl.tiscali.it] has joined #ubuntu-devel [12:41] like that'll ever happen [12:41] file a bug and it will at some point :) [12:41] it takes about 2 years to get a 1 line patch into parted [12:41] *-fdisk != parted [12:42] we still don't have pegasos support in the kernel properly because the ubuntu kernel guys aren't exactly the most on-the-ball bunch in the world [12:42] is this pegasos? [12:42] yes :D [12:42] due respect, but the conduit for many pegasos patches doesn't do the platform any favours [12:42] sven? [12:42] though I'm sure you've only heard one side of that argument [12:42] yes [12:42] nah I saw both sides [12:42] I think both are pretty childish [12:43] most people don't find getting patches into parted so incredibly difficult [12:43] well Sven is the debian maintainer for parted [12:43] he's not for ubuntu though :) [12:43] not since mid-2005 according to the changelog [12:43] he submitted a patch... and it finally got rolled in something like 18 months later. Then it took longer for Debian to pick the package up into a decent tree [12:43] well I dunno [12:44] Otavio has been doing it since then, mostly [12:44] this was a long time ago. He drops projects when people reject his patches or sit on them for 18 months for no reason. [12:44] also, that was while parted upstream was pretty dormant, and it's active now [12:44] it still sucks [12:45] anyway, I killfile Sven because I can't deal with him without wanting to smash things, so let's not continue this [12:45] otherwise I will want to smash things again === NekoXP curses [12:45] remove pcmcia-cs -> remove bluez-pcmcia-support -> remove ubuntu-desktop [12:45] dependency hell [12:45] I'm happy to take pegasos patches from somebody I can deal with reasonably :) [12:45] it'll probably end up being me knowing my luck [12:45] yes, that's correct, in dapper. if you don't want all of the Ubuntu desktop, then removing ubuntu-desktop is correct [12:46] after I prise them from Nico's cold dead hands [12:46] I have a Pegasos here; once I get round to buying a KVM switch I can power it up again and make *-fdisk not be so destructive easily enough [12:47] I'd appreciate a bug to remind me though [12:48] who are you again? [12:48] Colin Watson [12:48] oh ho [12:48] (/whois) [12:48] yeah I don't like whois it's kind of rude. I could ctcp version you too. [12:48] it's like pulling down your pants to read the nametag [12:48] um /whois is invisible to the whoisee [12:48] hey you're colin! nice boxers!! [12:48] it just queries the server [12:48] it's still obnoxious :) [12:49] whatever happened to conversation [12:49] <_ion> nekoxp: You're joking, right? :-) [12:49] ur joking lol I fink mebbe ok.. ye === NekoXP sobs at the state of internet chat === Kamion works his way through the pcmcia-cs merge; hopefully now we won't need pcmcia-cs to handle upgrades [12:50] okay I guess exit 0; is the best way then [12:50] I dunno how I am gonna clean space off, I can get rid of like the x.org drivers and that's it [12:50] safely.. [12:51] if you wanted to avoid removing *-fdisk, you could dpkg-divert them instead [12:51] how much space have you got, total? [12:51] about 640MB [12:51] and what way are you compressing the image on the CD? [12:51] the first image I made from a clean OEM install was 670MB. That fits but it's a bit tight since I still need to brand the desktop and who knows what oem-blah does [12:51] partimage image, gzip [12:52] might be worth considering squashfs; that's what we use on our live CDs [12:52] it saved a lot of space when we switched to it [12:52] well we want to partimage it onto a disk, that's the point [12:52] oh, cp -a won't do? ok [12:52] get rid of the dumb "it has 4 Linuxes on it" installation thing [12:53] I dunno if cp -a would work.. from squashfs? doesn't it trash permissions and timestamps and stuff? [12:53] it's essentially what we do for our live installer ... [12:53] NekoXP, no way to use 700MB media ? [12:53] every time I boot a livecd all the files are set to today's date [12:53] although as it happens I do it by hand in python instead to get better progress reporting, but shrug [12:53] you know, to be honest I haven't noticed [12:53] ogra, I am using 700MB media but we need a 16mb initrd kernel, partimage, plus the support partition, tools etc. to fit on the same disk [12:54] ouch, ok [12:54] it's a "boot it and it installs Ubuntu and then reboots in 5 minutes flat" CD [12:54] I'm certain it doesn't trash permissions though, maybe timestamps [12:54] hello there [12:54] will Edgy have pycairo 1.1 and above? [12:54] GNNN [12:54] synaptics touchpad driver part of the desktop === NekoXP cries [12:56] the chief problem is that detecting that in such a way that it gets installed on just the correct machines both on fresh installs and on upgrades is not at all easy === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel === lukketto [n=lukketto@host247-6.pool877.interbusiness.it] has joined #ubuntu-devel [12:57] pitti: not yet... i was a bit too tired yesterday... so if you want to do it do it... otherwise i'll try to find some time for it later :) [12:57] hopefully in the future though we'll be able to let you say "I want to keep ubuntu-desktop installed except for these packages" [12:57] slomo: I'll leave it alone for now [12:57] probably in the brave new smartpm world [12:58] pitti: is it an important merge? i think it would also make sense to wait for directfb to enter main (which needs to happen for gtk anyway) and don't drop the udeb that is created for libsdl with directfb support then... or what do you think? [12:58] NekoXP, you are working off a ubuntu iso ? if so, did you remove build-essential and its revers deps ? [12:58] slomo: sounds sensible [12:58] *reverse [12:58] ogra, no? [12:58] I used umm... powerpc-alternative 6.06 [12:58] ugh, what has ridden me to claim the fuse merge ... [12:59] NekoXP, dropping gcc and linux-heareds etc should gain a bit of space [12:59] it's installed on the disk now in oem mode I am making changes and then running the oem-config script thing and making an image... [12:59] pitti: ok, i'll wait then :) this will make our delta much smaller [12:59] ogra, but it's a developer workstation :D [12:59] ogra: those aren't installed by default [12:59] if it has no gcc they watsted $800 [12:59] ok [01:00] thats bad then ... no gain here [01:00] or at least, they didn't, but they have to download it [01:00] it seems installed here anyway, 3.4.5 or so? [01:00] have a good friday all [01:00] brb [01:00] by fefault [01:00] ciao jsgotangco [01:00] anyway I gotta go get lunchypoos === iwj [n=ian@xenophobe.extern.relativity.greenend.org.uk] has joined #ubuntu-devel === apokryphos [n=apokryph@host-87-74-29-24.bulldogdsl.com] has joined #ubuntu-devel [01:06] doesn't apt/dpkg support hard dependencies and soft dependencies? [01:06] it does. === dsas [n=dean@host86-129-18-207.range86-129.btcentralplus.com] has joined #ubuntu-devel [01:07] so is ubuntu-desktop depending on pcmcia-cs a hard or soft dependency? [01:07] ubuntu-desktop only has depends, not recommends or suggests. [01:07] mvo: ping [01:08] apt/dpkg supports recommends/suggests but they don't have the upgrade behaviour we want [01:08] suggests is only shown informationally by certain frontends [01:08] recommends may make sense to use in the future [01:10] zul: pong [01:10] mvo: did you have a look at the debdiff for grub? === NekoXP_ [n=emocat@mithrandir.softwarenexus.net] has joined #ubuntu-devel [01:10] zul: sorry, not yet. I do this in a couple of minutes, I need to finish some other task first === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [01:11] sure...im heading off to work but ill be available when i get there [01:11] zul: great, thanks! [01:18] re [01:18] mvo: I just assigned a bug to you on the update-manager issue. Still doesn't work :-/ [01:20] simira: thanks, I will have a look. what bugnummber is it? [01:20] hey mvo [01:20] mvo: #51419 [01:22] simira: thanks [01:24] wtf?! sudo doesn't work, gksudo does [01:24] how's that possible?! [01:32] Kamion: all zope packages you listed are obsolete and marked for removal in unstable [01:33] Kamion, that explains it then [01:35] doko: great, thanks === neuralis [n=krstic@solarsail.hcs.harvard.edu] has joined #ubuntu-devel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel === highvolt1ge [n=jono@196.36.161.235] has joined #ubuntu-devel === marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu-devel === Mithrandir tries to decide what to do about x-ttcidfont-conf. We _could_ sync it, but I'm not entirely happy about it using /usr/X11R6/ fontpaths. === shackan_ [n=shackan@host222-137.pool8255.interbusiness.it] has joined #ubuntu-devel === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [01:55] Mithrandir: I tend to think we should be bringing the core of X into sync before doing stuff on top of it [01:55] does debian use /usr/X11R6/ still ? [01:56] ogra: no, but there are some legacy symlinks there. [01:56] ah, k [01:56] Kamion: yeah, that's what I'm coming to too. Won't make sense to sync it and then break it. Better break and then fix it. === freeflying-g4 [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [02:05] heh, he didn't say goodbye, seems like he's late ;-) [02:08] SIGSO [02:08] (the other signal you can't ignore) [02:09] does that mean you can't handle an SO? [02:10] not when being signalled, no. [02:10] ;-) [02:10] <_ion> My system doesn't have SIGSO. [02:11] _ion: SO == Significant Other [02:11] thom: he could still be lacking SIGSO due to lacking a SO.. [02:11] <_ion> thom: Yes. [02:11] Mithrandir: true. i realised that just as i hit return, as ever [02:13] the best time to realise tuff [02:13] s/tuff/s&/ === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === jjesse [n=jjesse@64.186.55.234] has joined #ubuntu-devel [02:22] Keybuk: btw, do you know why MoM wants lynx merged? we have a newer version than Debian has [02:22] Keybuk: argh I wish you hadn't done netcfg [02:23] Keybuk: I have that in bzr [02:23] Keybuk: it's a bit special, unstable has a sarge security version [02:23] Kamion: oops, sorry! forgot that was in bzr now [02:23] I'll attempt to import it [02:24] the merge was an "easy" one iirc === pitti forgot this once, too; we should have an apt-get source hack to check that... [02:24] I did that because I thought it was the one that wasn't [02:24] please ignore all installer packages :-) [02:24] and is the one I tend to touch most [02:24] it wasn't until relatively recently === lixus [n=lixuss@lixus.dtm.ops.eu.uu.net] has joined #ubuntu-devel === epx [n=epx@200.249.192.132] has joined #ubuntu-devel [02:25] pitti: [02:25] DEBUG:root:lynx: ubuntu is 2.8.5-2ubuntu1 [02:25] DEBUG:root:lynx: debian is 2.8.5-2sarge1 [02:25] DEBUG:root:lynx: base is 2.8.5-2 (2.8.5-2 wanted) === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [02:26] funny that dholbach has so many KDE packages to sync :) [02:26] interesting case that [02:26] Keybuk: so, 'u' >> 's' certainly? [02:26] pitti: yes, but both are > the base :p [02:26] ah, yes [02:26] so the Ubuntu package should be 2.8.5-2sarge1ubuntu1 to "acknowledge the sync" [02:26] Keybuk: probably due to Debian's 'automatically import sarge-security into sid' trick I heard about [02:27] Keybuk: hm, I can do a no-change upload with a that newer version number to quieten it :) [02:27] Keybuk: well, I'll do it after doko uploaded our gcc with ssp fu, then it has at least a purpose :) [02:28] do we have all of those changes? [02:28] if it doesn't need a merge, just ignore it! [02:28] Keybuk: yes, it's just the sarge1 upload which is already incorporated in our pacakge === zul [n=chuck@dsl-72-1-199.219.tel-ott.com] has joined #ubuntu-devel [02:28] hey [02:29] hello zul! you have mail :) [02:29] wheee! :) [02:29] anyone working on the bittornado merge? [02:29] Keybuk: yes, well, netcfg is an example of MOM *thinking* it can handle .po files ... [02:29] hey zul [02:29] hey ajmitch === lixus [n=lixuss@lixus.dtm.ops.eu.uu.net] has left #ubuntu-devel ["Leaving"] [02:29] the choices splitting in there didn't work out so well [02:30] Kamion: heh, you came up with the po handling :p [02:30] I know [02:30] "po is hard, let's go shopping" [02:30] hence why I expected that breakage ;) [02:30] I'll clobber a different resolution over the top of your upload I think [02:31] fair enough [02:31] 'cos otherwise the next merge will be painful [02:32] Keybuk: indeed, whenever the merge touched .po files, I generally merged manually to avoid cluttered deltas [02:32] actually, it might just be a relatively small tweak, looking at the Debian diff ... [02:32] er, the new diff versus Debian [02:32] yeah, I did do some manual tweaking of that one myself [02:32] Keybuk: maybe we can just ignore Ubuntu .po changes in MoM? [02:33] pitti: ! === eggauah [n=daniel@150233.cps.virtua.com.br] has joined #ubuntu-devel [02:33] libtasn1-3 | 0.3.4-2 | edgy | amd64, i386, ia64, powerpc, sparc [02:33] libtasn1-3 | 0.3.4-2 | edgy/universe | source [02:33] eh? [02:33] Keybuk: no, don't say someone synced that???? [02:33] oh, 1-3 [02:33] pitti: hmm? [02:33] there's no ubuntu changes there [02:33] Keybuk: gnutls12 and libtasn1-2 are b0rked in Debian now, let's not touch them [02:34] Keybuk: yes, I mixed it up with libtasn1-2 [02:34] so, why is the package in main and the source in universe? [02:34] !? [02:34] override bug === pitti looks up to the ftp masters [02:34] ah [02:34] explains why sync-source was bitching [02:35] Keybuk: po files> I thik we generally benefit from taking Debian's idea of PO files instead of trying to proliferate ubuntu diffs; Rosetta has them all anyway [02:35] pitti: I'll put you in a little room with Kamion :p === pitti grabs the asbesto pants [02:36] Kamion: you think it's a good idea to try to merge them? [02:36] Kamion: I'm not sure whether the current MoM implementation or our actual package diffs suck, but when I compare the original diff and the new proposed one, I lean towards MoM [02:36] pitti: installer [02:37] Kamion: ah, true [02:37] pitti: for non-pkgstriptranslations-blacklisted packages, I agree with you [02:39] doko: will we get python-support >= 0.3.0 soon (apparently bittornado build-deps on it) [02:40] Keybuk: ok, I'll import yours after all and then debconf-updatepo it into submission === Kamion likes the way it's possible to shunt .bzr directories around between unpacked source trees and commit at each step [02:40] mvo: inclusion reports are ready for review [02:41] doko: saw them === pitti goes to ack them right now [02:41] doko: cool, thanks [02:41] mvo: but you have to sync it, it least in the old versions the supported python versions were hardcoded [02:41] s/sync/merge/ [02:42] doko: yeah, I'm doing that right now [02:44] Keybuk, can i pm you? [02:45] Hobbsee: in case nobody's said already, could you use the -v option to debuild when building merged uploads [02:45] ? [02:45] looking at ksudoku 0.3-4ubuntu1 [02:45] irvin: that's an awfully personal question [02:45] what about? [02:46] the effect of that is to produce .changes files that include all the changes since the last version in our archive === jjesse [n=jjesse@64.186.55.234] has joined #ubuntu-devel [02:46] Kamion: ah, right. no one told me that. [02:46] will do in future [02:47] the MOM report does mention it at the bottom although perhaps not very obviously [02:48] the MOM report? [02:48] grab-merge [02:49] Hobbsee: uh, how are you doing merges? [02:49] thanks a lot Keybuk ! [02:49] doko, Kamion: python-{central,support} approved [02:50] Hobbsee: you know about http://merges.ubuntu.com/universe.html - yes? [02:50] Keybuk: um, grabbing source from debian, from ubuntu, comparing them, seeing if the changes are still needed. [02:51] I had a feeling that's what you were doing [02:51] so, we have this system called Merge-o-Matic, or MoM [02:51] why do i get the feeling that whatever i say here is going to be wrong? [02:51] yep, right [02:51] it does all that for you, and gives you either a merged source package, or a source with some conflicts that need resolving [02:51] Keybuk: oh nice. [02:51] so let's pick a package randomly, kdbg -- that's one you last changed in Ubuntu [02:51] Or a source that doesn't build, but MoM can't do anything about that. :-) [02:51] mdz: thanks for commiting the fix for #38272. Has it to be acknowledged by someone else? I don't find it in the dapper-changes mailinglist. [02:52] you can find it (or your name) on the web page above, or just go directly to it [02:52] http://merges.ubuntu.com/k/kdbg/REPORT [02:52] haha, one of many, yes [02:52] what does MoM stand for? [02:52] merge-o-matic [02:52] jjesse: merge-o-matic [02:52] that tells you the version in Debian and Ubuntu, a base version that was selected, and what happened when the system tried to do something about it [02:52] ah [02:52] in the above case, you just end up with a conflict on po/cs.gmo that needs resolving [02:52] in that same directory, you find all the bits you need [02:53] Or, use the leet grab-merge script [02:53] and at the bottom of that file, it tells you the arguments you need to give to dpkg-genchanges/buildpackage/debuild/etc. [02:53] right, https://merges.ubuntu.com/grab-merge.sh === StevenK hugs grab-merge === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel [02:53] in a temp directory, "grab-merge kdbg" ... then you have it all in front of you [02:54] Along with a script to fix up the changes file. [02:54] promoted python-{central,support} [02:54] right...yep... === beezly [n=andy@terrapin.shef.ac.uk] has joined #ubuntu-devel [02:54] sometimes, like with kcemirror, there are no conflicts! [02:54] http://merges.ubuntu.com/k/kcemirror/REPORT [02:55] there it's generated you a complete source package, that you just need to check over [02:55] wow seems like you guys make it pretty easy [02:55] http://merges.ubuntu.com/k/kcemirror/kcemirror_0.1.5-1ubuntu1.patch [02:55] ^ and there's the "updated patch" [02:56] Whoopie: somebody needs to actually upload it, and then it needs a manual ack by an archive admin === Hobbsee isnt even going to try that. [02:56] crimsun: are you going to upload your fix for bug 38272? [02:56] Malone bug 38272 in xserver-xorg-input-mouse "option EmulateWheelTimeout not working" [Medium,Fix committed] http://launchpad.net/bugs/38272 [02:56] using mom is much easier than doing it all by hand, mostly [02:57] hehe true [02:57] I'd been suspicious for a short while that universe people hadn't heard of mom [02:57] or were at least not using it [02:57] Keybuk: it's not on the link for merging, yes. [02:57] Kamion: ok, thanks for the explanation. [02:57] the news hadn't got out well enough [02:57] to those not following -devel [02:57] Hobbsee: would you like to be the universe ambassador, and help the MOTU use it? [02:58] hmm [02:59] um [02:59] it annoys me slightly that some of my local merge tools require CVS gettext [02:59] Keybuk: once i understood it, maybe? === Hobbsee still has a system to fix! [02:59] http://article.gmane.org/gmane.linux.kernel.commits.head/82801 [02:59] \o/ [02:59] PAAAAARTY! [02:59] yay [02:59] Keybuk: huh, clean up rave? :) [03:00] Keybuk: yeah saw that this morning...whee! [03:00] pitti: "ding, dong, the witch is dead" === Kinnison bounces around [03:01] Keybuk: from what i understand, universe people have heard of this mysterious MoM, often knows what it stands for, but have no clue in hell how to use it. [03:01] Hobbsee: teach them === rajasun [n=maximusp@bb220-255-207-117.singnet.com.sg] has joined #ubuntu-devel [03:02] ajmitch: [03:02] ajmitch: i cant teach them if i havent figured it out :P [03:02] that's part of teaching :) [03:03] I'll be happy to help out anywhere along the way [03:03] Keybuk: right. so if we have said diff above, what do we actually do with it? (for kdbg) [03:04] check it for sanity, and then upload it, or what? [03:05] so, if I were going to do kdbg, I'd first have downloaded the http://merges.ubuntu.com/grab-merge.sh script [03:05] then, in an empty directory, I'd do "grab-merge.sh kdbg" [03:05] yep [03:05] it just downloads everything in k/kdbg for you [03:05] so in your working directory you now have the version of kdbg in Ubuntu [03:05] the version of kdbg in Debian [03:05] and the version of kdbg from Debian that the one Ubuntu was based off [03:05] you also have two patches [03:05] one which is "the Ubuntu changes to kdbg" [03:06] and the other which is "the Debian changes to kdbg" [03:06] finally you have a .src.tar.gz and a list of conflicts -- this is unpacked by grab-merge automatically [03:06] if you go into that directory, for each file listed, you'll either find a .DEBIAN and .UBUNTU version -- or one file with diff3 conflict markers (<<<<>>>>) in it [03:07] for the .DEBIAN and .UBUNTU case, you need to pick one of them, or merge them together by hand, rename it to the proper filename, and delete the other [03:07] for the diff3 conflict marker case, edit the file, and pick one side, the other side, or a combination of both for each block [03:08] you can then update debian/changelog to include your name === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [03:08] and do ../merge-buildpackage -rfakeroot to generate a source with the right details [03:08] Hobbsee_: heh, how much of that did you get? === Hobbsee kicks freenode!!!! [03:08] bloody thing. [03:09] [23:05] the version of kdbg in Debian [03:09] was the last thing i got [03:09] http://rafb.net/paste/results/3i8dGe51.html [03:09] thanks [03:09] once you've got the new source, you can debdiff that with the current Debian one and compare that patch to the base->ubuntu one ... and thus see whether anything's gone wrong [03:09] that was my *eth0* going down, not my wlan0 - wow! [03:09] and you can also generally mooch around the diff, etc. to make sure it's all looking ok [03:09] if you're happy, upload it === Hobbsee looks, reads, and tries. [03:10] for the kcemirror case, it's even easier; there's no conflicts, so instead of a src.tar.gz you get a third source package and a third patch [03:10] so you just need to do the last step -- compare the source and patch to the previous ones, see if you're happy, and upload it [03:11] http://rafb.net/paste/results/aFfBi141.html <- all of the above in one [03:11] anyone working on the "blt" merge? [03:12] ffs. work you stupid thing! [03:12] mvo: go for it [03:12] what does 'ffs' mean? === Hobbsee has had it with badly behaved technology for tonight. [03:12] pitti: "for fuck's sake" [03:12] pitti: you dont want to know. === mvo hugs Keybuk [03:12] ah === mvo learned something new today and will use 'ffs' from now on [03:13] haha oh dear. i taught the dev channel something. === pitti joins mvo === Hobbsee shakes her head. [03:14] mvo: let's see whether we need it in today's game [03:14] this is what endless crashes, freezes, and 3 BSoD's in one night gives you. [03:15] pitti: haha, right - I bet people will look puzlled if I suddenly cry: 'ffs' [03:15] Hobbsee: we have BSoDs in Ubuntu now??? [03:15] plus a crashing akgreator. [03:15] +g [03:15] <_ion> FFS means Fast File System. :-) [03:15] pitti: no, i had to use an XP machine for recording tonight. [03:15] it. was. shocking. [03:15] Facial Feminizing Surgery <- according to google [03:15] pitti: actually, i think we do. the screensaver. [03:15] Hobbsee: wow, I thought XP was generally quite stable nowadays [03:16] pitti: it's not. well, if you try to connect a mixing desk via firewire cable. [03:16] Hobbsee: hah, yes! the FBSoD :) [03:16] hehe [03:16] Hobbsee: That would be the driver for the mixing desk, or the USB stack. [03:16] recording/mixing desk [03:17] for the diff3 conflict marker case, edit the file, and pick one side, the other side, or a combination of both for each block <-- i got up to there. what does this mean? [03:17] Hobbsee: Microsoft like to claim otherwise, but a crap driver can and will still bring XP down. [03:17] Hobbsee: You'll see a file with <<<<<< text ==== text >>>>>> [03:17] <_ion> pitti: When they say XP is "stable", they actually mean it has horsecrap all over the floor. [03:17] hehe [03:17] Hobbsee: With newlines inserted, of course. [03:18] Hobbsee: That means both Ubuntu and Debian have made a change, and a different one at that. [03:18] StevenK: not sure which file you're talking about [03:18] It could be any file, but the most common I've seen is debian/control. [03:18] Hobbsee: I'm talking in the general case. [03:19] Hobbsee: You're see that if the report contains a line like " C debian/control" [03:19] Er, You'll === Hobbsee taps her fingers on the table. [03:20] hmmm. i'm utterly and totally lost, and not understanding what you're saying. [03:21] Right. Are you looking at a report at the moment? [03:21] (If so, which?) [03:21] StevenK: kdbg [03:22] fabbione: is there a spec about the snakeoil SSL cert that I can point to in Debian bug reports? [03:23] Keybuk: Oh yeah, I've noticed that grab-merge sometimes downloads the orig twice. === mvo takes bluez-libs next === mvo wonders if there are any objectsions [03:23] StevenK: yeah, it will if it's listed twice *shrug* [03:23] Keybuk: Usually it's fine, except if the orig is for xemacs21... [03:23] mvo: I guess noone is looking at Charles' syncs yet [03:24] pitti: yeah, that is why I'm looking, we can sync bluez-libs directly - I love it when I can do this :-D [03:26] mvo: yeah, me too :) I'm sending easy diffs to Debian right now, hoping that we can sync even more in the future === mvo hugs pitti [03:26] mvo: Joey Hess applied my patch within some hours, so that we could already sync analog :) [03:27] mvo: Marco d'Itri is a little ... tougher [03:27] haha [03:28] heh, I get along with Marco just fine [03:28] the trick is just to make sure he can get all of the patches, and let him pick and choose them as he likes [03:29] Keybuk: And make it sound like his idea? ;_) [03:29] Ow, my nose. [03:30] StevenK: fixed version of grab-merge for you [03:30] nah, he's quite easy to deal with if you just say "more patches for you, take your pick" [03:30] in fact, he's one of the better Debian maintainers; because if he doesn't like the patch, he just doesn't take it -- he doesn't feel the need to bitch about it ad infinitum [03:31] hehe. useful [03:31] Keybuk: Oh, thank thee === j_ack [n=rudi@p508D918C.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:32] Keybuk: I sent him a minimal patch (1 line), even as attachment, with a detailled explanation [03:32] anyway, /me goes on === mvo claims the whole bluez-* stack [03:34] greedy man you [03:34] :) [03:34] hehe [03:34] says the man who claimed all of edubuntu ;) [03:34] heh [03:34] i just merged fuse ... thats only indirectly edubuntu :P [03:37] pitti: yup, I usually stick it on people and /msg him -- but the theory is sound === pitti hugs doko [03:38] let the breakage begin! :) [03:38] mmm...breakage [03:40] mmm...breakfast [03:40] pitti: heh, well, i'm not sure my current edgy actually boots tonight, so you might have got what you were looking for. [03:41] pitti: ah good, the pain starts :) === ajmitch wonders how many ssp orner cases will show up in universe [03:42] aaaarrrrrgggghhhhhhh! === pitti hands ajmitch a 'c' [03:42] part of my backup's still on the other computer. [03:42] pitti: I blame my laptop keyboard === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-9-13.red.bezeqint.net] has joined #ubuntu-devel === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [03:52] Keybuk, [03:52] dh_testdir [03:52] ./configure --prefix=/usr --mandir=/usr/share/man [03:52] make: execvp: ./configure: Permission denied [03:52] make: *** [build-stamp] Error 127 [03:52] pbuilder: Failed autobuilding of package [03:53] is it intentional that mom removes execute bits ? [03:53] ogra: chmod 755 configure debian/rules :) [03:53] ogra: that was fixed recently [03:53] hi all [03:53] pitti, no, its actually configure thats not executable [03:53] hey ivoks [03:53] ogra: see my chmod command :) [03:53] rules is fine [03:53] ogra: no, it's not intentional [03:53] ogra: patch doesn't preserve file permission bits. [03:53] what's the source package? [03:54] ogra: to be sure, I build the source package and unpack it again [03:54] pwgen [03:54] Mithrandir: mom doesn't use patch [03:54] pitti, i testbuild all my packages before upload :) [03:55] ogra: yes, me too, that's why I delete/re-unpack the source to make sure that permissions, timestamps, etc. are fine [03:56] ogra: yes, I see your point, it's not copied the permissions across [03:57] yep [03:57] oh, arse [03:57] i fixed that, but wanted to notify you [03:57] it's not much of a problem, because it'll get "fixed" by uploading it anyway [03:58] but it's annoying :p === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-devel [03:58] hi bddebian [03:58] its the first package where i see that though [03:58] it'll show up wherever there's a +x file that isn't conflicted [03:58] but there's a conflict elsewhere [03:58] ah [03:59] Hi Hobbsee [03:59] and everyone else [03:59] right, fixed [03:59] night all [03:59] return merge_file(...) needed to be if merge_file(...): return True [03:59] otherwise it didn't fix the attributes afterwards [04:00] Gnight ajmitch === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [04:00] night ajmitch [04:00] c ya ajmitch [04:02] Keybuk: The ff mom output has marked some files as C but the file is actually empty. [04:03] iwj: ignore the empty file, look at the .DEBIAN and .UBUNTU next to it [04:03] known bug, already fixed [04:03] Ah, so treat them as C*. [04:04] yup [04:04] In fact they're all files which I don't care about and I'm not sure why they're different anyway but it doesn't matter. [04:05] gmo files usually [04:06] No, random other crap. ff is full of it. [04:06] good evening [04:07] heh [04:09] Heya jsgotangco [04:13] What does the color scheme represent on the Merges pages? [04:14] It's a shame MoM can't automatically figure out the changelog :-). [04:14] iwj: what did it break? it has a changelog handler [04:14] bddebian: package's priority [04:15] Well, it doesn't know what to remove and anyway I like to have the ubuntu changes at the top. [04:15] I mean, changes that Debian have taken still appear in the changelog (in general the changelog entries aren't identical between Ubuntu and Debian). [04:16] Keybuk: Green being high or low? :-) [04:16] Keybuk: MOM is cool :P [04:16] bddebian: green would be optional or extra [04:16] extra is more blueish [04:16] Hey, everything in Universe is blue or green.. WTF?? ;-) [04:17] hehe [04:17] bddebian: everything in universe is either priority optional or extra === mvo grumbles about the bluez-utils merge [04:18] Keybuk: did you want to check my kdbg, to check that i'm doing it right now? [04:19] Keybuk: I was joking. :-) [04:19] Hobbsee: shouldn't need to, you almost certainly have got it right [04:19] Keybuk: then you should be fine to upload it? :P [04:19] it's a universe package, no? [04:19] Keybuk: and what happened to ksudoku after that? why isnt it on MoM? [04:19] Wow Hobbsee, you have brass ones :-) [04:20] bddebian: i do? [04:20] Hobbsee: bddebian uploaded ksudoko for you [04:20] Hobbsee: Make Keybuk be your bitch ;-P [04:20] so there's no outstanding merge for it now [04:20] Keybuk: right, cool, just checking [04:20] if another version appears in Debian. it'll appear in the "updated merges" list at the bottom [04:20] bddebian: dont worry, you'll be next :P [04:20] Keybuk: right === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel [04:21] Hobbsee: I'm already ashamed that my first Edgy upload was your and not mine :-) [04:21] bddebian: as is the case with the dh_iconcache fixes - there was no lack of packages waiting to be uploaded :P [04:21] bddebian: shame, shame. remind me to never go for MOTU so that it may always be like that. [04:21] Heh [04:22] bddebian: where were the brass ones? === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel [04:23] Hobbsee: Uhm, err, never mind since you don't have 'ones' :-) === Hobbsee is lost. === Hobbsee suspect she's missing some joke somewhere. [04:23] Keybuk: it's universe, yes === chrissturm [n=christop@85-124-31-51.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel [04:24] Hobbsee: so a MOTU member should check and upload that for you [04:24] Fine, fine, where is it? [04:24] Keybuk: and core devs are not included in MOTU, right :P [04:24] bddebian: on revu, i'll grab you a link [04:25] bddebian: http://revu.tauware.de/details.py?upid=2556 === bddebian won't do any uploads for himself for Edgy, just Hobbsee [04:25] hehe [04:25] thanks bddebian :) [04:26] Hobbsee: Sorry, you have specified an invalid distribution.. ;-P === chrissturm [n=christop@85-124-31-51.dynamic.xdsl-line.inode.at] has left #ubuntu-devel [] === Hobbsee thinks there should be a bddebian distro. maybe bddebian mashed, codename mashed? [04:27] mvo: there was a problem with lvm2 udeb <- being linked with libselinux and you don't want that [04:27] mvo: that was only on ppc iirc [04:27] Hobbsee: Yeah :) [04:27] pitti: yes you can use the old server spec [04:28] fabbione: ok, I did the merge and left it out [04:29] mvo: left it out as in skipped the hunk? [04:29] mvo: it would good to see if that linking issue is gone === shackan [n=shackan@host72-192.pool873.interbusiness.it] has joined #ubuntu-devel === FunnyLookinHat [n=funnyloo@167.246.8.60] has joined #ubuntu-devel [04:30] Hobbsee: Uhm, where is the tarball? === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #ubuntu-devel === Hobbsee shoots bddebian [04:31] fabbione: left it out as in: removed libselinux build-dep and build it with --disable-selinux (to play it safe) [04:31] Hobbsee: Ack, you shot me in the uploading hand.. ;-P [04:31] bddebian: um. indeed. [04:31] crud. [04:31] bddebian: it's in ubuntu source :P === maskie [n=maskie@c1-45-13.wblv.isadsl.co.za] has joined #ubuntu-devel [04:31] obviously it didnt get uploaded [04:31] fabbione: but we definietely should check that again, I just couldn't figure from the changelog in what way it broke [04:32] mvo: ok. do you have a ppc to test? [04:32] mvo: otherwise i can do it locally but not today [04:32] bddebian: it's at http://merges.ubuntu.com/k/kdbg/kdbg_2.0.4.orig.tar.gz <-- but that doesnt solve the fact that it didnt get uploaded automatically [04:32] fabbione: no, only the ppc porter machines, but its unlikely that I will manage today [04:32] mvo: it's not urgent [04:33] Hobbsee: Aye, I'm getting it [04:33] mvo: we need to build devmapper and then lvm2 [04:33] mvo: to verify it links correctly... [04:33] Joy of Thai word breaking patch. [04:33] bddebian: i just ran the dput revu *.changes [04:33] mvo: and there no other consequences like the world needs to be rebuilt in 20 minutes kind of thingy [04:33] mvo: it's just those 2 pkgs [04:33] iwj: 80 million thai people love you for it === shackan [n=shackan@host72-192.pool873.interbusiness.it] has joined #ubuntu-devel [04:34] fabbione: ok, thanks :) [04:34] mvo: no problem.. i was actually going to suggest that i would these merges.. but i come too late === shawarma_ [i=foobar@82.103.143.190] has joined #ubuntu-devel [04:35] mvo: 65Million rather =) [04:35] fabbione: no worries [04:36] jsgotangco: right :) lets make it "millions and millions of thai people" [04:37] re [04:40] wb sivang === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel [04:47] hey bddebian [04:47] Keybuk: i am going to reboot my main workstation with multiple ide controllers stuff in edgy in a few minutes.. mind to stay around if something explodes badly? [04:48] sure [04:48] it'll break :p === shawarma [i=foobar@sirius.linux2go.dk] has joined #ubuntu-devel [04:48] Keybuk: any idea how? [04:48] Keybuk: hey this is much easier! [04:48] I'd expect your controllers to be reversed [04:48] hda -> hde, hde -> hda, etc. [04:48] Keybuk: hmmmmm interesting.. how so? [04:49] fabbione: IDE drivers will be loaded in the opposite order to what they were in dapper [04:49] Keybuk: ok, if that happens, how can i re-order them? [04:49] you can't, currently [04:49] (asking before rebooting since the ws is where i am IRC'ing from) [04:49] you could switch to mount-by-uuid [04:49] hmm ok === dredg [n=niall@80.169.137.162] has joined #ubuntu-devel [04:49] Gah, where's the Standards Version information on Debian? [04:49] let's hope the RAID won't explode [04:50] bddebian: depends on what you want to know :) but the policy is a good start [04:50] slomo: I want to know the latest Standards Version and what changed [04:51] fabbione: seems like there's a null pointer exception somewhere in the kernel currently when using sata drives... see bug #51308http://athlon64.fsij.org/archive/2006/03/20/debian/pool/main/t/tomboy/tomboy_0.3.5-1.diff.gz [04:51] Malone bug 51308 in linux-source-2.6.17 "linux-image-2.6.17-3-686 doesn't boot, libata error" [Untriaged,Confirmed] http://launchpad.net/bugs/51308 [04:52] slomo: i don't have SATA.... [04:52] slomo: i wrote IDE [04:52] slomo: I wonder if that's the same what I got === sivang moves to -kernel [04:53] bddebian: latest is 3.7.2 (.1)... look here for the changelog: http://packages.debian.org/changelogs/pool/main/d/debian-policy/current/changelog === mako [i=mako@bork.hampshire.edu] has joined #ubuntu-devel [04:53] slomo: THx === spami [n=spami@ns.bitdefender.com] has joined #ubuntu-devel [04:53] fabbione: IDE uses libata in edgy [04:53] (or, at least, will) === mvo is away for a bit [04:54] but that's not the bug [04:54] the ide ordering bug is just that I haven't written sorting code for udevtrigger yet [04:54] so we're using the upstream stuff, which is (imo) wrong [04:54] Keybuk: do you expect that stuff to break things on sata laptops? :) [04:55] Keybuk: did you upload your updated grab-merges script, to fix the permissions? [04:55] which stuff? [04:55] Hobbsee: which permissions fix? [04:55] Keybuk: thought you mentioned something above. anyway, everything's owned by root, making you use sudo dch etc... [04:56] Keybuk: for the stuff that's downloaded with the script [04:56] Keybuk: yes i know about the libata plans. that will break a lot on my system but i will also be happy to lart with bugs :P === sbartleylinux [n=sbartley@67.108.61.130] has joined #ubuntu-devel === sbartleylinux [n=sbartley@67.108.61.130] has left #ubuntu-devel ["Ex-Chat"] [04:58] Hobbsee: hmm? nothing should be owned by root... unless you ran it as root? [04:58] did you do "sudo grab-merge" ? [04:58] Keybuk: oh darn it. guilty as charged. [04:58] i was having trouble making the script execute - that was the cursing earlier, where i taught the dev channel somethign :P === sbartleylinux [n=sbartley@67.108.61.130] has joined #ubuntu-devel [05:01] Keybuk: this list gets updated every 6 hours, right? [05:02] every hour, normally [05:02] right, nice :) [05:02] this is way easier! [05:02] I'm doing some manual fixing up of the merges at the moment -- to get rid of the buggy ones -- so it [05:02] won't be quite hourly atm [05:03] fair enough :) [05:04] <\sh> hmmm...which script creates /var/run/network? [05:06] <\sh> I installed ubuntu-minimal and /etc/init.d/networking doesn't come up, because /var/run/network/ifstate is missing, but /var/run/ exists [05:07] /var/lib/dpkg/info/portmap.postinst: line 51: db_get: command not found [05:07] ^^ for who did the merge [05:08] it's missing the include to debconf stuff [05:09] <\sh> and I don't understand where /var/run is mounted...because it's missing in tmpfs, but mtab says something else [05:10] <\sh> ok /etc/init.d/mountvirtfs is doing the mount [05:12] \sh: S01mountvirtfs does the mount, S08loopback creates the directory [05:12] and it's first used by S10udev and later by S40networking [05:12] Keybuk: got a problem. with using the ../merge-genchanges script, why doesnt it upload the .orig.tar.gz as well (to revu, with dput revu *.changes)? it has parameters -S -sa... [05:13] Hobbsee: no idea, paste the changes file and merge-genchanges script somewhere [05:14] Keybuk: http://pastebin.ca/75760 [05:14] (argh, no i do *not* want to paste 57 lines into the middle of the channel thanks!) [05:15] changes file includes the orig.tar.gz ... must be dput bug [05:16] Keybuk: how to fix? upload it manually or something? or just point to where the .orig.tar.gz is? [05:16] no idea, I've never used dput [05:16] <\sh> Keybuk: in what runlevel? I don't find it in rc2.d [05:16] \sh: rcS [05:16] Keybuk: how do you upload packages then? [05:16] Keybuk: it usually works, with my revubuild script! :P [05:17] (manual ftp??) [05:17] ie dpkg-buildpackage -S -sa -rfakeroot -k98B2D4F0 [05:17] sivang: dupload === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-devel [05:18] Keybuk: it does work as it is === sivang installs [05:19] fabbione: cool [05:19] Keybuk: except a few tons of that "open $something: failed" [05:19] but i guess that was usplash because i started in nosplash showmeallthecrack [05:19] <\sh> Keybuk: hmm...what could it be, that mountvirtfs is not started somehow? [05:19] \sh: buggered if I know [05:19] <\sh> Keybuk: booting normal amd64-generic kernel from dapper... [05:19] dapper or edgy? [05:19] <\sh> dapper [05:20] works fine here [05:20] <\sh> Keybuk: sure, normal install works fine...but it looks like that I'm missing a piece in my FAI installation..everything is installed, ubuntu-minimal installed [05:21] Keybuk: okay, so it was just being tempramental with the last package - this is uploading fine. [05:21] <\sh> well, anyways...I'm stopping now with my work here... === Hobbsee wonders who looks like a nice victim. [05:25] oh good :) === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === ..[topic/#ubuntu-devel:Keybuk] : Ubuntu Development (not support, even with edgy) | #ubuntu for support and general discussion | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/DeveloperResources | http://wiki.ubuntu.com/HelpingWithBugs | It's Merge Time! http://merges.ubuntu.com/ === KaiL_ [n=KaiL@p548F40A5.dip.t-dialin.net] has joined #ubuntu-devel [05:40] Whoopie: 'fix committed' means a fix is available, but not uploaded yet [05:41] Aye === mdke thought it was "uploaded but not published" [05:42] Oh, hmm, me to === Hobbsee contemplates. dinner, or sleep? it's almost 2am. [05:44] Hobbsee: only almost [05:44] yeah === Hobbsee sorta had dinner at the golden arches. [05:45] you poor thing [05:46] hehe [05:46] it was either that or no dinner. [05:47] the golden arches were a blessed sign in Paris ;-) [05:47] haha [05:47] you didn't! [05:47] yes he did [05:47] hehe [05:47] he? [05:47] OMG [05:47] le big mac [05:47] that, and a Subway across the streat from Notre Dame === Hobbsee wonders who lifeless is referring to. [05:47] Hobbsee: LaserJock [05:47] oh right [05:48] i thought i was missing something there! [05:48] maccas in sydney is one thing [05:48] maccas in paris is a whole nother ball game [05:48] he went all the way to paris to eat something that originated from brazil [05:48] heh [05:48] :-) === ghee22 [n=parag@host-24-225-182-38.patmedia.net] has joined #ubuntu-devel [05:48] lifeless: what is maccas ? [05:49] mcdonalds [05:49] sivang: the aussie equivalent of McDonald? [05:49] oh no, i'm about to get yelled at! [05:49] well, the hotel food made me a little wary of Parisan cooking, despite what I've heard all these years ;-) [05:49] raw beef scared ya [05:49] yep [05:50] next time i will join the LTSP guys for dinner [05:50] but right after Subway highvoltage and I found the LTSP guys in a cafe, we missed out [05:50] hi i'm working on a program for ubuntu, and am stuck at a mono error. anyone interested? [05:51] LaserJock: raw beef had become a delight aftr that week :p [05:51] or what ever delight is spelled [05:52] :-) [05:52] yikes, the McDonalds and Subway keep me from becoming that desperate ;-) [05:52] i have in .fr different times.. never been able to eat decent food there != $big_fat_well_known_world_wide_chain [05:52] lol === jsgotangco was guilty of eating angus burger at burger king in amsterdam though [05:53] I've considered many times the choice of McDonalds, or starving. Considering 3 of the last 4 times I went to maccas I got food poisoning, I choose starving now === el [n=konversa@u40-30.dsl.vianetworks.de] has joined #ubuntu-devel [05:53] LaserJock: still,the beef and chicken were quite good, and as someone liking cheese, it was an experimental experieince :) [05:53] el! [05:53] ouch. i'm getting rm and mv confused. [05:53] Guilty? I would eat a hamburger or steak for Breakfast, Lunch, and Dinner if I could :-) [05:53] Hobbsee: That's not good :-) [05:53] lucky i didnt preface those with sudo, or use wildcards! [05:54] At least Burger King usually cooks the burger when you order it, not 30 minutes prior. anyway thats enough of me being off topic === Hobbsee plays with sudo -s *very* carefully === fabbione doesn't use sudo at all === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel [05:55] Yagisan: I was trying to find a Wendy's but I'd have taken Burger King over McDonalds for sure [05:55] fabbione: logging in as root? [05:55] Hobbsee: rarely but yeah [05:56] Hobbsee: he just uses his awesome brain power to force the computer to use super user privileges [05:56] hehe === fabbione was tempts to say that he hacks his own machine with kernel exploits to install debs [05:56] LaserJock: that's a good answer too [05:56] Wendy's Rocks [05:56] heck yeah === Yagisan liked MOS Burger [05:57] haha === Hobbsee throws a few ice cubes at fabbione. === fabbione starts the 24 hours countdown for the ice cubes travel from .au to .dk [05:58] lol [05:59] hehe [05:59] oh wait, they melted over the Indian ocean ;-) [05:59] LaserJock: actually no [05:59] they won't melt [05:59] LaserJock: these are *special* icecubes [05:59] once you get around 39000 feet you are at about -50 C [05:59] ah, I see === Yagisan watches them come down as hail instead [06:00] so the problem is to find the right speed to push them at that height [06:00] right, I recently found that out (nice monitors on the plane over to France) [06:00] too fast and they would melt for friction [06:00] too slow and they would melt before the atmosphere temp is 0 or below [06:00] oh no, dont remind me of physics... === Hobbsee cowers in a corner [06:00] of we assume that once they are 39K feet there is nothing to slow them down [06:01] fabbione: Do we have our X guy yet? :-) [06:01] otherwise i guess they won't cross the road outside your house :) [06:01] bddebian: yes you do have one [06:01] hehe === jsgotangco grins [06:01] bddebian: its Mr. X [06:02] gah! darned thing [06:02] zul: Congratulations and thanks! ;-P [06:04] or was that "bddebian is Mr. X"? ;-) [06:04] ok... [06:04] so [06:04] our new Mr X is... [06:04] LaserJock: No, fabbione didn't want me :-) === Hobbsee isnt. [06:05] Hobbsee: that would Mrs [06:05] ;) [06:05] Miss [06:05] bddebian: no, we need you to upload all of our fixes [06:05] or Ms. [06:05] fabbione: heh. you'd be surprised at how many people refer to me as a male :P [06:05] even when i'm there in person DRESSED IN A SKIRT AND TOP! [06:05] Hobbsee: i understand i am getting old.. but i can still make the diff... [06:05] a skirt i tell you! and still the guy got it wrong! [06:06] Maybe they think it's a kilt? ;-P [06:06] lol [06:06] no, that was winter uniform, not summer :P [06:06] and guys dont wear kilts over here [06:06] "Doctor, I am 90 years old and i keep running behind young girls!" "and is it bad? you should be happy about it!" "Yeah but i don't remember why!" [06:07] ok [06:07] so [06:07] Mr X [06:07] after that lovely tangent, yes === Hobbsee drumrolls for the announcement of who Mr X is... [06:08] i am told is from a fantastic country.. full of italians [06:08] but it's not italy [06:08] eh? [06:08] Sounds like here [06:08] wonderful land [06:08] exceptionally good food [06:08] and wine [06:08] france? === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel === nekohayo [n=jeff@bzq-88-154-9-13.red.bezeqint.net] has joined #ubuntu-devel [06:09] sorry.. did ever have good wine in france? === jsgotangco thinks this is like some "Where in the World is Mr. X game" [06:09] hehe [06:09] well we did on the last day [06:09] jsgotangco: it was imported from Italy mostlikely :P [06:10] haha [06:10] anyway [06:10] jsgotangco: yeah, I was able to make more than 1 glass of that stuff [06:10] so please welcome R*****o as our new MrX [06:10] ops.. [06:11] i meant.. *od*ri** [06:11] hahaha [06:11] I like there beef, yum yum [06:11] no that doesn't work either [06:11] their [06:11] fabbione: he denies it vehemently [06:11] oh well [06:11] rodarvus: ! [06:11] ^ him === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #ubuntu-devel [06:11] :D [06:11] he is Mr X === fabbione claps hands [06:12] \o/ [06:12] welcome the new xorg overlord [06:12] O_O [06:12] night all [06:12] next up. "Where in the World is Mr. Y game" ;) [06:12] it's gone 2am [06:12] hi :) [06:12] hehe === Hobbsee immediately assigns all bugs to rodarvus in greeting. [06:13] (all bugs in the ubuntu world) [06:13] The trouble with a merge is that the ccache priming approach doesn't work. === rodarvus makes sure LP email points to somewhere with hugh disk space [06:13] huge even === Yagisan suggests /dev/null It never fills up ;) [06:13] rodarvus: no, you just want to forward them back to the (l)users.. [06:14] hehehe [06:14] mark them all as "need info" then close due to lack of info. [06:14] heh [06:14] rodarvus: congratulation and good luck anyway [06:14] you are going to do fine [06:14] fabbione, thanks :) === Hobbsee waves to rodarvus - a much better greeting [06:15] yes he needs the exercise =D === Yagisan waves hello to rodarvus. See you also in #edubuntu === fabbione hands over the X sodomotron remote control === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [06:16] ogra: how does it feel? [06:16] ogra: was it painful? === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [06:16] what ? [06:17] ogra: the goal argentina did :) [06:17] "sodomotron" is [tm] fabbione ;) [06:17] ogra doesn't likes football [06:17] ah ... [06:17] rodarvus: no, it's older than me :) === ogra switches oin the tv [06:17] heh [06:17] rodarvus: it comes from XFS [06:17] ahn :) [06:19] it doesn't look good heh [06:20] fabbione: XSF surely :) [06:20] Kamion: that too.. [06:20] OK, I give up, what's a gmo file ? [06:20] Apart from some hideous thing to do with gettext. [06:21] Wow, welcome rodarvus :-) [06:21] Now, fix xmkmf will ya? ;-P [06:21] iwj: compiled .po file [06:21] Why oh why oh why is it in the `source' then ? [06:21] because some upstreams want to avoid requiring a dependency on gettext [06:22] usual answer is to just remove the buggers on clean [06:22] and rely on dpkg-source to not care [06:22] Nice. [06:22] msgfmt/msgunfmt convert back and forward between .po and .gmo [06:22] bddebian, thanks - problem is I'll still have lots of merging work to do even before thinking of fixing stuff :) [06:23] bddebian: that will come natural with the first merge [06:23] fabbione: Ah, OK [06:23] rodarvus: I don't know a great deal but if I can help in any way, please let me know === sivan [n=sivan@85.64.222.139.dynamic.barak-online.net] has joined #ubuntu-devel [06:24] Riddell: everything's alright with muse? [06:24] sivan: havent seen him around yet [06:24] Riddell: I can ssh in anymore [06:24] ah, [06:24] sladen: ping [06:24] anyway, night all === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has left #ubuntu-devel ["sleep!"] [06:26] sladen: muse responds to pings, however SSH seems to be down === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [06:32] bddebian, sure, thanks! === maskie [n=maskie@c1-45-13.wblv.isadsl.co.za] has left #ubuntu-devel ["Leaving"] === sivan [n=sivan@85.64.222.139.dynamic.barak-online.net] has joined #ubuntu-devel [06:36] sladen: back here, ping me if there's any change. [06:38] doh [06:43] What's the current procedure for sync requests ? [06:43] stand on one leg [06:43] bark like a dog [06:43] and flap your arms like a chicken [06:44] Hah [06:44] iwj: I believe file a bug and subscribe ubuntu-archive === HiddenWolf [n=HiddenWo@136.251.dynamic.phpg.net] has joined #ubuntu-devel [06:44] LaserJock is correct [06:45] Is this documented somewhere ? [06:45] yes, DeveloperResources [06:45] under "Syncs" [06:45] Ah, fool me, I was looking for `sync' in page titles only. [06:45] Kamion: what about people who aren't core-dev or MOTUs? are they ok to file sync bugs? [06:46] LaserJock: (when we remember to check) we'll only take sync requests from people who would ordinarily be able to perform the same upload themselves === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel [06:46] others can file them if they like, but it's probably not worth the effort, as we'll get somebody in ubuntu-core-dev or ubuntu-dev as appropriate to confirm [06:47] and confirming is usually just as much effort as filing it yourself [06:47] right [06:47] k, thanks for the clarification, I had somebody ask yesterday and I wasn't sure since there isn't really anything that stops them from filing the bug [06:47] but I thought perhaps you guys would look ;-) === lukketto [n=lukketto@host247-6.pool877.interbusiness.it] has left #ubuntu-devel [] [06:49] I do check, I don't know if Keybuk does [06:50] yeah, I always check === bddebian starts filing sync requests "just for fun".. :-) [06:51] if my brain can't automatically map a user's ordinary name into their LP id, I tend to first find out who they are :) [06:51] right :) [06:52] Kamion: was you asking me to vertify the wide-dhcpd6 sync yesterday such a case? (a sync bug filed by a non uploader) === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel [06:53] sivan: yes [06:53] in fact the only such case I've seen for edgy so far [06:54] interesting. I wonder if there will be more to come :) [06:54] Kamion: I saw a couple in dapper === epx [n=epx@200.249.192.132] has left #ubuntu-devel ["Praise] === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel [06:54] my usual first reaction is just to see whether the sync is sane anyway (given they come from a trusted source, and not from code attached to the bug) [06:55] otherwise I've asked somebody more appropriate to confirm === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === el [n=konversa@u40-30.dsl.vianetworks.de] has joined #ubuntu-devel === iwj writes a script for generating sync requests. [07:00] via email? ;-) [07:00] Well, how else ? [07:01] pitti has one of those already ... [07:01] http://people.ubuntu.com/~pitti/scripts/requestsync [07:01] we could sure use like an Ubuntu dev script repository somewhere [07:02] perhaps I should link to it from DeveloperResources === Kamion does so. [07:03] pitti's seems to do stuff with the changelog that mine doesn't. OTOH mine is a mere 28 lines of sh of which more than half is the template. [07:07] The changelog stuff is a bit unnecessary TBH. It's not as if we read it ... [07:08] It might be useful to print it for the requestor's information [07:08] but it's not necessary in the bug report [07:08] anyway, feel free to update DR if you reckon yours is better :) [07:08] anyone got a definitive document on changing the usplash logo etc.? [07:09] I found a forum post which says "the png must be 640x400 16 colours" then offers 640x480 24bit pngs for download [07:09] iwj: your version's output is quite [07:10] poetically metered [07:10] No, the first one you saw I did by hand. [07:10] ah, so you did [07:10] Kamion: mine on DR> what, and watch it grow into a thousand-line monstrosity ? [07:10] 51448 is the output from my script. === schweeb [n=chris@209.120.232.20] has joined #ubuntu-devel [07:10] heh [07:11] It would have to grow a command line parser and a usage message and about three safety catches and ... [07:11] Oh, bugger, the ff build has just imploded. [07:12] iwj: Are you waiting for me to do more editing on HomeUserBackup before you give it another review, or has it just not reached 'current' in your review queu? [07:13] iwj: (I've done some more as you proposed since paris, also tried to fix sentences some more) === olemke [n=olemke@p5489650D.dip.t-dialin.net] has joined #ubuntu-devel [07:14] iwj: also made sure every use case has an implemetation/design item matching. [07:14] sivang: Err, I don't think I had it down as a todo list item for me specifically. [07:14] iwj: ah, okay, no issue then - then I just need to wait for someone from TB to go over it. [07:15] sivang: Do you want me to pick it up again ? Probably not until Monday now. [07:15] iwj: Please do, if you can. [07:16] sivang: OK. Nag me if I don't seem to produce any output on Monday. [07:17] Oh, the bastards: -DBUILD_ID=2006063018 just to screw up my ccache. [07:18] iwj: I will, tuesday is spec approval dead line, I should get the other one approved as well by then.. [07:23] So what is the process for merges that can be syncs now, just file a sync request? [07:24] bddebian: yes [07:24] bddebian: so it seems. This has also worked for me during dapper :) === bddebian starts flooding LP :-) [07:26] hmm, portmap's postinst fails to go [07:26] sivang: see scrollback === sivang scrolls [07:27] bah, I don't have the scrollback :-/ , the server I use for IRC is hosed [07:28] sivang: postinst doesn't include the debconf stuff [07:28] so it fails [07:31] Kamion, sync that achilles [07:31] ah, is anybody working on fixing it already? [07:32] I'll do it in a moment [07:33] Kamion: I'm only joking, no rush [07:33] it's not a problem === johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-devel [07:40] fabbione, so ? [07:44] portmap breakage fix uploaded === Zenokii [i=whoknows@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === el [n=konversa@u40-30.dsl.vianetworks.de] has joined #ubuntu-devel [07:47] ogra: do you call that a victory? ;) [07:48] Kamion: how do you make db_get work from the postinst script? was an environment variable for debconf's bins missing for that to work? [07:49] fabbione, well ... semi final is semi final :) [07:49] Kamion: and thanks for the fix ;) [07:50] ogra , fabbione : is it germeny against italy or something ? :) [07:50] sivang, italy has to survive first :) [07:50] mdz: https://launchpad.net/distros/ubuntu/+spec/edubuntu-dynamic-menus has been ready to be reviewed since last Friday, anything I can do on this end to move it along? [07:51] LaserJock: you could grovel. ;) [07:51] that's sort of what I was trying to do ;-) [07:52] I figured. ;-) [07:52] LaserJock: as you can see on +specs, there's a backlog of reviews right now. https://launchpad.net/people/ubuntu-reviewers are the folks who volunteered to do reviews [07:53] mdz: k, just wanted to make sure it wasn't something I'd done [07:53] sivang: if we survive this evening, yes.. [07:53] ogra: that 's not what german news paper said when we *cough*won*cough* with Australia :P [07:53] anyway. i need to try to cook and eat something [07:54] i am starving and tooth starts to wake up from anestacia === cjb [n=cjb@pool-141-154-73-247.bos.east.verizon.net] has joined #ubuntu-devel === bddebian hands fabbione some novicaine [08:04] sivang: '. /usr/share/debconf/confmodule' is required before using db_*; see the debconf-devel(7) man page [08:04] should generally go at the very top of the script, just below #! etc. [08:09] Kamion: thanks, /me looks at the man page [08:11] Kamion: RE: #38272, I'll do that now if no one has uploaded it === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === NekoXP_ is now known as NekoGone === NekoGone is away: trying not to listen to partying Germans and crying Argentinians [08:17] err, crap, please reject xserver-xorg-core === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === ghee22 [n=parag@host-24-225-182-38.patmedia.net] has left #ubuntu-devel [] === ChipX86|Sleep is now known as ChipX86 === pounk [n=pounk@142-217-81-161.telebecinternet.net] has joined #ubuntu-devel === mvo [n=egon@Fcc56.f.strato-dslnet.de] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel === mvo [n=egon@Fcc56.f.strato-dslnet.de] has joined #ubuntu-devel === mvo [n=egon@Fcc56.f.strato-dslnet.de] has joined #ubuntu-devel === Hirion [n=hirion@draugr.de] has joined #ubuntu-devel === poningru [n=poningru@ip68-105-165-49.ga.at.cox.net] has joined #ubuntu-devel === mvo [n=egon@Fcc56.f.strato-dslnet.de] has joined #ubuntu-devel === HiddenWolf [n=HiddenWo@136.174.dynamic.phpg.net] has joined #ubuntu-devel === rgould [n=rgould@mail.refractions.net] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] === johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-devel === kr4z [n=kr4z@stjhnf0111w-142163099155.pppoe-dynamic.nl.aliant.net] has joined #ubuntu-devel === subterri2ic is now known as subterrific === poningru [n=poningru@ip68-105-165-49.ga.at.cox.net] has joined #ubuntu-devel === BenC_ [n=bcollins@72.169.114.90] has joined #ubuntu-devel === sivang -> away for some time === poningru__ [n=poningru@ip68-105-165-49.ga.at.cox.net] has joined #ubuntu-devel === profoX` [i=whoknows@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel === j_ack [n=rudi@p508D918C.dip0.t-ipconnect.de] has joined #ubuntu-devel === robitaille_ [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-39-202.net.novis.pt] has joined #ubuntu-devel === shackan [n=shackan@host4-28.pool873.interbusiness.it] has joined #ubuntu-devel === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel [] === Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === glatzor [n=sebi@ppp-82-135-65-46.dynamic.mnet-online.de] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-39-202.net.novis.pt] has joined #ubuntu-devel === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [11:56] Kamion: prod === Arrogance [n=aks@ottawa-hs-209-217-79-221.d-ip.magma.ca] has joined #ubuntu-devel