[12:02] daniels: dunno [12:02] trailing whitespace on macro definitions sounds like IOCCC material [12:02] that seems an entirely sane thing to do [12:03] I can send you a PDF of the C99 standard if you like [12:03] no, thanks [12:03] decomposition into tokens and whitespace (including comments) happens before execution of preprocessing directives [12:03] unless you want me to email you the ICCCM or something equally thrilling straight back [12:04] okay, cool [12:04] Adding to CD 1 : pool/main/g/grub/grub_0.95+cvs20040624-17ubuntu7.dsc pool/main/g/grub/grub_0.95+cvs20040624.orig.tar.gz pool/main/g/grub/grub_0.95+cvs20040624-17ubuntu7.diff.gz [12:04] or more interestingly, Hardlink: /srv/cdimage.no-name-yet.com/scratch/ubuntu/tmp/dapper-amd64/CD1/pool/main/g/grub/grub_0.95+cvs20040624-17ubuntu7_amd64.deb => /srv/cdimage.no-name-yet.com/ftp/pool/main/g/grub/grub_0.95+cvs20040624-17ubuntu7_amd64.deb [12:04] mcpp was writing out one space for whitespace separators, so #define FOO bar\n, was going to 'bar '; I changed it to always skip separators, but that means that #define FOO bar \n, goes to 'bar' [12:06] mdz: the slowest bits of the build now are (a) syncing the archive (which can speed up quite a bit once we switch to launchpad, since inter-component symlinks in the pool will always be universe->main, never main->universe as they sometimes are now) and apt-ftparchive [12:06] Kamion: is apt-ftparchive not using a cache? [12:06] mdz: as far as I know it is; there's certainly an apt-ftparchive-db/ in scratch [12:07] Kamion: in scratch, meaning it's not persistent across builds? [12:07] no, scratch is persistent across builds [12:07] it's randomly wipable, but persistent === Diablo-D3 [i=diablod3@pool-71-241-214-94.port.east.verizon.net] has left #ubuntu-devel [] [12:09] lamont-away: anything unusually on floe today (2042 [12:09] +) [12:09] hmm, the cache is of stuff in scratch/.../tmp/... - does it by any chance invalidate on timestamp? [12:11] Kamion: I don't think it does [12:11] it might just be md5summing everything to check it's still the same, or something [12:12] or forking gzip a load of times? [12:13] it should only be forking gzip for the Packages files, which shouldn't take long [12:13] an strace with timestamps would be interesting [12:14] mdz: oh, it's using generate, and apt-ftparchive(1) says that the db has no effect on the generate command [12:14] infinity, lamont-away: could one of you please clear the dep-waits on aewm crossfire crack-attack eli mixxx after 23:33 UTC, thanx. [12:14] is that actually true? [12:14] Kamion: I think that's referring to the command line option only [12:14] for generate, you should use BinCacheDB [12:15] inside the config file [12:15] we're using Dir::CacheDir [12:15] Dir::CacheDir "$APTTMP/$CODENAME-$ARCH/apt-ftparchive-db"; [12:15] is that insufficient? [12:16] it seems to be creating packages-$(ARCH).db [12:17] yeah, that should be OK [12:17] is the .db of a believable size? === Jimbob [n=jcape@c-67-175-222-235.hsd1.il.comcast.net] has joined #ubuntu-devel [12:17] 11MB [12:17] I'll get you an strace -tt at the next opportunity [12:18] but last time I straced it, I seem to remember it forking processes for every .deb [12:18] or at least lots of .debs [12:18] it takes an unexpectedly long time on jackass too [12:18] could just be buggy [12:19] install CD builds done [12:19] that explains why my rsync just slowed to a crawl [12:20] yay for I/O [12:20] we have a package called crack-attack? [12:20] mdz, my gf is addicted to it [12:20] :-) [12:21] how on earth have you not managed to encounter crack-attack? [12:21] it's actually real fun :-) [12:21] it was frozen-bubble before frozen-bubble ever frozen-bubbled [12:21] in fact that was the reason why i had to install her warty back then === mvo installs crack-attack [12:22] I have played enough games for a lifetime [12:22] heh [12:22] well, spent enough time playing games at least [12:22] mostly just a few different ones === `anthony [n=anthony@220-253-39-148.VIC.netspace.net.au] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === kentborg [n=kentborg@c-65-96-163-161.hsd1.ma.comcast.net] has joined #ubuntu-devel [12:38] Is this the place to ask about compiling and installing custom kernel? [12:38] kentborg: no, #ubuntu please [12:38] OK, thanks. === kentborg [n=kentborg@c-65-96-163-161.hsd1.ma.comcast.net] has joined #ubuntu-devel === bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-devel === Valandil [n=chrys@dslb-084-056-076-041.pools.arcor-ip.net] has joined #ubuntu-devel [12:53] elmo: please sync cycle from unstable, ubuntu override ok [12:53] How can I find out how the stock initrd was made? [12:53] which stock initrd? [12:54] Kamion: Breezy Badger [12:54] Kamion: 686 === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu-devel [12:56] Kamion: or, more specifically, initrd.img-2.6.12-9-686 === herzi [n=herzi@c220098.adsl.hansenet.de] has joined #ubuntu-devel === mcfergus [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel [01:05] kentborg: it's generated by mkinitrd on your system when the kernel is installed [01:05] there is no one stock initrd for everyone [01:07] Kamion: When I try to generate one, I get a very different result (contents and beavior) from the one I didn't explicitly make. [01:08] oh, sorry, breezy, mkinitramfs not mkinitrd [01:08] yay, i386 livefs build succeeded [01:09] d'oh, base-config fails === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === ogra downloads [01:09] E: failed to rename /var/lib/aptitude/pkgstates to /var/lib/aptitude/pkgstates.old - save_selection_list (2 No such file or directory) [01:09] Kamion: I tried mkinird, let me see if I have better results with mkinitramfs. Thanks. [01:09] amd64 as well, but powerpc failed [01:10] http://www.oxygen-icons.org/?cat=3 <-- yummy icons... [01:10] kentborg: ok, please ask over on #ubuntu if you have further problems there === Nafallo uploads :-) [01:12] pkgstates.new exists but pkgstates doesn't; eh? [01:12] Kamion: No one seemed to know over there. I am currently digging through the kernel-team archives. Thanks. === Evaso [n=Marem@host248-61.pool873.interbusiness.it] has joined #ubuntu-devel [01:13] kentborg: I'm sorry, we're just trying to prepare a release in here is all [01:13] this has never been intended as an escalated support channle [01:13] el [01:14] anybody could try to apply this patch to warty and breezy?: http://bugzilla.gnome.org/show_bug.cgi?id=321671? === Kamion -> bed === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel === SEJeff [n=SEJeff@12-222-183-136.client.insightBB.com] has joined #ubuntu-devel [01:16] mdz, where do you hide the live iso ? [01:17] ogra: I said livefs, not live iso [01:17] oh... [01:17] ok [01:17] Would anyone be willing to add support in dapper for the zoom button in the Microsoft Natural Ergonomic 4000 keyboard if it meant I bought one for them? [01:17] I'm waiting for powerpc and then I will do live CD builds [01:20] infinity, lamont-away: could one of you please clear the dep-waits on egoboo playmidi ppracer ppxp sage seyon xbill xmoto xpilot-ng xruskb xsysinfo after 00:33 UTC, thanx. === Nafallo goes to bed, goodnight all! :-) === ispiked [n=ispiked@unaffiliated/ispiked] has joined #ubuntu-devel === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has joined #ubuntu-devel [01:25] where is the cvs root for the current ubuntu kernel? [01:27] ispiked: ubuntu uses bzr not cvs [01:27] no [01:27] it uses git [01:27] ispiked: http://www.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git/ [01:27] http://www.opensubscriber.com/message/kernel-team@lists.ubuntu.com/2404862.html [01:28] basically, what I'm trying to find out is what patches are being applied to the most current kernel. [01:29] how close is it to Debian's kernel? [01:29] ispiked, apt-get source linux-image-386 [01:29] SEJeff: that'll be the most current one? [01:30] yes [01:30] SEJeff: thanks. [01:30] no [01:30] that will get you the source for linux-meta [01:30] very different to Debian's, since Debian does not take feature patches [01:30] ispiked: the changelog lists the patches included [01:31] mdz: which changelog? [01:31] bob2: so it's not even related to Debians? [01:31] ispiked: the changelog in the package, as found on an installed system [01:31] yes [01:32] mdz: yeah, I found that one, but that's only for my kernel (2.6.12). I know that there's been more work done since then, so I want to find out what patches went in since then. [01:32] ispiked: then, logically, you would look in the same place with a newer version [01:33] mdz: yes, but where would I find that newer version? [01:33] ispiked: in dapper [01:38] mdz: so apparently work has just started on the 2.6.15 kernel? [01:39] ispiked: See the topic of #ubuntu-kernel [01:39] There's a git tree for current development work === Jimbob_ [n=jcape@c-67-173-146-239.hsd1.il.comcast.net] has joined #ubuntu-devel [01:41] is there any reason they chose to use git over cvs? does git have advantages for kernel dev. or something? [01:41] git is used for upstream [01:41] It makes it much easier to merge in upstream changes automatically [01:41] ispiked: kernel dev uses git. [01:42] ispiked, cvs isn't that great. That is why most use more modern SCM like bzr or svn [01:42] mjg59: tangentially, broken usplash it to be expected? [01:42] tseng: Is it? [01:42] I've no idea [01:43] I haven't had time to shift to dapper yet... [01:43] mjg59: 2.6.15 seems to have horked vga16fb [01:43] tseng, 2.6.15 ? [01:43] ogra: yes. [01:43] at least for usplash purposes [01:43] thats normal it seems [01:43] mdz: Horked vga16fb, or it's just not getting loaded? [01:43] mjg59: loads, but displays garbage [01:43] garbage with vaguely the right palette [01:44] it even shows some scrolling stuff [01:44] Oh, right. Fun. [01:44] SEJeff: you should look up the cost to buy the thing and post it as a launchpad bounty [01:45] robertj: I have one. It is $50 and I will buy one for anyone willing to make it "just work TM" for dapper [01:45] robertj: Do more of the developers look at launchpad for bounties? [01:45] SEJeff: I would hope so [01:45] live cd build started, will be 20051118.1 [01:45] SEJeff: it? [01:45] bbl [01:46] ispiked: http://www.microsoft.com/hardware/mouseandkeyboard/features/zoomslider.mspx [01:46] ispiked, http://www.everythingusb.com/microsoft_natural_ergonomic_keyboard_4000.html [01:47] does it just work like a scroll wheel? === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel [01:47] I'd be willing to put up a bounty to get suspend resume working on SATA. [01:47] robertj: No [01:47] getting proper magnification support in X requires well-accelerated Composite, which won't happen in the dapper timefrmae [01:47] robertj, and none of the function keys work [01:48] SEJeff: you don't have an f-lock button? [01:48] err ctl+scroll or whatever it is [01:48] if you do, press it === SEJeff is an idiot. I just got the keyboard today [01:49] mjg59, http://people.ubuntu.com/~ogra/usplash.png [01:49] ogra: is that going to be the new default for dapper? [01:49] heh, yeah [01:50] new digital modernism [01:50] ogra: Woo, cool [01:50] That's a VGA mode issue, I think [01:50] is the ScaryText(tm) going to remain? [01:51] robertj: Ideally not [01:51] every time I see it I think "Reticulating splines" [01:51] Do we have a d-i built with 2.6.15 yet? [01:51] If so, does it have the same issue? [01:51] If not, it's probably a bogl issue [01:51] which is what is stuck in my head as being symbolic for something complicated you don't need to know about and is done by the time you realize what has happened [01:52] and also as something most people don't have any idea about ever unless they get a dictionary [01:55] ahh 529.wav for you still with sc2k [01:58] hmm, I take it we should be building against ssl 0.9.8 === robertj discovers the Rhuminate button === ispiked [n=ispiked@unaffiliated/ispiked] has joined #ubuntu-devel === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu-devel === bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-devel === sajd [n=sajd@c80-217-193-226.cm-upc.chello.se] has joined #ubuntu-devel === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel === kyncani [n=kyncani@lns-bzn-35-82-250-211-90.adsl.proxad.net] has joined #ubuntu-devel === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-devel === HrdwrBoB [n=matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === r0bby [n=wakawaka@guifications/user/r0bby] has joined #ubuntu-devel === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-devel === lool [n=lool@pig.zood.org] has joined #ubuntu-devel === infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-devel === Nafallo_away [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel === sjoerd [i=sjoerd@fire.ipv6.luon.net] has joined #ubuntu-devel === bytee_ [n=byte@fedora/byte] has joined #ubuntu-devel === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-devel === Kaloz [n=kaloz@arrakis.dune.hu] has joined #ubuntu-devel === mvirkkil [n=mvirkkil@130.233.228.9] has joined #ubuntu-devel === dark [i=deviled_@unaffiliated/darkx] has joined #ubuntu-devel === bob2 [i=rob@crumbs.ertius.org] has joined #ubuntu-devel === TerminX [n=terminx@terminx.envision7.com] has joined #ubuntu-devel === nomeata [i=jojo@tor/session/x-c1ae25b36a332e89] has joined #ubuntu-devel === the--dud [n=moo@182.80-203-117.nextgentel.com] has joined #ubuntu-devel === Firetech [n=Jocke@amarok/rokymotion/Firetech] has joined #ubuntu-devel === Riddell [i=jr@kde/jriddell] has joined #ubuntu-devel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel === du2br [i=nobody@unaffiliated/du2br] has joined #ubuntu-devel === mantiena [n=AKL@ctv-84-55-0-52.init.lt] has joined #ubuntu-devel === ctd [n=ctd@unaffiliated/ctd] has joined #ubuntu-devel === dilinger [i=dilinger@mouth.voxel.net] has joined #ubuntu-devel === mdke [n=matt@ubuntu/member/mdke] has joined #ubuntu-devel === moyogo [n=moyogo@104pc104.ucu-vb.uu.nl] has joined #ubuntu-devel === jvw [i=jeroen@220pc220.sshunet.nl] has joined #ubuntu-devel === seth_k|away [n=seth@asmallorange.com] has joined #ubuntu-devel === bmonty_laptop [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-devel === spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel === madduck|msg_me [n=madduck@debian/developer/madduck] has joined #ubuntu-devel === ajmitch [n=ajmitch@port161-157.ubs.maxnet.co.nz] has joined #ubuntu-devel === uniq [n=frode@213.184.199.55] has joined #ubuntu-devel === Cimmerian [n=crom@80.239.71.231] has joined #ubuntu-devel === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-devel === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-devel === jk [n=jochem@jkossen.nl] has joined #ubuntu-devel === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-devel === xhaker [i=xhaker@luna.sublimesp.net] has joined #ubuntu-devel === Chipzz [i=chipzz@noa.ulyssis.student.kuleuven.be] has joined #ubuntu-devel === Xof [n=mas01cr@gibbons.doc.gold.ac.uk] has joined #ubuntu-devel === jamesh [n=james@203-59-207-160.dyn.iinet.net.au] has joined #ubuntu-devel === poningru [n=poningru@n128-227-11-184.xlate.ufl.edu] has joined #ubuntu-devel === kent [n=kent@h55d210.delphi.afb.lu.se] has joined #ubuntu-devel === chris38-home2 [n=Christia@LSt-Amand-152-31-26-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel === moquist [n=moquist@pool-70-16-198-174.man.east.verizon.net] has joined #ubuntu-devel === Znarl [n=karl@bb-82-108-14-161.ukonline.co.uk] has joined #ubuntu-devel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === dooglus [n=dooglus@rincevent.net] has joined #ubuntu-devel === smurf [n=smurf@debian/developer/smurf] has joined #ubuntu-devel === siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-devel === \sh_away [n=nsh@ubuntu/member/backslash-sh] has joined #ubuntu-devel === Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-devel === tseng [n=tseng@mail.thegrebs.com] has joined #ubuntu-devel === winkle [i=winkle@kleopatra.acc.umu.se] has joined #ubuntu-devel === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel === jbrett [i=brett@free.linux.hp.com] has joined #ubuntu-devel === Akatemik [n=tpievila@vipunen.hut.fi] has joined #ubuntu-devel === shack\out [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel === shack\out is now known as macfergus === spstarr_home [n=sh0n@CPEdeadbeef0000-CM000039d4cc6a.cpe.net.cable.rogers.com] has joined #ubuntu-devel === `anthony [n=anthony@ekorp-203-63-137-225.eoff.ekorp.com] has joined #ubuntu-devel [02:23] daily live build is up (untested) [02:26] grmbl... and the rsync server seems limited to 2 connections per ip [02:27] freetype has broken firefox, grrr === mdke_ [n=matt@81-178-233-124.dsl.pipex.com] has joined #ubuntu-devel === mcfergus [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel === mojo [n=mojo@60-240-159-37.tpgi.com.au] has joined #ubuntu-devel === ikuyaLoqu [n=ikuya@gnulinux.good-day.net] has joined #ubuntu-devel === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-devel === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [03:27] Nafallo_away : All your dep-waits are cleared. === hunger [n=hunger@p54A63560.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:30] infinity, ping === BenC [n=bcollins@richmond-209-163-125-175.dynamic-dialup.coretel.net] has joined #ubuntu-devel [03:31] ogra : I just spoke 2 minutes ago. :) [03:31] infinity, yes, i'm sleepy sorry ... [03:32] infinity, you are the one to poke for initramfs-tools now ? [03:34] So I'm told. :) [03:34] infinity, there is a "sleep 3" in the nfs script we added for debugging klibc once ... it slows my thin client boot down or 3 secs, culd you delete it please ? [03:34] /usr/share/initramfs-tools/scripts/nfs ine 36 [03:34] *line [03:34] Are you positive it's not needed? [03:34] yes [03:34] mdz added it to avoid a timeout ... but it didnt really help [03:35] it was forgotten after we found that klibc had the wrong timeout settings for nfs mounts [03:35] so it can be dropped now [03:36] but that didn't fix the problem either [03:36] apparently [03:36] it doesnt time out anymore [03:36] just the first boot is slow ... [03:36] The comments in #12942 lead me to believe it's fixed... [03:37] yup, i think the timeout on first boot is not related ... [03:37] s/TIMEOUT/delay/ [03:37] whoops ... [03:38] ECAPS [03:38] Anyhow, I'll happily remove the sleep (and any sleep I run across that can't properly explain itself) [03:39] yeah :) [03:39] mdz, seen #19407 yet ? [03:41] no === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel [03:46] uhh, sorry to whoever already uploaded vegastrike_0.4.3-3ubuntu1_source.changes [03:47] that was Nafallo [03:47] yeah, I should have read the list first :/ [03:47] did youupload 3ubuntu2 ? [03:48] no, I duplicated his work I think [03:48] but that was rejected then, wasnt it ? [03:48] yeah [03:48] just wanted to alert in case it spams the REJECT [03:49] i think it goes only to you (and elmo) [03:53] hey ogra doing an all-nighter? [03:53] nah [03:53] about to go to bed [03:55] ahhh [04:04] night [04:04] night === LeeJunFan_away [n=junfan@s64-186-37-120.skycon.net] has joined #ubuntu-devel === r0bby2 [n=wakawaka@cpe-204-210-133-115.hvc.res.rr.com] has joined #ubuntu-devel === poningru [n=poningru@n128-227-11-184.xlate.ufl.edu] has left #ubuntu-devel ["Leaving"] === poningru [n=poningru@n128-227-11-184.xlate.ufl.edu] has joined #ubuntu-devel === note [n=note@61.7.143.250] has joined #ubuntu-devel [04:44] /msg nickserv set unfiltered on [04:45] /msg nickserv set unfiltered off [04:46] note: you missed. === note [n=note@61.7.143.250] has joined #ubuntu-devel === mcfergus [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel === jettana [n=note@61.7.143.250] has joined #ubuntu-devel === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-devel === jettana [n=note@61.7.143.250] has left #ubuntu-devel [] === kyncani2 [n=kyncani@lns-bzn-1-82-250-3-221.adsl.proxad.net] has joined #ubuntu-devel === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-devel === rob1 [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-devel === zoe [n=zoe@gnulinux.good-day.net] has joined #ubuntu-devel === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-devel === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has left #ubuntu-devel [] === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-devel === RemoteViewer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-devel === hunger [n=hunger@p54A60181.dip0.t-ipconnect.de] has joined #ubuntu-devel === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel === jcole [n=jcole@82.sub-70-198-178.myvzw.com] has joined #ubuntu-devel === dabaR [n=dabaR@wnpgmb02dc1-156-77.dynamic.mts.net] has joined #ubuntu-devel [06:29] Hi. In synaptic, if I see a possible improvement, who can I talk to, to implement it, and get it accepted by Ubuntu? [06:32] Such as the Mark additional required changes dialogue does not have a title. [06:32] And some other nuances in the GUI. [06:34] file bug report(s) in bugzilla on the package [06:37] I would like to make the changes myself. [06:38] dabaR: so make them, make a diff and attach it to the bug. [06:40] OK, I will do so, I was asking because I never did any work on such a thing yet. [06:41] dabaR; you should find that ubuntu has a very low barrier for becoming involved [06:41] Right, like just now...:) [06:42] I already know what to do. [06:42] fwiw: ubuntu is switching over to using launchpad to track bugs [06:42] might want to get an account there and use that instead of the bugzilla [06:42] aww. [06:42] launchpad.net [06:42] I love bugzilla. [06:42] me too... but such is the way of things :) [06:44] I do have an account there, as I started using Ubuntu right away when it was released(which was on my birthday by some chance) and I did a small amount of translation work there. I also hang at #ubuntu often. [06:44] dabaR, you need to talk to mvo. Synaptic is very much in maintence mode right now [06:44] dabaR, the things on the horizon are gnome-app-install and smart === blueyed_ [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel === blueyed__ [n=daniel@i5387DC35.versanet.de] has joined #ubuntu-devel [06:55] Nafallo_away: anything that was dep-wait libxaw8-dev isn't anymore === dabaR [n=dabaR@wnpgmb02dc1-156-77.dynamic.mts.net] has left #ubuntu-devel ["sooner] === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel [07:28] morning [07:28] infinity: ping? [07:28] morning fabbione [07:29] fabbione, what is the status of multiseat? === HiddenWolf [n=HiddenWo@136.118.dynamic.phpg.net] has joined #ubuntu-devel [07:29] Burgundavia: up for adoption [07:29] fabbione, just wondering. Figured [07:29] it hasn't been maintained for a while [07:29] dead project .. sort of [07:29] why was it developed? [07:29] as a base for the community to pick it up and continue it [07:30] ok [07:31] given the very low interested i think we can safely say that it's dead [07:31] morning all :) [07:31] morning marilize [07:31] but it was working [07:31] fabbione, ok [07:31] hey marcin [07:31] bah [07:31] marilize: [07:32] Burgundavia: afaik it doesn't require much love. [07:32] it needs to have the x config writer sort of updated to the new one [07:32] and some sound love [07:32] ok [07:32] that at the time was not possible to complete because i was lacking the hardware for testing [07:33] but it might need more by now [07:33] like keyboard/mouse hotplug [07:33] not sure.. really [07:34] I should talk to me company [07:34] we might be able to adopt it [07:35] nice [07:35] eheh nice :) [07:35] have fun tho [07:35] fabbione, I work for http://userful.com/ [07:36] i see [07:36] well that would make sense [07:36] hence we might have a few people that know a little bit about multiseat linx in general [07:38] yeah the multiseat setup is not difficult really [07:38] our Xserver already contains all the patches required to do that [07:39] including the hotplug signal to reinit mouse/keyboard [07:39] if you will start on the project, i will give you an head up on the code [07:39] or daniels can === viviersf [n=cain@rrba-146-96-186.telkomadsl.co.za] has joined #ubuntu-devel [07:40] sounds good === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-devel === Aegir [n=richard@d220-238-232-61.dsl.vic.optusnet.com.au] has joined #ubuntu-devel === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-devel === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel === ptlo [n=senko@217.14.217.17] has joined #ubuntu-devel === stub [i=stub@sweep.bur.st] has joined #ubuntu-devel === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel [08:33] why does hal depend on X libraries ? [08:36] all the cool kids do these days [08:36] there's a 12-step programme for breaking the dependency, but it's not well subscribed === zakame [n=zak@210.213.89.148] has joined #ubuntu-devel === chmj [n=chmj@wbs-146-146-186.telkomadsl.co.za] has joined #ubuntu-devel [09:03] chmj, why does hal depend on X libraries ? [09:04] viviersf: because all the cool kids do these days [09:04] viviersf: you shoudl ask pitti, he will prolly have a good answer [09:04] kk === blueyed_ [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel [09:05] morning fabbione [09:05] fabbione, it not about that hal on the initrd.gz doesnt have x so its not needed [09:05] hi Chipzz [09:05] bah === carstenh [n=carstenh@mkfw.fh-trier.de] has joined #ubuntu-devel === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel [09:05] i hat completion [09:05] hi chmj === `anthony [n=anthony@220-253-39-148.VIC.netspace.net.au] has joined #ubuntu-devel [09:06] viviersf: i doubt there is hal in the initrd.gz [09:06] ah wait [09:06] im thinking about hotplug [09:06] soz === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [09:07] hotplug is going to die anyway [09:07] so what is your concern exactly? [09:07] hi pitti [09:07] fabbione, no man [09:07] i made mistake [09:07] dont worry bout it [09:07] ok [09:07] i am not worried at all.. really === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-devel [09:16] viviersf: What is going to replace hotplug? Will the scripts in /etc/hotplug stay? [09:17] hunger, i dont know [09:17] that you have to ask piiti [09:18] < fabbione> hotplug is going to die anyway [09:19] hunger: it will be replaced by a small set of udev rules [09:20] pitti, any ETA? [09:20] pitti: I have a couple of custom scripts in /etc/hotplug. Do you know of any instructions on how to transfer them to the new system? [09:20] hunger: no, /etc/hotplug is going [09:20] new scripts should be moved to /lib/udev (or similar) and activated with a udev rule [09:21] so if you had a script for USB printers, you might have a rule that did BUS=="usb", KERNEL="lp[0-9] *", RUN+="/lib/udev/fiddle-with-usb-printers" [09:21] with an == where I put = [09:21] Keybuk: OK, so I'll do that instead. [09:22] Keybuk: Let's see whether I can manage that:-) === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-devel [09:22] Is pcmcia going, too? I read in the kernel changelogs that it got merged with hotplug. [09:22] I'll write up a HOWTO at some point over the next 6 months [09:22] ya know, I have no clue as far as pcmcia is concerned [09:23] Keybuk: Any ETA for the change? [09:23] one minute it seems to be, one minute it isn't [09:23] pcmcia is certainly part of the kobject stuff now [09:23] so theoretically, you don't need cardmgr [09:23] but cardmgr still does things, so maybe you do [09:23] Keybuk: Yeap, that was my impression, too:-) [09:23] hunger: maybe today ... depending how much work I get done [09:23] Keybuk: Too few users for pcmcia nowadays I guess. [09:23] yeah [09:23] Go keybuk! [09:23] hunger, not true. [09:24] Keybuk: OK, I'll reserve some time over the weekend to fix up xen:-) [09:24] hunger, all those el-cheapo student laptops with plug-in wifi cards. === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel [09:24] HiddenWolf: Oh, you are right of course. [09:24] the HardwareDetection spec pretty much describes what we're going to be doing [09:25] breezy does: [09:25] I doubt pmcia will die any time soon. === chris38-home [n=Christia@LSt-Amand-152-31-26-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [09:26] kernel calls /proc/sys/kernel/hotplug, which is udevsend, which sends a message to udevd, which starts udev, which runs hotplug, which picks an appropriate hotplug agent from /etc/hotplug, which calls grepmap to parse the /lib/modules/$VER/*.*map files to find the modules, and then loads the modules, and does other crap [09:26] dapper will do: [09:26] kernel sends event over netlink socket to udevd, which runs the rules itself, one of which is "modprobe $MODALIAS" (a variable set by the kernel to identify the modules you need to load) [09:27] for the "other crap" in dapper, you'd just need to add a udev rule [09:27] a good example is /etc/udev/rules.d/hdparm (in current dapper) [09:27] except that file is completely bogus, lol [09:27] la la la [09:28] clearly I did that one while jetlagged === hunger is afraid that this new system will mess up my virtual network setup completly:-( [09:30] Hehe... more suff to play with. [09:31] how does it work, I'm entirely happy to sit down and figure it out with you [09:31] basically where you had a general /etc/hotplug/$SUBSYSTEM/$SCRIPT that becomes a udev rule that looks like SUBSYSTEM=="$SUBSYTEM", RUN+="$SCRIPT" === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [09:32] Keybuk: Lots of tun and vif interfaces connected to various bridges. [09:32] but you get all sorts of new flexibility to put all the "should I do this?" logic in the udev rule, rather than the script [09:32] the fun comes trying to convert a usermap into a udev rule [09:32] Keybuk: The "problem" is that this has to work with the scripts from Xen and Co. [09:33] right [09:33] Keybuk: By the way: Will /etc/network/if-*.d still be supported? [09:33] the good news is that what we're doing now is the same as SuSE [09:33] Keybuk: Even with NetworkMagic? [09:33] and hopefully everyone else will tag along too [09:34] Keybuk: Usually that is a reason to run and hide;-) [09:34] heh, /etc/network/if-*.d don't work in breezy -- but yes, they should work [09:34] nah, the SuSE hotplug guys are sane [09:34] Keybuk: They do here... [09:34] they work if the card is brought up after boot [09:34] but not if its brought up at boot time [09:35] Keybuk: Oh. Haven't even noticed that yet. [09:35] Keybuk: Since standby started to work stortly before breezy I have not seen the need to reboot;-) === freeflying is away: Away at the moment [09:36] Keybuk: Thanks for the informations! I'll not keep you from your work any longer:-) [09:39] you're not keeping me [09:39] I'm currently grinning, because it wasn't me who wrote that bogus hdparm.rules file, but it came from Debian === seb128 [n=seb128@ANancy-151-1-40-175.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === carlos [n=carlos@243.Red-83-47-24.staticIP.rima-tde.net] has joined #ubuntu-devel [09:48] Working for this Company has warped my mind [09:48] it's magazine day, and on the back of SFX is an advert for "HE-MAN: A Christmas Special" [09:49] ahahah === Treenaks calls the MOTU [09:49] if we ever have a fancy-dress party at a conference, dholbach is doomed; it's the red furry underpants and boots for him [09:50] :) [09:50] unfortunately this would mean \sh would have to go as she-ra === Treenaks dies from shock === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === freeflying is back. === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel === dholbach [n=daniel@i577B09CF.versanet.de] has joined #ubuntu-devel [10:02] hi === vuntz_ [n=vuntz@volin.imag.fr] has joined #ubuntu-devel === mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [10:05] dholbach: we were just talking about you [10:05] Keybuk: oh really? about what? [10:05] about your costume if we ever have a conference fancy-dress party (furry red underpants and boots) [10:06] Keybuk: who had that much imagination? [10:06] nobody, SFX just has a big he-man advert on the back and my mind is still warped === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel [10:07] haha [10:07] remind me not to turn up to that party :) [10:07] Keybuk: if i was about to wear that dress, what would you wear? [10:07] dholbach: you don't want to know :p [10:07] don't be scared :) === mvo makes a note to buy dholbach this special dress [10:08] seb128: if i'm going to turn up in a silly dress, i don't want to be the only one :) === seb128 makes a note to take his camera [10:08] ya know, I have absolutely no idea ... suggestions gratefully received on a postcard [10:10] "furry red underpants and boots" ... [10:11] I'll have to take pictures of that [10:11] I don't lead the MOTU ... though if I get to swing a big sword around ... === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel === Aegir [n=richard@d220-238-232-61.dsl.vic.optusnet.com.au] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === Valandil [n=chrys@dslb-084-056-089-106.pools.arcor-ip.net] has joined #ubuntu-devel === _nomeata [i=jojo@tor/session/x-77120a07b9682392] has joined #ubuntu-devel === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel === martink [n=martin@p54B39A6B.dip0.t-ipconnect.de] has joined #ubuntu-devel === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel [10:25] Diziet: around? === stub [i=stub@sweep.bur.st] has joined #ubuntu-devel === _nomeata is now known as nomeata === zakame [n=zak@ubuntu/member/zakame] has left #ubuntu-devel ["Leaving"] === Aegir [n=richard@d220-238-232-61.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [10:28] Morning all! === stub [i=stub@sweep.bur.st] has joined #ubuntu-devel === herzi [n=herzi@c220098.adsl.hansenet.de] has joined #ubuntu-devel === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel === dr88dr88 [n=gerrit@b86143.upc-b.chello.nl] has joined #ubuntu-devel === Simira [n=rpGirl@214.84-48-74.nextgentel.com] has joined #ubuntu-devel === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel [10:35] Kamion, you got any suggestions to get a ubuntu system down to bout 120 mb / [10:35] ? [10:36] viviersf, xfce. ;) [10:36] erm HiddenWolf [10:36] thats a dumb comment [10:36] viviersf: you could start looking at ubuntu-meta [10:36] and start trimming that down [10:36] even without gnome or kde its 300 mb [10:36] and ive removed allot [10:36] thx fabbione [10:36] lemme look === bytee_ [n=byte@pentafluge.infradead.org] has joined #ubuntu-devel [10:36] perhaps rename it to something like microubuntu-meta [10:36] hm [10:36] I figured ram. :) [10:37] viviersf: did you try the server install? [10:37] nope fabbione [10:37] im remove all unneeded stuff [10:37] start from there [10:37] cos xorg still has to be on [10:37] iirc it's about 200Mb [10:37] oh [10:37] meh [10:37] ya its being a mission [10:37] viviersf, I'd say strip it down to ubunt-minimal with debfoster, then add xorg again. [10:38] k how big is a ubuntu-minimal install ? [10:38] in hdd space [10:38] iirc about 200MB [10:38] but it can go down than that [10:38] kewl [10:38] lemme look thx [10:38] but there is NO X there [10:39] X is kind of big to pull in [10:39] i need x [10:39] for nxclient [10:40] X is like, big. [10:40] nah not that big [10:40] k look [10:41] here is the thing : [10:41] i need a distro [10:41] then i compress it with squashfs [10:41] and then it must be 32mb :( [10:41] so 100mb odd will be perfect [10:41] before its compressed [10:41] atm its 300 before [10:41] so lemme try the cutdown ubuntu 1st === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel === hunger_ [n=hunger@p54A639A7.dip0.t-ipconnect.de] has joined #ubuntu-devel [10:42] grep-status -nsPackage -FPriority "required" will tell you which packages you really need, excluding apt, kernel and bootloader [10:47] Reminder: Could everyone with Dapper Specs please go into the Spec on LaunchPad and in the Update Status section add their Estimated Developer Days for implementing the spec. Thanks. [10:48] JaneW: is that the number of days to implement the spec if you had no other work to do, and could focus on it for every hour of the day [10:48] or the number of days taking into account being distracted on IRC, dealing with e-mail, bug reports, merges, etc. along the way? [10:48] or is it the number of days /from now/ that you expect the spec to be completed, bearing in mind all of the above and other specs in front of it in the priority queue? [10:49] Keybuk: arrgh === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel [10:50] Keybuk: I would say do the estimate in issolation, if someone was given that spec how long would it take them to implement (assuming they didn't need to study for 3 years first to understand it!) [10:50] and should I take into account the fact that on most days I'm only really productive on a given task for maybe a couple of hours a day? [10:50] not that it really matters, I guess [10:50] I'll probably just pick a random number and multiply by 10 like I usually do [10:51] it's turned out to be an uncannily accurate guess [10:51] JaneW: I did not consider it as ETA, but as pure work time for that very goal [10:51] Keybuk: no I think let's say this task would take 10 full days (i.e. 8 hour days) [10:51] Keybuk: Hey, that's my algorithm, too! ;-) [10:51] so 10 full 8 hour days would equate to 40 "normal" days ? [10:51] well need to load balance for ppl with high operational over heads [10:51] ij carstenh , i got required list, now how do i get the reverse of it ? [10:52] in my experience of many different companies, all of whom tried this "time estimating" thing, the best way to work out how long something will take is to do it, then work out how long it took you [10:52] Keybuk: so if you have 10 goals and they are all 100 days, clearly that's too much, and we'd need to redistribute or clone you or something... [10:52] it's easier, and more accurate, than the eternal "keep track of how far off our estimates of time were so we can improve our ability to estimate" === Keybuk has yet to find anyone who can accurately estimate the time a project would take [10:53] not that I'm cynical about the whole "man days" thing, or anything, you understand [10:53] Keybuk: yeah sure, but you should know if it;s a one day, one week or one month kind of a task more or less [10:53] Keybuk: we are mainly doing it it try to prevent overloading ppl as badly as last time [10:53] viviersf: use something like cmp $(...) $(dpkg --get-selections | grep -v deinstall | greo install | awk '{print $1}') [10:53] Keybuk's Laws of Software Engineering [10:53] 1) it will always take longer than you think [10:53] where ... is the code you already have [10:54] 2) the time something will take is raised to the power of the number of people involved [10:54] Keybuk: and in my expereince you can justify more resources without dreaded metrics [10:54] 3) specifications are the best way of documenting exactly how it _won't_ be implemented [10:54] JaneW: more resources = see keybuk's second law :p [10:55] Keybuk: yes but with 20-50 ppl involved some attempt at organisation is required [10:55] Keybuk: these are all mere corollaries of Murphy's law :) [10:56] I'm a very unpopular estimator :-/ I once angered management by claiming something would take 18 months to do, and they informed me they couldn't tell the customer that === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel [10:56] viviersf: should be <() instead of $() of course [10:57] 18 months later, the customer had gone elsewhere because they got fed up with being repeatedly told "just another month" for the 18th time [10:57] hi folks [10:57] Keybuk: reminds me of Scotty's '8 weeks' estimate in Star Trek 4 [10:57] anyway, back to kernel testing [10:57] pitti: that's so true though :) ALWAYS multiply your estimates, so if you get it done quicker, you seem like a miracle worker; and if you don't, you can't be blamed [10:58] does anyone know if daniels is actually aware that his new xorg 7 servers ftbfs? [10:58] siretart: almost certainly; he probably doesn't care though :-( [10:58] okay :( [10:58] siretart: he does know. it's waiting for new binutils/libc afaik === Keybuk [n=scott@descent.netsplit.com] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-devel [11:05] ok any1 here know how you clear the mbr [11:05] and not with lilo -M [11:05] viviersf: these are more #ubuntu questions, but you can use dd === Chipzz [i=chipzz@noa.ulyssis.student.kuleuven.be] has joined #ubuntu-devel [11:06] fabbione, i asked there yesterday and it didnt work [11:06] they didnt know how [11:06] ask again really [11:06] users change a lot from day to day [11:06] and this isn't a support channel === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-devel [11:16] ogra: is tipptrainer a edubuntu app? or do I need to talk to the motus about it? (if it's not a edubuntu app, have a look, it's very useful) [11:17] mvo: it's in universe atleast. I was last-uploader ;-). [11:18] mvo: so you now know who to flame :) [11:18] :-) [11:18] dholbach: Uses do like to express there eternal gratitude, they never flame! ;-) === mvo whishs that would be the case [11:20] Keybuk: my last job was a place where 18 months would go by arguing about what to do, and how to do it, and how much it would cost, and then they'd want it done urgently in 3 weeks! [11:25] JaneW: ahhh, spec-driven development === dredg [n=nsherida@80.169.137.162] has joined #ubuntu-devel === Keybuk blinks at X [11:27] it's ok, I didn't need a mouse cursor [11:27] I wonder whether that's a new X bug [11:27] or the "don't modprobe psmouse before the USB stack" bug [11:29] looks like iz kernel bug === Aegir [n=richard@d220-238-232-61.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [11:33] ...now, where did I read all about that bug and why it happens and how we fix it? === olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-devel === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-devel [12:05] ok, last night's install failure turns out to be fixed in Debian's aptitude; merging === \sh has a big big big big problem...and I wonder who is responsible for this [12:08] lamont-away, infinity, Kamion: could one of you please clear the dep-wait on mixxx (ia64 and powerpc), thanx :-). [12:08] \sh, see a doctor [12:09] \sh: they don't allow to cut heads anymore.. even if empty :) [12:09] \sh: what is your problem? [12:11] <\sh> Keybuk: one sourcecode, no diffs, but not the same size of the orig.tar.gz, means our orig.tar.gz of gajim is some bytes smaller then the orig.tar.gz from debian [12:11] \sh: wanna know why? :-) [12:12] score [12:12] we don't have debian/ in the .orig.tar.gz IIRC. [12:12] \sh: wouldn't be the first time it's happened [12:12] <\sh> Nafallo: in this version 0.8.2 there is no debian dir even in debian [12:13] oh? [12:13] you either have to fake a new upstream version, or wait for a new one from upstream to resolve the problem [12:14] hm, right. no debian/. === Nafallo still wants head in ;-) [12:14] <\sh> Kamion: I think this is the best solution...0.9 should hit the world one week before x-mas [12:14] heh, mom gets mightily confused by that [12:14] and it's pretty random which .orig.tar.gz you get, too [12:14] <\sh> Nafallo: no there are too many bugs inside the tree [12:15] <\sh> Keybuk: yes..but it's somehow very strange [12:15] bugs are here to be solved ;-) [12:15] <\sh> -rw-r--r-- 1 shermann shermann 1204727 2005-09-06 19:30 gajim_0.8.2.orig.tar.gz [12:15] <\sh> <- ubuntu version in archive [12:16] <\sh> -rw-r--r-- 1 shermann shermann 1216657 2005-09-11 17:47 gajim_0.8.2.orig.tar.gz [12:16] <\sh> <--- in debian and in MoMs merge dir [12:16] so whoever uploaded 0.8.2-0ubuntu1 probably did so before 0.8.2-1 was uploaded to Debian, and either we repacked the .tar.gz by mistake, or Debian did, or both [12:16] does this surprise you? === neuralis [n=ike@83-131-15-195.adsl.net.t-com.hr] has joined #ubuntu-devel [12:17] (or repacked deliberately, even; sometimes there are reasons for that, e.g. non-DFSG-free content in .tar.gz) [12:17] I actually took the .orig.tar.gz from gajim.org with uuscan :-) [12:17] source tarball is a .bz2 [12:17] (upstream) [12:17] ah, there we go [12:17] so it's been re-bzipped by both, probably at different times [12:17] <\sh> Kamion: I used the orig upstream tarball..and the debian maintainer should use it too...but he is as well source upstream... [12:17] uh, re-gzipped [12:18] \sh: you didn't. I brought in 0.8.2 :-) [12:18] \sh: you will have to deal with this problem at frequent intervals for many packages where we have packaged upstream versions before Debian did [12:18] *LOTS* of dangling symlinks have accumulated on my system since I originally installed hoary:-( [12:18] <\sh> for 0.8.1 that was...for 0.8.2 was did that [12:18] \sh: you might as well get used to it :) [12:18] hmm [12:18] <\sh> Kamion: for sure...but it freaks me out ;) [12:18] the Debian size matches the .tar.gz you can sneak if you dirname the path on the webpage [12:19] <\sh> thats the only difference...ours matches 0.8.2.orig and debians is 0.8.2 ,) [12:19] uuuuusually you can just ignore it [12:19] if there's an orig in our archive, you're not uploading another one anyway [12:20] so you just go "la la la, I so didn't notice, honest" and upload the diff.gz [12:20] you can't sync until the clash is resolved with a new upstream version though [12:20] <\sh> i'll wait now for 0.9 thats it. [12:20] Does fakeroot on purbose install stuff into /usr/lib64 on a non-64bit machine? [12:32] pitti: postgresql-8.0 demoted to universe [12:32] Kamion: yay [12:32] Kamion: I just uploaded a new language-support-ku with an aspell-ku dependency [12:32] Kamion: I reviewed aspell-ku, it's ok [12:33] pitti: ok, promoted [12:33] Kamion: (this will make the Kurdish users a lot more happy :) ) [12:33] thanks [12:33] hmm, s/more happy/happier/, right? [12:33] right === seb128_ [n=seb128@ANancy-151-1-64-250.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [12:34] Bonjour Monsieur Bacher [12:36] pitti: seb taught us a lesson in #ubuntu-desktop: " no french guy would say Bon Jour" [12:36] mvo: * debian/patches/leave-lo-alone.patch - don't take away the address of the loopback interface (ubuntu #10174) [12:36] mvo: lol, dhcp really tried to get a new address for loopback? [12:37] dholbach: so what's the more colloquial way? (and I'm not a french guy :) ) [12:38] Bonjour != Bon Jour :-) [12:39] ARG! Launchpad drives me crazy. === Nafallo likes Salut better anyway ;-) [12:39] dholbach: yeah, that's not 2 words, pitti got it right :) [12:40] ah :) [12:40] pitti: yes :) long standing bug [12:41] pitti: and worse, gnome fails in strange ways without lo [12:41] mvo: this bug sucks, my laptop doesn't get an IP on boot with 5.10 because of some bug [12:41] so I need to run dhclient [12:41] which breaks my GNOME by unsetting the lo IP every time :p [12:42] seb128_: it should be fixed now (fingers crossed) [12:42] nice === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel === Hirion [n=Hirion@p5487F41D.dip.t-dialin.net] has joined #ubuntu-devel === tambaqui [n=patricia@200-230-129-151-mns.cpe.vivax.com.br] has joined #ubuntu-devel === jdthood [n=jdthood@x078.decis.nl] has joined #ubuntu-devel === jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === cribeiro [n=CARLOS@201.19.157.213] has joined #ubuntu-devel [01:32] hi. first time here. I'm writing a spec on the launchpad, it's audio related [01:32] hmm, none of yesterdays liveCDs work [01:33] so I assume this is the correct channel (to debate specs) [01:37] cribeiro: if you wrote it, it might be the best to raise awareness on it on the mailing list - i will surely catch more eyes there, but if you have questions, you can clearly ask them here as well [01:39] dholbach: nice to know. I'm still drafting it. So it needs discussion. [01:40] it started out as a simple spec for a control-panel style app to configure SoundFonts. [01:40] But know I'm thinking about extending the idea further. [01:40] dolbach: can you spare a minute? if it's off topic let me know... [01:43] dholbach: my original intent was to have a tool to configure (add/delete) SoundFonts. But soundfonts come in deb packages. [01:43] the problem is - there is no easy way to tell for sure which packages contain soundfonts. [01:43] or ttf fonts, or LADSPA plugins. [01:44] So my idea, still a bit flurry, is: [01:44] is there any way to mark packages (deb packages, I mean) as containing only a certain type of file... in such a way that a specialized app (a control-panel app) could be used to addd/remove it??? [01:46] cribeiro: -> query === cribeiro [n=CARLOS@201.19.157.213] has left #ubuntu-devel [] === apokryphos [n=apokryph@70.85.216.98] has joined #ubuntu-devel [01:56] <\sh> elmo: please sync kdiff3 from unstable, ubuntu changes can be dropped [01:58] infinity: would it be possible to bump aptitude up the buildd queue? the buildds seem to be rather slow right now ... [01:59] Kamion : Yeah, I should also check into why they're slow. :) === infinity putters off to look. === Aegir` [n=richard@d220-238-232-61.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [02:06] Oh, feh. === pitti sighs at his bugzilla inbox [02:08] <\sh> elmo: please sync grip from unstable, ubuntu changes can be dropped [02:09] infinity: ? [02:11] elmo: please sync fetchyahoo from unstable, ubuntu changes can be dropped === highvoltage [n=Jono@196.36.161.235] has left #ubuntu-devel [] === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel === stub [i=stub@sweep.bur.st] has joined #ubuntu-devel === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel === zeedo [n=zeedo@80.68.92.188] has joined #ubuntu-devel === xTina [n=xTina@p54A25A39.dip.t-dialin.net] has joined #ubuntu-devel === thierry [n=thierry@modemcable041.61-131-66.mc.videotron.ca] has joined #ubuntu-devel === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel [02:48] elmo: please sync filelight, I see you have incorporated the ubuntu changes :) === dr88dr88 [n=gerrit@b86143.upc-b.chello.nl] has left #ubuntu-devel [] [02:51] elmo: what is necessary to get current dapper pmount into breezy-backports? I already mailed u-backports@ recently, but no response [02:51] elmo: tons of users want to mount their floppies, which fails with breezy's version === Cimmerian [n=crom@80.239.71.231] has joined #ubuntu-devel [02:51] pitti: that's not a candidate for -updates? [02:52] seb128: hmm, the 0.9.6 changes are pretty big === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [02:52] seb128: OTOH it works now for several weeks in dapper [02:52] Hi BenC [02:52] hey pitti === mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === dr88dr88 [n=gerrit@b86143.upc-b.chello.nl] has joined #ubuntu-devel [03:01] Keybuk: is hct supposed to work atm? [03:04] Keybuk: [03:04] /usr/bin/hct: Sorry, an unhandled server fault occurred: error [03:04] get-source: bug-buddy was supposed to be available through HCT but that gave me an error, will try with apt. [03:04] :/ === kentborg [n=kentborg@c-65-96-163-161.hsd1.ma.comcast.net] has joined #ubuntu-devel === LeeJunFan [n=junfan@s64-186-37-120.skycon.net] has joined #ubuntu-devel === rob^^^ [n=rcaskey@cai17.music.uga.edu] has joined #ubuntu-devel === rob^^^ is now known as robertj === mjr [i=mjr@aulis.sange.fi] has joined #ubuntu-devel [03:11] <\sh> elmo: please sync bzr from unstable, ubuntu canges can be dropped === mgalvin [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-devel [03:16] mvo: you around? [03:16] robertj: yes [03:17] you want to try to hop onto that vnc session again? [03:17] \sh: er, bzr/unstable is behind bzr/dapper [03:17] bzr | 0.6-2 | unstable | source, all [03:18] bzr | 0.6.2-0ubuntu1 | dapper/universe | source, all [03:18] robertj: please /msg me the ip :) [03:18] <\sh> Kamion: well...nice... [03:19] <\sh> Kamion: moment...why is it hmmm... === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-devel [03:19] <\sh> i need really new glasses... [03:20] <\sh> ha..mom happyness and \sh blindness [03:20] mvo: ok it should be in your msg buffer [03:20] <\sh> elmo: please forget what I said thx [03:20] <\sh> elmo: about bzr === jane_ [n=JaneW@wbs-146-188-200.telkomadsl.co.za] has joined #ubuntu-devel [03:21] robertj: thanks, it is. apparently I can't /msg you because I'm not registered or something :/ === mvo grumbles about freenode [03:21] mvo: yeah you have to register your nick on this network :( [03:21] robertj: You can also turn that feature off on your account [03:21] /msg nickserv register foo /msg nickserv identify foo === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel [03:22] Morning all [03:22] <\sh> robertj: there is no need to...adjust your settings === robertj tries to figure out how [03:23] <\sh> robertj: actually I never got irc spam...only wall-ops from lilo about "there could be irc spam thats why we nagging the user" [03:23] /msg nickserv help unfilterd apparently [03:23] ok [03:23] try now === zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [03:28] Reminder: All Dapper Specs owners please go into the Spec on LP and in the 'Update Status' section add the Estimated Developer Days for implementing the spec (not taking into account your other workload, just how long that spec on it's own should take to implement). Thanks. https://launchpad.net/distros/ubuntu/dapper/+specstable === OculusAquilae [n=bastian@p548D28D3.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:30] `Please only provide an estimate if you are relatively confident in the number.' [03:31] jane_: By owner, do you mean "assign" ? === Hirion [n=Hirion@p5487F41D.dip.t-dialin.net] has joined #ubuntu-devel [03:31] jbailey: yes === apokryphos [n=apokryph@70.85.216.98] has joined #ubuntu-devel [03:34] jane_: please stop flooding this chan with your announcements :p [03:34] seb128: hey that was 2 announcements! [03:34] ;) [03:35] seb128: trying to catch all time zones === jinty [n=jinty@205.134.224.215] has joined #ubuntu-devel [03:35] seb128: should I ping you separately? [03:35] jane_: we have a wonderful -announce list for that now :) [03:35] jane_: no, I've my specs open atm, will do right now, maybe that will make you stop :-P [03:38] seb128: ok I promise to stop [03:38] seb128: and I'll use the -announce list if ppl read it and comply === JaneW would like to not clash with ppl this cycle ;) [03:40] JaneW: don't worry there is no clash :) I just think a mail to -announce would work and you would no need to put some pressure on the people here by asking every few hours [03:42] seb128: ok, I understand, and you do have a valid point [03:43] au revoire [03:44] JaneW: BTW is there something to do to get a spec listed on https://launchpad.net/distros/ubuntu/dapper/+specstable if it's not atm? [03:44] seb128: yes [03:44] seb128, target to release: dapper should do it, i think. [03:45] seb128: is it on https://wiki.ubuntu.com/DapperGoals? [03:45] cos that's the list mdz put together yesterday of what he thinks should be in, and I added those [03:45] JaneW: nop [03:45] if it;s not there, get mdz to ok, and I can add it [03:45] which is it? [03:45] I'll make a note and ask mdz [03:46] JaneW: was wondering about rhythmbox-ipod which is medium priority and assigned to me [03:46] is it likely to get done? [03:46] if I've some days to work on it probably [03:47] upstream is working on it, that's just a matter to coordinate a bit and to work with them [03:47] I'll probably do it as a personnal goal even if it's not listed anyway [03:47] seb128, you just bought an ipod? ;) [03:47] ok I added it ;) === Gerrath [i=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel [03:47] HiddenWolf: not yet, but it's planned [03:47] JaneW: thanks! I've updated all my specs, enjoy ;) [03:48] <\sh> gentlemen...anyone here who can provide me with a running ppc ssh login with a working dapper pbuilder or dchroot...where I can compile and test some software for dapper? it should have a working kubuntu desktop installed (inside the dchroot) and I need somehow a limited sudo access to install build-deps... [03:48] seb128: aewsome, thanks :) [03:48] awesome too [03:48] seb128, making gnome faster just got a bit easier for you. new glib and pango releases. ;) === JaneW is gone... bye [03:48] HiddenWolf: those are not dapper material === mvo needs to run, bbl [03:48] seb128, too risky even now? [03:48] bye mvo [03:48] HiddenWolf: no, but 2.9/2.10 is planned for after dapper [03:49] they don't have 6 months cycle as GNOME [03:49] seb128, but [WWW] https://launchpad.net/distros/ubuntu/+spec/faster-gnome-startup is on the goals page... [03:49] \ [03:50] sigh, live CD is busticated [03:50] ogra: and it has nothing to do with a new glib or gtk? [03:50] Kamion, yes, all arches [03:50] "I know that we are a bit late (with 2.13.2 already behind us), but I [03:50] have done a GLib 2.9.0 release today [1] , and Behdad will follow with a [03:50] Pango 1.11.0 release as soon as possible." [03:50] seb128, but if it speeds you up ... [03:50] it doesn't speed anything afaik [03:50] ah, k [03:50] ogra: I don't see any bug reports from you about it? [03:50] Kamion, oh, sorry === Kamion is getting tired of (re-)discovering all the issues for himself === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel === sfeehan [n=sfeehan@132.198.90.91] has joined #ubuntu-devel [04:27] does anybody know in which package i find the dl module for python === zyga_ [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel [04:30] <\sh> dl-modul? dynamic loader? [04:30] yes, for dlopen etc [04:30] ogra, comes bundled with python [04:31] >>> import dl [04:31] Traceback (most recent call last): [04:31] File "", line 1, in ? [04:31] ImportError: No module named dl [04:31] was it renamed ? [04:31] python2.4: /usr/lib/python2.4/lib-dynload/dl.so [04:31] hmm [04:31] WFM === hunger [n=hunger@p54A647F8.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:32] hmm, works on breezy ... but not on dapper amd64 [04:32] ogra: perhaps you only have python-minimal installed [04:33] i doubt that ... [04:33] hmm, indeed dl.so isn't in python2.4_2.4.2-1_amd64.deb [04:33] <\sh> ogra: u read the doc about dl? [04:33] \sh, nope [04:34] something amd64 specific ? [04:34] <\sh> http://www.python.org/doc/2.4.2/lib/module-dl.html [04:34] <\sh> last sentence "This example was tried on a Debian GNU/Linux system, and is a good example of the fact that using this module is usually a bad alternative." [04:34] \sh, yes, that one i've seen [04:34] \sh, its not my program that uses it [04:35] <\sh> ogra: hmmm... [04:35] <\sh> PLEASE ! someone has to fix evolution..this is now the 50th time today it freezes because of nothing [04:35] Kamion: should we be upload frozen for flight1-cd? I only do menu item changes atm but I don't know if/when you need to get the archive in sync on all the archs? [04:36] good night =) [04:36] \sh: do you do quick actions? debug backtraces of the lock are welcome [04:36] <\sh> seb128: it's the same backtrace I provided to upstream...it never changed. [04:37] my dear python loving friends, I've installed libapache-mod-python2.4 and I cannot really get past the hello-world test, is this a bug or should I keep googling [04:37] \sh: bug number? [04:37] seb128: uploads of source packages with both arch: all and arch: any binaries are potentially painful, because out-of-sync binaries can then cause uninstallability [04:37] seb128: I don't want to slow people down too much by freezing the archive entirely, though [04:37] doko, ping [04:37] <\sh> seb128: 317790 [04:38] Kamion: no, those are apps, arch any ... but that can create revision diff between arch time to get everything built, dunno if the CDs have to ship the same revisions [04:38] ogra: speak up ;) [04:38] doko, any idea why dl is not in python2.4 for amd64 ? [04:38] seb128: I'm not really bothered about that for an alpha release [04:39] ogra: the URL \sh pointed to says: [04:39] Note: This module will not work unless sizeof(int) == sizeof(long) == sizeof(char *) If this is not the case, SystemError will be raised on import. [04:39] oh [04:39] k [04:39] blind me, doko: unping then ... [04:39] Kamion: k, thanks [04:46] seb128: hm, any idea where teuf usually hangs out? [04:46] seb128: I can't find him on Freenode or gimpnet === Znarl [n=karl@bb-82-108-14-161.ukonline.co.uk] has joined #ubuntu-devel [04:51] pitti: he's on GIMPNet usually, he disconnected ~40 min ago [04:51] pitti: for what do you need him? [04:52] seb128: he can reproduce the 'cannot eject bug #5049, and offered me to debug this together [04:52] ah, cool [04:52] I'll let you know when he's online [04:52] he's on #nautilus, #rhythmbox usually [04:56] seb128: I also mailed him, but thanks [04:57] k === pitti discovers that only one package holds libmysqlclient10 in main and goes to fix that [05:04] pitti, spring cleaning. ;) [05:04] ReducingDuplicates spec :) [05:04] having three different client libraries and two mysql versions in main hurts [05:04] HiddenWolf, its autumn here [05:04] ogra, duh! ;) [05:04] heh [05:05] pitti, yeah. why is that anyway? [05:05] well, it happens [05:05] pitti: what is this package? [05:05] seb128: libsasl2-modules-sql [05:05] cyrus-sasl2 source [05:06] oh, k [05:06] pfiou, not a GNOME stuff :) === _trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel [05:15] Kamion: a few questions: what's the status of flying-1, what's the status of kubuntu daily CDs and should we have a kubuntu flying-1? [05:16] Kamion: what's busted on the live CD? [05:16] Hi mdz [05:17] mdz casper it seems [05:17] ogra: ... [05:17] ogra: did you try it? what did you see? any error messages? [05:18] something about cramfs wrong magic ... [05:18] and it tries to install coreutils [05:18] hi mdz [05:18] Riddell: kubuntu daily install CD build failed with some permission errors, likewise for daily-live [05:18] i have to boot one again to get a precise msg... give me a moment [05:18] hi all [05:19] I would find it extremely unusual for casper to try to install coreutils [05:19] to say the least [05:19] cramfs wrong magic is a perfectly normal message from the kernel [05:19] its one of the mssages i saw [05:19] mdz: who to poke to fix that? [05:22] Riddell: it might just need to be re-run [05:22] ask Kamion when he returns [05:23] libgd2 build-deps gnulib. main vs universe. sigh [05:24] seb128: sorry, I forgot again how to deep-debug package uninstallability; could you give me a hint about that? AFAIK you know that [05:24] seb128: I cannot install libmysqlclient14-dev libdb4.2-dev heimdal-dev at the same time [05:25] pitti: sudo apt-get install -o Debug::pkgProblemResolver=true heimdal-dev kerberos4kth-dev libmysqlclient14-dev ? [05:25] mdz: kbd-chooser; it's fixed [05:25] seb128: ah, that's what I was looking for, thanks [05:26] mdz: a block of old code removed from the end of a shell script that didn't have 'exit 0' at the end, so it exited with the return code of whatever happened to be executed last, which in this case was '[ -n "" ] && ...' [05:26] seb128: ah, got it - heimdal-dev wants libdb4.1-dev, which conflicts with libdb4.2-dev [05:26] yay for a billion libdb versions [05:27] Riddell: I asked you to fix koffice, and you said you'd do it when the C++ allocator transition was happening [05:27] pitti: drop 4.1 :) [05:27] Riddell: koffice is part of kubuntu-desktop, therefore it is not currently possible to build working Kubuntu images [05:27] I tried [05:27] seb128: we want to drop everything but 4.3 anyway, but I don't know how much that breaks (in terms of database compatibility) [05:28] I hate libdb [05:28] mdz: I'm currently doing a d-i rebuild to pick up the new kbd-chooser [05:28] pitti: don't break my e-d-s :) [05:28] Kamion: worth me fixing that now? and any others to be fixed? [05:28] mdz, its console-tools, not coreutils, and indeed apt-install tries to install it ... the final error comes from main-menu: [05:28] seb128: it won't work with 4.3? [05:28] Riddell: it's always worth fixing uninstallables. the list is in the usual place, http://people.ubuntu.com/~cjwatson/testing/dapper_probs.html [05:28] ogra: see above; Kamion has fixed it [05:29] pitti: I've not tried, it uses 4.1 upstream, Debian uses 4.2 [05:29] pitti: I just fear to make us incompatible with the rest of the world by using different versions [05:29] mdz, ah, k ... was in the other room [05:29] Riddell: koffice is the only Kubuntu-relevant problem I know of [05:31] Kamion: what are the errors in the log about? [05:31] diff: /srv/cdimage.no-name-yet.com/scratch/kubuntu/tasks-previous/daily-live/dapper/boot: No such file or directory [05:31] etc. === pryzbyj [n=pryzbyj@cpe-69-202-136-66.twcny.res.rr.com] has joined #ubuntu-devel === yoni [n=yoni@bzq-236-101.red.bezeqint.net] has joined #ubuntu-devel [05:33] can i tell an ubuntu user to add a debian ftp server to /e/a/sources.list ? [05:34] pryzbyj, generally, no. [05:34] seb128: ok, so the database format is the same in 4.{1,2,3}, just the log format changed [05:34] why? [05:34] Hello, I know this probably isn't the place to ask - but i'm having a really weird problem. gnome won't come up, because libpng is screwed up. i've reinstalled from repositories and the same error continues. any ideas why? [05:34] and, what does it take for them to install my package saods9 [05:34] yoni: try #ubuntu-desktop [05:35] yoni, yes, this isn't the place to ask. try #ubuntu-desktop or file a bug or post to the ubuntu-users list. [05:35] maybe apt-get -b source ? [05:35] seb128: i. e. as long as an app does not use transactions, the libdb versions are compatible [05:35] pryzbyj: because Ubuntu and Debian may have different package with the same versions by example which will confuse apt [05:36] pryzbyj: saods9 | 3.0.3-1 | http://localhost dapper/universe Sources [05:36] i see; if they pin everything down, will that be sufficient to prevent breakage? [05:36] pitti: cool. Seems that's fine for e-d-s since Debian guy didn't have any issue to switch from 4.1 to 4.2 [05:36] i just searched packages.ubuntu.com .. [05:36] pryzbyj, dapper is the next release that's being worked on [05:36] pryzbyj: http://people.ubuntu.com/~lamont/buildLogs/s/saods9/3.0.3-1/ [05:37] oh ok [05:37] mdz: oh, right. the one you cite is harmless (it just means there's no previous build), but the real error is due to a non-group-writable directory, which I've just fixed. I hate how baz is so picky about the group-writable bit [05:37] pryzbyj, you can try having the user download the .deb and install it by hand. if it works, great, if not, it gets more complicated. [05:37] what, with dpkg? [05:37] yes. === dand [n=dand@gw.datagroup.ro] has joined #ubuntu-devel [05:38] you mean the debian .deb then, not ubuntu? [05:38] yes. [05:38] ok supposedly that failed, but i'm not confident that we're communicating well .. seems to be a language prob === mae [n=mae@dpc674653178.direcpc.com] has joined #ubuntu-devel [05:39] pryzbyj: if you look at the URL I sent you, you will see that your package fails to build from scratch. you might want to fix that? :-) [05:39] yea, i see [05:39] pryzbyj, you can check the versions of your package's dependencies in ubuntu vs. those in debian, which should tell you if it's possible for the ubuntu user to install your debian .deb with dpkg. [05:40] the best path would be to fix that in debian, and then the package gets auto-imported. [05:40] yea [05:40] mm [05:41] Kamion: er, yeah, pasted the wrong line. I meant the EACCES at the end [05:41] well another upload is already on its way [05:41] auto imported on next cycle [05:41] not in current stable release [05:41] :) [05:41] pryzbyj: kewl :-) [05:42] what is: powerpc-given-back.gz [05:43] mdz: could you (non-urgently) merge colin.watson@canonical.com--2005/casper--fixes--0? various small fixes to bugs I noticed while fixing the real problem [05:43] ...powerpc-given-back.gz in the build failures [05:43] pryzbyj: it means "ignore this if you aren't a buildd admin" [05:43] Mithrandir: ping [05:43] renamed to such after a buildd problem is discovered? [05:43] no, generally speaking it means that the build was unlucky enough to run while apt-ftparchive was running on ftp-master, and therefore got confused [05:43] ic [05:45] Kamion: eeek, conflicts abound [05:45] mdz: it was against the breezy branch, because to start with I thought it might be urgent; want me to update it to main? [05:45] Kamion: ah, that'd be better, yes [05:46] all the .po files conflict [05:46] perhaps you should merge the breezy branch into main first ... [05:46] that would probably sort it out [05:47] I did a debconf-updatepo in the breezy branch which you merged there, but not in main [05:47] and some translation updates [05:47] heh, yes. that gives me the conflicts to sort out again ;-) [05:48] they're probably just in the po file headers [05:48] yeah [05:48] Aha! They have my bigger buffer cache now. I shall go and fetch it. === Kamion pushes a cron.daily through so that he can start building CDs === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu-devel [05:52] ogra: why package ltspfs and ltspfsd separately? [05:52] mdz, becaus upstream does that ? === pryzbyj [n=pryzbyj@cpe-69-202-136-66.twcny.res.rr.com] has left #ubuntu-devel ["Client] [05:53] they are two separate sources, i can ask scott if he might merge them [05:54] ogra: i don't think it's a logical grouping, if i'm remebering correctly. fsd is what runs on each thin client, fs is what runs on the server to access the fsds, isn't it? [05:55] neuralis, we only talk about the source package [05:55] ogra, ah. nevermind. [05:55] its less maintenance work to have one source that spits out two binarys [05:56] but i dont want to merge the sources on every upgrade, so upstream must/should do that [05:57] Kamion: merged. I think I'm going to move it over to bzr now [05:57] mdz: righto [05:58] do we need to keep the "--" naming schemes for bzr archives ? [05:58] ogra: no === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel [05:58] yay [05:58] c.f. the seeds for example [05:58] i thought there was a policy ... [05:59] bzr is more free-form about it than baz is [05:59] yup === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel [06:06] Kamion: http://people.ubuntu.com/~mdz/bazaar/casper/ [06:07] I have no idea what happens to the branch relationships during a conversion like this [06:07] hopefully it magically DTRT [06:09] mdz: I had to deal with this for the seeds; after all the branches have converted, you need to use 'bzr fetch-ghosts' on the other branches to import their history, and you very likely want to use Kinnison's re-weave-inventory on it too (which I think has been integrated into bzrtools now) [06:10] morning [06:11] Kamion: so I chdir to mainline and fetch-ghosts breezy, e.g.? [06:12] mdz: right; possibly the other way round too if you've merged the other way at any point [06:12] oh, breezy was a branch from mainline, so definitely the other way round too [06:12] Kamion: hmm, it succeeded but didn't seem to do anything [06:12] did it both ways [06:13] 'bzr log' to see whether it shows merges [06:13] a later rsync showed no files changed === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel [06:13] it shows merges, but apparently they were already there [06:14] maybe the import found them; it won't have found merges from my branches [06:14] the current bzrtools daily automatically re-weaves on fetch-ghosts; good, that saves trouble [06:14] Kamion: it probably was able to find them because both branches were in the same archive [06:15] hah, I just found a nice old ubuntu review in a national newspaper. [06:15] yeah, if you imported the whole archive at once rather than one branch at a time [06:15] Kamion: I did it a branch at a time [06:16] but no, bzr log in mainline looks wrong [06:16] It lists the lack of windows software as a pro. "You can browse without any worries, there are no frogs that'll jump on your desktop to promote ringtoes, or other anoying software" [06:16] it should have indented sections with the logs from breezy on each merge from breezy [06:16] ringtones. :/ [06:16] ok, that is consistent with fetch-ghosts not changing the branch [06:16] hm, this import is buggy AFAICS [06:16] ii bzr 0.6.2-0ubuntu1 bazaar-ng, the next-generation distributed v [06:16] ii bzrtools 0.7+20051103-0 Collection of tools for bzr [06:17] the revisions indicating a merge should have multiple parents (look in 'bzr log --show-ids') [06:17] compare with e.g. any kubuntu seeds branch [06:17] do I need different versions? [06:18] probably the latest daily of bzr? [06:18] my bzr seems to be the same as dapper; bzrtools is newer from jbailey's archive [06:18] I don't know; would be worth asking #bzr [06:18] Kamion: what did you use for converting the seeds? [06:19] mdz: an installation on chinstrap [06:19] which is one of lifeless' "you must use EXACTLY these versions" specials === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-devel [06:19] gah [06:20] it could be that bzr and bzrtools just have to be a bit more in sync - as I say, check with #bzr, I'm just guessing at this point [06:20] yep === pryzbyj [n=pryzbyj@cpe-69-202-136-66.twcny.res.rr.com] has joined #ubuntu-devel [06:21] so, saods9 fails with "mktclapp: can't open "/usr/lib/tcl8.4/http2.5/http.tcl" for reading", presumably on all archs. but that file is in package tcl8.4, which is a build dep?! [06:22] http://packages.ubuntu.com/cgi-bin/search_contents.pl?word=%2Fusr%2Flib%2Ftcl8.4%2Fhttp2.5%2Fhttp.tcl&searchmode=searchfiles&case=insensitive&version=breezy&arch=i386 [06:22] pryzbyj: the failure I see in the latest i386 build is quite different [06:22] g++ -O2 -fPIC -I/usr/include/tcl8.4 -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFIL [06:22] E64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../vector -I../../include -I/usr/X11R6/ [06:23] include/X11 -c -o widget.o widget.C [06:23] ../vector/vector.h:50: error: expected ',' or '...' before '&' token [06:23] ../vector/vector.h:50: error: ISO C++ forbids declaration of 'Matrix' with no ty [06:23] pe [06:23] ok that one is fixed [06:23] ../vector/vector.h:61: error: expected ',' or '...' before '&' token [06:23] ../vector/vector.h:61: error: ISO C++ forbids declaration of 'Matrix' with no ty [06:23] pe [06:23] ../vector/vector.h:70: error: 'BBox' does not name a type [06:23] (excuse the paste) [06:23] ok that one is fixed; is the other failure an early tcl problem, then? === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-devel [06:27] in general you should only bother with the latest (non-trivial) logs in http://people.ubuntu.com/~lamont/buildLogs/s/saods9/3.0.3-1/ [06:27] ok === rob^^^ [n=rcaskey@cai17.music.uga.edu] has joined #ubuntu-devel [06:38] mdz: Eh? How did you wind up with a mismatch? [06:38] jbailey: see #bzr [06:43] Kamion: the new branches in the same place look more reasonable [06:44] Keybuk: do you know if there are plans for more advanced init scripts in ubuntu, e.g. including a status function? === wasabi_ [n=wasabi@207.55.180.100] has joined #ubuntu-devel === bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-devel [06:45] mdz: what was the problem? [06:46] mdz: bzr: ERROR: urllib2.HTTPError: HTTP Error 403: Forbidden [06:46] Riddell: dapper+1 === travis [n=travis@216.159.64.253] has joined #ubuntu-devel === Tuxist [n=jan@dyndsl-080-228-215-091.ewe-ip-backbone.de] has joined #ubuntu-devel === Tuxist [n=jan@dyndsl-080-228-215-091.ewe-ip-backbone.de] has left #ubuntu-devel ["Konversation] [06:47] Kamion: fixed === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [06:47] Kamion: just a "these are not the versions you're looking for" [06:48] mdz: oh, so current daily of everything worked? [06:49] Kamion: no, current daily of everything fails unspectacularly on fetch-ghosts [06:49] apparently things are complicated [06:49] what versions should I be using if I want to do imports, then? [06:49] I was not able to learn the answer to that question [06:49] whatever is in lifeless' home directory, of course [06:49] that's always the right answer [06:49] to any question [06:49] apparently [06:50] oops, M-x cynical-mode [06:50] mdz: what did *you* use? :) [06:50] mdz: looks like you still need to fetch-ghosts [06:50] Keybuk: [06:50] $ get-source pmount [06:50] /usr/bin/hct: Sorry, an unhandled server fault occurred: error [06:51] Keybuk: is that a known issue? [06:51] Keybuk: oi, with your reference package? :) [06:51] pitti_: seems it does that with every package for me [06:51] Kamion: revno 29 has all sorts of nice indented merges [06:51] mdz: did you push? [06:51] Kamion: I think in the end I used bzr.integration from chinstrap for both import and fetch-ghosts [06:52] seb128: no, not known [06:52] I'll look into it [06:52] Keybuk: thanks [06:52] Kamion: have pushed again for good measure [06:53] mdz: no shiny indentation love here [06:54] Kamion: bzr log -r 29 has no love? [06:54] mdz: bzr.integration on chinstrap will probably require the reweave rubbish, FYI - use 'bzr fix' from bzrtools daily [06:54] mdz: main or breezy? [06:54] Kamion: main [06:54] that's the breezy->main merge I did today === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [06:55] mdz: fresh get with no HTTP proxy, no love [06:59] pitti_: ? [06:59] Keybuk: ! [06:59] what's up? [07:00] hrm, an underscore again? *grumpf* [07:00] pitti_: so, what's the expected breakage with 2.6.15 ... I've not been expecting (or experiencing) any? === dand [n=dand@86.105.65.80] has joined #ubuntu-devel [07:01] Keybuk: the whole gnome desktop just does not react to hotplug events any more [07:01] Keybuk: I did not yet wasted thoughts about this [07:01] that's odd, sounds much more like a hal bug [07:01] assuming hal has a udev rule? :) [07:01] or is it simply that hal isn't being run === Keybuk can't find the old /etc/hotplug.d/default/hal.hotplug thing [07:03] but I do have a (very crackful) /etc/udev/rules.d/*hal* [07:04] Keybuk: hm, thinking about it, hal and pmount actually work [07:04] so is probably just a gnome-vfs bug then [07:04] Mithrandir: the hplip menu item is still around with your change [07:04] *giggles* [07:04] Keybuk: i. e. devices are mounted, but gnome does not react to it [07:04] iz gtk bog? [07:04] definite gtk bog [07:04] though that hal.rules file is classic [07:04] ENV{SEQNUM}=="[0-9] *" ?! ... of course the event has a sequence number [07:04] Keybuk: I don't now, and until the basic kernel/udev/hotplug stuff is sorted out, we should just leave it alone IMHO [07:05] ENV{UDEVD_EVENT}=="1" ?! ... what other kind where you expecting [07:05] though the classic is: [07:05] ACTION="remove" [07:05] I suspect they _really_ wanted ACTION=="remove" === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel [07:05] anyhoo, yes, we probably shouldn't debug it too hard until new udev and kernel are ready [07:06] yep [07:06] that guy uses dapper, he should share the pain :) [07:06] in particular, that should be something far more like RUN+="socket:/org/freedesktop/hal" [07:06] instead of forking things [07:07] new install/live CDs up, may stand a better chance of working now [07:07] please test and report problems to me === zul_ [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [07:12] sigh ... 48 minutes for a seed push [07:14] ogra: how are you pushing? === herzi [n=herzi@d125055.adsl.hansenet.de] has joined #ubuntu-devel [07:14] and what version of bzr? [07:14] i tried a simple bzr push first ... but that timed out eery time, now i'm using it with sftp url [07:15] which at least doesnt time out [07:15] the current one from jbauleys archive [07:15] jbaileys === xTina_ [n=xTina@p54A24C33.dip.t-dialin.net] has joined #ubuntu-devel === lionel_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-devel === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel === bur[n] er [n=burner@c-67-173-243-73.hsd1.co.comcast.net] has joined #ubuntu-devel [07:24] jbailey: did you figure what is wrong with freecell? === zeedo [n=zeedo@80.68.92.188] has joined #ubuntu-devel [07:24] seb128: I haven't. I've noticed that it's the only gnome-game that seems to use threading though. =) [07:24] And I've also learned that threading in Scheme kinda scares me. [07:25] bmonty_laptop: filelight won't sync; different orig.tar.gz's [07:25] jbailey, gnometris doesnt load here [07:25] elmo: without wanting to annoy you, but is there any problem with my key? [07:26] jbailey, (gnometris:19549): Gtk-WARNING **: This process is currently running setuid or setgid. [07:26] xhaker: What's the bug number? [07:26] sorry for the bug report here [07:26] don't think i opened one [07:26] xhaker: It's all good. =) [07:26] crimsun: same problem with wpasupplicant; different orig.tar.gz's [07:26] jbailey: https://launchpad.net/distros/ubuntu/+source/gnome-games/+bug/4537 .. weird [07:27] xhaker: If you could please, I see the same behaviour, and I can confirm it for you. [07:27] siretart: I'm getting to it, sorry I'm still backlogged from trying to catch up after ubz [07:27] xhaker: But this appears to be a SUID problem rather than a threading-in-scheme problem. [07:27] elmo: ok, i'll do a merge debdiff then, thanks [07:27] jbailey, just figured it was the same package you were working on [07:27] elmo: okay. I was just a bit confused, no problem [07:28] jbailey, xhaker: we have a bug about this. That's GTK which doesn't like the setgid games (which is used to write scores) [07:28] xhaker: For me, the problem is in Freecell, which is part of Aisleriot. [07:28] different issue [07:29] seb128, is the bug already reported? [07:29] the setgid one? [07:29] jbailey: any reason bzr-integration doesn't provide bzr? [07:29] xhaker: it is [07:30] xhaker: http://bugzilla.ubuntu.com/show_bug.cgi?id=19668 [07:30] mdz: Nope. Lemme double check with lifeless to make sure he has no objections to that. [07:30] seb128, thanks [07:30] lifeless: (Whenever you wake up, dear) [07:30] xhaker: np [07:32] seb128: Found the problem with sol. Lemme fix. =) [07:32] jbailey: cool. What is it? [07:32] seb128: Guile not compiled with thread support on ppc, but is on i386. [07:33] ah, NOTGNOME, cool :) [07:33] jbailey: do you have a 5.10 ppc? [07:33] https://launchpad.net/distros/ubuntu/+source/gnome-applets/+bug/4602 mention the same kind of issue and the guy is not using dapper [07:33] ups [07:33] https://launchpad.net/distros/ubuntu/+source/gnome-games/+bug/4537 [07:33] seb128: My ppc box is running dapper atm, I could do a chroot if I needed to, or dust off the other ppc box. [07:34] don't bother [07:34] I guess I can get the information from the build log [07:38] yay, alacarte is in :) [07:39] thanks to you ! [07:44] seb128: Oh ugh. [07:44] seb128: So to run freecell I have to implement quickthreads on ppc? [07:44] You clearly hate me. =) [07:44] btw, has anyone used the "browser appliance" with vmware player? === sfeehan [n=sfeehan@132.198.90.91] has joined #ubuntu-devel [07:57] seb128: so is the rest of the stuff to go with it (gnome-panel patch, i think) waiting on flight 1 === pitti_ [n=pitti@195.227.105.180] has joined #ubuntu-devel === ompaul [n=ompaul@213-202-144-104.bas502.dsl.esat.net] has joined #ubuntu-devel [08:04] sigh. libgtk-java needs -ffunction-sections on hppa. grumble === sajd [n=sajd@c80-217-193-226.cm-upc.chello.se] has joined #ubuntu-devel [08:14] Kamion: have you already done a new livecd build with the new d-i? === Mez [i=gga@ubuntu/member/mez] has joined #ubuntu-devel === herzi [n=herzi@d014236.adsl.hansenet.de] has joined #ubuntu-devel === ifvoid [i=bas@213.227.141.210] has joined #ubuntu-devel [08:19] hey! [08:20] is anything wrong with nl.archive.ubuntu.com? apt-get complains about an invalid signature [08:20] Kamion: new koffice is in the archive new [08:23] ifvoid: you should probably ask the admin, not us :-). this channel is for the development of Ubuntu. [08:24] but the key didn;t change recnetly or so? === grover [n=grover@216-99-218-29.dsl.aracnet.com] has joined #ubuntu-devel [08:26] no [08:27] ifvoid: usually you get key errors when the mirror is updating, try again in 10 minutes === Diziet [n=ian@xenophobe.extern.relativity.greenend.org.uk] has joined #ubuntu-devel [08:28] ok thanks [08:28] Excellent. New server disk works; just need to pvmove everything now which I can do with everyhing working. And my workstation has 3x the RAM. === thesaltydog [n=fabio@host242-169.pool8251.interbusiness.it] has joined #ubuntu-devel [08:29] uh [08:29] guys do you think it's fine for gam_server to eat 56% of ram+swap? [08:29] It's still running if anyone wants to have a look [08:30] it currently eats 489MB of real memory [08:30] have a nice evening [08:31] you too dholbach === [splinux] [n=[splinux@186-125.240.81.adsl.skynet.be] has joined #ubuntu-devel === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel === ifvoid [i=bas@213.227.141.210] has left #ubuntu-devel [] === mdke [n=matt@ubuntu/member/mdke] has joined #ubuntu-devel [08:37] zyga: https://bugzilla.ubuntu.com/show_bug.cgi?id=13449 [08:42] seb128: thanks alot [08:42] np === [splinux] [n=[splinux@130.238-200-80.adsl.skynet.be] has joined #ubuntu-devel [08:42] seb128: is it possible to attach valgrind to a running process? [08:43] (I never tried anything like that) === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [08:43] so far I SIGSTOPped that memory hog [08:44] not sure, you can try [08:44] checking === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [08:47] seb128: do you think this could be caused by the same mechanism that was present in the malloc example I showed you before? [08:48] maybe [08:48] wow the only thing in my system tools is system monitor, good job [08:49] oh, everything else is just hidden [08:50] mdz: yes === HWolf [n=HiddenWo@136.135.dynamic.phpg.net] has joined #ubuntu-devel [08:54] Kamion: so what's the status of ubuntu flying and should we try for a kubuntu flying? [08:54] Riddell: ok, thanks, kubuntu daily running now [08:55] Riddell: (a) flight not flying :-) (b) Ubuntu install/live are ready for testing but tests incomplete (c) if you can coordinate the required testing, sure [08:55] is there a breezy mini iso? [08:56] Amaranth: archive.ubuntu.com/ubuntu/dists/breezy/main/installer-*/images/current/... [08:59] err, those aren't isos [09:00] http://archive.ubuntu.com/ubuntu/dists/breezy/main/installer-i386/current/images/netboot/mini.iso certainly is [09:00] oh, netboot [09:01] mdz: do you mind *terribly* much if the live CD boot text for Flight 1 is wrong (i.e. looking like the install CD) as long as it's fixed afterwards? [09:01] I've fixed it but it'll take a d-i upload === Diablo-D3 [i=diablod3@pool-71-241-214-94.port.east.verizon.net] has joined #ubuntu-devel [09:04] Hey guys. === ispiked_ [n=ispiked@Lee-12-238.rh.ncsu.edu] has joined #ubuntu-devel [09:04] Why does universe contain helix-player? [09:04] or rather, why does it include the completely useless stripped down helix-player? [09:05] it's not useless, and this is a MOTU question === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel === Diablo-D3 asks again in #ubuntu-motu [09:07] Kamion: I don't mind at all === thierry [n=thierry@modemcable041.61-131-66.mc.videotron.ca] has joined #ubuntu-devel === mdke_ [n=matt@81-178-137-33.dsl.pipex.com] has joined #ubuntu-devel === netjoined: irc.freenode.net -> brown.freenode.net === chris38-home [n=Christia@LSt-Amand-152-31-26-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [09:23] i386/live pass === doko_ [n=doko@dslb-084-059-084-248.pools.arcor-ip.net] has joined #ubuntu-devel [09:27] Kubuntu live filesystem building [09:28] Riddell: Kubuntu daily 20051118.2 should be good for you to test [09:28] Diablo-D3, stripped of non-free codecs. [09:29] HWolf: yes, we had this discussion [09:29] Kamion: great, thanks [09:29] HWolf: in #ubuntu-motu I mean [09:29] HWolf: its just that why is helix-player even packaged when its totally useless, and redundant === Znarl [n=karl@bb-82-108-14-161.ukonline.co.uk] has joined #ubuntu-devel [09:30] HWolf: it's not stripped, afaik, it just doesn't come with any codecs [09:30] when I said stripped, I meant from upstream [09:30] helix contains nothing useful. [09:30] to make it useful, you need to use realplayer instead [09:30] Diablo-D3: It's not getting removed, end of discussion. [09:31] helix upstream doesn't have real support either, afaik. [09:31] HWolf: *I just said that* [09:31] nope [09:31] helix + real codecs = realplayer 10 [09:31] Amaranth: this is what was wrong with debian imo [09:31] too much useless shit packaged [09:32] Diablo-D3: Almost of the packages come directly from debian. And this channel has many debian maintainers in it... [09:32] err, almost all === Loevborg [n=loevborg@d4-84.dip.axsp.de] has joined #ubuntu-devel [09:32] aaand just because debian packages it doesnt mean we should inherit it. === hunger [n=hunger@p54A60F99.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:32] It's automatic. [09:33] maybe it shouldnt be? [09:33] Diablo-D3: Go through every single package in main, restricted, universe, and multiverse and for every package you think shouldn't be there write a paragraph detailing why. [09:33] Diablo-D3: If you think that will take too long you know why it's automatic. [09:34] I cant do it for all [09:35] Someone would have to. [09:35] simply on the fact that I dont use all [09:35] one useful approach might be to package the extra codecs for multiverse [09:35] You can't do it all, that's the answer for why it's automatic. [09:35] Kamion: doesnt work that way afaik [09:36] Diablo-D3: then fix that :) [09:36] Kamion: helix just cant use rp codecs [09:36] Kamion: The only codecs I know of are the real ones and you can't make them work in helix. [09:36] Kamion: cant, its rigged upstream for it not towork [09:36] however, other players can use realplayer codecs [09:36] such as mplayer [09:36] seems like it'd still be useful for freely-encoded content ... [09:37] mplayer uses the win32 realplayer codecs [09:37] which are illegal to distribute, have, etc [09:38] seb128 : you told me to not force the icon extension (for absolute icon path bug) but check this one https://launchpad.net/distros/ubuntu/+source/lbreakout2/+bug/3242 [09:38] Kamion, any changes in d-i from daily 14 to daily 18? [09:38] seb128: it got fixed and it forces the extension [09:38] "proprietary software does more" isn't a reason to remove free software, even if it's not as capable yet. If we followed that argument to its logical conclusion there would be no Ubuntu at all. [09:38] xhaker: daily d-i builds incorporate newer versions of various udebs [09:38] Kamion: both kde and gnome's default video player can play everything helix does [09:38] they're mostly automatic [09:38] Kamion: and does it in a saner way [09:38] xhaker: see individual changelogs (or dapper-changes) for details [09:39] Diablo-D3: gedit and kate and vim and emacs all do the same thing [09:39] Diablo-D3: Which one should we keep? [09:39] thierry: it doesn't mean it's optimal [09:39] vim of course. [09:39] ;) [09:39] seb128 : I know but should someone reopen it for that? [09:39] Amaranth: actually, $gnome_default, $kde_default, and vim. [09:39] Kamion, daily 14 seemed to "forget" to depmod -a at the first boot [09:39] (yes, I hate emacs) [09:40] Diablo-D3: Exactly, this is your opinion. [09:40] Diablo-D3: Someone might like helix as it is. [09:40] crimsun said he uses it [09:40] seb128 : like changing the last patch and resending it? (thing I could do) But I can't reopen it... [09:40] Amaranth: I was kidding, btw [09:40] xhaker: hardware detection in dapper d-i before 20051114/15 or so was basically broken [09:40] Amaranth: all four are package worthy [09:41] debian-installer (20051026ubuntu2) dapper; urgency=low [09:41] * build/pkg-lists/base: Switch back to module-init-tools-udeb for now; [09:41] busybox modprobe doesn't support all the options we need and doesn't [09:41] seem to have good enough alias and blacklist support. [09:41] -- Colin Watson Tue, 15 Nov 2005 13:01:24 +0000 [09:41] xhaker: ^-- [09:41] thierry: ask to bmonty_laptop on IRC [09:42] btw, is it bad that the 2.6.15 kernels in dapper can't seem to use scsi drives? === endy64 [n=endy@cpc1-nfds8-3-0-cust96.leic.cable.ntl.com] has joined #ubuntu-devel [09:42] bmonty_laptop : could we reopen malone bug 3242 ? [09:43] Kamion, do you think i should get flight1 then? i've installed daily 14.. i don't think it would change much besides depmoding? [09:45] Mortas_: around? [09:45] elmo: ping? [09:45] Amaranth, it'd think so. [09:45] seb128: yep === Mortas_ is now known as Mortas [09:46] xhaker: by 'first boot', do you mean from the CD or the hard disk? [09:46] Mortas: I've comment on your UniverseDesktopFileAbsolutePath, this page is an error (no offense) [09:47] mdz, the first boot from the harddisk before installing the rest of the packages.. [09:47] I'm not easily offended, so don't worry [09:47] Mortas: that should be UniverseDesktopFile, no reason to limit the fix a one single point where you can as well run the validator and make everything conform [09:47] it complained right at the begining that it couldn't load vesafb module.. i use vga=792 [09:47] xhaker: in that case, that's normal [09:47] depmod doesn't run at boot anymore in dapper [09:48] mdz,i think it's just modules.dep that inst generated [09:48] yes [09:48] that [09:48] xhaker: in the initramfs or in userland? [09:48] making the patch, filing the bug, uploading the fix, sending upstream is the work. So as well changing the other point when you do this [09:48] seb128: good point, at the time I only ran into that one issue but making it a page for multiple issues is always good ofcourse [09:48] in either case, it's generated long before boot time [09:48] xhaker: if you saw an error message, we need to see an exact copy of it [09:48] Mortas: other point, your example force the extension which seems to be wrong [09:49] Mortas: a theme variant can have .jpg or .png or .svg [09:49] filename speaking [09:49] should be "filename" [09:49] no "filename.jpg" [09:49] mdz, something along the lines of "Couldn't locate module (/usr/lib......./vesafb.ko)" [09:49] mdz, it's the first thing that showed up after grub === ogra_live [n=ubuntu@p5089FEC1.dip.t-dialin.net] has joined #ubuntu-devel [09:50] mdz, i386/live is fine ... [09:50] ogra_live: cheers [09:50] that reminds me, i need to figure out how to make pyxdg only use an xpm if it can't find an svg [09:50] seb128: I've changed the example [09:50] next ppc ... [09:50] Mortas: thanks [09:51] seb128, Mortas : I'm the one that did about every patch that here linked on that page, and seb128 told me all that so all the patch listed are ok (well I think) [09:52] Martas_ === mpt [n=mpt@tvwna-ip-a-1.princeton.org] has joined #ubuntu-devel [10:00] mdz, ppc live doesnt boot... i try a new media .. === sistpoty [n=sistpoty@DSL01.83.171.144.147.NEFkom.net] has joined #ubuntu-devel === Pygi [n=mario@83-131-251-237.adsl.net.t-com.hr] has joined #ubuntu-devel === sistpoty [n=sistpoty@DSL01.83.171.144.147.NEFkom.net] has left #ubuntu-devel [] [10:06] thierry: you can reopen #3242 if you want, please make sure you put a reason why [10:07] hi bmonty_laptop, got your message [10:07] hey minghua [10:07] bmonty_laptop: the new debdiff looks good, just one nitpicking: you probably want to keep the old ubuntu changelogs [10:08] bmonty_laptop: so people have the context for the ubuntu specific chagnes [10:08] minghua: good point [10:09] I'll change that, plus I'm not sure if it is necessary, but I'm interested in some other folks looking at the rationale to not bring in the libfam0c102 name [10:10] bmonty_laptop : I don't have the right to reopen the bug, and my reason is that the applied patch forces the extension, it shouldn't [10:11] thierry: the debdiff removes the absolute path [10:15] bmonty_laptop : yes but it force the extension look at https://wiki.ubuntu.com/UniverseDesktopFileAbsolutePath [10:16] bmonty_laptop : it shouldn't have a .png or .xpm === [splinux] [n=[splinux@35.163-136-217.adsl.skynet.be] has joined #ubuntu-devel [10:17] thierry: ah, ok...I see. [10:17] I think we should open a new bug for that, the absolute path issue is fixed [10:18] mmm ok then going to do it [10:18] thanks for showing me that [10:18] np [10:21] bmonty_laptop : ok but the patch is not applied on the breezy source... so where do I get the source to make the change? and how? [10:23] bmonty_laptop : it would be far more simpler to just take the last patch, take off the extension, and resend it [10:24] thierry: the patch won't be applied against breezy, only dapper [10:25] you can use "apt-get source lbreakout2" to get the source package though [10:25] ok so I get the source of breezy? [10:25] I made the change to the patch, I'll upload it [10:25] thierry: it depends on what is in your sources.list [10:27] bmonty_laptop : ok so please close bug 4619 (sorry I opened it too fast ;) ) [10:29] mdz: I don't mean bug, but have my email got to you eventually? (re: HomeUserBackup) [10:30] xhaker: that's a known usplash bug, I believe; it hardcodes module paths which have changed [10:30] thierry: actually, I think it is better to have a new bug since I'll have to do the debdiff against the source package in dapper [10:31] bmonty_laptop : will you send the patch to the bug or do you want me to fix it? [10:31] bmonty_laptop : and is it better to send a .debdiff or a .patch? [10:32] thierry: you can fix it if you want, and it is easier for people to sponsor your upload if you send a debdiff [10:32] xhaker: I've made a note of it for the errata; I think vga16fb usplash still works fine [10:33] thierry: we should move over to #ubuntu-motu [10:33] xhaker: I'm impressed that you got a working install out of 20051114, but given that you did, you should just be able to upgrade as normal [10:34] Kamion, did you test ppc/live already ? i dont seem to be able to boot it ... [10:36] ogra: I've burned it, will test in a moment [10:36] ah [10:36] it was a media problem [10:37] ok, good start :) [10:37] this ancient g4 doesnt eat CDRW === Kamion goes to try it [10:37] a normal CD-R works now [10:37] ah :/ === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel [10:40] elmo: please sync kvirc from unstable, ubuntu override ok [10:45] Kamion, mdz, ppc/live is good ... [10:45] splendiferous [10:45] sivang: it's in my queue === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-devel [10:52] seb128 : is it the end of the world if I sent .patch file to solve bugs in malone? [10:52] which are the packages that bugzilla does not know about? It does not autocomplete libgnutls-dev, and if entered by hand it says 'unknown component' [10:53] thierry: no :) [10:53] powerpc/live pass until bad sectors on the cloop killed it (I blame the media) [10:53] seb128 : but is it better to have .debdiff files? [10:53] i386/server fail, no preseed files; will have to respin install CDs [10:54] (will kill Kubuntu CDs too) [10:54] Riddell: ^-- [10:55] thierry: no, better to have a patch for the desktop file so it can be sent upstream [10:55] Kamion: so current CDs are scrap? [10:56] Riddell: install CDs are, I'm afraid; live CDs should be OK [10:56] (they don't rely on preseeding) [10:56] Kamion: ok [10:57] I'm fixing the issue now [10:58] seb128 : bmonty_laptop just told me it was better to have a .debdiff ... === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel === seth_k|lappy [n=seth@d-ip-129-15-213-50.wireless.ou.edu] has joined #ubuntu-devel [11:00] thierry: depending of the people I guess, .patch/.diff is fine for this, don't bother [11:02] hmm, weird, I get cdebconf-priority's question displayed to me just before reboot into second stage [11:02] it's harmless but odd [11:02] seb128 : ok [11:03] tempted to errata it === rtcm [n=jman@213.146.193.116] has joined #ubuntu-devel [11:06] I think our busybox init patches might have slowed it down enough that init doesn't get around to SIGTERMing main-menu before it executes the next menu item [11:08] 'night === ogra_live [n=ubuntu@p5089D8C9.dip.t-dialin.net] has joined #ubuntu-devel === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel [11:09] mdz, Kamion, amd64/live is good to go ... all livecds were fine here === wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-devel [11:12] Kamion: I've got a full set of CDs locally now; which need testing? [11:12] ah, will wait for the next build I guess [11:13] Kamion, that cdebconf showed up to me but it rebooted right after. heh === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel [] === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel [11:14] xhaker: right, that's the bug - it's harmless if annoying. fixing [11:14] and other prompts looked odd/different from breezy [11:14] like the Timezone now it displays a tinier prompt.. [11:15] that's intentional; tzsetup has been significantly revamped and in many cases now will not prompt at all [11:16] mdz: live CDs are still worth testing [11:16] cdebconf-priority appearance fixed upstream now [11:16] xhaker: different isn't a bug but actively odd might be. :-) [11:16] xhaker: did you sort out your vesafb issue? [11:16] mdz: iz usplash bug [11:17] oh, no, maybe not, not with 2.6.12 [11:17] hmm, ignore me [11:17] it does work as i can see the boot process in a nice resolution.. but usplash no longer works (tm) [11:17] :P [11:17] xhaker: could be http://bugzilla.ubuntu.com/show_bug.cgi?id=19675 [11:17] gonna check [11:17] but why would a 2.6.15 issue affect current installs? === splinux [n=Damien@153.157-136-217.adsl.skynet.be] has joined #ubuntu-devel [11:18] mdz, the kernel is still 2.6.12 in installs [11:19] is that "bug" present in that too? [11:19] not AFAIK, we'd have noticed it in breezy [11:20] jbailey: fine by me [11:22] xhaker: if you're talking about a dapper daily install, then your problem is something else === camilotelles [n=Camilo@20132194128.user.veloxzone.com.br] has joined #ubuntu-devel === mvo [n=egon@wtli-d9b99b06.pool.mediaWays.net] has joined #ubuntu-devel [11:26] mdz: k, thanks. sorry for bugging. === jordi [n=jordi@115.Red-213-96-69.staticIP.rima-tde.net] has joined #ubuntu-devel [11:33] night guys [11:33] night girls === zyga [n=zyga@2-mi2-1.acn.waw.pl] has left #ubuntu-devel ["Leaving"] [11:39] new Ubuntu install CDs up === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [11:43] fetching === Diablo-D3 [i=diablod3@pool-71-241-214-94.port.east.verizon.net] has left #ubuntu-devel [] === spacey [n=spacey@a82-93-13-195.adsl.xs4all.nl] has joined #ubuntu-devel [11:52] Kamion: kubuntu ones next? [11:53] Riddell: they're building as I type [11:53] Kamion: great. and what's the status of the live CDs? [11:53] infinity: around? [11:54] Riddell: they seem OK for Ubuntu, although I haven't checked amd64 yet [11:54] Riddell: Kubuntu live CDs are (as before) fine for you to test [11:54] Kamion: there's nothing at http://cdimage.ubuntu.com/kubuntu/daily-live/ [11:54] uh [11:55] hmm, maybe that ran afoul of earlier problems, sorry. OK, I'll rebuild shortly [11:55] cool [11:55] too ... much ... stuff ... to ... coordinate === lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-209-217-119-32.d-ip.magma.ca] has joined #ubuntu-devel