[12:08] jbailey: did you have a chance to look at the glibc build failure? [12:17] doko: I haven't. I'm going to try to setup a chroot here later to see if I can figure out if gcc's being called with something weird. [12:17] (or if it is, in fact, missing unwind support for some reason) [12:19] jbailey: ok, I'm going to ignore this issue for now, I will just build no biarch compilers until this problem is solved [12:20] doko: BTW, did you remove the biarch compiler from amd64 too? [12:21] no, should I? [12:22] No, lamont just asked me about a problem building the biarch glibc on amd64, I wondered if you had removed it. [12:22] If you had, it would've saved me digging out a config.log for that too. [12:22] jbailey: fakeroot === ska-fan [~ska-fan@dsl-082-082-200-239.arcor-ip.net] has joined #ubuntu-devel [12:23] or is that fakeroot's build trying to use the gcc-4.0 biarch glibc and failing? === ogra [~ogra@p5089D75E.dip.t-dialin.net] has joined #ubuntu-devel [12:23] Oh, I get it. [12:23] I thought you were building glibc. =) [12:24] jbailey: did you see kamion's message to me earlier about hotplug running slow? [12:24] gimme a sec, hopefully I can check that one quickly. [12:25] mx|gone: The one where he told you to install grepmap? [12:25] jbailey: yeah [12:25] mxpxpod: Nope. =) === jbailey hides. [12:25] jbailey: :P === mxpxpod finds jbailey and smacks him [12:25] anyway, just making sure you saw that so you can install it on your i386 laptop [12:26] gotta get home to the wife [12:26] talk to you later [12:37] grepmap has been part of the standard install for ages === Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel [12:39] ehm, tomboy want me to install -dev. should it do that? [12:39] Nafallo: yeah [12:39] mdz: It's probably folks moving from Debian to Ubuntu who didn't install ubuntu-base [12:40] jdub: oki. btw, I didn't thought I was in this channel ;-). morning to you :-). [12:40] Nafallo: buh? [12:40] did ogra add -dev stuff [12:40] tseng: yeah - stuck with it for some things [12:40] tseng: must be tomboys deps that deps... [12:40] tseng, nope... [12:41] libdbus-cil deps dbus-glib-1-dev for example... [12:43] I commented to quick. it's all dbus stuff that deps. [12:44] ogra@honk:~/tomboy-0.3.2 $ apt-cache depends tomboy [12:44] tomboy [12:44] Hngt ab: libdbus-cil [12:44] Hngt ab: libgnome-cil [12:44] Hngt ab: libglib-cil [12:44] Hngt ab: libgtk-cil [12:44] yep === robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu-devel === robertj comes in crying after reading planet.gnome [12:47] " I was planning on broadcasting available shared backgrounds through the Zeroconf protocol so that other people could view them and subscribe to my background images" [12:47] bwahaha === stratus [~stratus@200.199.246.58] has joined #ubuntu-devel === cc [~cc@byte.fedora] has joined #ubuntu-devel [01:00] WTF [01:00] # monodis - temporary wrapper script for .libs/monodis [01:00] # Generated by ltmain.sh - GNU libtool 1.5.2 (1.1220.2.60 2004/01/25 12:25:08) [01:00] # [01:00] # The monodis program cannot be directly executed until all the libtool [01:00] # libraries that it depends on are installed. [01:00] # [01:00] # This wrapper script should never be moved out of the build directory. [01:00] # If it is, it will not operate correctly. [01:00] how the hell did that end up in the package.... in /usr/bin [01:00] tseng ^^^^^^^^^ [01:01] it was used in dh_netdeps [01:01] and worked fine [01:01] but thats a build wrapper if i get it right [01:01] oh uh [01:01] wow [01:01] so instead of the actual binary the build wrapper is istalled in the package... [01:01] yes [01:02] do you see the binary? [01:02] nope [01:02] its nonexistent [01:03] *blink* === ajmitch_ waits for mono source to download [01:06] aha [01:06] found it in the build tree... [01:06] yeah [01:06] so it gets built but the wrapper is never run [01:07] or better... is broken somewhere internally [01:07] HA [01:07] ! [01:07] -lpthread [01:07] does this wrapper even matter outside the build tree? [01:08] there it is... [01:08] its for relinking... [01:09] and failts on amd on pthread? [01:09] i would guess so [01:09] i have the wrapper installed also [01:09] something is more wrong than that [01:09] hmm [01:10] the wrong thing is being installed in any case [01:10] mono-utils.install:debian/tmp/usr/bin/monodis [01:11] hmm [01:14] rules: dh_install -i -Xbin/mono -Xbin/monodiet -Xbin/monodis -Xbin/monograph -Xbin/pedump -Xbin/jay === elmo_ [~james@83-216-141-215.jamest298.adsl.metronet.co.uk] has joined #ubuntu-devel [01:14] why both? [01:15] good question [01:15] i didnt add that [01:15] its from meebey [01:17] bbiaf im doing a build [01:17] to look at the finished tree === Robot101 [robot101@light.bluelinux.co.uk] has joined #ubuntu-devel [01:25] so [01:25] brandon@lappy:~/work/debian/mono-1.1.7$ file ./mono/dis/monodis [01:25] ./mono/dis/monodis: Bourne shell script text executable [01:25] brandon@lappy:~/work/debian/mono-1.1.7$ file ./mono/dis/.libs/monodis [01:25] ./mono/dis/.libs/monodis: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), not stripped [01:26] brandon@lappy:~/work/debian/mono-1.1.7$ mono/dis/.libs/monodis --version [01:26] monodis -- Mono Common Intermediate Language Dissassembler [01:26] we need to install that instead [01:26] i wonder at what point the other one gets to /usr/bin [01:26] i'm just doing a testbuild === stub [~stub@203-217-54-48.dyn.iinet.net.au] has joined #ubuntu-devel [01:27] it's usual for libtool scripts to be around, but not after a make install [01:27] still compiling here.. [01:34] tseng: right -- debian/tmp/usr/bin/monodis should be fine [01:34] mono/dis/monodis is not what you want; libtool should DTRT in this case [01:34] mono/dis/monodis exists so libtool can set up the right paths and stuff so you can run it in-tree [01:34] yes [01:34] but that file is winding up in /usr/bin [01:35] and installed in lieu of the real deal [01:35] mono/dis/Makefile is a bit fishy I think [01:35] so debian/tmp/usr/bin/monodis is just the script? [01:35] yes [01:35] wack [01:35] totally === jcole [~jcole@atlwebproxy2.core.hp.com] has joined #ubuntu-devel [01:35] the binary is in /usr/bin/.libs/monodis [01:36] if you put the Makefile.am up somewhere, I can check it out [01:36] err mono/dis/.libs/monodis [01:36] http://tseng.ath.cx/Makefile.am is mono/dis/Makefile.am [01:37] bin_PROGRAMS = monodis < doesnt smell right to me [01:37] since im assuming that goes with the one in cwd [01:37] with no reference to .libs [01:37] actually, that one's fine [01:38] probably a busted autotools setup when all the files were generated [01:40] buh [01:41] do we want to just do a mono-utils.install bit? [01:42] rm it in rules [01:42] sounds saner [01:42] install the right one in .install [01:42] wtf not :P [01:43] i think the libtool script has a meaning... :P [01:43] in the build process [01:43] not in the deb [01:43] but as a quick workaround ... [01:43] ok ill go to dinner, and if you dont come up with something else [01:44] ill do it like I said [01:44] cya soon :) [01:44] ok... its nearly 2am here... i think i'll leave it to you for now :) [01:44] k, rock on [01:44] yeah [01:47] zounds! 2.6.12! :-) [01:49] thankfully there won't be l-r-m, and it's in universe! ;) [01:52] tseng: bin_PROGRAMS should install the right thing to $(bindir)/foo [01:52] if it doesn't, that's a bug [01:52] yeah dude but the program isnt in the directory [01:52] its below it in .libs [01:52] try running autoreconf -v --install --force with a halfway sane build environment (sensible versions of automake and libtool, recommend 1.8 and 5.r respectively) [01:53] sure, so that's a problem with the build env :) === jdub reboots laptop to 2.6.12 [01:57] hey, what's this new notification thing? [01:57] i got it when i upgraded to 2.6.12 [01:57] the what now? [01:57] is it a replacement for sending emails to root? [01:57] yes [01:57] neat [01:58] does it require extra code or does sending an email to root@localhost do it? === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel === henriquemaia [~henriquem@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === moquist_ [~moquist@pool-64-223-170-46.man.east.verizon.net] has joined #ubuntu-devel === Burgundavia [~corey@S0106000c6e369955.gv.shawcable.net] has joined #ubuntu-devel === AndyFitz [~andy@wlanconf-nat-pool-brisbane.redhat.com] has joined #ubuntu-devel [02:40] off to fire training, back in ~4 hours === moyogo [~moyogo@69.156.166.86] has joined #ubuntu-devel [02:56] daniels: eh, the binary is in the same place === mpt [~mpt@203-167-186-125.dsl.clear.net.nz] has joined #ubuntu-devel [02:57] tseng: hm? [02:57] monodis [02:57] after retooling [02:58] still wrong [02:58] blegh [02:58] bug Keybuk when he comes back around [02:58] might try BenM === benh [~benh@bh02i525f01.au.ibm.com] has joined #ubuntu-devel === jiyuu0|work [~jiyuu0@219.95.241.41] has joined #ubuntu-devel === jcole [~jcole@atlwebproxy1.core.hp.com] has joined #ubuntu-devel === `anthony [~anthony@220-253-45-10.VIC.netspace.net.au] has joined #ubuntu-devel [03:28] hey guys, i've been using debian for a few years and have had "deb http://snapshot.debian.net/archive pool gcm" (gnome clipboard manager, similar to klipper) in my sources.list forever with no problems whatsoever... it also works fine in ubuntu warty/hoary/breezy... try it out (apt-get install gcm) and tell me what you think [03:29] please put it on UniverseCandidates page on the wiki === womble [~mpalmer@216.017.dsl.nsw.iprimus.net.au] has joined #ubuntu-devel [03:29] i think debian didn't like the way it was designed since it didn't hook into X, but hell, it works [03:30] tseng: ok [03:30] it was removed from debian at some point? [03:31] ajmitch_: ya, because it "polled" the clipboard instead of "hooking" into it [03:31] ajmitch_: what's funny is klipper does the same === ajmitch_ finds the removal request [03:32] gcm is listed here: http://www.ubuntulinux.org/wiki/DesktopSeedProposals [03:36] tritium: great! [03:37] jcole, yeah, I just remembered having seen it there, but I'd still do as tseng says :) [03:38] tritium: ok [03:38] it cant much be in desktop if we dont even have a package === metallikop is now known as kop|gone === kop|gone is now known as metallikop === A_Alam [~a_alam@202.41.228.162] has joined #ubuntu-devel === jblack [~jblack@static-209-158-45-74.scr.east.verizon.net] has joined #ubuntu-devel [04:13] Hiya. Any motus present? [04:16] jblack: perhaps try #ubuntu-motu [04:17] (grin) Seems that there's a lot of #ubuntus, and I'm always in the wrong one. :) === jsgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel [04:21] morning! === jblack [~jblack@static-209-158-45-74.scr.east.verizon.net] has left #ubuntu-devel [] [04:26] hey jerome [04:31] hey === AndyFitz [~andy@wlanconf-nat-pool-brisbane.redhat.com] has left #ubuntu-devel [] === damog [~damog@damog.user] has joined #ubuntu-devel === bluefoxicy [~bluefox@pcp0012067827pcs.whtmrs01.md.comcast.net] has joined #ubuntu-devel [04:43] http://rafb.net/paste/results/a7pdC914.html [04:43] man, #Ubuntu is such a time suck. [04:44] yes [04:44] i want something visually like the above [04:45] in fact I started writing it and my head exploded because I had about a billion security concerns, though I'm quickly figuring out the basics [04:45] bob2: sigh, it just pisses me off all the bad advice that floats around and i end up in there for hours, heh. [04:46] I know the feeling [04:46] i need to augment the faq [04:46] the clueless leading the... [04:46] and then keep a list of URLs for common questions [04:46] sick of typing out instructions for shit like adding unvierse [04:46] universe [04:49] afternoon [04:49] aloha [04:49] Lathiat: so long as you don't encourge b*ckp*rts [04:49] bob2: how goes the pit? [04:49] ajmitch_: heh [04:49] b*ckp*rts and ubuntug*u*de are teh sux [04:49] ajmitch_: we prefer to call it "canberra"! [04:50] ajmitch_: but it's getting cold [04:50] heh canberra [04:50] was there a few weeks ago [04:50] ajmitch_: how goes ye olde nz? === damog [~damog@damog.user] has left #ubuntu-devel ["http://www.damog.net/"] [04:50] colder than canberra [04:50] Lathiat: I hear we had some sort of linux conference here?? [04:50] and nearly as boring [04:50] harsh! [04:50] nz is boring? [04:51] bob2: yeh :) === jsgotangco used to consider moving to nz a few years ago [04:51] dunedin isn't too bad when there's students around [04:51] i guess otago u can be boring during the vacation [04:51] yep === auxesis [~lindsay@107.24.233.220.exetel.com.au] has joined #ubuntu-devel [04:54] blah [04:54] ubuntulinux.org/wiki/RestrictedFormats lists backports [04:54] well, its extras [04:54] close enough [04:54] yes, that was changed only a couple of days ago.. [04:55] ugh [04:55] now i dont have the urls for the other crap to give someone === Lathiat stabs backports [04:55] anyone familiar how yelp works with scrollkeeper? [05:04] ugh, someone pay me to sit in #ubuntu all day so i can not stop === ttf_ [~tom@p83.129.15.67.tisdip.tiscali.de] has joined #ubuntu-devel [05:05] heh === Dazhel [~dazhel@ppp2C7A.dyn.pacific.net.au] has joined #ubuntu-devel === jcole [~jcole@atlwebproxy1.core.hp.com] has left #ubuntu-devel [] [05:22] Lathiat, hoary-extras is better than marilliat, trust me [05:31] where's pitti when I want to whinge about about g-v-m not working [05:32] hiding [05:32] er...asleep maybe === mpt [~mpt@203-167-186-125.dsl.clear.net.nz] has left #ubuntu-devel [] [06:37] synaptic could really do witha roll-back option [06:39] not possible [06:39] bob2: erm. possible. not trivial [06:39] Lathiat: or, even better: [06:39] http://people.ubuntu.com/~jdub/screenshots/synaptic-remove-all-packages-dialogue.jpg [06:39] hahaha [06:39] lifeless: wellm not within synaptic [06:40] well, more to the point [06:40] you install some packages [06:40] that install stuff [06:40] be nice to be able to uninstall stuff and the shit it pulled in [06:43] morning [06:48] jdub: best dialog ever [06:51] the en_AU translation team needs to get on to synaptic === AndyFitz [~andy@wlanconf-nat-pool-brisbane.redhat.com] has joined #ubuntu-devel [06:53] bob2: aren't you the en_AU translation team? [06:53] not since the bazaar incident. === `anthony [~anthony@ekorp-203-63-137-225.eoff.ekorp.com] has joined #ubuntu-devel === henriquemaia [~henriquem@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === AndyFitz [~andy@wlanconf-nat-pool-brisbane.redhat.com] has left #ubuntu-devel [] === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel === hunger [~hunger@p54A63B05.dip.t-dialin.net] has joined #ubuntu-devel [07:17] Burgundavia: hoary-extras is not better than marillat [07:17] their media stuff doesnt even work === Lathiat sigh [07:21] is that so [07:21] hmm [07:24] doko: gcc-3.4 is still FTBFS on sparc. same libvtest3 error as last time === eruin [~eruin@eruin.user] has joined #ubuntu-devel === dholbach [~daniel@td9091b75.pool.terralink.de] has joined #ubuntu-devel [07:44] morning [07:48] dholbach, hey [07:48] hey jsgotangco === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel === ogra [~ogra@p5089FB28.dip.t-dialin.net] has joined #ubuntu-devel === susus [~sz@p5089FB28.dip.t-dialin.net] has joined #ubuntu-devel === JaneW [~JaneW@dumbledore.hbd.com] has joined #ubuntu-devel [08:10] good morning, JaneW [08:10] morning dholbach === JaneW goes to get coffee while mail d/ls === cartman [~cartman@cartman.developer.konversation] has joined #ubuntu-devel === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel === KaiL_ [KaiL@p548F6E7E.dip.t-dialin.net] has joined #ubuntu-devel === aisipos [~anton@dsl081-081-225.lax1.dsl.speakeasy.net] has joined #ubuntu-devel === ajmitch_ returns === herzi [~herzi@d015219.adsl.hansenet.de] has joined #ubuntu-devel === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel [08:41] morning [08:42] early one [08:43] pitti: morning [08:44] Dc mef [08:44] hey pitti [08:44] Hi mdz [08:44] hey mdz [08:44] morning pitti, mdz, fabbione :-) [08:44] hi dholbach [08:44] morning * === pitti swapped Dvorak and Qwertz... [08:44] hey dani [08:44] hey daniels :-) === fabbione keeps fighting with ext3 resize [08:45] mdz: you're UTC-7 now? [08:45] daniels! [08:45] daniels: yes [08:45] pitti: yo dude :) [08:45] daniels: yesterday we collected all the bits and pieces for the Utopia transition [08:45] mdz: is that with or without daylight savings? [08:45] daniels: it's a bumpy upgrade, and we still have this (rather cosmetical) hal error, but it generally works [08:45] pitti: awesome! so are you only waiting on dbus? [08:46] pitti: well, that's what breezy's for [08:46] daniels: actually yes [08:46] if anyone's actually using it, serves them right [08:46] fabbione: who needs partitions? 1 disk, 1 filesystem ;) [08:46] daniels: after you upload, I do pmount/gvm/hal, and seb does the gnomeish things [08:46] daniels: mvo prepared a new update-notifier [08:46] pitti: ok, I'll prepare 0.33-0ubuntu1 without mono and we'll go fromthere [08:46] cool [08:46] pitti: i'll just go grab a drink, 'cause my uplink is saturated; give it about half an hour? [08:46] daniels: oh, wasn't there already a -cil? [08:47] daniels: of course, no hurry. [08:47] pitti: yeah, but mono's in universe still [08:47] ah, right [08:47] thom: here? [08:47] mdz: InstallerVolumeManagement updated. [08:47] pitti: so every upstream release I'd have to hand-roll a tarball with some autoconf/automake stuff I hacked up, it was pretty nasty [08:47] mdz: do we also need to update the status in breezygoals? [08:47] daniels: urgs [08:47] daniels: however, why can't dbus-cil not stay in universe for a while? [08:48] daniels: ah, for the build-depends, nevermind [08:48] pitti: yeah, all its b-ds need to come into main [08:48] doesn't matter, mono is apparently pretty broken right now anyway [08:49] daniels: we are on daylight time now [08:49] without is -8 [08:49] mdz: ah, righto. === Keybuk [~scott@descent.netsplit.com] has joined #ubuntu-devel [08:52] fabbione: are there plans for integrating "external" GPLed drivers like rt2500 into linux-image? Or some "linux-free-modules"? [08:52] KaiL_: nothing to do with partitions [08:52] KaiL_: it has been done already in breezy [08:52] please check the changelog [08:53] I'll do as soon as packages.u.c awakes *g* [08:53] fabbione: i' [08:53] fabbione: i'm running 2.6.12 on my laptop now :) [08:53] me too as of just then [08:53] jdub: neat.. does it work? [08:53] works great [08:53] fabbione: it does :-) [08:54] eheh [08:54] i wonder if gamin is using inotify [08:54] no it doesn't === stub [~stub@203-217-54-48.dyn.iinet.net.au] has joined #ubuntu-devel [08:54] Lathiat: nup [08:54] Lathiat: going to do an upload tonight [08:54] gamin inotify backend is utterly broken [08:54] jdub: no please! [08:54] oh, .12 packages [08:54] yeh i just thought i saw someone mention something about a cvs version [08:54] it has been disabled for a reason === KaiL_ will try soon [08:54] fabbione: yeah, i disabled it :-) [08:54] no i did [08:54] i also have beagle love [08:55] fabbione: but there is work being done in cvs which will help [08:55] jdub: can you please wait a few days? [08:55] because there is another inotify kernel patch that needs to go in [08:55] sure, i'll wait for that ;) [08:55] and i don't want to fight with extra debugging problems [08:55] because userland and kernel do not match [08:56] http://people.ubuntu.com/~lamont/buildLogs/t/tar/1.15.1-1/ <-- looks like a gcc4 problem. anyone? [08:56] daniels: about the mouse issues: I have an Logitech MX510 here and are trying to get it working - at least the sidebuttons are done [08:56] that mouse behaves a bit silly, as some buttons send 2 events [08:56] cartman: mostlikely [08:57] new tar is ueber cool,someone fix it please *g* [08:57] cartel_: sounds about right. === lamont sleeps [08:57] yay beagle works [08:58] sees gaim, blam, files, evolution mail [08:58] night lamont [08:58] bye lamont [08:59] night lamont [08:59] http://bur.st/~lathiat/beagle.png [08:59] Lathiat: no porn? :) [09:00] KaiL_: cool [09:00] "the other fruits of my pleasures..." heh [09:00] anyone watch the last novell brainshare keynote? [09:00] nat is a laugh [09:00] and whoever did: powernowd works again, even as it still doesn't like my Sempron ;) [09:01] yeh [09:02] powernowd whinges about my opterons because I'm too lazy to change it [09:02] I just stuck the module in /etc/modules [09:02] also some "This processor "AMD Sempron(tm) Processor 3100+" is known _not_ to support power-saving."? [09:02] yeah [09:03] somebody should give the upstream author some K8 ;) === KaiL_ tries 2.6.12 [09:04] Kamion: final? [09:05] uh [09:05] kail [09:05] so THAT's whay tab didn't work.. [09:06] no.. it's not final [09:06] it's rc4 [09:06] a sempron isn't a k8 === KaiL [KaiL@p548F324F.dip.t-dialin.net] has joined #ubuntu-devel [09:11] hmm, I wonder how much hacking would be involved to get beagle to play with gaim [09:11] err, gmail === fwiffo [~fwiffo@dhcpserver0.oersted.dtu.dk] has joined #ubuntu-devel [09:13] damn [09:13] thats alot of mozilla issues [09:13] Lathiat: indeed :-/ [09:14] go mozilla === ttf_ [~tom@p83.129.15.67.tisdip.tiscali.de] has left #ubuntu-devel [] === pitti tries 2.6.12, brb [09:20] YAY [09:20] /dev/mapper/bla-bla 34G 408M 33G 2% / [09:22] fabbione: uh... yay! [09:22] only 34G? :P === KaiL|Sheep [KaiL@p548F68B8.dip.t-dialin.net] has joined #ubuntu-devel === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel [09:22] you all suck :P [09:22] that's really not the point of it ;) [09:22] pitti: hey [09:22] pitti: does it work okay for you? === Simira [~Simira@56.80-202-210.nextgentel.com] has joined #ubuntu-devel [09:23] fabbione: 2.6.12 boots, sound, network, usb, hotplug, gvfs, and even the update-notifier thingy work [09:23] pitti: rocking [09:23] zyga: yes, pretty fine; at least it doesn't break horribly [09:23] fabbione: you rock :-) [09:23] what is gvfs? [09:23] fabbione: I'll try powerpc later tpday [09:23] pitti: do you have any ati/nvidia card that could use properiarity drivers? [09:23] today, even [09:23] result from the update: nothing changed, neigher negative nor positive (means ACPI S1/S3 still broken) [09:23] fabbione: short for gnome-vfs? [09:23] zyga: I have, but I can't use nvidia-glx with 2.6.12 [09:24] fabbione: right, gnome-vfs [09:24] jdub: ahhhh that's not a kernel module :) [09:24] fabbione: thankfully not! :) [09:25] i jsut installed the drivers from nvidia [09:25] since my suspend works on the latest anyway [09:25] as opposed to the older packaged ones [09:25] pitti: why not? it's not compatible that bad? [09:26] pitti: you need a "linux-restricted-modules-2.6.12-1-386" :)) [09:27] there is no l-r-m for 2.6.12 [09:27] and there will be none until 2.6.12 is final [09:27] and in main === chmj [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-devel [09:27] evening charles [09:28] erm, morning ajmitch_ [09:28] :) === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === seb128 [~seb128@ANancy-151-1-9-31.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [09:31] bye guys! [09:31] bye === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has left #ubuntu-devel ["Leaving"] === Seveas [~seveas@ksl403-uva-132.wireless.uva.nl] has joined #ubuntu-devel === dholbach [~daniel@td9091b75.pool.terralink.de] has left #ubuntu-devel ["Verlassend"] === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel === jdthood [jdthood@x096.decis.nl] has joined #ubuntu-devel === jk_ [~jochem@jkossen.nl] has joined #ubuntu-devel [09:40] bbl [09:40] GO GO GO GO === jdthood [jdthood@x096.decis.nl] has left #ubuntu-devel ["Client] === spacey [~spacey@145.33.144.141] has joined #ubuntu-devel [09:55] Lathiat: uhm, you do know that we have the latest nvidia drivers, right? [09:55] daniels: we do? [09:55] i hadnt noticed [09:55] not on 2.6.12 anyway :) [09:55] yeah, we have 1.0.7174 [09:55] ah cool [09:56] nah, no l-r-m for .12 yet [09:56] didnt see the udpate [09:56] we've had it since before hoary final [09:56] really? [09:56] yeah [09:56] humm [09:56] restricted [09:56] dbus 0.33-0ubuntu1 uploaded; go nuts [09:56] how did i miss that [09:56] daniels: is that goign to break my beagle? :P [09:56] lathi badly === Lathiat turns off his update cron script [09:56] what about hal and udev? :) [09:57] it'll stay broken until mono a) gets fixed, and b) gets put into main [09:57] it'll break hal, udev, pmount, gnome-volume-manager, chunks of nautilus [09:57] epiphany [09:57] anything that uses dbus is now broken [09:57] have fun! [09:57] well next version of beagle doesnt use dbus anyway [09:57] who looks after hal and stuff? [09:57] cus i heard they are updated [09:57] pitti looks after hal; he and seb128 already have the transition (including hal 0.5.x) well in hand [09:57] Lathiat: I will upload pmount, hal, g-v-m shortly [09:57] pitti: cool. [09:57] GO UTOPIA GO! === pitti uploads his crack [09:58] I will upload the gnome stuff then === mvo uploads too [09:59] what does epiphany use d-bus for? [09:59] Lathiat: beagle.xpi? [09:59] oh right [09:59] i want that [09:59] Lathiat: network magic [10:00] Lathiat: it can talk with networkmanager [10:01] pitti, PDA Support just became High Priority [10:01] argh === pitti hides [10:01] gyaahh [10:01] jsgotangco: pda support! \o/ [10:01] that's a f**ing brain dump, why that? === Treenaks pokes his palm [10:01] <\sh> gna [10:01] <\sh> morning btw [10:01] mdz edited the wiki [10:02] The following page has been changed by MattZimmerman: [10:02] http://udu.wiki.ubuntu.com/PDASupport [10:02] The comment on the change is: [10:02] high priority [10:03] the comment on multisync is wrong... [10:03] my version is workign fine with multisync [10:03] *evolution [10:03] pitti: they think you're not working enough yet? :) [10:03] it was fixed at some point [10:03] ajmitch_: I don't even have a PDA (I have a notebook...), so I'm not going to lead that anyway :-) [10:03] i have an ipaq and palm V and can test stuff against palm, ppc2002, opie, gpe [10:03] and have multisync syncing to my phoen via BT too [10:04] i have a broken ppc and a very old usr palm [10:04] getting the pocketpc stuff to work is a bit of an ass tho [10:04] (synce) === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel [10:04] hi mjg59 [10:05] i think for PDA support to move we have to focus on certain devices [10:05] instead of trying to run them all [10:05] yeh [10:05] palms are pocketpc are common [10:05] which covers most major stuff anyway.... [10:06] theres also the zaurus/opie stuff [10:06] palms are a given since it has major support [10:06] but the zaurus stuff is ewww [10:06] i foudn the palm stuff didnt work very well === jsgotangco used to have a zaurus [10:06] the opie/zaurus multisync is totally broken [10:06] the gpe sync kinda works [10:06] (gpe is a linux/GTK based palm environment for ipaqs) [10:06] whatever happened to kitchensync [10:06] that exists [10:06] its a kde thing.. [10:06] i think [10:06] it had promise before when i was active in oz === Lathiat installs it to play [10:07] but i made the biggest mistake of trading my zaurus for an ipaq [10:08] unfortunately my ipaq is totally unsupported by linux [10:08] daniels: yeh, shame [10:08] i have a 3870 which is totally supported [10:08] sound, bluetooth, everything [10:08] they even got SD cards working now [10:08] how much do those things cost at the moment [10:08] i was under the impression that was legally dubios [10:09] "iPaq linux: Because battery life is just as bad as battery hens." [10:09] i dont find that... [10:10] its strange i just read somewhere that pda sales are increasing again [10:10] (the ones with wireless though) [10:10] jdub: haha [10:19] poor hens [10:19] wish my battery lasted longer [10:21] and the next :) [10:22] Kamion: you awake yet? [10:22] fabbione: yes [10:22] Kamion: i started looking at InstallerVolumeManagement [10:23] Kamion: i was searching for partman-auto-lvm.. is it in the archive at all? [10:23] or is it part of another package? [10:23] I added it to the installer seed yesterday or thereabouts [10:23] it's a package by itself [10:23] hm, although it isn't in universe [10:24] oh, nobody ever uploaded it to Debian [10:24] I'll take care of that [10:24] eheh ok [10:24] i would also like a review/comments on the first bits of the investigation [10:24] Kamion: ^^ [10:24] if you have time of course [10:26] fabbione: thanks, looks good. the initrd solution is scaaaary :) [10:26] Kamion: it is so simple you won't believe :) [10:26] fabbione: how about offline resize on ext3/lvm? [10:26] Kamion: we can't put offline / [10:26] that's the whole point of the initrd / reboot thingy [10:26] yes I know not / [10:26] but say a separate /home [10:26] doing it at initrd level will keep / offline [10:27] we still have the problem that we might not be able to umount /home [10:27] nod [10:27] specially due to our sudo policy [10:27] user logs in -> sudo resize /home [10:27] bam [10:27] i think a general offline solution is the best [10:27] and the safest [10:27] i find it deeply amusing that linux supports my ipaq hardware better than pocketpc [10:28] what issues have you had with online resizing? [10:28] ajmitch_: it's not supported for all FS [10:28] and it is dangerous on some of them [10:28] Lathiat, gpe/opie? [10:28] I've used it successfully on ext3/LVM [10:28] ajmitch_: with / ? [10:28] jsgotangco: gpe [10:28] "ext2online is not portable" [10:28] portable to what? [10:28] no, another partition [10:29] Kamion: PPC ? [10:29] among otehr things, the bluetooth works and doesnt crash all the time, and my exexternal keyboard just works (tm) [10:29] Kamion: it assume a series of things that makes the list of possible point of failures scary [10:29] 'k [10:29] at least ext2resize 1.1.17 had some bad endian/64-bit bugs [10:30] but that one didn't work with current kernels anyway [10:30] you need to "mangle" ext2 to add a special inode, that requires patched kernel, patched e2fsck and other stuff [10:30] right [10:30] i really don't want to take that direction [10:30] wow gpe has evolved === koke [~koke@155.210.13.152] has joined #ubuntu-devel [10:30] jsgotangco: yeh gpe is kicking ss [10:31] i can even scan bluetooth [10:31] and tell it to connect to the network interface on my laptop [10:31] just by clicking on it [10:31] and it works much nicer, and has multisync support [10:31] its totally rocking [10:31] (altho the multisync support doesnt seem to do calendar yet) [10:31] wtf [10:31] that coudl just be broken multisync with evo2 [10:31] (altho evo2 in multisync syncs with my phone fine) [10:32] guys, these stuff looks more or less #ubuntu stuff [10:32] please let's try to stay on topic [10:32] sorry [10:32] i was only really mentioning because someone mentioned pda support was a breezy goal, shrug, sorry [10:34] seb128: I didn't finish the pkg-config fix last night, sorry. I think I'll just upload a new package with --enable-indirect-deps and let it be until I have time to fix it properly. [10:34] k, thanks [10:35] daniels: dbus changelog is scary! [10:36] we also have the issue that mono is not really portable yet.. but that's a per arch problem === eruin [~eruin@eruin.user] has joined #ubuntu-devel === eruin hugs 2.6.12 [10:38] fabbione: yeah, dbus has been freaky shit [10:40] there is something in the breezy boot process that is really wrong [10:40] it keeps trying to run portmap 2/3 times + it doesn't wait for dhcp to get the ip [10:40] fabbione: what is it? [10:40] = mess [10:41] sladen: i am not sure yet [10:41] i installed hoary and upgraded to breezy (right this morning) [10:41] so it's all fresh and clean [10:41] is portmap being started from inetd? [10:41] it shouldn't [10:42] no it's not [10:43] and there is a really scary message from init.d/network [10:43] that it can't map reliably eth0 [10:43] but there is only THAT net interface on the box [10:44] OH I SEE [10:44] mountnfs.sh [10:44] crap [10:47] yay! ipv6 works again with 2.6.12! === Treenaks gives fabbione some beer [10:48] brb [10:48] Treenaks: ???? [10:48] i am using it with .10 tooo [10:49] as do i [10:50] fabbione: I think it's an ipw2200 bug [10:50] fabbione: it worked for a while, then I got a new prefix, and suddenly it stopped working -- but only on that machine === cartman [~cartman@cartman.developer.konversation] has joined #ubuntu-devel [10:51] fabbione: (the dmesg was full of "duplicate address" messages) [10:51] Treenaks: ah wifi.. yeah there are some issues [10:51] anyway, it works now.. or it seems to work at least [10:51] i have problems with my AP + ipv6 + mac filtering [10:51] i had duplicate address messages with ipv4 from the ipw2200 driver all the time, is that related? [10:51] but i know it is an AP problem [10:52] I have some ASUS AP [10:52] running linux [10:52] cant see i tnow so [10:52] i use Cisco [10:52] i don't get the duplicate address.. that can be a misconfiguration on your net [10:52] the duplicate address thing happened anywhere on any network with no duplicates [10:53] didnt affect it or anything [10:53] im interested to see if the new driver stops crashing out on me [10:53] sladen: the problem seems to be that the network services (like nfs/portmap) try to start too early, before the dhcp got an ip address [10:53] every so often the old version died when i shut my lid or left it over night [10:53] so adding a sleep in the network init script helps [10:53] but that's clearly not the clean solution [10:53] [10:53] fabbione: they run in parallel? === seb128_ [~seb128@ANancy-151-1-30-146.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [10:54] or is dhcp now being backgrounded? [10:54] Lathiat: dhcp forks in background afaik [10:54] oh rad [10:54] didnt use to do that and it annoyed me [10:54] it's not rad if it breaks the boot [10:54] well, no [10:54] its not [10:55] altho isnt it a bit broken that portmap needs the interface to be up? [10:55] what happens if the interface goes down and back up or a new module is loaded with a cardbus card? [10:55] Lathiat: it's a network service.. [10:55] it relies on network... [10:55] or do you mean when actually mounting nfs? [10:55] if a new dev is added it behavs at it should.. [10:55] mounting nfs [10:55] oh right, i thought you meant just starting portmap. [10:58] i guess the optimum solution would be getting dhclient to do somethign when it finishes working or failing and spinning on that in mountnfs [10:58] or calling out to mountnfs when the interfaces are all up [10:58] i am thinking what the best solution would be [10:58] mountnfs is tricky.. [10:59] you might have /home or /usr on nfs [10:59] it sucks a bit cus you might need /usr or /home or something on nfs [10:59] yeh, exactly [11:00] Is it really sane to be forking dhclient and praying? [11:00] A whole host of init scripts after that could be relying on a real network being present. [11:00] Creating a spinlock as a stopgap is silly. [11:00] infinity: including ntpdate [11:01] AHHHHHH [11:01] Yes. [11:01] speaking of that, i think ntpdate needs to timeout faster [11:01] no [11:01] it's not network fault [11:01] it's hotplug too slow in loading the eth module [11:01] oh [11:01] ignoring the licensing issues for a moment, could launchd help to solve your problem? [11:01] Ahh, that's a different bug altogether. [11:01] we desperately need the dev.d and dependency-based init system, it seems [11:01] yeh that would rock [11:01] I used to get that way back when with pcmcia-cs and a pcmcia card. [11:02] zyga: launchd is broader than just bootup [11:02] Lathiat: I know but it has dependency stuff, does it not/ [11:02] well not everybody has 15 usb devices connected to his machine :) [11:02] zyga: it does, so does initng [11:02] pitti : Our current init system is already dependency-based, except when people fork things we like. :) === zyga for one welcomes our new xml based config overlords [11:02] (like backgrounding hotplug operations or pcmcia-cs detection) [11:02] infinity: huh? [11:03] pitti : Our current init is dependency-based, just happens to also be serial. [11:03] infinity: I still have sysvinit... [11:03] pitti : If it wasn't, we wouldn't bother with the cute numbers. [11:03] It's just not intuitively dependency-based. [11:03] infinity: I don't mean "arrange the init script in a sane order" [11:03] (Yes, I know what you meant) [11:04] infinity: ah, ok :-) [11:04] I think the real win will be converting 95% of our init scripts to dev.d scripts, and scrapping init for most of that stuff. [11:04] Many/most things run from init shouldn't be in a dev.d world. === hno73 [~hno73@henrik.gotadsl.co.uk] has joined #ubuntu-devel [11:06] hrm, mozilla still in main [11:06] Yes. Check its reverse build-deps. [11:07] it looks more like that hotplug has been changed for some network related things [11:07] mmm, just looking - disgusting [11:08] jdub : If you can shove it out in a sane fashion, you'll be my hero. [11:08] we explicitly agreed to keep it in main === `anthony [~anthony@220-253-45-10.VIC.netspace.net.au] has joined #ubuntu-devel [11:09] shoot me for not being a dev, but wouldn't it be better to split out the gecko engine, so that yelp,etc. could depend on that, and not a browser? [11:09] Burgundavia: sure, please send your request to the mozilla foundation [11:09] jdub, right [11:10] (hint: they have absolutely no corporate interest in doing it whatsoever, as it's against their stated aims with firefox and the 'mozilla platform') [11:10] that I figured [11:10] Kamion: i thought we agreed to take it out as soon as viable (but not for hoary) [11:10] what are there stated aims for firefox? [11:11] and how does splitting out a renderer conflict with them? [11:11] a) it's work b) firefox is their flagship product [11:11] true [11:11] Kamion: oh, nss [11:11] heya === Mithrandir twaps lamont [11:13] hi ogra [11:13] hmm didn't conqueror rip gecko out some time ago? [11:13] lamont: you didn't ever _try_ building nmap with DEB_BUILD_OPTIONS="debug nostrip", did you? [11:13] zyga: no [11:13] zyga, konq is khtml [11:13] zyga: it just made an equivalent of gtkmozembed [11:13] zyga: built on top of the mozilla-qt port [11:14] I know but there was some info a while ago that devs managed to put gecko in conqueror and (in some way allow to use khtml or gecko, choosing at compile time) [11:17] http://developers.slashdot.org/article.pl?sid=04/09/11/2119249&tid=154&tid=121&tid=8 [11:17] voila [11:18] slashdot, the source of all accurate knowledge [11:18] ;] [11:18] jdub, where is the fridge ? ubuntu-users is full of people that try to start a "spreadfirefox" page for ubuntu... some already started... [11:19] so it the news fraud/incorrect or did they really do it? [11:19] zyga: see what i said above [11:19] ogra: hrm, i should reply to that [11:19] yep [11:20] collect the forces :) [11:23] hrm, haven't read u-u for a bit :| === Xof [~mas01cr@158.223.59.22] has joined #ubuntu-devel [11:24] <\sh> ogra: install s9y and u have it ;) === jinty [~jinty@62-14-221-226.inversas.jazztel.es] has joined #ubuntu-devel [11:24] <\sh> or drupal ;) [11:24] bah, drupal [11:25] <\sh> ogra: spreadfirefox is running drupal ;) [11:25] it's fairly likely that the fridge will be a drupal site [11:25] <\sh> jdub: thats sad :( [11:26] why? [11:26] jdub: it's not python [11:26] ping thom [11:26] there's no reasonable python equivalent that has the featureset or extensibility without writing a fair chunk of code [11:27] good point [11:27] <\sh> jdub: the philosophy behind drupal is not what u want. check kdedeveloper.org (sp?) it's also running drupal...and it's quite weired...cause it doesn't make any differences between static content, dynamic content, blog content and stuff. well, in the end, it's just like phpnuke or postnuke..but this shouldn't be. [11:28] <\sh> zope with plone, as a different point of start, will be too slow for the masses, it shows up right now on ubuntulinux.com [11:28] i dont think anything could be quite as horrid as phpnuke === elmo [~james@83-216-141-215.jamest298.adsl.metronet.co.uk] has joined #ubuntu-devel [11:29] \sh: there are good and bad drupal sites... [11:29] Hey elmo. [11:29] hi infinity [11:29] <\sh> jdub: i'm not talking about the appearences of drupal sites..the system itself is "buggy". [11:29] jdub, see also http://www.ubuntuforums.org/showthread.php?t=14810&highlight=spreadubuntu [11:30] jdub, and http://www.ubuntuforums.org/showthread.php?t=32639&highlight=spreadubuntu [11:30] elmo : Can I get powerpc-utils synced again, this time the version I wanted (must have been in incoming before or something)... -15 [11:30] elmo : You have a bug in BZ about it, which I'll just close for you. [11:30] (wasn't sure when you'd be around) [11:30] \sh: i've used it in the past - it's not terrible [11:30] <\sh> jdub: what "thefridge" wants is a fast and furious CMS, which is easy to maintain, the administrational tasks to a low task of work [11:31] <\sh> jdub: i hacked the code a bit, last year :) [11:31] <\sh> jdub: and the CMS should have different apps running for different tasks under one "control panel" [11:32] sure, and right now, drupal seems to be the right choice === cartman is now known as ismail [11:33] argl.... [11:33] <\sh> jdub: if this CMS should be a "php" application at all, we should check out the following: what do u want: e.g. news pages, interview pages, user content. === ogra sees a new upcoming spatial vs browser discussion in -users *yawn* [11:34] heh [11:34] that just wont go away [11:34] yet another? [11:34] If you're writing anything from the ground up, please avoid PHP. Please. [11:34] i feel dirty because i use browser mode [11:34] if we keep doing stupid things, it'll never go away :-) [11:34] yeah [11:35] <\sh> news pages are likely blog alike, interview pages are more like FAQ systems...one question, several answers etc. there are some systems, which are "normally" standalone webapps, but can be combined into one good cms. [11:35] <\sh> inif [11:35] ogra, amu: ping? [11:35] infinity, you _dont_ like php ? [11:35] fabbione, pong :) [11:35] ogra : Are you surprised? [11:35] <\sh> infinity: no...no new rewrite of what is already there ;) [11:35] ogra: you DO? [11:35] infinity, not really :) [11:35] Treenaks, nah.... [11:35] ogra: clusterfs :) [11:35] yep [11:35] feel lucky today? [11:35] fabbione, i'll need to set up some machines first.... [11:36] ogra: upgrading to breezy kernel and installing a couple of packages is enough [11:36] + a spare partition [11:36] on one of the machines === ogra is just sorting his office for a new job he starts on monday ;) [11:36] eheh [11:37] <\sh> ogra: homeoffice work? [11:37] fabbione, ok, that should be possible.... [11:37] \sh, yep, a bit :) [11:37] ogra: ping me when you are ready [11:37] oki [11:37] and i will drive you trough the first steps [11:41] <\sh> jdub: check out http://www.opencms.org [11:42] <\sh> it's java, ok i don't like java, but it looks promising === jsgotangco [~jsg@202.57.71.236] has joined #ubuntu-devel === astharot [~isager@host250-27.pool62110.interbusiness.it] has joined #ubuntu-devel [11:58] oh, has anybody seen this ? http://www.symphonyos.com/desktop.html [11:58] ogra, hi [11:59] hi jsgotangco [11:59] it looks nice [11:59] yep... [11:59] ogra: fear competition [12:00] nah, competition is good, dont fear it ;) [12:00] corner applets are not that clearly defined though [12:02] graphics is cute [12:02] so where's the .torrent? [12:03] not even out of alpha yet [12:04] the dev says they have limited bandwidth, is the .torrent not a perfect solution for that? [12:04] anyway it does look nice [12:05] not another osx/windows ripoff === stub [~stub@203-217-54-48.dyn.iinet.net.au] has joined #ubuntu-devel [12:05] it is pretty unique ;) [12:05] there are some cool ideas there [12:06] I really don't know how usable it would be [12:06] corner apps are cool :) [12:06] Burgundavia: think new users and kids [12:06] those desklet things better not be clickable [12:06] zyga, for kids yes [12:06] Burgundavia: kids = future [12:06] if that's the future count me out [12:07] jsgotangco: kids are the future, would you rather put windows on their boxes instead? [12:07] yayayaya... Kamion: shrink (ext2/3) works fine too [12:07] w00t. offline only, I assume? [12:08] it looks very pretty, but as I said, I don't know how usable the whole system is for anyone [12:08] I did like one other thing too, devs mentioned they target low end boxes - that's very good nowdays [12:08] Kamion: yes === stockh0lm [~andi@petrus.schuldei.org] has joined #ubuntu-devel [12:10] huhu! [12:10] mdz: awake, still? [12:15] stockh0lm: its quite early there [12:15] stockh0lm: 2am iirc [12:15] 3:15am === jiyuu0 [~jiyuu0@211.24.249.58] has joined #ubuntu-devel === fabbione -> food [12:16] seb128: now I uploaded all the crack necessary to pmount an encrypted device :-) g-v-m support is on the way [12:16] elmo: around? === chmj -> lunch [12:16] mvo, pitti: pong [12:16] I've just read the pmout mail on changes :) [12:16] Hey thom [12:17] hey thom [12:17] pitti: what's this about breaking your firefox? [12:17] good morning [12:17] thom: actually I wanted to ask you about errors in the USN [12:17] morning TheMuso [12:17] morning Thom [12:17] grr [12:17] thom: but I already released the stuff this morning (I wanted to get this out ASAP) [12:17] morning Thom [12:18] hi mvo [12:18] pitti: errors? [12:18] ogra: set completion_amount = 0 [12:18] thom: spelingg errors, bad English expressions, and the like [12:18] i didn't notice any last night [12:18] okay, thanks for looking [12:19] there was the unfortunate "Ubuntu 5.04 (Warty Warthog)" thing ;) [12:19] uuuh === pitti corrects the web site at least [12:23] bye bye guys [12:23] bye jsgotangco [12:24] Kamion: ouch :) [12:24] daniels: http://lists.freedesktop.org/archives/xorg/2005-May/007758.html time for an X.org update? :) [12:24] jordi! [12:24] hey ajmitch_ [12:25] ajmitch! [12:25] jordi: feeling a bit more alive now? === mvo waves to jordi [12:26] ajmitch_: yeah :) [12:26] not dr death anymore [12:26] but I still cough and have horrible stuff inside of me :) [12:30] seb128: btw, do you know of upstream efforts to convert gvfs from gamin to inotify? [12:30] (or, rather, offer an additional inotify backend) [12:31] no move atm [12:31] one of gnomevfs guy is tempted to do it, but alex (the main maintainer) wants to wait on an API stabilisation first [12:32] pitti: there is work in cvs to get an actually working gamin inotify backend [12:32] gamin is crap [12:32] basically [12:32] that's why it would be nice to have gvfs using inotify directly [12:32] hm sure. === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel [12:36] or make gamin not suck === hno73 [~hno73@henrik.gotadsl.co.uk] has left #ubuntu-devel [] === dholbach [~daniel@td9091b75.pool.terralink.de] has joined #ubuntu-devel [12:44] fabbione: it needs so way of hooking. eg. call me back to add an interface. call me back when one disappears. then they could be brought up on localhost and the hooks called again when something changes. thom? [12:45] re [12:46] wb dholbach [12:53] mvo: hey, how are you? [12:53] hey zyga, fine. how are you? [12:53] mvo: fine, perfect time to hack :-) [12:54] zyga: what are you hacking on right now? [12:54] mvo: old stuff, libintl [12:54] mvo: I plan to finish it this time [12:55] seb128: you going to tell DV that gamin is crap? :-) [12:55] mvo: what are your plans on the finding packages spec now? :) [12:57] ajmitch_: that's a tough questions :) [12:58] hehe [12:58] jdub: no, just pushing gicmo to use directly inotify ;) [12:58] ajmitch_: I need to squeeze it somewhere, I have a lot of things to work on right now [12:59] mvo: just create more myths around it :-) [12:59] no need to push in fact, after spending some hour to track issues with gamin he really want to use it [12:59] dholbach: daniel!! [12:59] hey sbastien!!! :-) [01:00] how was your conf? === mvo runs [01:00] seb128: not sure inotify will scale with a large number of clients [01:00] jdub: you mean it's not there yet? [01:01] mvo: that's understandable :) [01:01] seb128: boring - the other guys didnt get their laptop sorted, so i had to talk "into the air" - i had my fun :-) [01:03] cool :) [01:03] seb128: last i spoke to rml about using inotify directly, he said it was not intended to be used individually by many processes on the system at once - i'll check with him again to see if that's true now [01:04] jdub: k, thanks [01:04] jdub: but gamin or gnome-vfs I don't get the difference [01:04] pitti: is there already a mapping between language pack packages and the supported language names? can I use the "Language: " entry in the description? [01:04] I mean some part need to set the monitors [01:05] seb128: unless the gnome-vfs module runs as a separate process (like smb), that means every running process will have its own inotify connection [01:05] mvo: the mapping is in langpack-o-matic [01:05] mvo: any way to get something associated to deb files, so when you click on a deb from nautilus you can install it? [01:05] jdub: right [01:05] mvo: I originally got it from miscfiles (it contains a mapping) and tweaked it a bit [01:06] <\sh> mvo: u had a look over the stuff I mentioned yesterday concerning update-manager? [01:07] seb128: it's debian bug #47379, there is some work being done on it. we could use gdeb, but I consider it ugly(tm) === JaneW [~JaneW@dumbledore.hbd.com] has joined #ubuntu-devel [01:07] \sh: I haven't looked at your example code yet [01:07] pitti: can you send it to me please? so that I get a idea about it? [01:08] mvo: yeah, I don't like gdeb neither, that's why I'm asking === SlackShrike [~Robinho@201009103089.user.veloxzone.com.br] has joined #ubuntu-devel [01:08] mvo: rookery:/srv/language-packs.ubuntu.com/langpack-o-matic/tools/languages [01:08] mvo: shall I export it through HTTP so that you always have an uptodate mapping? [01:09] pitti: might be nice, but I assume it does not change that often? [01:09] mvo: http://people.ubuntu.com/~pitti/languages [01:09] pitti: thanks [01:09] mvo: well, not that often, but it may happen [01:09] mvo: that's a symlink === chris38-home [~Christian@82.127.81.96] has joined #ubuntu-devel === ismail is now known as cartman [01:18] elmo: request for sync of drpython, ubuntu patches not needed now [01:19] from sid, that is === kent [~kent@c-c7c971d5.432-1-64736c13.cust.bredbandsbolaget.se] has joined #ubuntu-devel === Echylo [~echylo@110-170.245.81.adsl.skynet.be] has joined #ubuntu-devel [01:26] ajmitch_: done [01:26] elmo: I guess than dbus is waiting in NEW? [01:26] yah [01:27] thanks === sabdfl [~mark@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel [01:28] sabdfl: hi mark! [01:28] any reason all my man pages might have disappeared? [01:29] hey daniel [01:29] slinky% man pilot-xfer /usr/share/doc/pilot-link [01:29] No manual entry for pilot-xfer [01:29] See 'man 7 undocumented' for help when manual pages are not available. [01:29] seems like they're all gone on holiday [01:29] hey sabdfl! [01:29] did the bottle make it safely to London? [01:29] all? does man bash work? [01:30] hey jordi - how's the paella down there? [01:30] dholbach: all [01:30] sabdfl: WAY BETTER than in Castell :) [01:30] jordi: lucky beach bum [01:30] anything in /usr/share/man/man1 ? [01:32] hi sabdfl [01:32] hey ajmitch_ [01:32] sabdfl: is there _anything_ in /usr/share/man/man1 ? [01:32] dholbach: tons of man files [01:32] sabdfl: if the physical man page is there, mail me the output of 'man -d pilot-xfer' [01:33] i.e. if /usr/share/man/man1/pilot-xfer.1.gz is there [01:33] ah... [01:33] MANPATH=/man:/usr/man:/usr/lang/man:/usr/local/man [01:34] wonder how that happened [01:34] wow [01:34] i just switched to zsh, maybe it got lost in translation [01:34] MANPATH should generally be unset [01:34] man figures it out from $PATH [01:34] bbl === stub [~stub@203-166-233-217.dyn.iinet.net.au] has joined #ubuntu-devel [01:35] i like zsh [01:35] tab completion is far better than bashs' [01:36] ok, i copied the example zshrc to ~/.zshrc and missed that [01:37] now, if we had HCT I could just fetch it and make a patch very easily :-) [01:37] Keybuk: ^^ (hint) [01:37] but you're not bitter at all [01:37] http://bur.st/~lathiat/zshrc might be usefull [01:37] 403 [01:38] fixed [01:38] sabdfl: if you stopped asking stub to reset the dogfood database, it might have been imported by now :p [01:39] Keybuk: is man in the current set of known branches (from the old info files)? if not, could you add the upstream and steer it through? I'll use this as my tutorial on hct [01:40] man? as in man-db/groff ? [01:41] man-db's on arch.ubuntu.com === henriquemaia [~henriquem@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [01:41] though I haven't looked it over yet [01:41] yeah, I think that one's already imported [01:41] what do you need to change in man-db though? [01:42] elmo: libgsf sync please [01:44] seb128: done [01:44] thanks [01:44] Kamion: i'll see if i can use HCT to produce a nice patch to improve the example zshrc that doesn't nuke man on ubuntu [01:45] sabdfl: yeah, but that's zsh, not man-db [01:45] man-db doesn't ship an example zshrc [01:46] ismyeah, I'm still tossing up what to do [01:46] elmo: libdbus-glib-1-dev is universe which breaks the hal 0.5 build, can you fix that please? :) [01:46] bah, not even here [01:47] elmo: and we will probably get the same issue for hal then === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel [01:49] zsh is one of the "tricky" ones; the Debian maintainer has already arch'd it [01:49] but without any cvs history === moyogo [~moyogo@69.156.166.86] has joined #ubuntu-devel [01:51] Kamion: ermm... true [01:51] Keybuk: is the debian arch repo being used for anything other than the debian package? [01:51] in other words, has it become the official upstream way-to-do-arch? [01:52] no idea [01:52] hey sabdfl [01:52] I don't think so [01:52] <\sh> g'afternoon sabdfl [01:52] I'm pretty sure zsh is in CVS upstream [01:53] http://www.zsh.org/mla/workers/2005/msg00000.html [01:53] can we do stuff like syncing file-ids on import with an existing third-party repository like Clint's? [01:53] seem's like he's at least trying to do the right thing [01:53] that's the Debian maintainer [01:53] or does that get evil? [01:54] Kamion: not yet, arch doesn't support it, baz-ng has a spec that both will implement [01:54] 'k [01:54] where it gets very hairy is i'm guessing we may find quite a few "i've imported this as base-0" folks around the next for almost any upstream [01:54] mm [01:54] so in general, we'll try to do a perfect from-start import and use that [01:55] seb128: dbus done, I'll do hal as it appears on anastacia's radar [01:55] if someone has done it properly, and plans to continue syncing reliably, we can tag off them [01:55] who here works on the internals for the edubuntu stuff? [01:55] elmo: thanks [01:55] mvo: done (ages ago, sorry) [01:55] elmo: the hal buildd will retry the build, or you have kicked it? [01:55] it should have been in dep-wait so far, shouldn't it? === fwiffo_ [~fwiffo@dhcpserver0.oersted.dtu.dk] has joined #ubuntu-devel [01:56] pitti: dunno, when it fail because package is universe, that's still dep-wait? [01:56] seb128: it should retry automatically [01:56] k [01:56] cool [02:00] elmo: noticed already, thanks :) === pitti curses at autofuck tools [02:08] seb128: do you know what I have to do after "aclocal: configure.in: 65: macro `AM_PATH_GTK' not found in library"? [02:08] pitti: install libgtk-dev? [02:08] jdub: bugzilla doesn't seem to let me set an UNCONFIRMED bug to NEEDINFO [02:08] #10539 [02:08] sorry, libgtk2.0-dev or whatever it's called [02:08] do I have to set it to NEW first? [02:08] Mithrandir: I already have libgtk2.0-dev, of course [02:09] Kamion: shouldn't, but i really have no idea - works for me in other installs [02:09] pitti: what package is that? === weazle [~weazle@flits101-191.flits.rug.nl] has joined #ubuntu-devel [02:09] seb128: I try to merge mtr [02:09] pitti: that comes from /usr/share/aclocal/gtk-2.0.m4 [02:09] pitti: change it to AM_PATH_GTK_2_0, it seems. [02:09] seb128: it requires a configure.in change, which requires an automake run, which requires aclocal, and the latter two break [02:09] ie: libgtk2.0-dev === cc [~cc@c210-49-121-44.eburwd3.vic.optusnet.com.au] has joined #ubuntu-devel [02:10] seb128: ok, then I try libgtk1.2-dev [02:10] pitti: running autoconf is not enough? [02:10] yeah, UNCONFIRMED -> NEW -> NEEDINFO works. bleh. [02:10] seb128: well, somehow I have to make sure that automake is not invoked automatically at build [02:10] seb128: so lamont added AM_MAINTAINER_MODE [02:10] which requires automake [02:10] Kamion: yeah, I'm complaining about UNCONFIRMED to whatever broken for a month now ... [02:10] Kamion: maybe kiko will have a look [02:10] seb128: just touch configure in debian/rules doesn't help [02:10] Kamion: hrm, this must've been what mdz was asking kiko about the other day [02:11] ah, maybe, I wasn't paying attention to that === evarlast [~ejrw@pcp02588467pcs.shlb1201.mi.comcast.net] has joined #ubuntu-devel [02:12] seb128: libgtk1.2-dev helped, thanks; now I only get a bazillion autoheader warnings, but let's see whether it works === stockh0lm [~andi@petrus.schuldei.org] has left #ubuntu-devel [] [02:13] heh, an amusing effect of the file sorting we do on CD images is that bugs look misleadingly deterministic [02:14] for example it's very common for installs to fail on bsdutils due to bad burns, and I think that happens to coincide with some particular position on the image [02:14] on the disk, I mean [02:14] and you don't see it before then because all the udebs loaded before that point are physically closer to the centre of the disk [02:15] Kamion: yeah, that's spookily weird === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel [02:19] maybe the bsdutils package contains some pattern of bytes thats "Hard" to encode? [02:19] (8-to-14 bit encoding) [02:20] seems extraordinarily unlikely that that would have been consistently preserved in a compressed .deb since warty [02:20] arethere actually any pakcages that begin with 'a' or is bsdutils the first deb on the CD? [02:21] acpi* [02:21] apt [02:21] anacron, adduser, probably more [02:21] http://www.usbyte.com/common/compact_disk_4.htm [02:22] so i have java at 635 mamoery, mono at 34.55 and vmware at 106.15, woot. [02:22] debootstrap installs base-files, base-passwd, and bash before bsdutils [02:23] bah, now vmware has eaten my shfit key again [02:23] and there are plenty of udebs before that [02:24] yeh bsdutils always gets eaten on my bad cds, its freaky [02:24] oops, I need to teach archive-copier about the standard seed === Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel [02:27] morning all === ^rob [~rcaskey@cai17.music.uga.edu] has joined #ubuntu-devel === Amaranth [~travis@ip68-229-188-97.om.om.cox.net] has joined #ubuntu-devel === Mitario [~michiel@62.58.176.206] has joined #ubuntu-devel === CarlK [~ck2@c-24-13-52-189.hsd1.il.comcast.net] has joined #ubuntu-devel [02:47] hey Mitario [02:47] hi [02:48] seb128: I think it is time to revisit #2134 (always eject devices instead of just unmounting them); this should be safe with the new hal [02:48] seb128: do you know whether upstream does anything about it? if not, we might just throw the simple patch at the people and see how it works out (it works perfectly for me with eject) [02:49] reading the bug [02:50] upstream has changed this for nautilus 2.10: [02:50] * src/file-manager/nautilus-directory-view-ui.xml: [02:50] Allow eject on unmounted devices [02:50] cool [02:50] seb128: it's certainly not fixed in 2.9.90 as you claim in comment #8 [02:51] uh, wait [02:51] we don't have this version [02:51] oh, we have [02:51] 2.9.90 has the changelog entry [02:51] * libgnomevfs/gnome-vfs-volume-ops.c: (mount_unmount_thread), [02:51] (mount_unmount_operation), (gnome_vfs_volume_unmount), [02:51] (gnome_vfs_volume_eject), (gnome_vfs_drive_mount), [02:51] (gnome_vfs_drive_eject): [02:51] allow eject of unmounted volumes. === pitti is confused [02:51] seb128: yes, but still I can't eject my USB stick [02:51] seb128: iPod probably doesn't work either [02:52] so that's a bug :) [02:52] what does it say? [02:52] oh, you mean directly? [02:52] seb128: and instead of presenting the user two options, it should just always ejct [02:52] I mean the purpose of the patch is to allow to eject stuff non-mounted from computer:/// [02:52] seb128: I think it does not make sense to have two options [02:52] ah [02:52] ie: CD drives listed by fstab [02:52] seb128: that doesn't work for us then (with pmount) [02:52] nop [02:53] seb128: ah, I see, I have "mount" and "eject" for CD-ROMs [02:53] that's it [02:53] so what do you think about unifying this to eject in general? [02:53] so that it works with iPods, USB sticks, and the like? [02:53] is there any case we are stucked? [02:54] ie: I want the device unmounted and not ejected? [02:54] well, #1891 kept us from applying the patch so far [02:54] but that is no issue any more with the new hal [02:54] because you put a CD, g-v-m mounts it [02:54] ou eject it ... no way to get it unmount and not ejected from the UI [02:54] that's already the case [02:54] CD-ROMs should maybe have two options [02:54] but not USB devices [02:55] right [02:55] switching to eject seems ok with me [02:55] the simple s/FALSE/TRUE/ patch? [02:56] that's worth trying imho [02:56] yeah, agreed [02:56] okay, I patch (unless you want to) [02:56] go for it === mxpxpod [~bryan@wuw-ojr3gmca.dybb.com] has joined #ubuntu-devel === JaneW clears throat [02:59] excuse me [02:59] wow === lifeless offers a mentos [03:00] why has NO ONE updated the status of their Breezy Goal on http://udu.wiki.ubuntu.com/UbuntuDownUnder/BreezyGoals ?? [03:00] seb128: argh, the new gvfs source is not yet in the archve [03:00] JaneW: I didn't yet get to actually starting with my tasks :-/ [03:01] pitti: thanks for cryptsetup. I'm about to play with my USB-key now :-) [03:01] pitti: still status indicators start at drafting, and go all the way through to implemented [03:01] Nafallo: g-v-m integration is still missing, but pmount works now :-) [03:01] plus there are pretty colours that go with each status - it's FUN! [03:01] pitti: yea, I saw. you have been busy ;-). [03:02] seb128: is the package on p.u.c the one you uploaded? [03:02] JaneW: *s* reminds me of Windows XP :-P. [03:02] JaneW: hi btw :-) [03:02] groan [03:02] Hi Nafallo [03:03] seb128: oops, no source there... [03:03] mornin folks [03:03] seb128: okay, I wait until it is there [03:03] Simira: hi there :-) === mxpxpod [~bryan@wuw-ojr3gmca.dybb.com] has joined #ubuntu-devel === Kamion does a few of his goals [03:04] hi Nafallo [03:04] yo Simira [03:04] JaneW: I assume "pending" is stuff like "drafting done but implementation not yet started" [03:05] morning jdub. Or good night, maybe? [03:05] Simira: how is ubuntu-no going? [03:05] the "completed" / "tested" / "implemented" ordering seems odd? what's the difference between "completed" and "implemented"? [03:05] Simira: always good morning for me :-) [03:05] Kamion: code completed, fully tested, and actually IN production [03:06] doesn;t it make sense like that? [03:06] JaneW: needs an AWTY state [03:06] jdub: we're coming along. A handful of translators are set in business, and we've had some other interested people. I just have to learn how to run a LoCo ;p [03:06] We can change if necessary [03:06] Simira: ;-) [03:06] AWTY? er... always wear tight y-fronts? [03:06] JaneW: problem with pending is that it appears before deferred and before WIP [03:07] jdub: I'm having a few ideas for activities after the summer holidays. I suppose it's difficult to gather people in summertime, besides I'm planning to pick up some ideas on Debconf [03:07] Simira: running a LoCo is easy.. for the Dutch part at least [03:07] would it be any helpful at all for my to clean up the mplayermess or are we about to get that in debian to sync soon? [03:07] pending means spec comleted and it's pending action (i.e. about to start) [03:07] Simira: they all go their own way, and do what they like.. and sometimes we drink beer :) [03:07] deferred can happen anytime, if it gets shelves as a 'not now' item. [03:07] Treenaks: aka "herding cats"? [03:07] Treenaks: sounds nice. We got to get that too. It's just that we got a good deal of young people. I intend to contact the lugs soon as well. [03:07] Mithrandir: uh, a bit [03:08] JaneW: just seems kind of strange considering that full testing normally involves putting it into "production" in breezy - the only step beyond that is releasing breezy :-) [03:08] Simira: afaik, we don't really have lugs here [03:08] JaneW: pending> ok, that's what I thought, thanks [03:08] pitti: http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-vfs2/ [03:08] pitti: it's here [03:08] Treenaks: we have 6-7 of them, I don't know how active they are though. I guess half of them are somewhat active. [03:08] seb128: just saw it, thanks [03:09] pitti: ups, no .orig, I've messed up ... if you want to fix it :p === decko [~decko@143.107.220.163] has joined #ubuntu-devel [03:09] seb128: I just apt-get source'd [03:09] Kamion: I am happy to change it. I am used to someone saying something is COMPLETED, it then goes to QA for testing and then only get's implemented, or an awful made up word that was used 'productionalised' [03:09] seb128: oh right, it's native [03:09] JaneW: "are we there yet" ;-) [03:09] seb128: where is the orig? [03:09] jdub: OIC! [03:09] :D [03:10] jdub: glad you don;t always wear tight y-fronts then ;) [03:10] JaneW: mm, yeah, I think our process needs to be a bit different there, but happy to wait to see if mdz feels the same way [03:10] Kamion: can I sign up for ubuntu-member stuff for the next meeting now? [03:10] pitti: mv gnome-vfs2-2.10.0cvs..../debian . && tar czf .....orig.tar.gz gnome-vfs2.... [03:10] not really a y-front fan, myself [03:10] Simira, you definitely can [03:10] pitti: ie: I've not changed anything out of debian/, so the dir without debian/ is the CVS [03:10] Simira, just add your name and make a page [03:10] Simira: sure, link to your wiki page on CommunityCouncilAgenda and make sure your wiki page has detail about the things you've been doing for Ubuntu [03:11] seb128: alright, I fix it [03:11] Kamion: ok I'll run my thinking past mdz, and see what he thinks. [03:11] thanks [03:11] Simira: actually if you could create a new section with people to be considered at the next meeting, that would help avoid confusion with the people we just did [03:11] jdub: good, they are not the sexiest things on earth, that's for sure... thought some of the designer ones aren't bad..... *slaps self* [03:12] how does one get a login for wiki.launchpad.canonical.com ? [03:12] Lathiat: it's private to LP developers at the moment [03:12] oh, ok [03:12] just annoying its linked off half of the udu wiki pages :) [03:12] yeah, I know === mdke nods [03:13] Lathiat: yes we had a debate about that - sorry [03:14] well i've done my whinging, if someone remembers let me knwo when its "fixed" :) [03:15] i think in some cases material has been incorporated into the udu specs [03:15] yeh but theres quite a few where it just links to the spec there and not much else [03:16] Kamion: done [03:16] guess we just have to trust them to incorporate it when its ready [03:16] Kamion, mdke: The wiki page is made already. :) === trulux [~lorenzo@trulux.user] has joined #ubuntu-devel [03:16] thanks [03:17] aaaargh [03:17] JaneW: indeed, when editing the BreeyGoals page, ffox crashes [03:17] thoooooom [03:17] pitti: iz gtk boog === pitti tries mozilla [03:18] pitti: huh really? [03:19] JaneW: yeah, I selected the pending thing from your bar, and tried to paste it into a cell, then booom (twice so far) === seb128 kicks jdub [03:22] oops [03:22] time for schoolwork :-( [03:22] bbl [03:22] I'm getting this with a new USB Mouse which is working well in my Ubuntu box: hub 3-0:1.0: Cannot enable port 1. Maybe the USB cable is bad? [03:22] hah [03:22] hey pitti === Echylo [~echylo@110-170.245.81.adsl.skynet.be] has joined #ubuntu-devel [03:23] pitti: weird, I removed all flash installations and mine has been fine... I got the colour codes from GIMP Image editor... [03:23] Hi trulux [03:23] JaneW: mozilla works fine for me [03:23] pitti: any idea what could becausing it? Other than XP-like colours ;) [03:23] pitti: howya? btw, do you know on the USB mouse/hid problem? [03:24] JaneW: no idea, that's a question for our mozilla maintainer *duck* [03:24] trulux: no? [03:24] heh [03:25] pitti: just if you have experienced it [03:25] JaneW: indeed, I have the flash plugin installed [03:25] pitti: hmmm [03:25] trulux: I have a usb mouse, works fine === JaneW sees colours on the Breexy page - thanks guys :) [03:25] pitti: never seen that? [03:26] Breezy even [03:26] trulux: "that" == ? [03:26] trulux: could be bad mouse, bad cable, bad usb port or drivers fighting over usb1/usb2 [03:26] bad karma... [03:27] heh [03:27] Lathiat: possibly the drivers issue, what do you think that would be best to do? (the mouse works, but it doesn't right now :D) [03:27] pitti: no worries, will check a few things [03:28] seb128: btw, would it be possible somehow to add gnome-volume-manager to the gnome-session? that would eliminate the need for the buggy reconnection patch [03:28] trulux: try it on another machine, tyr another usb device on the same port [03:29] brb [03:29] Lathiat: works === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel === thom [~thom@amnesiac.heapspace.net] has joined #ubuntu-devel === Echylo [~echylo@110-170.245.81.adsl.skynet.be] has joined #ubuntu-devel [03:37] seb128: package is uploaded, let's see what breaks :-) [03:37] cool [03:38] maybe a buildd will try to build this one :p === ^rob [~rcaskey@cai17.music.uga.edu] has left #ubuntu-devel ["Leaving"] === doko [~doko___@dsl-084-059-052-160.arcor-ip.net] has joined #ubuntu-devel [03:54] whiprush: ping [03:55] Kamion: Around? === SlackShrike [~Robinho@201009103089.user.veloxzone.com.br] has joined #ubuntu-devel [03:57] mjg59: yeah [03:59] hrm the fixed bug where natuilus keeps rethumbnailing changing video files has regressed [04:01] Kamion: www.codon.org.uk/~mjg59/tmp/hp.tar.bz2 has three packages - how easy would it be to build a Hoary CD image containing them and all their dependencies, and have them installed by default? [04:02] mjg59: for me to do it, or for you? :-) === jiyuu0 [~jiyuu0@219.95.241.41] has joined #ubuntu-devel [04:02] Kamion: Well, with working apt authentication, so probably for you :) [04:03] Kamion: I have a patch to "unauthenticate" cdroms again btw === lamont watches stuff pile up behind hal [04:04] mjg59: 'k, I'll do that [04:04] Kamion: Ah, also the syslinux command line needs "reboot=b" adding to it [04:04] Kamion: Hang on, I'll send you a mail [04:05] mjg59: on boot from CD, or first boot into installed system, or both? [04:05] On boot from CD [04:06] that's straightforward [04:06] but yeah, send mail so I don't lose it :) [04:11] Oh, cock, except the video switching stuff is playing up now [04:12] i386 only, right? [04:15] JaneW: pong! [04:15] Kamion: Yeah [04:15] whiprush, nice blog entry :) [04:15] heh [04:15] Kamion: Sorry, I've just found that there's still a problem with the video change stuff - I'll let you know once it's sorted [04:16] <\sh> ogra: url pls need to adjust m [04:16] <\sh> my aggregator ;) [04:16] \sh, http://www.whiprush.org/ [04:18] whiprush, holly potatos [04:18] mjg59: no problem [04:20] <\sh> i should make an "unofficial ubuntu planet" for all the others who r not on planet.ubuntu.com ;) [04:21] The Fridge ! [04:21] Teh Firgde! [04:21] elmo: around? [04:21] aww [04:21] THE! FRIDGE! [04:21] haha [04:21] <\sh> where is it? [04:22] check your kitchen [04:22] \sh, nonexistent yet [04:22] <\sh> ogra: why do u scare me then? i'm shivering all over ;) [04:22] but here is a picture of it: http://udu.wiki.ubuntu.com/TheFridge [04:22] <\sh> ogra: yeah..have it in my bookmarks already ;) [04:23] \sh, whiprush and jdub are the guys to get in contact with, if you want to help [04:24] <\sh> ogra: remember the discussion this afternoon? === dilinger laughs [04:24] this afternoon ? nope... [04:24] "Slashdot for Ubuntu" [04:24] yeah [04:25] <\sh> ogra: about drupal for thefridge? [04:25] ah, yeah [04:25] i remember now === jnc [shadow@macco.pimpcat.org] has joined #ubuntu-devel [04:25] didnt know it was about the fridge.... [04:26] dilinger: ugh, no :-) [04:27] <\sh> i should finish my BYOPS project ;) [04:27] <\sh> time time time i need time [04:29] <\sh> coffee === decko [~decko@decko.user] has joined #ubuntu-devel [04:31] jdub: it's in the spec ;p === Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === wasabi_ [~wasabi@207.55.180.100] has joined #ubuntu-devel [04:37] .libs/gsf-input-bonobo.o(.text+0x3c): In function `gib_synch_shared_ptr':: undefined reference to `CORBA_exception_init' === lamont wonders idly if libgsf is seb128 's or not [04:37] lamont, mono ? [04:37] err.. [04:37] nm === lamont shrugs [04:38] like I actually read the package descriptions before I bug seb128??? :-) [04:38] (gsf-sharp is the mono thing...) [04:38] heh [04:38] lamont: yep, I've asked the sync [04:38] lamont: ftbfs? [04:38] 1.12.0-1 is FTBFS [04:38] bah [04:38] still pkg-config crap [04:39] same as file-roller [04:39] and other stuff [04:39] a collection of undefined refs, all with "CORBA_" in the symbol name [04:39] that's going to be fixed soon [04:39] ok. [04:39] I'll have bunch of stuff to give back once you tell me to [04:39] right, I've a list [04:40] all the stuff apt wants to downgrade here :p [04:40] anyway I'm away for ~1h, bbl [04:42] heh [04:42] have fun === jamin [~jamin@sys-216.87.56.250.primary.net] has joined #ubuntu-devel === luis_ [~louie@c-24-61-44-31.hsd1.ma.comcast.net] has joined #ubuntu-devel === Goshawk [~Vincenzo@host48-98.pool8251.interbusiness.it] has joined #ubuntu-devel === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === sm-afk is now known as sm [04:59] bye guys, cu tomorrow === stub [~stub@203-166-233-217.dyn.iinet.net.au] has joined #ubuntu-devel === ^rob^ [~rcaskey@cai17.music.uga.edu] has joined #ubuntu-devel === trulux [~lorenzo@67.Red-80-25-56.pooles.rima-tde.net] has joined #ubuntu-devel [05:19] hmm, I think I'm going to drop power3 from the powerpc CDs [05:19] they're overflowing, and that's a good candidate for dropping [05:19] after that, I look at languages ... [05:20] <^rob^> Kamion: do you know if there is any util to automate dealing with thee CUDA chip on PowerPC? [05:20] no idea [05:20] I have my cdimage hat on here, not my powerpc hat :) [05:21] <^rob^> BreezyGoals has a powermanagement gui task right? [05:21] ^rob^: Yes [05:22] <^rob^> would that be the place for it? [05:22] <^rob^> I guess GnomePower probably [05:24] CUDA = ? === metallikop is now known as kop|gone [05:25] <^rob^> mjg59: it's the chip that controls the low-level clock, power management, etc on G4s and above [05:25] <^rob^> http://lists.terrasoftsolutions.com/pipermail/yellowdog-general/2004-August/015191.html === mvo is away for ~1-2h, bbl [05:26] bye mvo [05:26] jdub: no, the thing I was asking kiko about was the status box on the enter_bug page [05:26] ^rob^: Ugh. I think that's excessively specialised for the default power management setup. [05:27] <^rob^> mjg: well "Restart automatically after power failure" has to live in userland on PowerPC [05:27] um ... no it isn't G4 and above [05:27] <^rob^> Kamion: at least, earlier as well? [05:27] This includes many m68k based Macs (Color Classic, Mac TV, [05:27] Performa 475, Performa 520, Performa 550, Performa 575, [05:27] Performa 588, Quadra 605, Quadra 630, Quadra/Centris 660AV, and [05:27] Quadra 840AV), most OldWorld PowerMacs, the first generation iMacs, [05:27] the Blue&White G3 and the "Yikes" G4 (PCI Graphics). All later [05:27] models should use CONFIG_ADB_PMU instead. [05:27] only one G4 model [05:27] <^rob^> hrmm [05:27] and only two of those models are supported by us at all at the moment [05:27] <^rob^> wowzers [05:28] ^rob^: There's an argument for it to be configurable, but I don't think that it follows that it should be in user-level GUI setup [05:30] <^rob^> mjg59: can that be set from OF? === koke [~koke@155.210.232.162] has joined #ubuntu-devel [05:30] The CUDA stuff? No, it looks like it needs to be done under Linux [05:31] <^rob^> but what replaced CUDA in the newer stufF? [05:32] I've no idea [05:32] PMU [05:33] <^rob^> ahh [05:33] <^rob^> (sorry, I ment to google CONFIG_ADB_PMU but got a phone call and my brain out the window ;) [05:33] hey, I have a patch for lintian [05:33] should I upload or contact to mvo? [05:33] http://www.amedias.org/~koke/patches/lintian_add-breezy-as-valid-distribution.diff === astharot [~isager@host25-161.pool8254.interbusiness.it] has joined #ubuntu-devel [05:33] it's quite simple :D [05:34] koke: yep, go ahead and upload that [05:34] ok === hussam [~hussam@194.126.31.19] has joined #ubuntu-devel [05:34] ciao [05:35] koke: might want to check linda as well in case it hasn't been done yet [05:35] yay for NIH [05:35] anybody here using breezy, I have a question [05:36] I want to install dbus-1-utils from breezy, but it requires libdbus-1-1 [05:37] if I try to install libdbus-1-1, it says it has to remove everything including gdm [05:37] any thoughts? [05:39] dbus is in the middle of a transition in breezy right now [05:39] if you want it to work, don't use breezy :-) [05:40] <^rob^> mjg59: do you know of any utils at all for setting pmu options? [05:40] No, I don't own any hardware with PMU capabilities [05:40] pmu> pbbuttonsd is supported === lamont back in a while - errands [05:42] Kamion: will the dependencies be uploaded later? [05:43] hussam: it's in progress. [05:43] could someone in #ubuntu's access list op me again? [05:43] seems i'm the only one active [05:44] nevermind :) [05:45] Kamion: it seems linda is ok [05:45] did anything come of the "community members get ops" idea? [05:45] Amaranth, ^ [05:46] mdke: i missed the meeting [05:46] it's supposed to happen AFAIK, hasn't been implemented yet === hussam [~hussam@194.126.31.19] has left #ubuntu-devel ["Leaving"] [05:47] damn [05:47] i clicking something in xchat which has ruined the window [05:47] Be RiGhT bAcK [05:47] wtf was that? [05:47] eek === mdke [~mdke@mdke.user] has joined #ubuntu-devel === Kamion hits a weird corner case in germinate === kop|gone is now known as metallikop === Danten [~danten@h40n8c1o1049.bredband.skanova.com] has joined #ubuntu-devel === Ferry [~ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel === stub [~stub@203-166-233-217.dyn.iinet.net.au] has joined #ubuntu-devel === martink [~martin@p54B3A1DB.dip0.t-ipconnect.de] has joined #ubuntu-devel [06:08] if it helps one understand the code, is drinking on the job a bad thing? :-) [06:09] hehe [06:09] was the original author drunk when he wrote it? [06:09] Kamion: well, if crack is allowed.. ;) [06:10] Amaranth: I think any possible answer to that would be slandering Keybuk === diamond [~diamond@194.46.79.154] has joined #ubuntu-devel === CarlK [~ck2@c-24-13-52-189.hsd1.il.comcast.net] has joined #ubuntu-devel [06:12] Kamion: it's not called "drinking on the job", it's called "protecting the brain cells from permanent damage" [06:12] seb128: sorry 'bout filing a duplicate bug. my search of bugzilla didn't show up anything, musta given bad terms [06:16] diamond: np [06:16] that happens to everybody ;) [06:18] by god you're right Mithrandir === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel === chris38-home [~Christian@82.127.81.96] has joined #ubuntu-devel [06:23] Kamion: which bit doesn't make sense? [06:25] Keybuk: I just hit a nightmarish corner case in the bit that checks kernel-version: for udebs, which propagated its way out to stuff like reverseDepends() (which I've never had to look at much before) [06:25] Keybuk: in fairness, though, about 75% of the code involved was code I wrote, and I've worked it out now :-) [06:25] if it's any consolation, most of it doesn't make sense to me anymore either ;) [06:25] di_kernel_versions was always a nasty hack - I just had to make it per-seed rather than global [06:26] not surprised === jlj [~agp@cm-80.111.96.084.chello.no] has joined #ubuntu-devel [06:27] (since now I want to have a different set of valid Kernel-Version: headers depending on which seed you're coming from) === metallikop is now known as kop|gone [06:28] I wasn't drunk when I wrote it, however it is a pretty good example of genetic engineering by human hands === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel [06:29] I pretty much randomly added and removed code until it gave the right output with the right input [06:29] there were one or two bits which were clearly broken, yet worked [06:29] ... and I adopted exactly the same approach without consulting with you on it [06:29] so I just left it like that [06:30] well, you know what they say === dholbach [~daniel@td9091b75.pool.terralink.de] has joined #ubuntu-devel [06:31] you're not thinking of the "great minds" half of the proverb, I'm betting. :) [06:31] re [06:32] no, I was going for the "fools seldom differ" bit === jbailey [~jbailey@dhcp802-2-37.dsl.ucc-net.ca] has joined #ubuntu-devel === Echylo [~echylo@110-170.245.81.adsl.skynet.be] has joined #ubuntu-devel [06:34] ok, well that worked, with the exception of a few spurious diffs to 'provides' [06:34] hah [06:34] and I have no plans to try to figure out what those are about [06:35] it's trying to communicate [06:36] perhaps germinate is becoming some kind of oracle [06:36] "help, I'm stuck in a Python script and I can't get out"? [06:36] like when it was continually trying to put KDE in main, it was just predicting the future [06:38] oh, yuck, I think I might need to teach the Germinator about supported, actually [06:39] (as opposed to the germinate main() wrapper) [06:50] doko: are you kidding me? [06:50] another gcc-3.* upload? [06:50] doko: is that supposed to fix the libvtest3 thing? [06:51] fabbione: last one, bringing g77-3.4 to the default [06:51] fabbione: no, my test build is still running [06:51] doko: ok... === diamond [~diamond@194.46.79.154] has left #ubuntu-devel ["Fleeee"] [06:51] that means at least another upload :/ [06:51] did you see the log file, didn't you? === Ferry [~ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel [06:52] the one for sparc ? [06:52] yes [06:55] yes, I did see it === jlje [~agp@cm-80.111.96.084.chello.no] has joined #ubuntu-devel === codestring [~toro@bb220-255-237-237.singnet.com.sg] has joined #ubuntu-devel [06:55] hi === JanC [~janc@JanC.member.lugwv] has joined #ubuntu-devel === blueyed [~daniel@i528C306C.versanet.de] has joined #ubuntu-devel === stub [~stub@203-166-233-217.dyn.iinet.net.au] has joined #ubuntu-devel [07:01] I need to stop writing shit on wikis. [07:01] whenever I comment I actually have to make a whole section for my comments === codestring [~toro@bb220-255-237-237.singnet.com.sg] has left #ubuntu-devel [] [07:01] because I leave like 80 pages of comments. === kop|gone is now known as metallikop === mirak [~mirak@AAubervilliers-152-1-26-177.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel === ^rob^ [~rcaskey@cai17.music.uga.edu] has left #ubuntu-devel ["Leaving"] === gnomer [~gnomer@sys-216.87.56.250.primary.net] has joined #ubuntu-devel [07:21] elmo, mdz: I've put a list of source packages to freeze (when we start) at chinstrap:~doko/cxxapps-20050511.log [07:22] doko: when do you plan to switch ? [07:24] we'll discuss it in some minutes (18:00 UTC) on #ubuntu-toolchain, later then with the MOTUs [07:25] doko: ah ok [07:25] doko: can you kindly let me know when that will happen? [07:26] i think i will need to stop the sparc buildd to switch defaults manually [07:26] and restart after packages will be blocked [07:26] yes, will do [07:26] thanks [07:27] btw, see https://www.ubuntulinux.org/wiki/BreezyToolchainTransition [07:27] could you check an xorg rebuild, when all build deps are there? === jiyuu0 [~jiyuu0@219.95.241.41] has joined #ubuntu-devel [07:30] doko: sure.. i will as soon as it's ready [07:31] doko: so during the transtion all the rebuild will be done in background? [07:32] or will it happen smoothly? [07:32] what do you mean with "background"? [07:32] i read that uploads will be closed [07:32] or closed only for c++ [07:32] ? [07:33] but only for new sources and a list of packages found in the wiki. exactly [07:33] ok and these packages will be uploaded and accepted manually during the transition? [07:33] or will they be rebuilt in "background" and uploaded all at once in the archive? [07:34] as I did understand elmo, they should be accepted, but do not go to the buildd's [07:34] maybe we can have an exception list, or drop packages from the list during the "freeze" [07:35] fabbione: btw, the 3.4 build installs fine on sparc ... (at least when built on unstable) [07:36] doko: you broke it on ubuntu :( [07:36] that _is_ the ubuntu package === maskie [~maskie@196-30-109-31.uudial.uunet.co.za] has joined #ubuntu-devel [07:36] did you try the old version? or only the new one? [07:38] 3.4.3ds1-13ubuntu1 [07:38] Why does the beagle package have no useful dependencies? [07:38] doko: that one fails here [07:39] doko: can you bootstrap a breezy chroot on that machine? [07:39] i need to go away pretty soon [07:40] fabbione: yes, if I find some time ... [07:43] ok === Lovechild [~dnielsen@0x50c71cc7.adsl-fixed.tele.dk] has joined #ubuntu-devel [07:44] mjg59: sh_clilibs is broken or something [07:44] mjg59: I can't remember the details. [07:45] err, cillibs? [07:47] Ah [07:47] It doesn't even depend on mono, which isn't a great start :) === warthylog [~warthylog@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel === Topic for #ubuntu-devel: Ubuntu Development | #ubuntu for support and general discussion | #ubuntu-love for getting involved | http://www.ubuntulinux.org/wiki/DeveloperResources | Ubuntu 5.04 is released! http://lists.ubuntu.com/archives/ubuntu-announce/2005-April/000023.html | MOM is awake! === Topic (#ubuntu-devel): set by Pathoschild at Sun Apr 17 13:37:02 2005 === #ubuntu-devel [freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup [07:51] mako: hey, do you know if there is anyone (outside of RH) formally stockpiling patents for Free Software? [07:52] mdz: I've uploaded a new knetworkconf which just fixes the current one [07:53] Riddell: excellent, thanks. can you send me a mail to remind me about it? I'm in a meeting [07:53] sure === mjg59 gets errors about gnome-sharp not being able to be loaded === chris38-home2 [~Christian@82.127.81.96] has joined #ubuntu-devel === metallikop is now known as kop|gone === stub [~stub@203.166.233.217] has joined #ubuntu-devel [07:56] luis_: Eben was talking about it at LCA. Probably the person to ask [07:56] mjg59: get libgnome-cil [07:56] luis_: unless you count the companies that are setting them asside for use in free software projects, i don't think so [07:56] luis_: Raph (of Ghostscript fame) has several [07:56] luis_: i think the SFLC may be interested in getting a few [07:56] luis_: i will meet with eben tomorrow.. i can ask [07:57] mjg59, mono is totally broken hatm... i'll have it in shape till the weekend i hope === Amaranth wants to get a patent on typing with one hand [07:57] someone got a patent for swinging sideways on a swing, so i figure i have a shot [07:57] mjg59, you can install the beagle build deps, that helps [07:58] mako: please do... nothing serious, but I read a sci-fi short story recently where the main character donates all his patents to a Free Intellect Foundation, and realized that AFAIK that couldn't really happen in real life [07:59] which seemed a shame [07:59] luis_: you could donate them to pubpat [07:59] luis_: they do the patent commons stuff [08:00] luis_: i'm not sure how many people have given patents to them... but you could [08:00] they'd take them === jljes [~agp@cm-80.111.96.084.chello.no] has joined #ubuntu-devel [08:00] huh [08:00] cool [08:00] now I just have to have an original thought ;) [08:01] http://udu.wiki.ubuntu.com/OEMRescue Have you ever worked in a computer repair facility? [08:01] "I have a virus" "Erase your whole hard drive and reinstall Windows" [08:02] "My OS won't boot" "Erase your whole hard drive and reinstall Windows" [08:02] "I have spyware and spysweeper didn't remove it" "Erase your whole hard drive and reinstall Windows" [08:02] I can go on and on with this for several hours if you'd like. [08:02] luis_: nah, dude, it's overrated [08:02] luis_: i don't actually believe in them [08:03] luis_: but that's another conversation [08:03] In a Unix system it's ALWAYS possible to either A) repair the system (erase it and only it and reinstall, don't hurt the users' data); or B) Repair or erase a certain damaged configuration in a certain user's profile to get an application working again [08:03] it NEVER requires a complete hard disk erasure. [08:04] So why is there shit in the Breezy [08:04] roadmap that encourages erasing all data and reinstalling without even attempting to actually FIX whatever problem occurs when we can do MUCH better? [08:05] mako: heh [08:05] mako: should have put quotes around 'original' :) [08:05] Is this one of those "oh well we're minorly better than MS so we don't have to actually do anything right" things that people come up with [08:06] bluefoxicy: i agree with you, given enough time to do your steps A or B above, but those are often time consuming and time costs lots of $$$, so the MS approach is often cheaper. [08:06] bluefoxicy: Have you actually read the rationale? [08:07] <\sh> _AND_ you have to make a difference between a server and a workstation. normal users don't have a separate home partition [08:07] evarlast: separate /home directory. System's broke, dump the system back to /, user's config and files stay fine. User configuration is broke, wipe user's home directory. Important data can be stored in say /home/shared (chmod 01777 /home/shared here) by the user for a "backup". More complex things can be handled as time progresses. [08:08] bluefoxicy: you are already WAY past a level that my Mom can understand. [08:08] mjg59: "OEMs will want to provide a way for users to return an installed system to a pristine state. This is mainly to reduce support costs as they can ask the user to just return the system to its shipped state and restore data from backup." == "encourage bad practices and lack of data availability" (data availability == security; having to back up everything when your system is broken is not data availability, especi [08:08] ally if you don't happen to have a dvd burner to burn most of your massive 80 gigabyte / partition to) [08:08] bluefoxicy: it's not about whether *we* want to do things right, it's about whether OEMs we want to persuade to base their stuff on Ubuntu are going to want this anyway; if we don't implement it, they will [08:08] evarlast: Yes and the beauty of it is she just has to hit "rescue" or "Fix this user" or "An application won't start: Web Browser" [08:09] Kamion: OEMs count on people to be sheep. [08:09] and I'd appreciate it if your contributions to this channel were less abusive [08:10] well after watching several people lose important data for no apparent reason and running for over a year and a half having damaged my system, what, 20 or 30 times and having to reinstall and not having said problems, I feel that such utter crap is abusive to the user base. === kop|gone is now known as metallikop [08:11] I don't think OEMRescue precludes a separate /home [08:11] <\sh> bluefoxicy: even in datacenters is much cheaper to have the data separated and the system is easy to reinstall [08:11] and it would be pretty trivial for an OEM to set things up that way [08:11] bluefoxicy: sounds nice, but often time a "system" is messed up as far as an end user is concerned, but really it junk in ~/ causing the problems, a nasty ~/.gnome entry or the like. I think there is good reason to do both. === metallikop is now known as kop|gone [08:12] evarlast: I've considered that already. The only real obstacle is labeling and grouping individual problems in such a way that a user can figure out what his problem is, and having fixes for the most common cases. [08:12] <\sh> bluefoxicy: but on a "private housewifes" laptop, you can forget about separating partionions....and if you check installations of windows xp from OEMs you will see the same afford [08:12] Kamion: yeah but a separate home in itself doesn't allow the case of a broken ~/ to be fixed with a quick system restore. [08:12] bluefoxicy: that's a pretty trivial matter for the rescue application [08:13] \sh: I know, I've erased enough peoples' schoolwork and movies and pictures and games and important data due to windows xp being on a 200 gigabyte C: [08:13] you could easily have a button that goes rm -rf ~/.[^.] * or equivalent [08:13] oy [08:13] anyway [08:13] or whatever [08:13] the point of OEMRescue is flexibility [08:14] it's providing a base on which OEMs can select whatever options they want to provide [08:14] s/on/from/ [08:14] yeah, the presentation on the wiki indicates as much flexibility as the compaq system restore CDs [08:14] <\sh> bluefoxicy: well...I'm not talking about obsolete data..I'm talking about data which is important to have to be backuped [08:14] I'm not familiar with the Compaq CDs, so I can't tell what that means [08:15] Kamion: put the CD in, press F11, hit Y, it erases your partition table, recreates it, formats shit, and starts dumping files on the drive. One execution path possible. [08:15] <\sh> kamion: put the cd in, format everything, install image, ready for use again ==> data loss [08:15] bear in mind that the wiki notes were written in a spare three-quarters-of-an-hour while being hurried to go and do other stuff [08:15] so levelling vitriol at them is not productive :-) [08:16] Kamion: donaldson? [08:16] huh? [08:16] vitriol [08:16] you are making no sense [08:17] nvm [08:17] I'll bear your comments in mind, but it would be nice if I didn't have to wade through so much flamage in future :) [08:17] I flame when I'm flamingly angry [08:18] well your flaming makes the people you want to convince flamingly angry, so it's not really useful [08:18] take a deep breath and count to ten. :-) [08:19] Anyone here running on a Dell laptop? [08:19] <\sh> or write a wiki page, where you can correct the objections of the OEMrescue ;) [08:20] bluefoxicy: could you send me that code of conduct url again please? ;-) [08:20] sabdfl: I can't remember [08:20] \sh: comments at the end of that page as he did are fine, certainly [08:21] <\sh> Kamion: this way or the other :) [08:21] bluefoxicy: clearly ;-) [08:21] Ah, Dell hotkeys seem to be keycodes. Good. [08:23] <\sh> mjg59: is there no kbd profile for dell laptops? [08:24] \sh: No idea [08:24] <\sh> mjg59: check xorgconfig or something...there should be one [08:24] Oh, urgh. No, we don't really want to do it through X. [08:25] The Right Way(tm) is to have the hotkeys bound to the standard input keys [08:25] <\sh> mjg59: for hp/compaq nc6000 i'm using compaq armada layout and only kde can use the special keycodes ;) [08:25] \sh: The 61x0 and 62x0 work fine, as long as you set the keycodes first [08:25] <\sh> like mute/unmute inc/dec volume [08:26] <\sh> mjg59: via Xmodmap? [08:26] No, setkeycodes [08:26] <\sh> oh ok [08:26] I've split out OEMRescue on BreezyGoals and marked it Drafting, so I remember to go back to it [08:26] \sh: See include/linux/input.h [08:27] \sh: Basically, the problem is that there are standard keycodes for all of this, but we don't have standard scancodes [08:27] So on a per-machine basis, we need to bind the scancodes to the keycodes [08:27] <\sh> understand [08:28] <\sh> mjg59: possibility to have it automated? [08:29] Based on DMI information, possibly [08:29] But at some stage, we still need to write a big table of key/scancode mappings [08:30] Ooh, at least Dell seem to be consistent [08:30] <\sh> hmmm...someone read about novells security solution apparmor? === trulux [~lorenzo@67.Red-80-25-56.pooles.rima-tde.net] has joined #ubuntu-devel === trulux [~lorenzo@trulux.user] has joined #ubuntu-devel === kiko [~kiko@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-devel [08:38] seb128: around? [08:39] ah, the joy of 5000 channels [08:39] kiko: you aren't fooling anyone; you're in all of 4 channels [08:39] yep [08:40] kiko: I desperately want to have all bugs come in as UNCONFIRMED by default [08:40] even if the user is REALLY SURE that their problem doesn't need to be confirmed [08:40] even for colin, mdz and seb128? [08:40] and I want to get UNCONFIRMED to WHATEVER working [08:41] just remove editbugs from everybody. that's the trivial solution. [08:41] kiko: I don't want to make it harder [08:41] and I don't want it to have side effects [08:41] like making it impossible to change bugs [08:41] if the user doesn't have editbugs, he can't post NEW bugs. === mirak_ [~mirak@AAubervilliers-152-1-16-254.w82-121.abo.wanadoo.fr] has joined #ubuntu-devel [08:41] ah. [08:41] can't we just hide the form element? [08:41] mdz, have you followed up on NEW bug-filers and asked them if they changed the option manually? [08:41] kiko: no [08:42] but I have tested that new bugs default to UNCONFIRMED if I don't touch anything [08:42] mdz: I don't really get what we win with UNCONFIRMED [08:42] it seems likely that the user sees the form field, and says "of course it is not unconfirme,d I have confirmed it myself" and they change it [08:43] seb128: it lets us mark real bugs, to separate them from the huge volume of noise [08:43] seb128, it will also allow the massive community QA effort ogra is going to lead do this work for us. [08:43] mdz: hum, right, that allows us to have bug confirmed but not assigned [08:43] (did I say massive? I meant EARTH-SHAKING) [08:43] ;)) [08:43] ALL-ENCOMPASSING [08:44] (only managers type in caps) [08:44] and top-post. [08:44] mdz, it's trivial to hide the form element. [08:44] sshh, there are top-posters in the channel [08:44] kiko: I think that's the solution with the least tradeoffs at this point [08:44] mdz, okay, I'll send you a patch. [08:45] you rock kiko [08:45] and one to fix seb128's probem [08:45] rock rock rock :) [08:45] that would be awesome [08:45] kiko: and when that's done, can you fix malone for me too please ? :) [08:45] okay. let me get down to it. in 1:15 we should talk to ogra about the QA, be around [08:45] seb128, the sab doesn't let me :-( [08:45] ;( [08:45] seb128: that is BradB and bjornT's job [08:46] mdz: yeah, was just joking [08:46] I wasn't === Kamion fixes most of germinate and cravenly works around the remaining problem in the seeds === ogra comforts kiko a bit [08:46] mdz: I've pinged BradB with some issues already, the current malone is scaring === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel [08:47] I think powerpc should fit now, just about; new images building === chmj [~charles@wbs-196-46-69-187.wbs.co.za] has joined #ubuntu-devel === kiko gets bugzilla running on his box === kop|gone is now known as metallikop === jk_ [~jochem@jkossen.nl] has joined #ubuntu-devel === stub [~stub@203-217-48-225.dyn.iinet.net.au] has joined #ubuntu-devel [08:56] seb128: perhaps kiko should be CCed on those mails [08:56] seb128: I hear he needs more mail [08:58] yes, please CC me [08:59] mdz, kiko: ok :) === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel === mirak [~mirak@AAubervilliers-152-1-16-254.w82-121.abo.wanadoo.fr] has joined #ubuntu-devel [09:02] seb128, do you know if Date::Format is packaged in ubuntu? [09:02] seb128, answering that gets you patches faster [09:03] libdate-simple-perl - a simple date object for Perl ? [09:03] usr/share/man/man3/Date::Format.3pm.gz perl/libtimedate-perl [09:03] I picked the wrong one :p [09:03] elmo wins :( [09:04] FLAWLESS VICTORY [09:04] ok perhaps it's time I quit my job and open my own business so I'll have more free time to actually write software instead of do 10 minute mock-ups [09:05] seb128, elmo, what do we need to do to update the description of that package to include Date::Format in it? [09:05] kiko: send a bug to the Debian BTS ? [09:06] seb128, hmmm. okay. don't imagine you could do it for me? :) === kiko blackmails seb128 === koke [~koke@adsl229-164.unizar.es] has joined #ubuntu-devel [09:06] kiko: I could [09:06] I'll not :p === seb128 runs [09:06] bah [09:06] the issue is that: [09:06] k, I'll [09:06] - Date::Format is required by Bugzilla and a few other major packages [09:07] - Finding it is currently difficult because it doesn't show up in the description for the package === eruin [~eruin@eruin.user] has joined #ubuntu-devel === kiko installs 10th package to get bugzilla running === metallikop is now known as kop|gone [09:08] kiko: apt-get install bugzilla? [09:08] seb128, I could do that, I guess, but I imagine your version is more recent than the 2.16/17 that's packaged. [09:08] (so dependencies have changed) [09:08] kiko: you will get a list of package it wants to install [09:09] then you can "apt-get install " [09:09] I know [09:09] seb128, I could do that, I guess, but I imagine your version is more recent than the 2.16/17 that's packaged. [09:09] (so dependencies have changed) [09:09] and not look where is Date::Format [09:09] ups [09:09] yeah, that would have worked for date:;format, good point. still, I think fixing the description is correct. [09:10] 2.18 is the universe version [09:10] I don't expect a big depends change to 2.19 [09:10] yeah, updated a week ago, wasn't it? [09:10] agreed for the description [09:10] oh right, fresh sync from debian yep [09:10] neat === Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel [09:13] night all [09:14] hmm [09:14] somebody tell me [09:14] how do I do mysql administration on ubuntu? [09:16] kiko: not a -devel question, try #ubuntu - also just install mysql and run 'mysql' maybe as root - for gui type administration try installing phpmyadmin. [09:16] poor kiko :-) [09:16] heh [09:17] I don't think we use root as the mysql superuser, but IMBW. [09:17] mjg59: should that table include wifi [09:17] hey sladen [09:17] heya sladen [09:17] how did sydney treat you? [09:17] to good falafel no doubt. [09:17] hello chmj and kiko. [09:18] kiko: I was all well and happy but it sounds like various other people left with a flu... Melbourne was a bit boring aside from the LUG :-) [09:19] oh @#!@#!@# [09:20] who would know. [09:20] pitti! [09:20] no pitti. === jbailey [~jbailey@dhcp802-2-37.dsl.ucc-net.ca] has joined #ubuntu-devel [09:21] mdz, who can give me fast mysql support? [09:21] jbailey: java is being talked about in #ubuntu-meeting [09:22] kiko: as in, quickly answer questions about mysql, or provide you with a high-performance mysql setup? [09:22] the former [09:22] kiko: I can [09:22] I want to know who the mysql superuser is on ubuntu [09:22] phone [09:22] kiko: root [09:22] no password by default [09:22] no password? [09:22] ah. [09:22] thanks. [09:23] sladen: Thanks, which meeting is it? === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [09:25] breh [09:25] who has amd64 and wtf do I use to play video on it [09:26] because totem-gstreamer is absolute trash (as in laggy, out of sync, freezes often) and xine won't work on amd64 due to segfaults probably caused by the xine team expecting R === jeroen_ [~jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-devel [09:26] R==X personality from x86 === jeroen_ [~jeroen@cp413115-a.tilbu1.nb.home.nl] has left #ubuntu-devel ["Leaving"] [09:28] oh yay mplayer works (after complaining about missing ttf files) [09:29] Anyone here and running on a Dell laptop? [09:29] FATAL: XX000: failed to initialize lc_messages to "" [09:29] LOCATION: InitializeGUCOptions, guc.c:1867 [09:29] anyone seen that with postgres? [09:30] bluefoxicy: I'm using mplayer. [09:30] totem works fine on amd64 for me [09:32] for me too === minghua [~minghua@danube.mems.rice.edu] has joined #ubuntu-devel [09:36] dholbach: try playing an mpeg [09:36] i did [09:36] it'll constantly change how long it is, ie it'll start a 3 minute video and it'll then say it's 30 minutes, then 4 seconds, then 2 months long, then an hour, then 10 minutes. . . [09:37] try seeking through that [09:37] and if you manage to seek around mor ethan 3 times it freezes. [09:37] been like that since warty, persists through reinstalls, reproducible on the laptop and the desktop. [09:37] and i had to install gstreamer0.8-ffmpeg to get movies to play at all. === trulux [~lorenzo@trulux.user] has joined #ubuntu-devel [09:39] hi === Burgundavia [~corey@S010600065be02c07.du.shawcable.net] has joined #ubuntu-devel === minghua [~minghua@danube.mems.rice.edu] has left #ubuntu-devel ["Leaving"] === chmj [~charles@wbs-196-46-69-187.wbs.co.za] has left #ubuntu-devel [] === stub [~stub@203-166-233-217.dyn.iinet.net.au] has joined #ubuntu-devel === Lovechild [~dnielsen@0x50c71cc7.adsl-fixed.tele.dk] has joined #ubuntu-devel === Lovechild [~dnielsen@fd20682b878cff10.node.tor] has joined #ubuntu-devel [09:58] mdz, patch #1 sent === evarlast [~ejrw@pcp02588467pcs.shlb1201.mi.comcast.net] has left #ubuntu-devel [] [10:01] seb128, interesting. I have a question for you. [10:01] are you here? [10:02] ogra, is it time? [10:02] ah [10:02] heh [10:02] where are mdz, dholbach and seb128? [10:02] here [10:02] dholbach, is here [10:02] i thought we'd meet in #ubuntu-conspiracy :-) [10:02] mdz ? seb128 ? [10:03] ogra, let's give them 5 minutes. [10:03] yep [10:03] if 5 minutes are up I'll ring matt, and you could ring seb [10:04] ogra, kiko: what ? [10:04] oki [10:04] seb128, meeting [10:04] seb128, QA [10:04] about? [10:04] seb128, about the end of the world, imminent, unless mdz shows up. [10:04] meetings marathon? [10:04] yes [10:04] yep [10:04] feels like UDU [10:04] <\sh> again? [10:04] hehe [10:05] <\sh> qa is interessting..had some thoughts about it ;) [10:05] dholbach: no, worst, at this time we were playing mao :p [10:05] or sleeping [10:05] depending on the TZ consideration [10:05] seb128, meanwhile, I have a question to ask you. [10:05] or having VB :-) === ogra looks at gworldclock [10:05] NEEDINFO. [10:05] seb128, that's not an "open" state is it? [10:05] kiko: yes it is [10:05] why? [10:06] <\sh> ogra: again in #u-m? [10:06] UPSTREAM too? [10:06] seb128, 6:04 ? i was never up at this time... thats when dholbach awoke ;) [10:06] kiko: dunno how you consider open/close [10:06] kiko: but I consider NEEDINFO as a open bug waiting on informations [10:06] hmmmm. [10:06] kiko: if you declare it fixed, or not-a-bug, it's closed. otherwise it's open (aka not fixed...) [10:06] kiko: ie, that's not a CLOSED option [10:07] lamont, seb128: and UPSTREAM the same? [10:07] yep [10:07] kiko: here [10:07] UPSTREAM is really open [10:07] was on the phone [10:07] that's "the bug is an upstream issue" [10:07] kiko: yes [10:07] mdz, oh, I double-rang you then. [10:07] NEEDINFO should mean 'I cannot fix this without more information', which is effectively closed- think of 'open' as 'fixable' and 'closed' as 'no longer fixable' [10:07] yeah [10:07] luis_, do you have a custom hack in process_bug.cgi to handle UNCONFIRMED and NEEDINFO/UPSTREAM? [10:07] elmo, mdz: is it possible to remove/add packages from the list of frozen packages during the CXX transition? [10:08] doko: I don't see why not [10:08] obviousy it is different from actually fixed, but IMHO it is closer to closed than open [10:08] not really [10:08] they stay in the scope [10:08] kiko: I think so, but honestly I don't recall- it has been a while since I looked at where that hack was [10:08] kiko: so what's the agenda here? [10:08] no [10:08] if you don't get what the reporter is trying to tell you, it will be NEEDINFO as well? [10:08] anyway [10:08] let's stop this discussion and start another [10:08] I'll sort it out. [10:08] they should never be NEEDINFOd if you can fix it with the information available [10:09] ----------------------------------------------- [10:09] QA meeting starts here [10:09] ----------------------------------------------- [10:09] mdz, elmo: the current plan is to have the freeze next Monday/Tuesday, depending on when elmo can set it in effect [10:09] so ogra, sabdfl mdz and I have a plan for QA in the short term [10:09] luis_: NEEDINFO is to let a chance to provide informations before closing [10:09] kiko: we can use #ubuntu-meeting [10:09] hmm, you had suggested -devel, but sure [10:09] if it's too noisy in here [10:09] yeah, lets do that [10:10] luis_: ->#ubuntu-meeting [10:10] ooh, I'm invited :) === abarbaccia [~abarbacci@ool-18b8cf07.dyn.optonline.net] has joined #ubuntu-devel [10:17] elmo: looks like ps2eps needs to migrate to main (for gsl) [10:18] elmo: and libevent-dev (for nfs-utils) and jikes-classpath (for gettext) === jdthood [~jdthood@aglu.demon.nl] has joined #ubuntu-devel === JanC [~janc@dD5764B2F.access.telenet.be] has joined #ubuntu-devel [10:38] elmo: ... and lsb-{core,cxx,graphics} for lsb === HiddenWolf [~hidden@136.56.dynamic.phpg.net] has joined #ubuntu-devel === anto9us [~antoninus@cpc2-ptal1-5-1-cust109.swan.cable.ntl.com] has joined #ubuntu-devel [10:56] there will be a momentary disturbance in the force while I bzip2 all the log files [10:56] haha... lamont: you're great! :-) [10:57] dholbach: for extra credit, tell me how to have firefox automatically bunzip the data when it arrives. [10:57] rather than wanting to invoke archive manger or whatever [10:57] hmm, it did that once... [10:58] there are some .bz2 files there now, I'm just bziping everything to avoid the rsync pollution that would cause elmo to kill me [10:58] lamont: doesnt it depend on the webserver configuration? === koke [~koke@adsl229-164.unizar.es] has joined #ubuntu-devel [10:59] well, since we don't want the server uncompressing them..... [10:59] but some crazy mime-type/whatever stuff? *shrug* no idea, sorry [11:00] <\sh> dholbach: you can do two things: 1. webserver sending the right mime-type and you have the right mapping, or you advise the browser/desktop gui ;) to map .bz2 with bunzip [11:01] <\sh> second method must do the bunzip in a tmp dir and remove it afterwards === trulux [~lorenzo@67.Red-80-25-56.pooles.rima-tde.net] has joined #ubuntu-devel === lamont ponders, and decides that humans don't need to see the .bz2 at the end of the filename for the old logs. [11:08] <\sh> lamont: why not doing a transparent bunziping on the webserver? like the gzip method [11:09] \sh: I suppose we could, but the reason everyone wanted them was for bandwidth savings, and you don't get those. [11:09] and (2) it would require a server change... [11:09] config change [11:10] <\sh> lamont: nono...transparent gziping is a feature of the webserver and webclient...the webserver sends it as .gz and the browser tries to gunzip it [11:10] ah, coolness [11:10] <\sh> lamont: i think there is also a bzip2 module for apache...but i think most of the webclients are not using this, but most of them can use transparant gunzip === zenrox [~zenrox@wbar7.sea1-4-4-043-090.sea1.dsl-verizon.net] has joined #ubuntu-devel === thoreauputic [~prospero@wolax8-203.dialup.optusnet.com.au] has joined #ubuntu-devel === mpt [~mpt@203-167-186-82.dsl.clear.net.nz] has joined #ubuntu-devel === Echylo [~echylo@110-170.245.81.adsl.skynet.be] has joined #ubuntu-devel === stub [~stub@203-166-233-217.dyn.iinet.net.au] has joined #ubuntu-devel [11:18] \sh: that's kinda unfortunate. [11:18] bz2 is much nicer for the disk... and we were getting kinda full [11:19] <\sh> lamont: i don't have a testbed right now for it, but lemme check tomorrow if I can get it to work on apache2 and firefox [11:19] would be coo [11:19] l [11:20] the module for apache doesn't read .gz files from disk (afaik). it compresses the served files on the fly. [11:21] <\sh> uniq: you can gzip them also on disk... [11:21] <\sh> uniq: if you have gunziped files, it will gzip them, and if you have gzipped files, it will send them directly [11:21] ok. [11:23] <\sh> uniq: problem is the client, if he can do gunzip on the fly it's ok...but then u have those nasty IEs ;) [11:23] <\sh> some versions are working, some not [11:24] \sh: for this instance, I really only care about firefox... :-) [11:25] <\sh> lamont: well :) this is fine with me...at lycos we didn't have the choice ;) === allee [~ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-devel === jlje [~agp@cm-80.111.96.084.chello.no] has joined #ubuntu-devel === kop|gone is now known as metallikop [11:38] another detriment to gstreamer/totem [11:38] sometimes closing totem after 20 minutes of it having finished a video will cause totem to not close [11:38] but rather rapidly fill memory [11:38] until your system grinds to a halt for about 10 minutes and the OOM killer catches up enough to kill totem. === jlj [~agp@cm-80.111.96.084.chello.no] has joined #ubuntu-devel [11:42] \sh: looks like apache2 only supports content encoding. mod_gzip has been converted to mod_deflate with less features.. http://tinyurl.com/a8pxt [11:44] mjg59: ping? LaptopTesting|Hardware [11:44] <\sh> uniq: the orig mod_gzip should do this...we had it runnin on apache 1.3 ... i will check it tomorrow [11:44] it's running on 1.3.. but not 2 :) [11:44] I use it on 1.3 myself. [11:45] <\sh> uniq: there should be a (real) mod_gzip version for 2.x [11:45] <\sh> http://www.ehyperspace.com/apache/mod_gzip [11:45] 404 [11:45] <\sh> wow [11:46] <\sh> *headshaking* [11:46] no one should be running 1.3 anymore [11:46] well, except for my competitors... [11:46] I run 1.3 [11:47] <\sh> i switched to 2.x [11:49] <\sh> but this incident i have to check..mod_gzip not working anymore..:( === xuzo [~xuzo@81-203-41-93.user.ono.com] has joined #ubuntu-devel [11:52] Kamion: maybe it's better to build a CD before Monday/Tuesday, when we start the CXX transition ... === luis_ is now known as lu|away === lamont notes that buildLogs is offline for a while (compressing log files takes a while...) [11:57] up to 'f' (albeit with some random stuff later in the alphabet done...)