[12:02] although device manager shows a bt878 [12:02] I don't know anything about tvtime I'm afraid [12:02] if device manager shows it, it's a bug in tvtime [12:02] (though when detected, your audio won't work because of the above bug :p) [12:03] it could be related to it [12:03] in breezy there was a multimedia test tool [12:03] I'd certainly do the blacklist/modules trick and see if it works after a reboot === kent [n=kent@kr-lun-89-144-233-83.3.cust.bredband2.com] has joined #ubuntu-devel [12:03] you could check see if your capture card was there is there similar under dapper? [12:04] does the same test tool not exist? [12:04] Keybuk: taken from the menu's, I guess [12:04] yeah its not on themenus [12:04] what was the tool? [12:05] gstreamer-properties [12:05] system>adminsitration>multimedia I think [12:05] stewart: try just running what ogra suggested [12:05] that's it [12:05] Keybuk: thank you for your time [12:06] yeah cheers thats the same panel, didnt realise it was a gstreamer thing [12:07] ack, Keybuk, I pressed the wrong button on LP, now I assigned it to udev again. :( [12:07] put it back :p [12:07] Keybuk: how? :P [12:07] Can I just have bugzilla back? === HiddenWolf sobs [12:07] fixed [12:08] mental note: stay away from unfamiliar buttons === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === Unfrgiven [n=ankur@202.76.176.94] has joined #ubuntu-devel [12:16] Keybuk what do you make of xgl from a dev perspective? === lakin [n=lakin@jungle6.cpsc.ucalgary.ca] has joined #ubuntu-devel === nictuku [n=yves@200.140.82.208] has joined #ubuntu-devel [12:21] stewart: personally I'm waiting for X to go away [12:21] it's an evil monolithic hunk of crap that belongs in the 70s === jdub kicks Keybuk in the pants. [12:22] the most we need (imo) is a GL proxy server; that directs GL received from apps across the network, or to the appropriate video device [12:23] and X11 wouldn't be a good protocol to do that with, given its backwards compatibility and other benefits...? === Arrogance [n=aks@ottawa-hs-209-217-83-179.d-ip.magma.ca] has joined #ubuntu-devel [12:24] as I understand X11, you end up with apps using GL to draw on a pixmap which is sent to a card that could receive GL just fine [12:24] I'm not necessarily against X11 being extended to support GL drawing commands directly [12:25] I'm definitely against the Xorg/X386 implementation [12:25] no, that is bollocks [12:25] that's precisely what GLX is for [12:25] for example, if I unplug an Nvidia graphics card and plug an ATI one in instead, I shouldn't have to stop all my running applications [12:25] ok [12:25] then I guess as a dev, I like the direction GLX is taking us :) [12:25] you're thinking of software rendering, which is an option everywhere === Keybuk knows not much about it [12:26] GLX is an extension to send GL commands over the X protocol [12:26] that's why you can run glxgears from OS X, over ssh, displaying on your linux box, and it still works well [12:27] hooray for architecture, operating system, and network independence [12:27] the thing I don't like about X is the way that it's a huge thing sitting on top that needs to be configured and stuff [12:27] X is not huge *at all* [12:27] my display should be independant to my hardware [12:27] it was invented for machines smaller than your calculator [12:28] the fact that it needs to be configured is a relic, rapidly being fixed now we have Xorg [12:28] Xorg doesn't seem to be moving in the right direction though [12:28] you can't unload one video driver, and load another, without the display needing to be killed [12:28] (keith has done some really interesting work on autoconfiguration and hotplug in kdrive) [12:28] well, that's a very niche case that could be attended to [12:29] likewise X doesn't automatically deal with me plugging a monitor into my laptop, and then unplugging it again [12:29] it will be able to do that very soon [12:29] plug a monitor in, I should get a new screen to put things on, unplug it, that screen should get tidied away [12:30] (just going to bounce, brb) === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel === kent [n=kent@kr-lun-89-144-233-83.3.cust.bredband2.com] has joined #ubuntu-devel [12:31] jdub: X is still the one thing about Linux that makes me ashamed though [12:32] Keybuk: try the sound stack [12:32] we're so far behind the way Windows and Mac OS X deal with displays :( [12:32] HiddenWolf: nothing especially wrong with ALSA and Gstreamer [12:32] Keybuk: not really, and in some ways, we're ahead. :-) [12:32] jdub: Windows has had on-the-fly driver, resolution, depth, etc. changing and direct-to-card rendering for nearly a decade [12:32] in fact, over a decade [12:33] Keybuk: there are some warts, but not enough that it's worth throwing away. indeed, few of these problems actually need extensions and all that kind of stuff. [12:33] jdub: I don't necessarily disagree; when I talk about "X" I guess I refer to the implementation we have today -- rather than the underlying protocol [12:33] Keybuk: X can do resolution, depth and direct rendering. we can't do on-the-fly driver changing yet. [12:34] jdub: it can only change between existing preconfigured resolutions [12:34] and as I recall, it _can't_ do depth changing [12:34] Keybuk: that's not true at all - look at XRANDR [12:34] XRandR only supports changing between the configured resolutions [12:34] nup :-) [12:34] i only have one resolution in my xorg.conf [12:34] oh ok [12:34] but i can change to all the resolutions my monitor supports [12:34] it can't change between depths though [12:35] you have to kill every running X app to do that [12:35] XRandR only supports changing between the configured resolutions <-- is that different to windows? [12:35] stewart: it's untrue to begin with, but no [12:35] if I want a custom resolition I still have to hack my drivers inf file on xp [12:36] Keybuk: ok - depth is not implemented because it wasn't deemed necessary, which i tend to agree with. [12:37] Keybuk: the only computer i have running anything less than 24/32bit is an old laptop of pia's. [12:37] jdub: what if you plug in an old monitor for some reason [12:37] Keybuk: which only does 16 bit at its full screen resolution. [12:37] still from an end user "could my ma use it" point of view x configs are still overly messy [12:37] or plug into one of those annoying projectors [12:37] Keybuk: old monitors and projectors do 32 bit. it's not a display issue, it's a memory / video chipset issue. [12:37] and my ma is/was a design engineer so theres plenty of refinement [12:37] Linux users at conferences are funny [12:38] the first day where everyone has to deal with the projector [12:38] stewart: xrandr works nicely now - xorg autoconfiguration is being worked on. [12:38] good good [12:38] Keybuk: that has more to do with bad video drivers than anything else. === Kaloz [i=kaloz@openwrt.org] has joined #ubuntu-devel [12:38] jdub: yeah, that's certainly part of the problem === Keybuk just wants everything to "just work" [12:38] I think drivers must be a sticking point for the FLOSS world in general but never more so than video [12:39] you're blaming X about things for which it alone is not responsible ;) [12:39] how is X alone not responsible? [12:39] where X ~= everything X and X-related [12:40] ok [12:40] so [12:40] you're blaming X for being "big" [12:40] which it is not [12:40] xorg-* is a large set of packages [12:40] you're blaming it for features it doesn't have [12:40] which it does [12:40] you're blaming it for features it doesn't have [12:41] that are extremely shallow use cases [12:41] well without getting on too much of a downer improvements from a user point of view seem to have been accelerating [12:41] I don't think they are shallow use cases [12:41] and blaming it for problems that we would have with *any* system [12:41] such as drivers [12:41] sure :) [12:41] Keybuk: changing depth? in this day and age? [12:41] stewart: very rapidly with the Xorg split [12:41] stewart: (both from XFree86 and its build split) [12:42] jdub: I've frequently had to deal with projectors that can only do 16-bit [12:42] so I think it's still relevant [12:42] i'd still call that a shallow use case [12:42] those projectors are broken [12:42] and rare [12:42] sorry, but that's just something I don't agree with [12:42] it's our job to work with the hardware the user has [12:42] depth is not a display side issue to a massive degree [12:42] not tell the user it's their hardware's fault [12:42] but exactky jdub you both seem to be saying a more similar thing than you realise [12:43] sure, but there's massively deployed hardware and pitifully deplpyed hardware [12:43] i'm more interested in the problems posed by massively deployed hardware [12:43] we should work with both [12:43] what kb is saying is that people are frustrated with x becuase in honesty it didnt seem to move for like 5-10 years [12:43] for example, xv crashes X on my X40 [12:43] quite often [12:43] requiring a reboot [12:43] stewart: when Keybuk says "X is 70s technology that should be dumped", i am in absolute opposition to that idea :) [12:43] and what you're saying is hang on its moving rapidly now that everyones moaning at it [12:43] Keybuk: sure, but there are priorities. depth changing in XRANDR is possible, but not a priority. [12:44] Keybuk doesn't know *much* about X, it's both above and below the areas I tend to deal with [12:44] you probably know more than I do [12:44] How on earth do projectors end up refusing to accept more than 16-bit? [12:44] It's an analogue signal... [12:44] designed by rent-an-ee in some cheap country? [12:44] so where I tend to throw a problem at "X", you know more about where that problem truly should be directed [12:44] mjg59: maybe a bandwidth issue? sounds completely nuts to me. [12:45] Keybuk: mmm - i've had to learn and keep up, given gnome stuff. [12:45] jdub: it probably translates it back to digital, and the software is just crap [12:45] Red Hat are dealing with many of the current problems with X [12:45] mjg59: my experience was a projector that only did 640x480 at default depth; but was happy to do 800x600 or 1024x768 at 16-bit [12:45] The biggest one being run-time reconfiguration [12:46] well this isnt gettingmy TVTIME fixed ;-) [12:46] jdub: aye; currently I'm more interested in the underlying problems of getting kernel and userspace to play nice together -- and the higher problem of graphical users being able to see and change what's happening with their system [12:46] Im gonna hit the hay night guys and keep up the great work [12:46] X is somewhere in the middle of that, and not something I keep up to date with === aheck [n=aheck@mnh9-d933b1c0.pool.mediaWays.net] has joined #ubuntu-devel [12:47] The biggest technology problem with X would be that changing depth on the fly is awkward [12:47] But other than that... [12:48] AFAIUI, depth is becoming a non-issue as we're seeing the ability for windows to set their own depth. [12:49] (So, changing the server depth would just mean resetting the depth on all windows, including the root) [12:49] Which can probably be done today, but there's no cute tool to do it. [12:50] X can deal with those things, all it need is a smart script to do this and that. [12:53] I personally believe that x.org is way cooler than Windows, and has magical powers. === jdub massages X love into Keybuk's temples. [12:53] jdub: mmm, harder! [12:53] temple pressure is good :) [12:57] hehe [12:59] jdub: for dapper+1, will we see xgl or aiglx? [12:59] jdub: perhaps you could explain what the difference between those two is? :) === poningru [n=poningru@n128-227-55-122.xlate.ufl.edu] has joined #ubuntu-devel [01:01] Keybuk: one is cocaine, the other is heroin. [01:01] that doesn't actually help me [01:02] HiddenWolf: they're both in dapper universe [01:02] Keybuk: It does not really matter which one is chosen anyway... the "cool thing" is compris:-) [01:02] hunger: Oh please [01:02] metacity++ [01:03] <_ion> hunger: Do you mean compiz? [01:03] Keybuk: Which is a GLX based composition manager enableing all kinds of graphic gimicks. [01:03] _ion: Aehm... yes, of course:-) [01:03] jdub: I know, but unless things move forward and some distro's actually ship it as default, not a whole lot will happen. [01:03] Keybuk: http://www.freesoftwaremagazine.com/free_issues/newsletters/accelerated_x/ [01:03] By dapper+1 it should run on both xgl and the other one. [01:04] Keybuk: Xgl is an xserver that uses GL to render *everything*. AIGLX is a set of extensions that let you do indirect acceleration (into off-screen memory), which lets your compositing manager do all kinds of cool things faster. [01:05] Keybuk: we'll get AIGLX bits as a matter of course; Xgl will probably continue to be an option for people who's hardware can handle it. [01:05] s/who's/whose/ [01:05] what does AIGLX give us that GLX doesn't? [01:06] interesting question [01:06] basically, it gives us a lot of love for a lower cost [01:06] Keybuk: GLX != Xgl [01:06] we're always using GLX here [01:07] Xgl is designed for a world where graphics cards are just 3d cards that happen to be drawing 2d objects === ptlo [n=senko@83-131-17-226.adsl.net.t-com.hr] has joined #ubuntu-devel === Tonio_ [n=tonio@82.226.229.51] has joined #ubuntu-devel [01:08] AIGLX is a bit more hospitable to reality as it is now [01:08] Keybuk: From what I understand aiglx adds an extension to do GLX-based compositing. But that is from a Xgl developer, so I do not completly trust that statement;-) [01:09] as I understand the world-to-be though, we're going to fast see graphics cards dropping 2d chips? === wasabi_ [n=wasabi@c-71-199-216-244.hsd1.co.comcast.net] has joined #ubuntu-devel [01:09] for instance, video overlays - with AIGLX, you use the existing XVideo overlay foo, but don't get tasty 3d manipulation of overlayed video. with Xgl, all of that video stuff is done through pixel shaders and crap like that on the GPU. [01:09] iirc the cards in the new macs don't have dedicated 2d [01:09] hunger: they're not nasty to each other. Xgl has switched to the same extensions. [01:09] Amaranth: no, that's more of a bios issue than what's going on on the chipset [01:09] Keybuk: Didn't that happen already? I remember reading that some cards no longer have 2D ops. [01:10] Keybuk: possibly. in the future. [01:10] BenC: I just had a rather nasty idea ... if only we could symlink hdaX -> sdaX reliably [01:10] jdub: Yes, that is what he said, too. [01:12] Keybuk, unionfs ? or bind mount it ? [01:13] ogra: thinking about dapper+1, when IDE subsystem go bye-bye [01:13] and we'll have to deal with replacing /dev/hdXY in everyone's configs, fstab, etc. with /dev/sdZA [01:14] aiee [01:15] who decided such a crazy thing like removing potential root device nodes ? [01:15] it makes sense [01:15] thats evil [01:15] it unifies every single disk-like device into one subsystem [01:15] 2.6.16 doesn't have the IDE subsystem? [01:15] Amaranth: 2.6.17 [01:15] ogra: the SCSI subsystem is much better than the others [01:15] that's why all new devices use it [01:15] may make sense, but i doubt *anybody* provides a good upgrade path from krenel.org ... [01:16] Amaranth: indeed; which is why SATA is implemented under SCSI, not IDE [01:16] usb, sata, etc [01:16] ogra: since when do kernel.org care about upgrade paths? :p [01:16] they leave that for us [01:16] ogra: We had no upgrade path when SATA stuff jumped from IDE to SCSI (via libata) either. [01:16] thats what i mean *sigh* [01:16] ogra: Such is life. [01:16] yeah [01:16] but still :) [01:16] it's better in the long run [01:16] infinity: fortunately at that point not many people were using SATA [01:16] hard upgrade, easier maintenance [01:16] Keybuk: I was. :) [01:17] Keybuk: And it freaked me right out. [01:17] Keybuk: (Though not for long) [01:17] the switch has an annoyingly upcoming problem [01:17] Keybuk: The largest headache was orchestrating kernel upgrades on some remote machines where I knew the device would swap. [01:17] most modern motherboards have SATA for the disks, and IDE for the CD drives [01:17] mjg59: ping [01:17] I wonder what kind of random disk ordering we'll get from that [01:17] _ion: Does NM start the scripts in /etc/network/ip-*? === infinity wonders where all his hppa upload have gone... [01:18] hunger: yes, via NetworkManagerDispatcher [01:18] Keybuk: Great! Thanks. I was getting worried that my mails won't be delivered once I switched to NM:-) [01:19] alp: Hi [01:19] <_ion> hunger: If you mean if-*, yes. [01:19] Or, for that matter, where ANY of the uploads have gone since the last LP rollout. [01:19] Fuck. [01:19] mjg59: what's the right wiki/list to notify that i've got sdhci working with a TI on a sony t1xp using the modified fakephp patch and liberal setpci based on the docs? [01:20] alp: Unsure. It's not really a patch we can support [01:20] (Though if we're /really/ lucky, the native tifmxx driver will drive it soon and we can stop worrying) [01:22] mjg59: sure. i might be able to generalise this into a catch-all bash script to bring a few smiles to some laptop owners' faces in the meantime. will take it to the sdhci list. also, on a different topic, there's a few bugs open about a trivial variable misnomer in a laptop-mode bash script that should get fixed and uploaded === joelbryan [n=joelbrya@210.213.160.130] has joined #ubuntu-devel [01:30] ooh, visualisations are working again === Keybuk wonders when that happened [01:30] Any idea why NM applet always pops up a window that it does not work when starting gnome while kNM in KDE works great? [01:30] hunger: which version? [01:30] Is that because of different permissions of the users? [01:31] Keybuk: NM is 0.6.1-0ubuntu1 [01:32] The gnome user may not do sudo... maybe that's the problem? === Surak [n=Surak@201009100071.user.veloxzone.com.br] has joined #ubuntu-devel [01:32] <_ion> Is the gnome user in plugdev group? [01:33] _ion: Nope. [01:34] _ion: He shouldn't meddle with things:-) [01:34] why does the user have to be in plugdev? [01:34] <_ion> keybuk: Fixing that is in TODO. [01:34] But this should explain why the mount popups always die:-) [01:35] _ion: the 0.5 packages used libpamforeground, no? [01:35] mjg59: s/THIS_GOVERNOR/THIS_CPU_GOVERNOR/ in /usr/sbin/laptop_mode fixes cpu scaling. can't figure out how to use malone or i'd report it [01:36] mjg59: weird bug ... something saved my session when the battery ran out [01:36] would that be a g-p-m bug? [01:37] I think something's just randomly saving sessions the whole time you're logged in. [01:37] Cause if I violently hit the power, I'll come back with where I left off (ish), not with my last saved session (which is what I'd expect) === bddebian [n=bddebian@71.224.172.103] has joined #ubuntu-devel [01:38] infinity: I get worse; I never save my session, I leave it blank [01:38] now, after loosing power, I have a dozen loaded apps which I need to kill [01:38] Fun. [01:38] and no way to fix that, fwict [01:39] Session handling's gone very goofy in dapper. [01:39] I just wish the little tickbox would come back in my logout screen, but it was deemed too unintuitive, or something. [01:39] <_ion> keybuk: I grepped for pam and foreground in the 0.5.1 directory and didn't find anything. But yeah, seems like that could be fixed with libpam-foreground. [01:40] _ion: is in the dbus policy, at-console="true" or whatever [01:41] <_ion> keybuk: The policy contains the at_console="true" stuff, but it doesn't seem to be enough at least on my computer. === LinuxJones [n=willy@hlfxns01bbh-142177207045.ns.aliant.net] has joined #ubuntu-devel === tiagovaz [n=tiago@MTL-HSE-ppp181381.qc.sympatico.ca] has joined #ubuntu-devel [01:42] Nngh why is laptop-mode playing with CPU frequency stuff? [01:43] "Oh, upgrade laptop-mode, that's why things are crashing. It'll be MUCH BETTER" [01:43] Except it also does insane amounts of other stuff that we already deal with [01:43] the laptop-mode wrapper a script is a "scratch my own itch, the rest of you be damned" deal === theCore [n=alex@toronto-HSE-ppp4205619.sympatico.ca] has joined #ubuntu-devel [01:46] it is sick, but it seems to have got installed, so it might as well work === LaserJock is now known as LaserJock_away === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [01:50] Never fear, I am here, (Not that I know what I'm doing, vodka on pasta can do that to a guy) === infinity laughs. === Burgwork hugs Kinnison [01:50] :) === Kinnison waits for ssh to wake up goddamnit [01:51] :-) [01:51] Okay, running commentary on ##soyuz1.0 if anyone cares [01:52] o/~ we built this kitty on rock and roll! o/~ [01:52] Kinnison: I need to stop joining random channels. [01:52] heh === `anthony [n=anthony@ekorp-203-63-137-225.eoff.ekorp.com] has joined #ubuntu-devel [01:53] Keybuk: is this "move to SCSI subsystem" roadmap posted anywhere? [01:53] Vodka on pasta? [01:53] hahahahaha "road map" [01:54] Amaranth: the current patch set is: [01:54] http://www.ussg.iu.edu/hypermail/linux/kernel/0603.2/1402.html [01:54] Keybuk: Is there at least a drunken rant on lkml about why it should be done? [01:54] Amaranth: it's reasonably obvious why it should be done; because it's the right thing to do [01:54] Amaranth: Have you /read/ the code in drivers/ide [01:55] ? [01:55] If so, that should give you a good idea :) [01:55] mjg59: I try to stay away from the kernel. [01:55] The legacy IDE code is horrible, full of locking races and makes hotplug almost impossible [01:55] mjg59: I almost got into it once, whiskey was needed. :P [01:56] libata is readable [01:56] mjg59: So, are people madly porting ancient IDE drivers to libata, or will there still be some mix-n-match hell for crazies with 486 machines? [01:56] PATA support in libata is one of those things where just about everyone goes "yup, please!" [01:56] infinity: Alan Cox is doing it. So, yes. [01:56] Sex. [01:56] Go Cox. [01:56] In fact he's written support for some hardware that was never previously supported... [01:56] That's very Alan. [01:57] Amaranth: As a reference, piix.c (from drivers/ide) is 20K. ata_piix is 17K, and does SATA as well as legacy IDE [01:58] damn [01:58] And is /much/ more readable [01:58] not to mention any comments about the IDE subsystem maintainer being almost as hard to work with as the IDE subsystem code ;) [01:59] Whoever the IDE subsystem maintainer happens to be at that point in time [01:59] yay _A_ [01:59] he rejected our patch to take away the race condition between the "ADD /dev/hda" and "/proc/ide/hda" actually existing [02:00] mjg59: so crappy code attracts assholes? [02:00] likewise the patch to put the /proc information into /sys where it belonged [02:00] Amaranth: Or, rather, sane people stay away [02:01] Anyway. The world will All be Good once this is sorted [02:01] well, not All good [02:02] if only we could mv drivers/scsi drivers/disk or something [02:02] Keybuk: That's the long-term goal [02:02] Or, rather, the long term goal is to move it away from scsi again [02:02] There's no need for it to all go through the scsi layer [02:02] ah, so drivers/scsi would just be scsi controller drivers using a common disk subsystem? [02:02] Yeah [02:03] instead of using the scsi core as the common disk subsystme [02:03] Yes [02:03] we decided that we'd hum loudly and pretend "sda1" stands for "storage device 'a' partion '1'" :) [02:03] Heh [02:03] The migration is going to be "fun" [02:04] o/~ It's givin' me good migrations [02:04] o/~ Ooh! Ooh! Ooh! Good migrations [02:05] Keybuk: ha ha [02:05] lol [02:05] oh no, my hda is going away === Amaranth wonders what this means for yaboot [02:06] i guess that converts to OF calls or whatever on install so it would still work, right? [02:06] Well, with luck === LaserJock_away is now known as LaserJock [02:07] heh [02:07] i think i'll stick with 2.6.15 for a while [02:07] err, crap [02:07] all the migration stuff will force usage of 2.6.17 [02:08] nvidia doesn't work on .16 :( === Amaranth gets a headache [02:08] predius_: small change needed to fix it [02:08] Amaranth: link? [02:09] *shrug* [02:09] google [02:09] huh [02:10] Amaranth: if you're running dapper, I'd recommend sticking with 2.6.15 anyway [02:10] they are /sys changes in 16 onwards that could break udev [02:10] Keybuk: i meant when i switch to dapper+1 [02:10] like, 4 days after it opens :P [02:10] if you're gonna run dapper+1, you gotta enjoy the ride [02:10] yeah [02:10] release cycles are like rollercoasters [02:10] It'll be a good ride. [02:10] we'll break the world :) [02:10] sometimes there's dips, and sometimes there's climbs [02:11] and sometimes you fall off, cheat death, and then get hunted down with bizarre things happening to you [02:11] i missed most of dapper [02:11] i got the "omg we're gonna die" parts [02:11] infinity: albeit a very quick one [02:12] we'll have just enough time to break everything, and no time to fix it [02:12] That seems ideal. [02:12] i'm sure dapper+1 will be broken for the first couple of months [02:12] Mark wanted it to be another warty, I think we can pull that off. :) [02:12] you mean the first *pair* ? [02:13] hmm [02:13] i actuallly didn't ever use warty [02:14] ogra: hm? [02:14] warty worked, but was aptly named. [02:14] i jumped right on to hoary when it opened [02:14] infinity: "erratic" ? [02:14] predius_, dapper+1 has only a ~4 month release cycle ... [02:14] "enfeebled"? [02:14] 4 1/2 [02:14] ogra: yeah. [02:14] at least that 1/2 is taking a break [02:14] well, at least we have until dapper+2 to get #1 closed [02:15] I think we should skip to 'f' [02:15] "frightening" [02:15] "fragmented [02:15] "flickering" [02:15] "failed" [02:15] hah [02:15] jdub: Seen http://www.mepis.org/node/9454 ? [02:15] "fractured" [02:15] ENOPITTI [02:15] what's wrong with edgy? it seems to fit [02:15] theres a lot of good words in "f" [02:15] gnome-volume-manager [02:15] -mix.mmjgroup.com 312: [02:15] :-( [02:15] <_ion> "f****d" === lamont wonders where gvm might dump it's output if not to stdout... [02:15] mjg59, cool ! [02:16] _ion: what animal could go with that? [02:16] dingo? [02:16] dodo. [02:17] needs to start with f, we like alliteration (sp?) [02:17] furrylittlethingie ? [02:17] heh, I know. [02:17] fairy? [02:17] ferret [02:18] dat [02:18] <_ion> fish, flamingo(?) [02:18] frightening ferret ? [02:18] mjg59: seen teh fridge? :) [02:18] furious flamingo [02:18] jdub: Pf. Don't be silly [02:18] as good as it gets [02:18] furious flamingo... hum [02:19] i'd hate to see the boxart on that [02:19] oh man [02:19] ControlMaster in ssh config [02:19] jdub: Anyway, where's the RSS feed from fridge? [02:19] AWESOME INSIDE [02:19] mjg59: atom/feed or node/feed [02:19] <_ion> http://fridge.ubuntu.com/atom/feed [02:19] mjg59: ttp://fridge.ubuntu.com/node/feed [02:20] <_ion> RSS is teh suxor, Atom ftw. [02:21] jdub: Pff. Why is there no buzzword compliant button on the front page? [02:22] mjg59: i will make it compliant immediately, with the new orange buzz compliant icon [02:22] Excellent [02:22] <_ion> Be sure to put a lot of enterprise into it. [02:22] COMMUNITY FEEDBACK AT ITS FINEST [02:22] i will [02:22] Haha [02:22] The Fridge is totally ready for Star Trek [02:22] The Daily WTF has been excellent this week in that respect [02:22] WARP FACTOR FIVE MR WAUGH! [02:22] <_ion> mjg: Yeah. :-) [02:25] engage === sivang is tired of long HUB hacking, goes to sleep. [02:26] night all! [02:27] night sivang. [02:27] (3:26am here, so nobody would think I'm a slacker ;-) [02:27] nite [02:28] should a dist-upgrade using aptitude work fine? is it recommended? in debian it's the prefered method [02:28] <_ion> Wow, the same timezone. [02:28] <_ion> sivang: Where do you live? [02:29] dapper-server doesn't react to the power button, same box, dapper live cd from a few days ago does. what package do I bug? [02:29] <_ion> Probably something ACPI-related. [02:30] _ion: sivang lives in israel I believe [02:30] dern... keep forgetting about #u-bugs === jlj [n=agp@207.67.194.249] has joined #ubuntu-devel [02:33] bah, the network manager 0.6 stuff is x86 only [02:33] That's easily solved. [02:33] yep, building now === Burgundavia [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-devel === stub [n=stub@ppp-58.10.75.178.revip2.asianet.co.th] has joined #ubuntu-devel [02:43] well, it works just as good as the one in dapper [02:44] i blame the bcm43xx driver for wireless networks not working [02:44] [76583.711537] SoftMAC: Authentication response received from 00:16:b6:1b:dc:e3 but no queue item exists. <--that's a new one [02:45] Amaranth: Yeah, bcm43xx seems to fail to switch back to your network after doing a scan [02:45] Amaranth: There's a patch on the mailing list to fix that [02:46] i've never been able to connect with it (longer than 2 minutes, once, with a static ip) [02:47] You need to limit your rate to 11M for it to work even vaguely reliably [02:47] But then it's fairly good [02:48] mjg59: how's the macintel work going? I looked like from the changelog you have got it running [02:48] LaserJock: Yeah, just need a couple of installer fixes [02:49] mjg59: will it make it in Dapper? I'm talking to some fink guys and they wondered === Surak [n=Surak@201009100071.user.veloxzone.com.br] has left #ubuntu-devel [] [02:50] LaserJock: Should do [02:50] By the end of the week, with luck [02:50] great news. This iMac is kicking my tail [02:50] Nothing *nixy is working well at all [02:50] oh, that's quite cute [02:50] python and gcc seem to be a mess [02:50] this package compiles on i386 but not amd64 === Amaranth want Intel Mac mini [02:51] mjg59: delivered/ [02:51] jdub: Mm? [02:51] LaserJock: i spent a week getting qt4 compiled on os x [02:51] mjg59: feeds in the html [02:51] mjg59: for wetware [02:51] jdub: Hurrah! [02:51] (rather than html for software, which was already there) [02:51] then another week teaching sip and pyqt4 about os x [02:52] mjg59: i even got a skanky food reference in [02:53] jdub: Indeed [02:53] I'm very impressed === irvin [n=vx@ubuntu/member/irvin] has joined #ubuntu-devel [02:55] mjg59: in case you don't hear it enough, your work is awesome and very much appreciated. [02:55] neuralis: Thank you :) [02:56] I also would like to sup on mjg59's wang. [02:57] Or anything for that matter. [02:57] Seveas: we need your quote bot ^ === infinity -> gone for a very, very late breakfast (or is it lunch?) [02:59] infinity: You may have to negotiate with Fiona first [02:59] mjg59: "MEPIS is no longer involved with the DCC due to 'creative differences.' We wish Progeny, Xandros, and Linspire the best of luck in their mutual endeavors," said Woodford. [02:59] hah [02:59] Go DCC [02:59] 'creative differences' such as... 'creating anything' === Burgundavia watches the foundations crack [03:00] or perhaps 'creating trademark confusion' [03:00] hmm, dcc needs to update their website. Mepis is still there [03:00] jdub: Where's that from? [03:01] isn't the 6.0 beta release based on dapper? [03:01] jdub: hey, no images in the feeds? [03:02] crimsun: Yup [03:02] rock [03:03] jdub: Ah, never mind, found it [03:04] Amaranth: so i'm wondering about that too [03:05] Amaranth: appears to be an atom thing (they're in the rss feed) === Amaranth stabs atom === jdub checks the atom plugin thingy [03:05] not atom's fault [03:05] "let's unify all the syndication methods by...get this...making a new one!" === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [03:13] it fills me with infinite joy that this library designed to provide an easier kernel interface has *never* been tested on a 64-bit machine [03:13] well that'd be too goddamn easy [03:13] in fact, it looks like it's never been tested on anything other than i386 [03:14] common === mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel === chris38-home3 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel [03:18] nl-tctree-dump.c:31: warning: cast from pointer to integer of different size [03:18] WWAAAAHHH!!!! [03:18] MUMMY!!!!!! [03:18] heh [03:18] and this is supposed to work, is it? [03:19] Keybuk: magic fairy dust [03:19] Amaranth: no, this is magic SEGV dust [03:20] those are always fun [03:20] "dear authors; you cannot stuff an int into a pointer on every architecture" === jdub pushes int harder. [03:20] hehe [03:20] that's actually the reason i don't use C: everything i touch segfaults [03:21] gcc is like "you added a comment? i'll add a segfault!" [03:21] jdub: where's the DCC quote? [03:21] Amaranth: :-) [03:21] sladen: top ITP story on teh fridge [03:21] Would someone be interested in trying out some supposedly performance-on-amd64-improving patches for glibc, that I notified Jeff Bailey about, or should I wait for him to include it and call for testers? [03:22] hrmm, wesnoth isn't playable in multiplayer at version 1.1, it's too old for the dev server and too new for the stable server === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [03:22] jdub: yeah, I couldn't see the actual quote in it (or in the linked linuxtoday article) === AlinuxOS [n=Ubuntu@d81-211-212-18.cust.tele2.it] has joined #ubuntu-devel [03:23] just asking, gaim2.0 = dapper+1 right? [03:24] i'm asking this since watching cvs commits they seem to be almost there [03:25] sladen: that is not the top one [03:25] another thing, has anyone thought of making a gaim smiley theme for Ubuntu as part of the UI revamp? === hile__ is now known as hile [03:29] xhaker: it was discussed with them (upstream) and me (Debian maintainer) and we decided it wasn't a safe bet to be ready on the dapper timeframe [03:29] xhaker: I wouldn't go for 2.0.0 either, it will be followed up after a week or two with a load of "oh shit" bugfixes [03:29] lol [03:30] Robot101: thanks for the heads up then [03:30] what concerns me more is the 70 or so issues found by the coverity checker [03:30] which they've fixed most of in cvs [03:30] in 1.5? [03:30] but nobody has looked to see a) which are security problems or b) remotely exploitable or c) applicable to 1.5.x [03:31] Robot101: handpicking cvs blocks is not doable too [03:31] I don't have time to do any of those, but based on Gaim's track record it's not only likely, but inevitable [03:31] argh, stuff for backports hopefully [03:31] yeah but even in Debian there's no real way to sign off on a Gaim release and call it fit for stable === Burgundavia [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-devel [03:32] maybe even its stuff for volatile [03:33] Robot101: what do you mean, they change too much? === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [03:34] yeah, it's too much work to track the changes between a fixed release of gaim and HEAD and know what is or isn't worthy for backporting [03:34] I suppose it's nowhere near as bad as mozilla, but it still worries me [03:34] people try crashing IM clients far more than they do web browsers === childe [n=childe@inet-netcache2-o.oracle.com] has joined #ubuntu-devel === tiefox [n=giovanni@200.208.130.3] has joined #ubuntu-devel === rajasun [n=maximusp@bb220-255-207-141.singnet.com.sg] has joined #ubuntu-devel [03:49] No testers for my amd64 patch? Anyone want to advise as to what I should try to run on a patched vs. an unpatched system then? === snoops [n=snoopy@59-104-151-200.adsl.dynamic.seed.net.tw] has joined #ubuntu-devel === AlinuxOS [n=Ubuntu@d81-211-212-18.cust.tele2.it] has joined #ubuntu-devel === LaserJock [n=laserjoc@ubuntu/member/laserjock] has joined #ubuntu-devel === AlinuxSOS [n=Ubuntu@d81-211-212-18.cust.tele2.it] has joined #ubuntu-devel [04:00] Hi, where can I get a debug kernel? [04:00] To use with addr2line. === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel === AlinuxSOS [n=Ubuntu@d81-211-212-18.cust.tele2.it] has joined #ubuntu-devel [04:03] childe: i think if you want it in ubuntu the way is to compile it yourself [04:04] with the debug options turned on [04:05] xhaker: Hmmm...why don't Ubuntu provide such a package, like in RedHat. Compiling a kernel on my own system costs a lot of time. It will be better to provide a package. [04:06] it would indeed, i don't think it's a lot of time though, depends on the hardware/connection [04:07] childe: do you think a -debug kernel is necessary? really really? if you file a bug in launchpad.net the kernel team might hear you [04:08] xhaker: I reported that bug to X team because it's that i810 X driver causes kernel panic. [04:08] xhaker: Should I report it to the kernel team? [04:09] childe: just file a wishlist bug asking for a fully ready -debug kernel [04:09] xhaker: If the kernel team put their debug kernels online, other people who have time can help them. [04:10] ok [04:10] childe: i don't know if they are debug kernels === AlinuxSOS [n=Ubuntu@d81-211-212-18.cust.tele2.it] has joined #ubuntu-devel [04:10] but they might, i mean.. the daily kernels BenC hosts === tdjb [i=tdjb@216.222.48.32] has joined #ubuntu-devel [04:11] xhaker: Could you please tell me the URL of the daily kernels? [04:11] http://people.ubuntu.com/~bcollins/ [04:12] it seems that he stopped doing them.. atleast the last one dates from january :S [04:12] childe: those are old kernels :/ [04:13] xhaker: It's OK because this bug is reproducible even on Breezy. [04:13] xhaker: But it seems these kernels are not debug kernels :-( [04:13] xhaker: The bug is #34697 on launchpad [04:14] crap.. double clicked it [04:14] lol [04:16] xhaker: This bug is really anonying. Now I can only use xfs_freeze then Sysrq+O to shutdown the machine :( [04:16] i read it [04:17] too bad :/ [04:18] have you tried the i386 kernel? [04:18] And the X team seems too busy and have no time to deal with this non-critical bug...so I want to try to debug it by myself. [04:18] xhaker: AFAIK, it's a x86_64 only bug. [04:19] figured === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-devel === Znarl [n=karl@bb-82-108-14-161.ukonline.co.uk] has joined #ubuntu-devel === ozamosi- [n=nozamosi@h148n3c1o1049.bredband.skanova.com] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === hendry [n=hendry@219.252.91.111] has joined #ubuntu-devel === ozamosi- is now known as ozamosi [05:04] BenC: ping [05:04] BenC: ping (payload: smaps) [05:06] <_ion> jdub: Pong. [05:07] <_ion> There seems to be a routing error. [05:07] _ion: Do you know where I can download a debug kernel? [05:08] <_ion> childe: Uh, no. [05:10] OK...maybe I need to compile it on my own machine :-( === jlj [n=agp@cpe-204-210-33-233.san.res.rr.com] has joined #ubuntu-devel [05:12] <_ion> I have had to compile my own kernel, so that i can use /dev/fb* with Matrox G400 properly. [05:13] _ion: What machine do you use and how long it took? [05:13] <_ion> childe: PIII 500MHz, 384MiB memory; i don't remember. [05:13] <_ion> Not too long. [05:14] _ion: I think you configured the kernel to meet your specific hardware devices [05:14] <_ion> Yes. [05:14] _ion: But I need the debug version of the official full kernel [05:14] :-( === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel === sfeehan [n=sfeehan@pool-64-222-121-94.burl.east.verizon.net] has joined #ubuntu-devel === joelbryan [n=joelbrya@210.213.165.150] has joined #ubuntu-devel [05:41] Amaranth: that feed images thing is fixed === nano_ar [n=nano@200.125.120.87] has joined #ubuntu-devel [05:58] anyone have ideas for a new poll on the fridge? [06:00] ahmm music player of choice? [06:00] how can I ask for an update of https://launchpad.net/distros/ubuntu/+spec/network-wide-updates / [06:00] *? [06:01] I suppose I should not change it myself [06:03] jdub: for a pool: kubuntu? ubuntu? xubuntu? etc. I'm curious of the ratio ubuntu vs kubuntu these days [06:03] s/pool/poll [06:09] robitaille: feel kinda uncomfortable with obviously competitive stuff on there [06:13] <_ion> jdub: Emacs vs. KDE [06:13] <_ion> "Which one is better?" [06:14] "Who's a better source of information?" [ ] The Fridge [ ] Your mom [06:15] what do you use at home? a) Ubuntu b) Windows 3.11 [06:15] how about a poll about potential names for Dapper+1 [06:15] isn't that decided already? [06:18] <_ion> nictuku: In that case the poll could have just one radio button and the submit button. :-) [06:18] <_ion> A poll about potential names for Dapper. [06:18] <_ion> [ ] Dapper [06:19] <_ion> [ submit ] [06:19] and the second radio button is inselectable [06:19] *un === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-devel === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel [06:25] robitaille: hrm, wish i could do a write-in poll, then we could ask for suggestions for animal names that start with E === Gman is now known as GmanAFK [06:26] jdub: marks hair styles for a laugh? [06:26] can't do images as poll items :( [06:26] as soon as we can though, i'm up for it [06:27] jdub: wiki? [06:27] G0SUB: ? [06:27] jdub: can't we use a wiki for the poll? [06:28] i'm looking for a new poll for the fridge [06:28] i see [06:28] how about ``Edgy Elk'' ? [06:29] Elk is a large Deer btw [06:30] brown or blue for your theme? (or maybe we have done that one already....) [06:30] enraged elephant [06:30] HrdwrBoB: edgy is fixed [06:31] ah [06:31] Edgy Elk sounds good IMO [06:33] Edgy Emu [06:34] jdub: what was your prefered OS before Ubuntu? [06:34] no-name-yet [06:34] :) [06:34] robitaille: is that a question or a poll? [06:34] I would like to know the answer though [06:35] Debian? [06:36] Burgundavia: poll...we would need to add the usual suspects for choices [06:37] I like it [06:37] tells us how many people are switcher (from windows, etc) vs switcher from other linux, etc etc [06:37] <_ion> eagle, earthworm, eel, elephant, elk, emu, ewe [06:38] in my case, I came from FC1 [06:38] rh8 for me [06:38] windows for my brother [06:38] I came from Debian [06:38] [for the desktop] [06:38] <_ion> I switched from AmigaOS to Debian when i got a PC. [06:39] interestingly, I was diggging through popcon on debian [06:39] <_ion> Now i use Ubuntu for the desktop. [06:39] it appears that gnome and kde are about neck and neck for installations, with gnome slightly ahead === Lure [n=admin@153.5.60.234] has joined #ubuntu-devel [06:41] That's why I wanted a Ubuntu vs Kubuntu poll :) [06:42] do you think ekiga should be run on startup in dapper? [06:42] isn't there something like popularity contest for ubuntu? [06:42] we had a visitor at work today, with a Kubuntu laptop. Being the resident ubuntu fanboy, people pointed that to me very quickly [06:43] joelbryan: ekiga shouldn't be in startup [06:43] hendry: why? [06:43] joelbryan: takes up valuable resources [06:43] ok [06:43] should my X40 stall while 'loading hardware drivers' until I break it ? [06:43] i don't think ekiga works through a firewall, does it? [06:43] hendry: you mean default install? [06:44] yes, it works through most firewalls [06:44] Burgundavia: pardon? [06:44] hendry: yes, through STUN [06:44] why does it have this odd NAT dectection phase? [06:44] ekiga should be in the default install because we want to encourage free codecs for speech [06:44] I have a strict NAT setup [06:44] and it works [06:45] yes [06:45] in order for ekiga to work. do you have to sign up to ekiga service?? [06:45] no [06:45] yes [06:45] <_ion> hendry: You can use any SIP provider/server. [06:45] all you need is to call any other sip account [06:45] ah, ok, you use your IP [06:45] h323 [06:45] sip is an open protocol, unlike skype [06:46] h323 is an older standard for video conferencing [06:46] h323 != sip [06:46] <_ion> h323 < sip :-) [06:46] yup [06:46] what do win32 users have to install to talk to you? [06:46] but you can call an ip using h323 [06:47] openwengo [06:47] any video conferencing program that speaks sip [06:47] why doesn't ubuntu provide SIP addresses? [06:47] google talk? [06:47] can I use my google account with Ekiga? [06:48] hendry: http://en.wikipedia.org/wiki/List_of_SIP_software [06:48] hendry: that is jabber and that is a different protocol entirely [06:48] Burgundavia: so that's a no? [06:48] https://wiki.ubuntu.com/UbuntuMac [06:48] no [06:48] ekiga provides its own sip address server [06:49] ideally we should one "talking to people" client that does all this [06:49] you get @ekiga.nets [06:49] so with Ekiga I can't talk to GoogleTalk peeps. Oh gawd [06:49] no, googletalk is a totally separate protocol [06:50] I think google is upto sip support [06:50] nothing but googletalk currently does the video stuff from there [06:50] hendry: GTalk is XMPP [06:50] Google Talk supports XMPP with the beta release. We plan to support SIP in a future release. Additionally, we will evaluate other protocols as appropriate, to continue to deliver on our commitment to open communications [06:50] i remember writing a SIP review paper. I remember it sucking [06:51] http://www.cs.helsinki.fi/u/kraatika/Courses/MobInt/Essay2/Hendry.pdf [06:52] Burgundavia: your from google! cool. [06:52] joelbryan: uh, I wish [06:53] misinterpreted your post, looks like your from Google [06:53] wish to be another corporate Google drone? ;) [06:53] <_ion> He probably pasted it. [06:53] joelbryan: I copied that from the googletalk faq [06:53] sorry, should have quoted it [06:53] yeah, I understand now. [06:54] sladen: have you decided to take over X? [06:54] fabbione: he touched it, his now! [06:55] sladen: i don't mind if you want to work on X, but we need to coordinate the work. [06:55] fabbione: oh, don't worry, I left the Maintainer field along so you'll get all the bugs :) [06:55] <_ion> :-) [06:55] sladen: eheh i didn't touch it either.. sucks to be Daniel Stone [06:56] fabbione: yeah, I'm only interested in i810 stuff that I can test here and that's not too intrusive [06:56] do you think there should be a welcome screen for Dapper, just like fresh install XP's? [06:56] sladen: what has agpgart to do with the resolution issue? [06:56] joelbryan: only in the OEM mode [06:56] sladen: that guy had 1MB of shared ram allocated from the BIOS.. X did the detection correctly [06:56] Burgundavia: really, are there screenshots? [06:56] fabbione: what's your opinion on fixing the Xv stuff---that's a bug that has been bugging for ages === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [06:57] sladen: what bug is that? [06:57] fabbione: doesn't the agpgart support allow the available memory window to be dynamically altered? [06:57] joelbryan: OEM currently is text only. It would be nice if it had a pygtk interface. Want to write one? [06:57] sladen: i did a round of fixes to get rid of stupid bugs in the libs.. i still need to get to drivers [06:57] sladen: not if the BIOS forces the shared mem to N Mb [06:57] Burgundavia: yeah, I'm currently writing a GTK+ version [06:58] sladen: this is one of these card that doesn't have its own RAM. [06:58] sladen: so the BIOS rules you [06:58] sladen: have seen it many many many times [06:58] fabbione: bug #28326 for the Xv [06:58] Malone bug 28326 in xserver-xorg-driver-i810 "crashes after long-use -> infinite resprawn (Xv trigger?)" [Major,Confirmed] http://launchpad.net/bugs/28326 [06:58] Burgundavia: I want to know what OEM mode asks to the user? [06:59] joelbryan: name, password, timezone, dob, mothers maiden name, dogs birthday, what you ate for dinner last night :) [06:59] joelbryan: seriously, only the first three are what you need [06:59] fabbione: most cards are shared memory now (eg. i810) and the allocated RAM goes up and down based on what X asks for (IIRC, E&OE) [07:00] Should it asks to register a Ekiga.net SIP name? [07:00] joelbryan: and you migth be able to reuse on of the espresso parts (the one that creates users) [07:00] joelbryan: nope [07:00] Should it asks to run Ekiga on startup? [07:00] does anyone here use Gmail and still doesn't have Talk integrated? [07:01] joelbryan: just checking, do you know what the OEM installer is? [07:01] sladen: do we have a patch for 28326? otherwise i am not sure i can fix it... [07:01] I've seen it, but not use it, it doesn't have an explanation of what OEM mode is, so I use normal install instead [07:02] fabbione: AlanH pointed me to some stuff of his, but it needs pulling out from bigger commit [07:02] joelbryan: OEM installer is when someone is installing the box for somebody else. Such as Dell, who preinstall Windows [07:02] sladen: i have never seen this dynamic mem allocation happening.. i *think* the only way to force the request it to set VideoRAM but we can't do it by default [07:03] joelbryan: the questions that are relevant to the user (their name and where they live) are left until the end. The machine is shipped at the state when you turn it on, you get those questions asked [07:03] sladen: bigger commit for the i810 or all over the X tree? [07:03] joelbryan: currently that is a text mode, but it would be much nicer if it was a pygtk interface [07:03] sladen: i am dealing to ask UVF breakage if there are good reaons [07:03] reasons even [07:04] Burgundavia: should it be called, "Personalize Installation (OEM Mode)" [07:04] fabbione: only instead i810. I think the only other thing in that bundle might be rotation support (which would be nice to have aswell to support the various tablets) [07:04] joelbryan: OEM installation is really only good for those who are doing lots of installs on machine they themselves are not going to be doing [07:05] fabbione: ^^only inside i810 [07:05] joelbryan: More to the point, it's everything BUT personal. You're installing a system, but not doing inital user setup, etc. [07:05] joelbryan: So, when the customer boots it the first time, it gets setup up for them. [07:05] sladen: ok.. i think it is doable.. [07:05] joelbryan: OEM is designed for people like Dell or HP. They "install" ubuntu once. Image the disk XXX thousand times and then when each user turns on their machine for the first time it's already installed but still asks the username/password... [07:06] joelbryan: If you've ever bought a machine with a Windows OEM install on it, you'd know what I mean (except theirs is graphical and ours isn't quite yet) [07:06] joelbryan: http://ubuntu.wordpress.com/2005/10/11/ubuntu-oem-mode/ [07:06] infinity: can we use the espresso user-setup bit? [07:07] fabbione: maybe I'll look at it when awake. the Xv is a bug-fix for something that's been around for a long time; xrandr would be a UVF feature request (it's been in Xorg CVS for about 12weeks now) [07:07] Burgundavia: Probably. I don't know how much developer time there is to go around to fix up OEM mode AND finish espresso. [07:07] sladen: did they release a new driver with this stuff? [07:07] sladen: or are we talking only CVS... [07:07] Burgundavia: But espresso could well be used as the graphical stage2 for OEM, yeah... [07:07] infinity: OEM works, that is all i care about [07:07] Burgundavia: (Well, bits of it) [07:07] Burgundavia: should it be pygtk?, why not C? [07:08] joelbryan: because pygtk is easier and faster to write in [07:08] not that I write code... [07:08] Burgundavia: ok, uhmm... don't know much about python, but I can write it entirely in GTK+ [07:09] Burgundavia: I mean C [07:09] Burgundavia: or I use Glade and generate it in libglade [07:10] It's just faster to prototype in a scripting language, that's all. If you're comfortable and quick with C, no one's suggesting you not use it. === _ion thought that python rules until he learned ruby. :-) [07:12] infinity: ok, hehehe, just trying to comform with ubuntu standards, maybe I'll break something if I use this and that. [07:13] clearly Ruby isn't installed default, so I should not use it. [07:13] joelbryan: If you want to have other people be able to make very rapid changes/bugfixes to it, python's a better choice than C (I say this, despite not really liking python at all, and rather quite liking C) [07:14] joelbryan: But if you don't know python at all, and aren't in the mood to learn (or just plain prefer C), then go with C. Most anyone who will want to hack on your stuff will know C anyway. === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel [07:16] hey infinity, everyone else [07:17] Is there a problem with Glade generated source?, future compatibility issues? security holes? [07:18] I think Glade generated source is neat, it has modular source codes, much easier to understand. === _human_blip_ [n=mike@mike.nelsonbay.com] has joined #ubuntu-devel === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel [07:23] fabbione: why is timezone data stored in glibc? [07:25] Burgundavia: It's not anymore. [07:25] Burgundavia: It's in "locales" now. [07:25] infinity: but why does upstream do it that way? [07:25] it seems very "kitchen sink"ish [07:26] Burgundavia: Upstream doesn't dictate how we split it up. [07:26] Burgundavia: glibc can't really do its job (well, all of its jobs) without timezone and locale info, so upstream ships that too. [07:26] ah [07:26] We happen to know (from experience), that on a cut down system, you can live without that stuff. [07:26] So we now ship them seperately. [07:26] glibc is our rock [07:26] But most people probably still want the kitchen sink. [07:27] I like kitchen sinks. Hard to make food without one. [07:27] 99.9% of installations are "broken" without locales and zoneinfo, IMO. [07:27] The other 0.1%... Well.. I happen to be one of those users. :) [07:27] ok. I just seemed so odd to have two seemingly non-relating things in one package [07:27] package being glibc, not in the debian sense [07:27] Mithrandir, why is it hard to make food without the kitchen sink? surely you dont really need that much water [07:28] infinity, that's cause you're weird ;) [07:28] Mez: I wash the stuff I make food with quite a lot. Like, the semi-large knife I use for meat and vegetables, for instance. [07:28] Mez: as well as all the plates and stuff I use in between [07:29] Mithrandir, surely you could wash those in the bathroom sink though? or under the tap outside? [07:29] Mithrandir, why does it specifically have to be a "kitchen" sink] [07:29] Mez: tap outside? In -10C and one floor down? [07:29] because I tend to make food in the kitchen and having the tools I need to make food elsewhere is not helpful? [07:29] Mithrandir, *shrugs* I've had to deal with worse (-10 inside ) [07:30] Mithrandir, it's helpful to have a kitchen sink but not essential [07:30] (anyway - I'm just rambling) === _human_blip_ [n=mike@mike.nelsonbay.com] has joined #ubuntu-devel === giftnudel [n=mb@p54A917E9.dip0.t-ipconnect.de] has joined #ubuntu-devel === tdjb [i=tdjb@216.222.48.32] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === jane_ [n=JaneW@dsl-165-197-110.telkomadsl.co.za] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [08:02] Good morning === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel [08:17] who has an opinion on #35758 ? [08:18] it looks like a dumb bug === infinity taps his foot, waiting for Herr Vogt to show up. [08:18] Ubugtu: malone #35758 [08:18] Malone bug 35758 in xinit "startx leaks .serverauth.???? files" [Normal,Unconfirmed] http://launchpad.net/bugs/35758 [08:19] Looks like a "Don't Do That, Then" bug to me. [08:19] yeah exactly === freeflying [n=freeflyi@61.190.65.37] has joined #ubuntu-devel === godiane [n=godiane@124.106.132.31] has joined #ubuntu-devel [08:25] can ubuntu resize ntfs? [08:25] Yes, but I'm not sure I'd recommend it. [08:26] infinity: from the installer eh? [08:27] It might be disabled in the install out of paranoia. I'm not sure. [08:27] Kamion / Mithrandir : --^ [08:34] mdz: Around? [08:34] infinity: yep [08:35] pitti: have you seen this? https://wiki.ubuntu.com/RootSudo?action=diff&rev2=28&rev1=27 [08:35] mdz: How do you feel about a UVF exception for ttf-freefont? [08:36] infinity: nervous [08:36] Burgundavia, I already reverted the latest edit [08:36] mdz: It's currently FTBFS (and has been since January, go us!), Christian Perrier has taken it over in Debian and is giving it much love. [08:36] new upstream versions of freefont always seem to have unpleasant side effects [08:36] changed glyphs, adding new ones which override other fonts in unexpected ways, etc. [08:36] mdz: Yes, but at least this time it's being maintained by someone who's close to both the installer and the translators. [08:36] takes a while to shake out [08:37] what's the nature of the FTBFS? this version built at one point [08:37] Seveas: thanks, I saw that [08:37] mdz: Alternately, I could just fix the FTBFS... But that would, ironically, bring us a new upstream too, since we never got the new upstream built. [08:37] mdz: Ever since it was synced, it hasn't built. No one bothered to check. [08:38] Burgundavia, episode 999 in the story of John Richard Moser - more to follow soon I'm afraid... [08:38] mdz: I'm going through every FTBFS in main right now (only a couple left) and found this. [08:38] Seveas: we seem to have a few. George Farris is another === KillerKiwi2005 [n=jason@203.109.208.225] has joined #ubuntu-devel [08:39] that's the downside of being popular [08:39] mdz: We have 20051102-2 built, 20051206-2 synced (but FTBFS), and current upstream is 20060126b-2 [08:39] infinity: gah [08:39] Burgundavia: heh, classic trojan horse :) [08:40] mdz: That's what I thought. :/ [08:40] Burgundavia, there was a troll yesterday that followed me everywhere and even called me on the phone (which means he can google, takes ~3 seconds to find it) - just symptoms of a growing community [08:40] Seveas: ah, the warty days [08:40] mdz: Alternate option at this stage would be to reupload the old version with a hideous version number, since we know it works for us. [08:40] Burgundavia, how I long for those sometimes... [08:40] mdz: Perhaps I should discuss this with Kamion instead, since this has a pretty high impact on the installer? [08:40] infinity: it does? [08:41] mdz: At least, I believe this is the scary font that gets used in the installer, right? [08:41] Or am I thinking of another scary font... === chmj [n=chmj@196.44.1.98] has joined #ubuntu-devel [08:41] Maybe I'm on crack. :) [08:41] I think the installer uses default fonts [08:41] The installer uses some scary all-in-one font for a few screens (though that may be obsolete now with gfxboot) [08:42] Seveas: I sort of do, but then think of the cool projects that are happening because Ubuntu is big === doko_ [n=doko@dslb-088-073-093-107.pools.arcor-ip.net] has joined #ubuntu-devel [08:42] true, true [08:42] and the NM work by _ion and others [08:42] ah well, let's not behave like old men and look forward instead of looking back [08:43] Seveas: incidentally, how old are you? [08:43] If I get the wxwidgets problem sorted, then maybe I can have Xara ready in time [08:43] Burgundavia, 23.5 minus 8days [08:43] Seveas: ah, my age then [08:44] and certainly not the age yet to keep dreaming about the past ;) [08:44] youngsters [08:45] Burgundavia, did you see what was going on in #ubuntu between now and 8 hours ago? [08:45] I heard some rumours arnieboy 'paid us a visit' and started swearing at everyone [08:45] Seveas: happily, my time constraints mean I can no longer follow #ubuntu [08:46] hehe, lucky fellow :0 [08:46] it's increasingly hellish there at time [08:46] s [08:47] OMG, when did karma explode at launchpad? [08:47] I was at 1267 yesterday, checking regularly since I wanted a screenshot of Karma: 1337 but now my karma is 42617 [08:48] I need to write some karma bits into all the buildd administration actions, so I look like less of slacker... [08:48] hehe [08:48] apparently bug triaging is very high vaued now [08:49] so shall I file some bugs against a few of your packages? >:) [08:49] I have enough bugs, thanks. :P [08:49] yeah, some of us have had very good karma increases in the last 24 hours [08:50] it appears that specs are good karma boosters too [08:50] robitaille, your karma must be close to infinity (no pun intended0 now === Burgundavia goes to write some useless specs [08:50] robitaille, btw: next CC meeting is april 3, 09:00 UTC. Could you please add that to the fridge? [08:51] Seveas: done already [08:51] you rock [08:51] pitti: If I yell at you, can you pass the chastisement on to mvo when he shows up (since I've fixed this bug several times now, and you both did it more than once)? :) === infinity clears his throat. === Seveas plugs his ears [08:51] infinity: erm, erm, for which bug? [08:52] pitti: INTLTOOL-UPDATE IS IN INTLTOOL, ARGH! *cough* [08:52] There, all done. [08:52] ah, that one *blush* [08:56] doko_: Are you alive, or just suffering client bounce? === Aegir [n=richard@d58-105-36-34.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [08:58] infinity: both [08:59] doko: Do you recall what your rationale was for switching libidl to mcpp from cpp? [08:59] doko: It's FTBFS with mcpp, works great with cpp. [09:00] infinity: have only one cpp used on the CD, all of gnome uses mcpp [09:00] doko: Because of xrdb, I assume... [09:01] (At least, it's the only thing that directly depends on mcpp) [09:01] We could just switch xrdb to using cpp... [09:01] Unless that breaks the world. [09:01] Otherwise, feel free to investigate the libidl FTBFS. [09:01] infinity: I thought we switched to mcpp since it's way quicker? [09:01] I have no idea, hence why I was asking. :) [09:02] yes, the speed was mcpp's advantage === besonen_ [n=besonen_@dsl-db.pacinfo.com] has joined #ubuntu-devel [09:02] doko: Kay, can you kindly make libidl actually work with mcpp, then? :) [09:03] I suspect it's just a broken autoconf test or something equally silly, but haven't poke it. [09:06] if you are fixing mcpp there is also another annoying bug about predefined macros not being there that it would be very nice to get rid of === mroth [n=mroth@unaffiliated/mroth] has joined #ubuntu-devel [09:10] infinity: hmm, doesn't fail here ... [09:10] doko: ... [09:10] doko: It failed on every buildd, some several times... === infinity tries it locally. === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel [09:12] is there a good reason the exim4 metapackage is in universe? [09:12] its dependencies are both in main, i think [09:13] mdke: No, I keep meaning to seed the metapackage. [09:13] Predefined macro file '/usr/lib/gcc/i486-linux-gnu/4.0.3/include/mcpp_gcc40_predef_old.h' is not found [09:13] mdke: Thanks for the reminder. [09:13] infinity, ah cool. nice [09:13] that's the only warning I get [09:14] doko: yes.. that one [09:14] there are 2 [09:14] old and std [09:14] configure: error: C preprocessor "mcpp" fails sanity check [09:14] doko: my local attempt --^ [09:15] Oh, haha.. [09:15] /home/adconrad/libidl/libidl-0.8.6/./configure: line 4208: mcpp: command not found [09:15] That would be much more useful if you didn't hide it in a log, dear autoconf! [09:15] "Microsoft delays launch of Vista" [09:15] *blink* [09:16] ...by 6 weeks? [09:16] doko: You just forgot the build-dep, that's all. Feh. [09:16] Keybuk, something like that [09:16] Keybuk: 'World delays launch of April - by six weeks' [09:16] doko: I'll upload right now. [09:16] Keybuk: that would be much more helpful to both M$ and us, wouldn't it? :) [09:16] yes [09:17] we could add an extra 42-day month after March [09:17] we could call it Stroll [09:17] Keybuk: Polishuary [09:17] infinity: ohh, would be better ;) [09:17] pitti, Bugfixtember [09:17] Seveas++ [09:17] "Sliptember" === mvo [n=egon@p54A66471.dip.t-dialin.net] has joined #ubuntu-devel [09:18] hey mvo [09:18] Hugtember? [09:18] 05:57 < Burgundavia> joelbryan: OEM currently is text only. It would be nice if it had a pygtk interface. Want to write one? [09:18] mvo: protect your ears, infinity will yell at you [09:18] hey pitti [09:19] Burgundavia: Oi, check your facts before saying that. ;-) [09:19] pitti: what did I do? [09:19] infinity: installer and gfxboot both use unifont [09:19] pitti: No, no, you were supposed to pass it along for me. [09:19] Kamion: Ahh, I misremembered, then. [09:19] Kamion: could you process a NEW for me? [09:19] mvo: pitti: INTLTOOL-UPDATE IS IN INTLTOOL, ARGH! *cough* [09:19] mdz: Right, ball's back in your court, then, unless you want to delegate this one to the desktop guys. :) [09:20] infinity: I didn't know whether just yelling at me vented enough of your frustration already :) [09:20] Keybuk: sure, I was halfway through morning NEW processing when Kirsten chucked me off the laptop for her morning website browsing [09:20] mdz: We can either upload the old package with a wonky version number, fix the currently FTBFS (and untested) one, or upload the newer onr from Debian. [09:20] Kamion: libitwouldbeniceifsomeonetestedthisoni386 [09:20] heh :) I suppose we are talking about hwdb-client? [09:20] uh, I mean, libnl ;) [09:20] and stick a "!" in there [09:20] *ahem* === Keybuk drinks his coffee [09:20] mvo: I think you may have done one or two, I know pitti did a couple. :) [09:20] Keybuk, that's the thing used by NM, right? [09:20] Seveas: yes [09:21] Kamion: by text I meant ala d-i text [09:21] what do you need tested - I'm on i386 [09:21] it only worked on i386 [09:21] it didn't even compile on amd64 === Keybuk gets those nice shivers [09:21] Burgundavia: well sorry, you're still wrong :) [09:21] infinity: I suppose we bite the bullet; if we need to take a new upstream we might as well get the latest from Debian [09:21] Burgundavia: oem-config is and has always been pygtk [09:22] mdz: Alright, I'll sync it right now, then. [09:22] Kamion: I have not played with oem for a long time (breezy beta). I stand corrected [09:22] you do a regular install first, but the "OEM installer" bit of it is pygtk [09:22] breezy beta oem-config was pygtk too [09:22] mdz: At least I know the current maintainer is reasonably sane... [09:22] I think I tried breezy at the time when OEM installer was borked, so hmm... [09:23] it's borked in dapper now at the moment too - blocked on me having time to chase down the buglets [09:23] infinity: does soyuz not give you appropriate notifications/reports for FTBFS yet? [09:23] also, FYI, it already uses user-setup [09:24] (the backend) [09:24] mdz: Nope! I'm using britney's out-of-date reports to tear through everything that's currently broken in main, then will quinn-diff universe to file bugs for the MOTUs. [09:24] Kamion: hey, you get to wave the retroactive feature wand today :) [09:25] Keybuk: do you need this in main straight away? [09:25] mind you, that'd need an inclusion report ... [09:26] just to universe for now, then I'll get pitti to look at it [09:26] ok [09:26] accepted === Keybuk idly wonders which of the three accepted versions will make it into the archive [09:27] the last [09:28] well, either that or all three, but the last will be the one that gets built :) [09:28] (as of yesterday, the last will be the only one that gets built) [09:28] Yay for that bug being fixed. [09:28] I Soyuz [09:29] infinity, mdz: you may use your https://launchpad.net/people//+packages page to get this kind of information [09:29] doko: Individuals can, I sure as heck can't. :) [09:30] doko: Not unless someone decides I own all the source packages in the archive. [09:31] infinity: just open some tabs in your browser ;-P === olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [09:39] sabdfl: morning [09:40] sabdfl: are you near SteveA? he seems to have called my phone about an hour ago [09:50] Oh, FFS... ttf-freefont was converted to cdbs, but our cdbs produces broken udebs. [09:50] \o/ [09:51] <_ion> Working packages are overrated. === infinity hacks around it for now. [09:52] hi _ion [09:53] <_ion> Hi siretart [09:53] _ion: now my test is over. what's the status about your nm packages? [09:54] <_ion> siretart: There's still stuff to be done. Mostly polishing. [09:54] infinity: for the intltool stuff (and one liners like this) I would prefer a quick ping/mail. I maintain all my stuff in bzr so I have to integrate the changes into that anyway [09:54] _ion: do you have a repository for source package you work on? [09:55] <_ion> siretart: Nope, but setting one up wouldn't be a bad idea. [09:55] mvo: Duely noted for the future. I'm just trying to kill every FTBFS in main right now. :) [09:56] _ion: do you coordinate with the debian utopia ppl? [09:56] _ion: they are the guys you have sent me the wpasupplicant patch for nm after all [09:56] <_ion> siretart: Not exactly coordinate, but i have looked at their packages. [09:56] infinity: yeah, thanks for this :) [09:57] ok [09:57] _ion: I assume I need a patched l-r-m for madwifi, no? is there one available for current kernels? [09:58] <_ion> siretart: Their packages are going to somewhat different direction they support VPN and use cdbs, whereas i switched back to the old build system from cdbs (which i was using originally) because i was told that changing the build system from 0.5.1 would decrease the chance of the package being accepted. [09:58] _ion: ok, I see [09:59] <_ion> siretart: Hmm, i don't think there are patched l-r-m packages available for the current kernel image yet. === jamesh [n=james@82.109.136.110] has joined #ubuntu-devel [09:59] _ion: oh. ok, then I need to patch them myself. [09:59] <_ion> siretart: But using n-m with madwifi-old is problematic as long as madwifi-old doesn't support background scanning. === pvanhoof [n=pvanhoof@mailhost.newtec.be] has joined #ubuntu-devel [10:00] <_ion> siretart: IIRC Pygi is going to look whether it's feasible to backport it form madwifi-ng. [10:00] <_ion> from [10:00] _ion: thats no real regresseion. but afaik, you can disable scanning in nm while having a connection [10:01] <_ion> Ok. [10:01] _ion: I intend to include that small madwifi patch (the WPA one) in my next LRM upload, so we can stop building custom test packages. [10:02] <_ion> infinity: Nice. [10:02] _ion: Reading over the code it touches, it seems harmless to me. [10:02] infinity: do we have madwifi-ng yet? === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === carlos [n=carlos@82.109.136.110] has joined #ubuntu-devel [10:02] _ion: As for backporting the scanning thing, that would be awesome, but would require some heavy review and testing. [10:02] <_ion> keybuk: Dapper will not get madwifi-ng AFAIK. [10:02] _ion: that wasn't the plan [10:03] Keybuk: Dirty hacks to include both? mjg59 and I have tossed around a few scary ways to do it that involve sed and a screwdriver, but we've not gotten to it yet. === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [10:03] that would be really awesome [10:04] I mean there is already nvidia and nvidia-legacy. whats the conceptual difference in madwifi-old vs madwifi-ng? [10:04] Kamion: thanks for processing ttf-sil-doulos, ttf-sil-charis. ttf-gentium has the same license, but is in multiverse right now, what needs to be done to get it into universe? is a new upload required for this? [10:06] siretart: The biggest differece is that nvidia is only one kernel module, madwifi is a whole set of them (with dependencies). === Lure [n=luka@external-7.hermes.si] has joined #ubuntu-devel [10:07] siretart: So, the hack gets a bit dirtier, in that one set (ideally the old ones, since we want to switch to -ng eventually) will need internal renaming, not just a filename change. [10:08] <_ion> Btw., why is l-r-m a single, monolithic source package? [10:08] siretart: Anyone willing to step up and do said renaming is welcome to do so. Then we need to get some PCI ID lists ASAP for machines that MUST use -ng (they'll skip on trying to load -old at all in the new world order, stuff like new Thinkpads), everyone else gets -old by default, and you can switch if you feel the urge. [10:08] siretart: Ish. [10:08] _ion: So it's not a royal pain in the ass to update on every kernel ABI bump. It's intentional. [10:09] infinity: i see. thanks for explanation [10:09] hmm.. http://www.securityfocus.com/bid/17178/info === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === hunger [n=tobias@p54A6396F.dip0.t-ipconnect.de] has joined #ubuntu-devel [10:13] mvo: no need for a new upload - I'll move it once this publisher run has finished === infinity calls it quits for the day. [10:14] Happy hacking, kids. [10:16] Kamion: thanks, I'll ask for it to enter main later, it one of the missing fonts that we want in fontconfig === vuntz_ [n=vuntz@volin.imag.fr] has joined #ubuntu-devel === Pygi [n=mario@83-131-243-111.adsl.net.t-com.hr] has joined #ubuntu-devel === ploum [n=ploum@user-85-201-2-96.tvcablenet.be] has joined #ubuntu-devel [10:17] pitti: could you add ttf-lao as a dependency for language-support-lo please? === lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-devel [10:20] infinity: you there perhaps? [10:29] mvo: shouldn't fonts go to *-desktop rather? [10:29] pitti: if we still have room on the cd, sure [10:29] mvo: well, we don't, but it's our current policy... [10:29] mvo: and 50 kB isn't too bad [10:29] pitti: ok, it's not a big package [10:29] I'll add it === mvo will also add ttf-gentium === hendry [n=hendry@222.106.128.34] has joined #ubuntu-devel [10:33] mvo: language-selector-common needs a versioned replaces on language-selector for /usr/share/language-selector/data/countries [10:33] Mithrandir: hm, I'm thought I added one, let me check [10:34] mvo: you added one for <<, not for =< [10:34] Mithrandir: yeah, damm. thanks! [10:35] pitti: hi, do you have a couple of minutes? [10:35] actually not, but if it's urgent? [10:36] carlos: the blender POT thingy? [10:36] pitti: not really, openoffice [10:36] but it can wait [10:38] Mithrandir: https://launchpad.net/distros/ubuntu/+source/xkeyboard-config/+bug/35845 [10:38] Kinnison: awake? [10:38] Malone bug 35845 in xkeyboard-config "compose:ralt option broken with 0.8 update" [Normal,Unconfirmed] [10:38] pitti: just ping me when you are less busy, please [10:38] Mithrandir: any opinion on the suggest change? [10:38] Kinnison: your fix for binary accepts last night left out a (presumably) cowboy fix that cprov did for me on change-override.py [10:39] Kinnison: bug 35889 [10:39] Malone bug 35889 in launchpad-upload-and-queue "change-override.py broken by 20060321 rollout" [Normal,In progress] http://launchpad.net/bugs/35889 [10:39] carlos: will do; OO.o? that isn't for doko rather? [10:40] pitti: not really, it's related with the es-ES.po -> es.po mapping [10:40] seb128: he's upstream, isn't he? :-) [10:40] Mithrandir: he is ;) === martink [n=martin@p54B3A90D.dip0.t-ipconnect.de] has joined #ubuntu-devel [10:41] seb128: could you apply it and see if it fixes it for you? If so, I say we just run with that [10:41] Mithrandir: k, will do that [10:46] carlos: what about it? YM the po files that OO.o generates during build? [10:46] infinity: how're the binaries? [10:47] pitti: yes, I think we talked about mapping them at pkgstriptranslations but I don't remember the details or even if we reach an agreement on it... [10:47] pitti: same with abiword [10:48] carlos: oh, did we? I can't remember [10:48] pitti: same here [10:48] ;-) [10:49] _ion: where can I see your latest nm 0.6 source package? [10:49] Kamion: impressive considering I cp'd the current tree to change [10:51] Kinnison: boggle [10:51] Is it a known issue that the buttons on a thinkpad T43p do no longer work? [10:52] Kamion: ask cprov? [10:53] Oh, false alarm, the buttons work, it is just the kde popup windows that went missing. === Kinnison goes to do the usual "I just got up" things, my dedication to my job supersedes my need to pee [10:54] ogra: help re gnome-screensaver? [10:54] ogra: 'sudo gnome-screensaver-command --poke' can't talk to the session bus [10:55] ogra: which makes it hard to use from within espresso, which is invoked via sudo [10:58] either whatever invokes espresso needs to preserve DBUS_SESSION_BUS (envvar) or you're going to have to find some way around it [11:00] YM DBUS_SESSION_BUS_ADDRESS? [11:00] and sudo does preserve that [11:01] I don't have DBUS_SESSION_BUS set === mpt [n=mpt@82.109.136.110] has joined #ubuntu-devel === stewski [n=stewart@82-36-132-77.cable.ubr01.perr.blueyonder.co.uk] has joined #ubuntu-devel [11:01] sorry, yes _ADDRESS [11:01] I forgot it changed === Kinnison is on breezy on his desktop [11:01] not got to laptop yet === Kinnison needs coffee/tea before his brain implodes [11:02] is it worth creating a bug/wishlist that the gnome trash would store a restore path (cope with duplicates) === dholbach [n=daniel@i577B0EBD.versanet.de] has joined #ubuntu-devel [11:10] hello [11:10] morning [11:10] hi dholbach [11:11] when will finally croatian keyboard layout start workin' properly in xorg by default? ;) === Seveas [i=dkaarsem@ubuntu/member/seveas] has joined #ubuntu-devel [11:12] Kinnison: My binaries are fine, thanks. :) [11:12] Pygi: You rang? I'm only around for a few minutes. [11:12] infinity: o, hello ;) [11:12] infinity: yup, I did...can you please build patched l-r-m on new kernel build? [11:13] infinity: cool, thanks [11:13] Pygi: As I told _ion, I'll be including that patch in my next LRM upload to the archive, so we can stop with the forked build. [11:13] Pygi: It seems safe and correct enough to me to do so. [11:13] does anyone know 'join'? I'm currently desperating on it [11:13] infinity: hm, ok, thanks ^_^ any ideas when will that be? [11:13] some people are rampaging :-/ [11:13] Pygi: We'll also get wider testing that way and know if we have to back it out. :) [11:13] Pygi: Tomorrow, probably. [11:13] kk, thanks infinity ;) [11:13] Pygi: (My tomorrow, which is in ~12 hours) [11:14] same here [11:14] 13 hours here tho [11:14] Kamion: you have used join, right? do you have a minute to help me? [11:14] Well, "tomorrow" is in 3 hours for me, technically, but I'm planning on sleeping at some point. [11:14] infinity: yes, I know ^_^ you are in australia... [11:15] infinity: sleep, schmeep :) [11:15] Seveas: that patch I showed you yesterday makes the package unbuildable [11:15] ;) [11:16] Pygi, then don't hang around here - fix it for crying out loud! [11:17] Seveas: heh ^_^ === `anthony [n=anthony@220-253-35-232.VIC.netspace.net.au] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel [11:22] pitti: sure [11:22] Kinnison: any idea what else it might be, given that DBUS_SESSION_BUS_ADDRESS is preserved? === jouston [n=jouston@59-105-136-199.adsl.static.seed.net.tw] has joined #ubuntu-devel [11:23] Kinnison: strace shows that it's sending AUTH EXTERNAL claiming uid of 0 (fair enough) [11:23] which is about where it fails === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel [11:24] aah [11:24] hmm [11:24] maybe it needs to sudo -u personname gnome-screensaver-command --poke [11:28] sudo -u $SUDO_USER? ugh, but would work I guess [11:29] yeah, "sudo sh -c 'sudo -u $SUDO_USER gnome-screensaver-command --poke'" DTRT [11:29] how horrible [11:29] thanks === lloydinho [n=andreas@130.225.236.180] has joined #ubuntu-devel === Kinnison hugs [11:31] you'll wash the dirty feeling off eventually [11:34] Kamion, hey, it prevents you from depending on dbus at least :) [11:36] seb128: doesn't evince antialias graphics? [11:37] Mithrandir: if poppler is built with cairo probably, but we build it with splash [11:37] seb128: ok === martink [n=martin@p54B3A90D.dip0.t-ipconnect.de] has joined #ubuntu-devel === irvin [n=vx@ubuntu/member/irvin] has joined #ubuntu-devel [11:49] anyone else having gnome-screensaver routinely blank-cause-it-wants-to ? === hendry [n=hendry@222.106.128.34] has joined #ubuntu-devel [11:50] whiprush, jdub: could somebody of you please remove the bugsquad meeting from the calendar - we need to postpone it, I'll send an announcement later [11:51] dholbach: ok [11:51] jdub: thank you very much === Diziet [n=ian@xenophobe.extern.relativity.greenend.org.uk] has joined #ubuntu-devel [11:53] Mithrandir: ok, uploaded your espresso changes now, thanks as ever === ptlo [n=senko@83-131-20-151.adsl.net.t-com.hr] has joined #ubuntu-devel [11:55] Kamion: thanks === bmon [n=monnahan@211.Red-81-39-180.dynamicIP.rima-tde.net] has joined #ubuntu-devel === suck [n=mortezap@82.132.123.90] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel [12:01] ogra: you don't like the flame xscreensaver? [12:01] I would like to add ttf-thai-tlwg, ttf-lao, ttf-gentium to ubuntu-desktop. any objections? otherwise I'll commit it in a bit [12:02] Riddell, why ? === suck [n=mortezap@82.132.123.90] has left #ubuntu-devel [] [12:03] seb128: do you have any idea what the submitter in https://launchpad.net/distros/ubuntu/+source/xkeyboard-config/+bug/33565 is talking about? [12:03] Malone bug 33565 in xkeyboard-config "xkeyboard use pc105 instead of macintosh" [Major,Unconfirmed] [12:04] ogra: kscreensaver happens to use that one for its test to see if xscreensaver exists [12:04] I'll change it to something else [12:04] Riddell, its in xscreensaver-data (it should be at least) [12:05] mvo: how big are they combined? [12:05] Mithrandir: https://bugs.freedesktop.org/show_bug.cgi?id=2870 [12:05] Kamion: Oh, we now have end-to-end %source support for seeds, right? It's safe to use it? [12:05] infinity: yes [12:05] Kamion: ~1,5mb [12:06] ogra: it's in xscreensaver-data-extra === infinity does some cleanup. [12:06] mvo: oof, more than I'd hoped [12:06] Mithrandir: I think that should be fixed with xkeyboard-config 0.8 [12:06] well, we could ship them as part of the language-support packs [12:06] 2005-10-11 svu [12:06] * symbols/macintosh_vndr/fr: update French Macintosh keyboard, closed [12:06] https://bugs.freedesktop.org/show_bug.cgi?id=2870 [12:06] Riddell, oh, then it wasnt in the default selection in wart~breezy ... [12:06] at least for some [12:06] Mithrandir: the changelog has that mention [12:06] seb128: excellent, I'll close the bug, then [12:07] pitti's right, we have traditionally put fonts in desktop [12:07] Anyone have any objections to "eximon4" (the exim monitor) heading to supported as a result of changing the exim4 seeds to a source seed? [12:07] infinity: I've never seen it as useful, but I don't have an active objection. [12:07] infinity: not me [12:08] Mithrandir: I don't use it either, but it reduces 5 lines of messy seeds to a 1 line source seed that seems more sane. [12:08] Keybuk, bzrk doesnt work with the recent bzr and bzrtools ... [12:09] Kamion: so 1,5mb is a problem ? [12:09] ogra: ddaa maintains bzrk now [12:10] ah,k [12:10] is bzrk pronounced "berzerk"? [12:10] possibly berserker. [12:10] heh [12:10] bzrkr [12:10] bzr-kr - bzr written in K&R C [12:10] mvo: we do have room though, so go ahead; we can revisit later if need be [12:11] Mithrandir: yes [12:11] thanks [12:12] Keybuk: so bzr should be pronounced like bursar. [12:12] "buzzer" [12:12] bzzt [12:12] it could be "bursar" if dried frog pills were involved [12:14] does bzr exist in that universe? [12:14] lol [12:15] so that's why launchpad has the librarian [12:15] Kamion: And if I do a " * %source" in support and a " * binary" in ship, germinate will do the expected thing, I assume? [12:16] also, I claim my luggage of sapient pearwood. [12:20] Kamion: could you be so kind to NEW xserver-xorg-driver-v4l ? [12:20] pitti: Another oddity. All of postgresql-8.1 lands in main except for -server-dev ... Intentional, or should be fixed? [12:21] Mithrandir: so should bug 34332 be fixed now? [12:21] Malone bug 34332 in espresso "crashes right after timezone selection" [Normal,Confirmed] http://launchpad.net/bugs/34332 [12:21] infinity: yes [12:21] infinity: we don't really need it in main, but it's completely harmless [12:21] Kamion: yes [12:21] Mithrandir: will you say that in the bug or should I? [12:21] infinity: I'm just hesitant to explicitly seed it, since we don't want to add library-like stuff to the seeds any more, right? [12:21] pitti: Do we get anything out of not having it in supported (since we support the source)? [12:22] pitti: I was going to convert the 6 pgsql seeds to 1 source seed, actually. :) [12:22] infinity: no, just seed cruft [12:22] pitti: Hence the question. [12:22] infinity: oh, wow, then go ahead :) [12:22] Kamion: I can close the bug, just a sec [12:23] infinity: any idea why https://launchpad.net/+builds/+build/178965 says "Dependencies: libxosd-dev"? [12:24] Kamion: Because somehting has a bit of a (harmless, it seems) bug that cprov and I need to find. [12:25] Kamion: Ignore it for anything but Dep-Wait packages (where it's actually sane and correct) [12:25] ooh, shiny. LP no longer lists fixed bugs by default. [12:26] Mithrandir: i had to make kiko an offer he couldn't refuse... [12:26] fabbione: fix bug or concrete shoes? ;-) === Huahua [n=hua_@221.172.50.89] has joined #ubuntu-devel [12:26] fabbione: for main? [12:26] infinity: thanks for clashing with my half-prepared g-p-m upload, but never mind === Kinnison sighs and rolls your changelog into his [12:27] Mithrandir: concrete shoes :) [12:27] Kamion: hmm yes... that have to be main.. otherwise we will have regressions from breezy [12:27] Kinnison: I didn't know you were in the process of one. [12:28] infinity: aye, hence I asked fabbione to file the bug rather than upload a fix [12:28] :-) [12:28] infinity: s'okay, won't cause any hassle [12:28] fabbione: accepted; please either seed it or make something depend on it (IIRC, we generally make xserver-xorg-driver-all depend on stuff) [12:28] Kamion: yes.. in the next upload... [12:31] fabbione: Well done for fixing that scroll back/forward bug at last. Thank you very much. [12:31] Kamion / pitt: Okay, the only other one I want to touch for binary->source seed changes is db4.X, which currently doesn't seed a couple of bindings packages (neother of which pull in extra deps into main) === ompaul_ [n=ompaul@213-202-182-7.bas504.dsl.esat.net] has joined #ubuntu-devel [12:32] that one's pitti's call AFAIAC, I don't mind the extra bindings [12:32] pitti: ^^^ [12:32] yep, saw it; as I said, I'm fine with seeding -server-dev [12:32] s/seeding/putting it into main/ [12:32] I just want to avoid explicitly seeding it [12:32] pitti: We've moved past that to BDB. :) [12:33] infinity: *sniff* :) [12:34] pitti: Any objections to db4.x bindings (tcl and java) moving to supported? [12:34] That's my last proposed seed change for the day. :) [12:34] infinity: I generally appreciate moving binaries to main whose source is in main already [12:35] infinity: since we need to provide security udpates for them anyway [12:35] I've just been looking forward to saying "our default db version is FOO", seeding the source, and not having to worry about -utils, -doc, etc. :) [12:35] pitti: Kay, cool. I'm with you on that wavelength (as long as they don't pull in extra deps from universe, of course) [12:35] right, that should considerably clean up the seeds [12:35] Diziet: assuming that's the right fix.. === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel [12:37] So can someone explain to me what Pango is and why we want to use it ? :-) [12:37] Diziet: its a font renderer that can handle all sorts of strange i18n needs [12:37] Diziet: it's a text rendering engine and it is used by gtk [12:37] like right to left [12:38] So the reason we need to use it is for i18n ? [12:38] Kinnison: bug 35078 sheds more light on the disappearing gparted dialog; will you have time to look at it soon, or should I have a go? [12:38] Malone bug 35078 in gparted ""Apply operations to harddisk" dialog is in background" [Normal,Unconfirmed] http://launchpad.net/bugs/35078 [12:38] Diziet: apparently. and because gtk is using it. why? do you want to get rid of it? [12:38] (pango.org seems vaguely informative ...) [12:38] also consistent rendering across all desktop applications, AIUI [12:39] Kamion: I have a patch I should have uploaded yesterday [12:39] It seems that our firefox is slow according to many people, and setting MOZ_DISABLE_PANGO makes it faster. [12:39] Kamion: I'll get that done ASAP [12:39] infinity: does germinate figure that out automatically? (implicitly seed binaries from main sources whose deps are all in main)? [12:39] It could be that that disables use of Cairo. [12:39] Kinnison: thanks [12:39] pitti: no [12:39] so we just check with anastacia [12:39] I haven't looked at the code yet to see what exactly setting that variable does. [12:39] pitti: the extra seed lists extra binaries from main sources that aren't otherwise seeded, and if you use a %source seed (e.g. %postgresql) then all binaries from that source get seeded and any extra dependencies get pulled in [12:40] Diziet: I wouldn't be supprised if it would also break loads of international websites [12:40] If there's some reason why we _have_ to use Pango and Cairo then I should just reject the report. [12:40] Kamion: alright; thanks for the heads-up [12:40] fabbione: yay xorg v4l :) [12:41] Diziet: does it render CJVKK pages correctly without it? [12:41] CJVK, even [12:41] and Thai [12:41] that too [12:41] mith: I don't know. I probably couldn't tell if it didn't. If we have someone that could try it then that would be a quick way of dealing with the issue. [12:41] oh, worth checking Hebrew and Arabic too for right-to-left-ness [12:41] It's a shame it's slow. [12:42] can you have pango enabled and cairo disabled? [12:42] Alright, I'll check in all these changes tomorrow when I have all the seeds checked out and can merge between all the branches. [12:42] Thanks for the input guys. [12:42] kinnison: I don't know. [12:42] Diziet: cairo is dog slow [12:42] So I should try to have pango but not cairo ? [12:42] sladen: ping? [12:43] It'll still link cairo because of gdk2.8 but if moz can get by without calling it, it should be faster [12:43] There are some configuration options in this area, and I think yes, it can probably do it. [12:43] I don't know how well-tested a code path it is. [12:44] I did notice that Tbird got a tiny bit slower with pango/cairo enabled, but it also seemed to get a bit prettier, so I'm of two minds. [12:44] cairo rendering is better than gdk [12:45] but it's slower because everything is a trapezoid === infinity nods. [12:45] isnt cairo used for svg rendering ? we'll loose that without cairo i think [12:45] I'm inclined to just take the performance hit and wait for cairo to improve. [12:46] there's nothing inherent in cairo which makes it slow, it's just that it's not optimised, AIUI. [12:47] I suppose I could profile it. But the thought of profiling Mozilla doesn't fill me with optimism and good cheer. [12:47] do we compile cairo with all of gcc4's funky vectorising turned on? [12:47] You mean the fnuky stuff that would render it unable to run on certain CPUs, or other funky stuff? :) [12:48] I imagine there're some optimisations which would break some cpus [12:48] we could have libcairo-686 for that [12:48] Kinnison: prod [12:48] lifeless: looks fucked [12:48] I think extra optimisations for faster more modern CPUs is rather missing the point. [12:49] Kinnison: stdout and sterr races AFAICT [12:49] Kinnison: No need for two packages, we can just double up and dump one in /usr/lib/i686/cmov, but someone should see if it's worth the effort. [12:50] rjek is currently trying on amd64 [12:50] Diziet: Well, I won't debate one way or the other for cairo, but it certainly makes sense for libssl (one of the few multi-target optimised libraries on the system) [12:50] jsgotangco: yo [12:50] jsgotangco: ask the question, rather than pinging :) [12:50] Kinnison: still the question is - is it sufficient [12:50] sladen: do you happen to know what might cause a toshiba not to reboot at all since Flight 3? [12:50] lifeless: fix the race [12:51] sladen: modules not unloaded perhaps? [12:51] lifeless: making stdout and stderr present separately on the page, or else go down the same pipe would probably do [12:51] Kinnison: later. [12:51] Kinnison: I will tweak it a little now the hard part is done [12:51] lifeless: once it's more readable, you qualify for cashing in the token [12:51] heh [12:52] cairo: for when --OMG-faster makes crap libraries better [12:54] also it would be a lot less sucky if make check_merge cooperated === _Dan_ [n=daniel@xdslk041.osnanet.de] has joined #ubuntu-devel [12:58] infinity: it seems, asking dapper's gcc on amd64 to tree-vectorize cairo causes an ICE [12:59] sladen: i've did reinstalls and upgrades and it still doesn't work [12:59] jsgotangco: the reboot methods have changed. [01:00] jsgotangco: /me *gone* === jsgotangco updates bug report === freeflying [n=freeflyi@61.190.65.37] has joined #ubuntu-devel [01:03] seb128: are you working on xkb stuff today? [01:04] Mithrandir: I just built xkeyboard-config with that ralt patch and I was going to reboot to try it [01:04] Mithrandir: out of that, nothing plan on it no, I still have a lot of desktop bugs catchup to do [01:04] seb128: 'k, please do. I am writing a definition for my desktop keyboard, so we should merge at some point [01:05] brb, rebooting [01:06] bug 35241 is _really_ hurting [01:06] Malone bug 35241 in gnome-screensaver "screen blanks randomly whilst I am typing" [Major,Unconfirmed] http://launchpad.net/bugs/35241 [01:07] Seveas: for #31231 you have still not the /sbin and /usr/sbin in your path? [01:07] Ubugtu: kill and restart gss and you should be fine. [01:07] s/Ubugtu/lifeless/ === sfeehan [n=sfeehan@pool-64-222-121-94.burl.east.verizon.net] has joined #ubuntu-devel === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [01:09] Mithrandir: the patch doesn't fix the issue, I'll comment for svu on the bug [01:09] doko, can't tell now - I'm at work behind a fedora machine, will poke you later today [01:09] seb128: thanks === Mithrandir really wants all packages in bzr soon.. [01:11] hum [01:11] I forgot a part of the patch in fact, brb [01:11] Seveas: thanks === StevenK kicks himself. [01:13] hi doko [01:13] StevenK: why? :) [01:13] I just managed to accidently upload Linda 0.3.19 to upload.u.c, not ftp-master.d.o [01:14] ah well [01:15] if it's a binary upload it should get rejected, and it was uploaded to unstable :) === bronson [n=bronson@pool-68-160-59-53.bos.east.verizon.net] has joined #ubuntu-devel [01:15] Mithrandir: it happens across login after login [01:15] Mithrandir: are you saying I need to kill gss after every login ? [01:16] lifeless: uh, weird. I thought it was the same bug as I'm seeing, but then it's not. [01:16] I've just killed and spawned it [01:16] if it stops it for this session I will note that in the bug. === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [01:18] Mithrandir: grumpf, no, doesn't work [01:22] seb128: should KPDL give you KP_Decimal or KP_Separator? === _Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-devel [01:24] (in a french locale) [01:24] seb128: I'm wondering if bug 30211 is an X bug or a gnumeric bug, or maybe both. [01:24] Malone bug 30211 in xkeyboard-config "in french locale, KPDL returns period instead of KP_SEPARATOR" [Normal,Unconfirmed] http://launchpad.net/bugs/30211 [01:24] KP_Decimal I would say [01:24] Ubugtu is too bloody quick. I swear it answered at the same time I pressed enter. [01:25] seb128: I get KP_Separator with a norwegian layout, fwiw. === _Traxer|off is now known as Traxer|off [01:26] hum [01:28] seb128: (and so does br, cs, de, dk, fi, gr, hu, mk, no, pl, ro, ru and se) (at least) [01:28] the issue is that french use a "," [01:28] but the keyboards have a "." printed on the numeric pad key [01:29] cf /etc/X11/xkb/symbols/fr [01:29] so either way, we make some people unhappy? [01:29] " // French uses a comma as decimal separator, but keyboards are labeled with a period [01:29] // Will take effect when KP_Decimal is mapped to the locale decimal separator [01:29] key { [ KP_Delete, period, KP_Delete, KP_Decimal ] };" [01:29] yeah, I saw. [01:32] Mithrandir: you have a "," with your locale? Do you have it with every GTK app or only gnumeric? === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-devel [01:33] seb128: I don't have the bug, it's apparently only a bug in the french setup (we have , as decimal separator and get it when pressing KPDL) [01:34] you get it for every single GTK widget? [01:34] or that's a gnumeric feature? [01:34] I don't think gnumeric is relevant here [01:35] I get , everywhere, as I should [01:35] I get a "," when pressing KPDL in a spreasheet [01:35] and I get "." elsewhere [01:35] and that's how it should be, or? [01:36] that's what the submitter is asking I think [01:36] the use of that key is controversial [01:36] let me comment on the bug [01:36] thanks [01:36] np === Huahua [n=hua_@221.172.50.89] has joined #ubuntu-devel [01:39] mdz: How do you feel about a UVF exception for samba (3.0.21b to 3.0.21c), appears to be entirely bugfixes, passed from sid->etch without a word on debbugs. === mpt [n=mpt@82.109.136.110] has joined #ubuntu-devel [01:41] mdz: Appears to fix some issues with NT4 clients. [01:43] Kinnison: fixed, soon as the queue clears it'll come good [01:46] lifeless: prod me again when I can look === Kinnison screams blue murder at c++ [01:46] whats wrong ? [01:46] Well, I get: [01:46] Win_GParted.cc:1383: error: no match for ternary operator?: in (((GParted::Win_GParted*)this)->GParted::Win_GParted::installer_mode != 0) ? *((GParted::Win_GParted*)this)->GParted::Win_GParted::plug : *(GParted::Win_GParted*)this [01:47] I should never have decided to make this neater [01:47] I could have uploaded already [01:47] hnahrgahr [01:48] #define TRANSIENT_TARGET ((installer_mode)?(*(this ->plug)):(*this)) === Hirion [n=hirion@draugr.de] has joined #ubuntu-devel [01:49] WTF are you using fully qualified paths there [01:49] I am not [01:49] the compiler reports the error as such [01:49] oh, I see complier barf === Kinnison changes the stars around a bit [01:49] #define TRANSIENT_TARGET (*((installer_mode)?(this ->plug):(this))) [01:49] let's see if that helps [01:50] Kinnison: heh, I tried to do exactly the same thing a while ago and ran into the same issue [01:50] Kamion: grah! [01:50] Kamion: I cleaned up so many if statements [01:50] and now it b0rken [01:50] Kinnison: I gave up and added a transient_target member to Win_GParted I think === Kinnison sobs [01:50] Kinnison: which works fine [01:51] (you realise it's not actually transience that's breaking here, but whether the window is brought to the front - but don't let me stop you cleaning up the transience too) [01:51] it's metacity being odd about the bring-to-front yes [01:51] but I wanted to tidy the transience too === Kamion nods === Gwynn [i=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel === marcin` [n=user@194.114.146.58] has joined #ubuntu-devel [01:58] I'm hoping that the raise issue is fixed by judicious application of an ->raise() just before showing the confirmation dialog [01:58] :-) [01:59] since it never pops under in my tests [01:59] bwuahaha I have tamed the compiler beast === Kinnison feels dirty [01:59] #define TRANSIENT_TARGET (*((installer_mode)?((Gtk::Window*)(this ->plug)):((Gtk::Window*)this))) [02:00] Kinnison: does gpm, to your knowledge, deliberately save the session before the power goes out? [02:00] Keybuk: it sends a signal to the session manager to shutdown [02:00] Keybuk: the session manager saves the session [02:00] does it say to save in that? [02:00] I believe so [02:00] Kinnison: you could try on #c++ or #gparted in irc.gimp.net, maybe they can make you happy in a different way :) [02:00] could it not, then? [02:00] because something saved my session when the battery ran flat [02:00] so now every time I login, I get those apps [02:01] Keybuk: is this related to 35961? === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-devel [02:01] Keybuk: What's your critical battery action set to? [02:01] ubuntu 35961 [02:01] Bug #35961 in gksu (Ubuntu): "-u option is being ignored" [02:01] Malone bug 35961 in gksu "-u option is being ignored" [Normal,Unconfirmed] http://launchpad.net/bugs/35961 [02:01] ? [02:02] I don't think it's related to that, no [02:02] mjg59: Shutdown [02:02] Keybuk: Right. Then that's unsurprising. [02:02] mjg59: no, it is surprising; because I have "Save Session at Logout" turned *off* [02:02] and there's no way to clear what it saved now [02:02] Keybuk: Hm. Sounds like a session manager bug. [02:03] (other than removing files in ~/.*) [02:03] Keybuk: must have made a note wrong [02:03] one sec [02:04] Keybuk: bug 35691 even [02:04] Malone bug 35691 in gnome-power-manager "Session is saved at critical battery shutdown" [Normal,Unconfirmed] http://launchpad.net/bugs/35691 [02:04] If the session manager is doing two different things depending on how the shutdown is requested, something sounds broken [02:04] Keybuk, mjg59: could that explain why gnome terminal is launching itself when i log in? [02:04] sounds like exactly my bug [02:04] sabdfl: yes [02:04] sabdfl: Probably, yes [02:04] I think g-p-m explicitly requests a session save [02:04] ah. Confirmed then :-) [02:05] I get 30 of the buggers, plus three copies of firefox (two of which just display dialogs) and four evinces [02:05] it's quite annoying [02:05] mjg59: another thing, do you have a documented policy on gpm shutdown/hibernate policy defaults? [02:05] Given that we don't actually make any pretence to support session management, we should probably just rip all of it out [02:05] sabdfl: We default to enabling hibernate, I believe [02:06] aye, if session management *worked*, I wouldn't mind [02:06] my laptop used to sleep when it was on battery and i closed the lid, but no longer [02:06] session management really tends to be more hassly than time saving :) [02:06] mjg59: +1 on stripping out session management [02:06] but all the windows are blank, and nothing like what it saved [02:06] leave it in main for the brave [02:06] sabdfl: can you dump that on that bug? === chmj_ [n=chmj@196.44.1.98] has joined #ubuntu-devel === Kinnison is updating the package to 2.14.0 + CVS_stuff currently [02:06] sabdfl: Preferences/power management/Running on battery/Sleep on lid cloes? [02:07] Kinnison: the gpm hibernation, or the terminal issue? [02:07] sabdfl: bug 35691 [02:07] Malone bug 35691 in gnome-power-manager "Session is saved at critical battery shutdown" [Normal,Confirmed] http://launchpad.net/bugs/35691 [02:07] mjg59: i looked there, and it was set to blank screen until the battery was critical, then hibernate [02:07] i didn't change the pref [02:08] so i suspect our default prefs have moved [02:08] sabdfl: It should be ok for breezy->current dapper upgrades, but may have been broken if you upgraded in the intervening period [02:08] But "Sleep on lid close" was never a supported option, really [02:09] mjg59: ok, thanks, at least i know this is expected behaviour [02:09] sabdfl: Tangentially, Intel Mac support is now only lacking installer support [02:10] mjg59: those installer slackers [02:10] Yeah, it's disgraceful [02:11] Anyway, Colin's going to take a look when he's got time [02:11] mjg59, you know that that sort-of equals never ;) [02:11] But it should be practical for dapper, even if we don't decide to ship it as the default iso === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === _mvo_ [n=egon@p54A66471.dip.t-dialin.net] has joined #ubuntu-devel [02:12] be wonderful to have it as a download option, even [02:12] Kamion: yay, this call to raise() causes a segv === Kinnison does so love GTK [02:12] mjg59: Could you tell me again what the 'interesting' values in my Radeon registers were? (bug 20283) [02:12] Malone bug 20283 in xserver-xorg-driver-ati "[fgl v5000] really bad sync" [Normal,Unconfirmed] http://launchpad.net/bugs/20283 [02:13] Kamion: but in other news, it's started popping under [02:13] Kamion: so I actually have something to debug === Huahua_ [n=hua_@221.172.51.120] has joined #ubuntu-devel [02:14] Treenaks: Anything starting CRTC, possibly also the ones starting FP [02:14] (Would be my suspicion) [02:15] mjg59: ok, thanks [02:18] mjg59: actually, I think I now have all the udeb support we need; I'm just looking at how to make the CD images work (see my question about blessing files) [02:18] Kamion: In fact, reading the code and the gtk docs, the transient stuff being correct should cause metacity to put the window on top of the gparted window [02:18] Seveas: nah, this is actually high enough up my interest list to get done [02:19] Kamion: so I'm inclined to say this iz metacity boog [02:19] it never used to pop under [02:19] Kamion: Ah, cool [02:19] it was only after your gparted change that that started, AFAI [02:19] K === mvo__ [n=egon@p54A66471.dip.t-dialin.net] has joined #ubuntu-devel === Kinnison notes that apart from changing the transience from the window to the plug, the installer-mode patch makes no changes to that particular bit of the code [02:20] sladen: any idea how to fix 35080? (Thanks for the analysis, though) [02:20] sabdfl: http://sourceforge.net/mailarchive/forum.php?thread_id=9984881&forum_id=47882 suggests and approach that might even be safe to use by default, although it has the disadvantage of using up a wodge more space on the CD (because we'd have to duplicate the kernel) [02:21] the hybrid option is probably more space-efficient but isn't as safe [02:27] Kamion: i don't think we have the luxury of the space, unfortunately [02:27] Kamion: We might as well give the hybrid option a shot [02:27] mactel is very much a nice-to-have for this round [02:27] mjg59: +1 [02:27] in a pre-beta flight [02:27] Riddell: it'd be nice if you could shave a bit off the size of the ppc live image. [02:28] get mdz's byu-in though [02:28] sabdfl: yeah, my feeling too [02:28] mjg59: if you can have it ready this week, I can chuck it in next week's flight. [02:28] Their refusal to boot off ISO9660 is very tiresome [02:28] though you never know, i386 has more free space on powerpc so it might actually be doable [02:28] more free space than powerpc [02:28] sabdfl: Oh, Linus emailed me asking for help on getting Linux on his new Mac === Kamion laughs [02:29] DOIT! [02:29] :-) [02:29] I said it would be painful until the installer was sorted, but I'd let him know then [02:29] tell him to file a support request like everyone else... nah. === rajasun [n=maximusp@bb220-255-207-141.singnet.com.sg] has joined #ubuntu-devel [02:30] you guys are going to love the launchpad by dapper+1 [02:30] promise [02:30] sprint is going very well [02:31] sabdfl: rock! [02:31] and the next ui phase will, i hope, address many of the issues we've had [02:32] i was a big fan of some of bradb's recent mockups [02:32] Mithrandir: yes, I'll do that, hopefully today [02:32] Riddell: thanks. [02:32] Riddell: I'm aiming for a flight in a week, is that fine with you? [02:32] ogra: ^^ and with you? [02:32] sure [02:33] Mithrandir: yeah, that's good [02:33] gah, ENOSEB [02:33] great [02:34] ogra, Mithrandir: new gnome is due on april 10th, so next week should be fine [02:34] 10th-12th === ogra just needs that gdm fix in before ... [02:34] dholbach: that's almost three weeks away so shouldn't be any kind of problem [02:35] yeah [02:35] Mithrandir: I was just referring to ogra's "gah, ENOSEB" [02:35] dholbach: ah, ok. [02:35] dholbach, yes, that was about gdm [02:35] :) [02:44] uh, what should I do about missing translation bugs? Yes, sure, the translation is missing, because there is no translation. [02:45] Kamion: afaict metacity is ignoring the transience for the dialog and popping it under to stop it stealing focus [02:45] Kamion: because the plug it's a top level window [02:45] Kamion: I'm trying to verify this [02:46] Kamion: if I'm correct, then it very much iz metacity boog [02:46] So, for stupid dapper tricks, I have stored a bit over 5000 copiers of flight-4 dapper-install-amd64.iso on tape. === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel [02:48] heylo === lionelp_ is now known as lionelp === MrFaber [n=MrFaber@vbo91-1-82-238-218-149.fbx.proxad.net] has joined #ubuntu-devel [02:52] hi all [02:52] Where can I make bug repots for dapper kernel? === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #ubuntu-devel [02:52] I haven't found the 686 package in launchpad [02:53] MrFaber: try linux-sourfce-2.6.15 [02:53] MrFaber: ummm linux-source-2.6.15 [02:54] But it happens only with 686 [02:54] not with 386 [02:54] you can mention that in the bug report === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-devel [02:55] ok, I am going to try to manage it in launchpad if I am lucky :-D [02:55] ok, cool :) [02:56] No packages matching 'linux-source-2.6.15' are published in Ubuntu. [02:56] I hate launchpad [02:56] there are only 12 kernels [02:56] there are only 2.6.12 kernels [02:57] naaaaah, you don't hate it, how does this one look: http://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+filebug [02:57] How do you find it [02:57] Btw, is that place the correct place to submit unsupported hardware to, or is that a support request or whatever? [02:58] maswan: launchpad is probably the right place [02:58] Wishlist if you wouldn't expect it to work, normal if it ought to be supported but isn't === maswan nods [02:58] on linux-source-2.6.15? === irvin [n=vx@ubuntu/member/irvin] has joined #ubuntu-devel [02:59] Yeah === Marticus [n=demart01@12-210-128-9.client.insightBB.com] has joined #ubuntu-devel [02:59] launchpad.net -> the ubuntu distribution -> enter 'linux-source' in source package text box, click on 2.6.15 in the list -> report a bug [03:00] MrFaber: but to be honest, i know how the links are made up, so I 'assembled' the url on my own :) [03:00] ok :) [03:00] I used the search function [03:03] https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/36014 [03:03] Malone bug 36014 in linux-source-2.6.15 "kernel 686 can't scale cpu frequency" [Normal,Unconfirmed] [03:03] please fix it :) [03:03] and I have another bug but I am not sure [03:03] And there is another bug in latest kernel. I can change some values like scaling_governor or sony_brightness with root but not with sudo. Same syntax but if I do this with sudo I got a permission denieded. [03:03] Wrong sudo permissions? [03:03] check if it'S filed already, if not file it [03:03] launchpad is the best place [03:04] launchpad is ingored :) [03:04] it's not [03:04] my loop-aes but is still unconfirmed [03:04] after two monthes === jono [n=jono@mail.openadvantage.org] has joined #ubuntu-devel [03:04] hey [03:04] and I have posted it here several times [03:04] after one month [03:04] hi joelbryan [03:04] sorry [03:04] hi jono [03:04] hey MrFaber [03:04] MrFaber: how are you trying to change the governor using sudo? [03:05] there are 35000 bugs and there are 15 to 50 developers, depending how you count [03:05] 'morning jono [03:05] hey Mithrandir :) === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [03:06] anyone have some odd problems with the keyboard settings tool where it changes the theme? [03:06] jono: that's when it crashes gnome-settings-daemon (which gets restarted immediately) [03:07] (afaik)( [03:07] Treenaks, ahhh [03:07] gnome-settings-daemon shouldn't crash, though. [03:07] jono: when you select what keymap? [03:07] https://launchpad.net/distros/ubuntu/+source/sudo/+bug/36018 [03:07] Malone bug 36018 in sudo "can't access proc or sys with sudo" [Normal,Unconfirmed] [03:08] MrFaber: do you know how sudo and you shell works? [03:08] MrFaber: you need to do echo ondemand | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor [03:08] dholbach, I understand it but two monthes and I have posted an easy fix [03:08] for now I am useing loop-aes from debian sid [03:08] that works under dapper [03:08] Mithrandir, yep [03:09] Mithrandir, in past I always used echo 6 > ... [03:09] with sudo and it works [03:09] it only happened for my on a small Sony Vaio - I will dig into it tonight and try to reproduce it [03:09] MrFaber: then you need to be root _first_ [03:09] I thought sudo executes it as root? [03:09] jono: please do; I'm attacking the xkb problems at the moment and it would be nice to get them all nailed. [03:09] Mithrandir, no worries :) [03:09] Mithrandir, then remove the bug if I am wrong [03:09] MrFaber: the redirection is done by your shell. [03:09] MrFaber: > redirections are processed by the shell *before* sudo takes effect [03:10] (it's always been that way) [03:10] but I am pretty sure that this works under Breezy [03:10] I'm pretty sure it doesn't [03:10] (and can't really be changed easily) [03:10] ok, sorry === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel [03:10] MrFaber: no problem; I rejected the bug. [03:10] but changing brightness doesn't work with the new kernel [03:10] from today update [03:11] and with the kernel before it works with my keys [03:11] there is an sony_brightness acpi script [03:11] So I have no influence [03:11] But I haven't checked it in detail [03:11] So maybe it is only a temporary bug [03:12] thx btw [03:12] bbl === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel === MrFaber [n=MrFaber@vbo91-1-82-238-218-149.fbx.proxad.net] has left #ubuntu-devel ["Leaving"] === bddebian [n=bddebian@mail.ottens.com] has joined #ubuntu-devel === j^ [n=j@e178049060.adsl.alicedsl.de] has joined #ubuntu-devel === m0rphx [n=morph@p85.212.168.24.tisdip.tiscali.de] has joined #ubuntu-devel === Tgylluad [i=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel === mpt [n=mpt@82.109.136.110] has joined #ubuntu-devel === _human_blip_ [n=mike@mike.nelsonbay.com] has joined #ubuntu-devel [03:24] Kamion: It's definitely a metacity misbehaviour (in my opinion) -- currently filing upstream bugs to garner opinions of metacity's authors === tiagovaz [n=tiago@MTL-HSE-ppp181381.qc.sympatico.ca] has joined #ubuntu-devel === Kinnison has written a metacity patch to fix it === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel [03:26] is there a boot time feature for fixing a grub partition ? [03:26] sorry, a broken grub [03:28] i don't think so [03:28] i've heard it suggested as a good feature [03:28] broken as in how? [03:30] jono: not boot time, but use an install CD, boot into rescue mode, follow the menus, select your root partition, select "Reinstall GRUB boot loader" === LinuxJones [n=willy@hlfxns01bbh-142177197086.ns.aliant.net] has joined #ubuntu-devel === garba [n=garba@host106-77.pool8256.interbusiness.it] has joined #ubuntu-devel === garba [n=garba@host106-77.pool8256.interbusiness.it] has left #ubuntu-devel [] === hunger [n=tobias@p54A615CD.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:34] has something been changed in karma on malone? mine went from ~250 to ~50,000 in a couple of days, and I haven't been that great [03:35] mjg59: I think adding an -hfs-bless-file option to mkisofs is going to be the cleanest answer here; doing that now [03:36] Zomb: (I'll send you the patch once I've got it tested) === Gloubiboulga is now known as Gloubiboulga|Aw === Tgylluad [i=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel [03:37] Kamion, cool :) [03:39] Zomb: oh, I forgot that python-apt upload, sorry for this [03:39] Kamion: Rock, thanks === Tgylluad_Gwynn [n=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel === Tgylluad [i=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel === JaneW [n=janew@dsl-146-172-155.telkomadsl.co.za] has joined #ubuntu-devel === stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-devel [03:46] Kamion: do you know if promotion work in breezy-updates? I would like to get python-vte from universe to main in it === Tgylluad [i=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel === JaneW [n=janew@dsl-146-172-155.telkomadsl.co.za] has left #ubuntu-devel [] [03:48] mjg59, are you busy tonight? [03:48] Kamion: Right, I think that popunder bug you listed earlier can be marked fix-released by the new metacity upload I just did [03:48] jono: Probably not, though my throat is fucked [03:48] Kamion: do you agree? === mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-devel [03:48] mjg59, so the rumours are true then :P [03:48] mjg59, next show, want that belated interview? [03:48] jono: Sounds good [03:49] mjg59, cool, I guarentee it this time :) [03:50] mvo: I haven't tried yet, let me just try it now and see what happens ... [03:50] Kamion: cool, thanks [03:50] actually [03:50] Kinnison: do pockets have independent overrides from their parent distrorelease? [03:50] Kamion: yes [03:51] Kamion: whether or not change-override obeys this is another question [03:51] Kamion: I'd do it --dry-run first to be sure [03:51] Kamion: and/or ask cprov to check [03:52] File "../../canonical/launchpad/database/distribution.py", line 244, in getRelease [03:52] canonical.launchpad.interfaces.launchpad.NotFoundError: 'breezy-updates' [03:52] sivang: ping [03:52] maybe it needs an option for pockets [03:52] Kinnison: popunder> if it works for you, go ahead and close the bug [03:52] Kamion: looks like it should be using a different function yes :-) [03:52] I'll file a bug [03:52] cool [03:55] mvo: blocked by bug 36022 [03:55] Malone bug 36022 in launchpad-upload-and-queue "change-override can't handle pockets" [Normal,Unconfirmed] http://launchpad.net/bugs/36022 [03:55] . o O { what's in its pocketses? } [03:57] Kamion: closed the two related bugs in gparted [03:57] ta === Kinnison phews [03:58] lunch and then back to g-p-m [03:59] Kamion: I assume the agreement we had about g-p-m being under the gnome UVF exception still stands? (I'm updating it to 2.14.0 + a few CVS patches) [03:59] Kinnison: if g-p-m is still following GNOME release scheduling policies upstream, then yes [04:01] Kamion: I believe it is. However he never made a 2.14.0.news so I'll have to extract that one I've eaten lunch for you to take a quick peek at === Kinnison -> lunch [04:02] Kinnison: FWIW #29474 was probably originally because ubuntu-express did set_keep_above(True) [04:02] I took that out a while back [04:04] mjg59: I need to bless elilo.efi, right? [04:04] Kamion: Yup [04:05] Then elilo.conf just wants to point at the kernel and initrd, and have the usual boot options [04:06] that part should be done, just uploading debian-installer with that now [04:06] I have a suspicion that elilo-installer won't be quite right [04:06] but we can deal with that once the CDs boot [04:06] Sure === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === mvo [n=egon@p54A66471.dip.t-dialin.net] has joined #ubuntu-devel === tiagovaz [n=tiago@MTL-HSE-ppp181381.qc.sympatico.ca] has joined #ubuntu-devel === JaneW [n=JaneW@dsl-146-172-155.telkomadsl.co.za] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [04:11] Kamion: Do you have any changes to the glade file not pushed to p.u.c? [04:11] Kamion: (espresso) [04:12] Kinnison: nope [04:12] I'm pushing anyway just in case [04:12] Kamion: okay, I'm taking out a minilock so I can make the UI changes for the N-of-M stage ui fix [04:12] go for it [04:12] have you finished pushing? [04:12] yes [04:13] cool [04:13] (there was nothing to push as it happened) [04:13] hehe [04:14] Keybuk: what did you break with udev/initramfs this time? [04:14] Begin: Waiting for root file system... ... [04:14] and it ends there.. [04:14] mjg59: do we still need the legacy-free option in elilo.conf? [04:14] [ 7.008720] sdb: sdb1 sdb2 sdb3 [04:14] root is there... [04:15] mjg59: and will chooser=textmenu work? the mactel-linux.com live CD has chooser=simple [04:15] Kamion: any preferences on where the step N-of-M goes? [04:15] Kamion: My current preference is bottom-left of the page [04:15] Kinnison: bottom-left, yes [04:16] cool [04:16] fabbione: that's strange [04:16] it looks until /dev/sd* turns up [04:16] which clearly it isn't [04:17] Kamion: Do you know how to insert a vbox around an element? [04:17] Kinnison: if the element's already in a box, use Insert Before, put a vbox there, cut/paste the element into the vbox, decrease the size of the containing box again [04:18] Keybuk: it was.. and it's booting.. it just took a while.... weird.. i will give you console access to that box... [04:18] Kamion: and that won't eat containment, names etc? [04:18] fabbione: it just took a while [04:18] slow scsi warm-up then [04:18] whoa, when you run out of memory the kernel starts killing random things? [04:18] Kinnison: it may eat packing [04:18] Kamion: umm, argh [04:18] I think the rest should be ok [04:18] if you didn't touch it, and didn't hit ^C, and nothing [04:18] Keybuk: i will check it again.. got distracted by the phone [04:18] your hardware needed a run-up [04:18] packing is small enough to remember [04:18] Keybuk: no nothing.. === Kagou [n=Kagou@84.5.167.189] has joined #ubuntu-devel [04:18] ok [04:18] this the new shiny? [04:18] hi [04:18] Yes, Dennis Daniels has done loads [04:18] Kamion: Erm, I need to reparent the steps widget [04:18] ECHAN [04:19] Kinnison: it'll only eat the packing of steps itself, not stuff inside it [04:19] Kamion: aah right [04:19] okay [04:19] thanks [04:19] (at worst) [04:19] cool [04:19] fabbione: once it's said "Waiting for root filesystem" it's literally just in a while/sleep loop waiting for the hardware to get out of bed and brush its teeth [04:19] Keybuk: ok.. [04:20] that doesn't rule out BenC-bugs of course ;) === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel [04:20] no.. it was working with -19 and old udev :) [04:20] but i will check it again [04:20] nothing's particularly changed in the scsi case === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel [04:20] ncpus probed : 24 [04:20] ncpus active : 24 [04:21] mjg59: hmm, how about automatically turning on ia32_gconf.legacy_free_boot in apple_fudge()? would that be crack? [04:23] (and #ifdef CONFIG_ia32) [04:23] fabbione: I'm assuming you have plain root=/dev/sd* and not lvm, dmraid, evms, or anything I might not have heard of? [04:24] Keybuk: hmmm i don't remember.. let me check.. [04:25] Keybuk: LVM on pure scsi.. [04:25] Keybuk: again don't worry.. i will look at it again.. [04:25] Kamion: Would probably be reasonable [04:25] if i can't figure it out, i will give you console access [04:25] ok [04:25] that would be ideal, thankyou [04:25] mjg59: shall I do that and upload then? not that I can test, but it seems easy enough ... [04:26] i have been distracted and lost count of seconds.. [04:26] (famous last words) [04:26] Kamion: Sure [04:26] evms, lvm and md are massively undertested in dapper still [04:26] I'm not even sure they work :( [04:26] Keybuk: They work-for-me(TM) [04:27] Kamion: (As long as you're sure CONFIG_ia32 is defined there) [04:27] hunger: do they work after today's update [04:27] Keybuk: I am using lvm on all my boxes (4 of them, all on dapper). [04:27] Keybuk: LVM on MB on one box (dapper as well). [04:27] Keybuk: yes they do work... [04:28] Keybuk: i use them a lot as test cases [04:28] ok [04:28] Keybuk: Do I need to reboot to get updates activated? [04:28] hunger: yes [04:28] Keybuk: I have all boxes updated, but I did not yet reboot. [04:28] you need to reboot to test the "mounting of root filesystem at boot time" :) [04:28] Keybuk: Oh, I did not get that;-) === Surak [n=ubuntu@201008226191.user.veloxzone.com.br] has joined #ubuntu-devel [04:29] Keybuk: It did work this morning after the -19- kernel upgrade if that helps. [04:29] the udev update is what I was interested in [04:29] to ubuntu20 [04:30] Keybuk: Hmmm.... donno whether that was installed at that time. Probably not. [04:30] Kamion: can espresso be started from within the dev tree, for testing the UI appearance? [04:30] Keybuk: I'll reboot asap (after finishing install of this crap). [04:31] Keybuk: BBL. === freeflying [n=freeflyi@61.190.65.37] has joined #ubuntu-devel [04:32] mjg59: should be, Make.defaults sticks it in CPPFLAGS === Surak [n=ubuntu@201008226191.user.veloxzone.com.br] has joined #ubuntu-devel [04:32] Kamion: Excellent === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel [04:32] Kinnison: err, possibly but I'm not sure [04:33] you can always try sudo ./installer and fix whatever breaks ... [04:33] Hello. [04:33] Kamion: heh [04:34] people, the xserver-xorg src package has some packages marked to not be created in some architectures. (for instance, xserver-xorg-via-driver in amd64 and powerpc). [04:34] Surak: yes.. that is correct.. [04:35] fabbione: can I request some help from you? [04:35] Surak: help -> #ubuntu [04:36] fabbione: I'm intended to provide a backport for it. The help is in generating the package. === hunger [n=tobias@p54A615CD.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:36] Surak: you can't backport it [04:36] Keybuk: Does *NOT* work. [04:36] hunger: waits three minutes? [04:36] Keybuk: With the normal kernel I get no output at all. [04:37] "no output at all" ? [04:37] black screen? [04:37] Keybuk: With the "safe mode" kernel it writes something about "waiting for root" or similar. [04:37] ok [04:37] Keybuk: blank after grub is done with its text. [04:37] fabbione: why? There are patches on via driver on Xorg's cvs. Not intended to backport the whole 7.0 driver, but only those patches required for some hardware to work. [04:37] and then if you wait three minutes, it carries on? [04:37] Keybuk: I have not waited 3min yet. [04:38] Kamion: I'm just rsyncing the liveCD down for testing [04:38] Keybuk: Lets just sit around and wait a bit:-) [04:38] Surak: if you want to backport patches is one thing. doing a backport means pushing the via driver from a release to another [04:39] Keybuk: It continued to boot now... [04:39] Keybuk: 3min seems to be pretty close to what I am seenig;-) [04:39] okies [04:39] http://people.ubuntu.com/~scott/udev [04:39] Keybuk: it did wait exactly 3 minutes and then kept going.. even if root was there... [04:39] ^ build and install that, then reboot again [04:39] fabbione: specifically, the build-tree/xc/programs/Xserver/hw/xfree86/drivers/via/via_mode.c needs to be patched. But yet I don't know how to change the debian structure so I can enable some package to be created in some architecture. [04:39] Keybuk: gonna setup access for you [04:39] fabbione: can you try the same source, build and install that [04:40] Surak: i don't understand why you want to enable via on amd64/powerpc === GNULinuxer [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel [04:40] Keybuk: You got a deb? [04:40] Keybuk: sure... in a few tho... [04:40] hunger: which architecture? [04:40] Keybuk: Sorry, I do not have build tools on my box. [04:41] Keybuk: x86. [04:41] moment [04:41] Keybuk: oh, wait, I'll just build it here and push it over. [04:41] fabbione: the driver works on amd64, but gets stucked at 640x480. This patched file corrects that. I would like to compile the amd64 the ubuntu way. [04:42] Surak: do you have a url for via graphic drivers on amd64 machines? [04:42] fabbione: I have a binary one, I don't remember anymore where I got it. [04:43] Surak: i mean.. URL to the hw [04:43] i have never seen via with amd64 [04:44] Keybuk: Aehm... how do I extract the files I downloaded from your site? There must be a debian way to do this... [04:45] Keybuk: it's building.. [04:45] Ah... dpkg-source does the trick;-) [04:45] hunger: dpkg-source -x _.dsc [04:47] I am spoiled by apt-get source;-) Sorry for that simple question. [04:47] fabbione: http://www.surak.eti.br/linux/ubuntu/via_drv.o works on breezy-amd64 [04:47] Surak: i didn't ask for a driver.. but for hw link [04:48] Surak: link to a vendor that does via with amd64 [04:48] oh, sorry. msi does [04:48] Keybuk: rebooting with udev version 21 === OculusAquilae [n=oculus@p548D150F.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:49] fabbione: they sell em64t and amd64 using via boards. we sell about 2000 from those per month. [04:49] Surak: ok... please file a bug on malone against xserver-xorg-driver-via [04:49] Keybuk: That version works better: No 3min break. [04:49] Surak: including the URL's to the patches. [04:50] Surak: it looks important enough to make it going properly [04:50] fabbione: this is valid for breezy? dapper come with it and it works. [04:50] Keybuk: System comes up fine. [04:50] Surak: oh breezy! [04:50] Surak: nope.. [04:50] Surak: only dapper... [04:50] Surak: i see where you are going now.. [04:51] Surak: you need to edit debian/control, search for the driver and change the line for the architecture [04:51] fabbione: that's why I've asked for help on compiling it. We ship ubuntu on those machines. And customers are not happy with 640x480... [04:51] Surak: but breezy won't get an update [04:51] it's something you are doing on your own [04:51] fabbione: oh I can't believe is that simple. I've been looking areound the whole x tree - duh [04:52] Surak: that's the Debian part.. you will need to make sure via recongnized as valid driver on amd64 into the Xorg tree as well [04:52] Surak: it's in an Imakefile [04:53] if you grep for stuff like mga or sis [04:53] you will find it easily === hunger [n=tobias@p54A615CD.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:53] fabbione: and I have to put the patch on debian/patches, of course. [04:53] yes [04:54] fabbione: I can make and provide this patch from myself. 2000 machines/month is a good test case. [04:55] Surak: yes, but it's an update we can't push into dapper [04:55] i mean breezy [04:55] fabbione: sure. But does it qualify for breezy-backports? [04:55] Surak: nope.. [04:56] Surak: backports are unmodified sources from release X+1 rebuilded without modification in release X === Amaranth_ [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [04:56] fabbione: which would require backporting the whole X tree, I presume. [04:57] that won't work [04:57] because new X requires too much [04:57] fabbione: yes, I understand. === fabbione takes a 2 minutes break [04:57] fabbione: thanks for your attention. time to lunch now. [04:58] Surak: welcome === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel === xhaker wonders why scribus is so slow === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === LeeJunFan [n=junfan@s64-186-37-84.skycon.net] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has left #ubuntu-devel ["Leaving"] === Gwynn [i=Gwynn@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel [05:17] infinity: samba changelog? === Karnaugh [n=karnaugh@karnaugh.za.net] has left #ubuntu-devel [] === mvo [n=egon@p54A66471.dip.t-dialin.net] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === dudus [n=dudus@200.245.31.150] has joined #ubuntu-devel === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-devel [05:37] Kamion: grrreat, current daily hangs at the waiting for root filesystem message === Keybuk whistles and slinks off into the corner [05:38] Kamion: aah no, it just takes aaaaages before it gets on with it === Kinnison kicks vmware for being apparently uberslow [05:38] if fabbione's server wasn't so damned slow ... [05:38] Kinnison: keybuks new udev (21) fixes this for me. === fabbione hands a couple of extra > to Keybuk [05:38] I mean, 24 cpus and it takes more time to build udev than my p200 [05:39] hunger: cool, so tomorrow's daily should be cleaner [05:39] Keybuk: break and redirect.. really [05:39] Kinnison: to be fair, I *did* say it was probably broken on u-d-a [05:39] Keybuk: aye [05:39] though why are you using evms/lvm/md/dmraid? === mpt [n=mpt@82.109.136.110] has joined #ubuntu-devel [05:40] they are evil and the spawn of satan [05:40] Keybuk: me? === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel [05:40] Keybuk: lvm rocks! [05:40] Kinnison: that is the only bug I'm aware of [05:40] Keybuk: as for md: I prefer SW to HW raid. [05:41] Keybuk: Roasted a raid controller once and had *huge* trouble getting the disks going again. [05:41] it's not the theory I hate, just the implementation [05:42] Keybuk: that's because it clashes with your implementation :) [05:42] Keybuk: please stop that build and pipe it... === Keybuk points at mjg59 -- blame him! === johannesen [n=hengx@obelnet.dk] has joined #ubuntu-devel [05:42] we are going to get old at this speed [05:42] fabbione: bah, it's nearly finished now [05:43] reasonably old that we won't be able to reproduce anylonger [05:43] so why isn't sablecc-3.x in dapper? [05:43] I have no plans to reproduce anyway; though David claims he's "eating for two" [05:43] Keybuk: well, I imagine the livecd is using devicemapper? [05:44] Kinnison: squashfs and unionfs? [05:44] though that may mean extra initramfs goo, yes [05:44] Keybuk: dunno, but either way it got stuck [05:44] *nods* [05:44] probably another symptom of the same bug === Kinnison quits evo and firefox to free up some ram for vmware [05:44] I've fixed it by doing it the way we should have done it in the first place [05:44] :-) [05:48] Kamion: so far so good, I have the label in place and being set when you change pages [05:49] SILENCE!! [05:49] ahhh [05:49] NOISE again... [05:49] :/ === Keybuk sneaks a crontab for 3am [05:49] Keybuk: this better be good :) [05:49] Keybuk: no no.. i am going to remove even the powercords from this thing [05:50] what's the point of having it if you're not going to leave it on? [05:50] Kinnison: cool [05:51] Keybuk: collection? :) [05:51] Keybuk: i won't have it forever anyway [05:51] can I have it? I could do with a way of getting my heating bill down [05:51] Keybuk: Having one would be enough for me:-) [05:52] Keybuk: it's a 6 months loan.. it will go back 9/11/2006 [05:52] and i am not kidding.. 9/11 [05:52] fabbione: that's almost enough time to boot it [05:52] Keybuk: hehe [05:53] Kamion: Now all I need to do, is to turn the self.current_page into a N of M [05:53] "one cpu ... two cpus ... three cpus ... four cpus ..." [05:53] so let see... [05:53] twentythree cpu [05:53] 48000 Nogo [05:53] Bogo === glatzor [n=sebi@ppp-82-135-64-134.mnet-online.de] has joined #ubuntu-devel [05:53] there.. it works [05:54] Keybuk: good job.. [05:54] I'm a genius [05:54] Keybuk: that qualifies you as (the only) X maintainer === dudus [n=dudus@200.245.31.150] has left #ubuntu-devel ["Leaving"] [05:55] excellent [05:55] Kamion: please remove X from the archive, love the maintainer [05:55] Keybuk: ehehe === boglot [i=chaas@haas.workdsl.de] has joined #ubuntu-devel [05:55] Keybuk: i am powering off this thing [05:55] aww === Keybuk wonders which button powers it on again [05:55] or do you need it more? [05:55] then I can power it on and make you jump [05:55] nope [05:55] it books [05:55] I'm happy [05:56] boots too [05:56] ok logout or your session will hang in a sec :) [05:56] Keybuk: thppt [05:56] mjg59: you around? [05:57] Kamion: if we didn't have X, we wouldn't need OpenOffice, dbus, HAL, network manager, firefox, and all the other things that make our life hell [05:57] :p === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel [06:01] that would certainly reduce our bug count, I guess [06:01] of course, we couldn't use launchpad either === Kinnison is fairly sure w3m would *do* for launchpad [06:01] hostmaster@grawert.net [06:01] Timezone: Europe/Berlin [06:01] Ubuntero: Yes [06:01] Karma: 84256 [06:01] and you can build w3m-img for framebuffer [06:01] err, wow [06:02] karma has been re-scaled for balancing [06:02] Kinnison: I guess it wouldn't be any more painful than Launchpad is under Firefox === Kamion promotes vast swathes of xubuntu stuff to main [06:02] Kinnison, ahh [06:02] Keybuk: not much [06:02] after all, pain plateaus after a certain point [06:02] though I keep forgetting about it until just before the publisher's due to run, so it's taking a while [06:03] ogra: your karma is so high you are nearby becoming buda. [06:03] hehe [06:03] nearly [06:03] i think my body is still to much in shape for being a buddha [06:03] but i'm working on it ;) [06:03] ogra: look at seb128's karma :) [06:04] wow [06:04] yeah ;) [06:04] ok I am off [06:04] bye all === jono [n=jono@mail.openadvantage.org] has left #ubuntu-devel ["Leaving"] [06:05] ogra: looking at seb128's karm you're not becoming buddha soon. sorry. [06:05] heh [06:05] i wasnt planning to switch to enlightenment anyway :) [06:08] xhaker: Hi [06:09] mjg59: my Fn keys are acting up [06:09] mjg59: do you want to hear? [06:09] xhaker: How so? [06:10] mjg59: in example.. the multimedia keys sometimes register 0x03 or something.. and sometimes Xf86AudioPlay [06:10] and similar [06:10] xhaker: That's not a terribly helpful report, I'm afraid [06:11] Firstly, is this under gnome or KDE? Secondly, register under what? [06:11] mjg59: sorry, i'm trying to explain that the same key spawns two diferent key codes? in gnome, at the keyboard shortcut applet [06:12] Something is causing the keycode to be bound to the keysym. I've no idea why. [06:12] It shouldn't be a problem [06:12] Kamion: N-of-M patch in http://people.ubuntu.com/~dsilvers/bzr/espresso/ui-fixes [06:13] mjg59: i haven't tryed assigning the keys before [06:13] in dapper [06:13] xhaker: You shouldn't have to assign them [06:15] oh, it's an acer laptop. it has those and $ keys next to the cursor keys.. they also don't work.. don't bother [06:15] those keys are stupid [06:16] Kinnison: you have a duplicate self.set_current_page in on_steps_switch_page now [06:19] Kinnison: we should make lblStepNofM translatable; I'd change its name to step_progress_label or something, then add espresso/text/step_progress_label to debian/espresso.templates with "_Description: Step ${STEP} of ${TOTAL}" and run debconf-updatepo [06:20] although we might have to wibble the i18n framework a bit to get that properly retranslated on the fly when selecting a different language [06:20] Kinnison: do you want to do those now, or shall I merge and fixup? === KaiL [n=KaiL@p548F6C5D.dip.t-dialin.net] has joined #ubuntu-devel [06:21] Kamion: You may as well merge and fixup === Kinnison is knackered and just killed vmware so would take a while to get the test platform back [06:21] :-) [06:21] Kamion, thanks for the promotions [06:22] So how big is dapper/main these days? [06:22] dholbach: your blog entry just made me close most of xubuntu bugs which were left unclosed for some reason [06:22] so we're down to 4 I think [06:23] every call for help on bug triage/bugs seems to result in more bugs... so don't count your chickens before they hatch ;) [06:23] Kinnison is there a way in LP to link subscribe a team so certain packages [06:23] yeah [06:24] so xfce stuff gets automatically assigned to xubuntu-team even if mainatiners says debian-xfce [06:24] http://launchpad.net/distros/ubuntu/+source/ -> bugmail settings === KaiL [n=KaiL@p548F6C5D.dip.t-dialin.net] has joined #ubuntu-devel === mpt [n=mpt@82.109.136.110] has joined #ubuntu-devel [06:24] dholbach: thanks I'll check that out [06:25] how existent/good is LP's mail interface [06:25] for something like for packages in a,b,c; subscribe mail address;kthxbye [06:26] Kinnison: ok, no problem, thanks for that! === soumyadip [n=soumyadi@59.93.194.0] has joined #ubuntu-devel === OculusAquilae [n=oculus@p548D150F.dip0.t-ipconnect.de] has joined #ubuntu-devel === Surak [n=ubuntu@201008226191.user.veloxzone.com.br] has left #ubuntu-devel [] [06:40] Kamion: I dropped of the net earlier and I think I missed the result of your try to promote python-vte in breezy-updates :) ? [06:49] Kamion, xffm4 does not currently install (old 4.2 version new not packaged yet) if this is a problem you can postpone promoting it === highvoltage [n=Jono@196.207.41.251] has joined #ubuntu-devel [06:53] Kamion: openoffice.org-l10n-br is in NEW, please promote to main, pitti: please adjust the language packs === Gloubiboulga|Aw is now known as Gloubiboulga [06:57] mvo: 14:55 < Kamion> mvo: blocked by bug 36022 [06:57] Malone bug 36022 in launchpad-upload-and-queue "change-override can't handle pockets" [Normal,Unconfirmed] http://launchpad.net/bugs/36022 === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [06:58] janimo: xffm4 isn't listed in http://people.ubuntu.com/~cjwatson/anastacia.txt anyway; presumably not seeded and nothing depends on it === mpt [n=mpt@82.109.136.110] has joined #ubuntu-devel [06:58] Kamion, ok then I thought you were going through the wiki page [06:58] indeed it's not seeded [06:59] OTOH there are packages which are seeded but not yet approved [06:59] shall I remove them from the seed until they are approved so they do not block CD build? === Surak [n=ubuntu@201008226191.user.veloxzone.com.br] has joined #ubuntu-devel [06:59] fabbione: there? [06:59] Kamion: thanks! [07:00] mvo, had a chance to look at the update-manager no-gconf thing? [07:01] janimo: not yet, what was the subject of the mail again? === lakin [n=lakin@jungle6.cpsc.ucalgary.ca] has joined #ubuntu-devel [07:01] hmm I have to look it probably had update manager and gconf in it :) [07:02] and/or [07:02] the only mail you got from me in tha past month if that helps searching [07:03] mvo, right it is 'update-manager and gconf' [07:03] janimo: to unblock the CD build, I'd recommend waiting until everything you absolutely need has been promoted to main, and then rebuilding xubuntu-meta pointing only to main and restricted, not universe or multiverse [07:03] Kamion, right I'll wait [07:03] janimo: then it's OK for other things to remain seeded pending approvals [07:04] xfce4-terminal needs an approval for libxml-perl, and I'll do xfdesktop after this publisher run [07:04] janimo: thanks, found it [07:04] and there's a load of plugins still to do [07:04] ... to be approve [07:04] Kamion, hmm libxml-perl let me see I think many xfec packages use a package which is very similarly called [07:04] d === kmon [n=ubuntu@217.Red-80-25-51.staticIP.rima-tde.net] has joined #ubuntu-devel [07:05] xml-perl-parser maybe that would siffice [07:05] suffice [07:05] there's libxml-libxml-perl as well, I forget the difference [07:05] it should [07:05] libxml-parser-perl? [07:05] ah libxml-parser-perl is not in main [07:05] hu? [07:05] then I'll have to add that to the wiki I though it was standard gtk-doc requirement [07:05] libxml-parser-perl is in main [07:05] libxml-parser-perl | 2.34-3 | warty | source, amd64, i386, powerpc [07:06] libxml-parser-perl | 2.34-4 | hoary | source, amd64, i386, ia64, powerpc, sparc [07:06] libxml-parser-perl | 2.34-4 | breezy | source, amd64, hppa, i386, ia64, powerpc, sparc [07:06] Kamion, ok I'll check terminal probably only needs that only not libxml-perl [07:06] libxml-parser-perl | 2.34-4 | dapper | source, amd64, hppa, i386, ia64, powerpc, sparc [07:06] since ever [07:06] it definitely is, without, there wouldn't be much translation love :) [07:06] Keybuk, Hi. I've just upgraded udev and it has broken my amd64 [07:06] right, thanks [07:06] I missed a question mark there, was actually wondering how come it's not in main :) [07:06] kmon: to 20 or 21? [07:07] mmmm [07:07] janimo: which source package are we supposed to be using now, xfdesktop or xfdesktop4? [07:07] I've upgraded an hour or so [07:07] dpkg-query -W udev [07:07] Kamion, the one that provides 4.37 [07:07] I don't really know :( [07:07] 4.3.7svn [07:07] kmon: likely 20, it's fixed in 21 [07:07] I always forget which [07:07] xfdesktop4 then; that explains some weirdness [07:07] janimo: shall I remove xfdesktop? [07:08] it's not frozen, it'll timeout after three minutes and carry on [07:08] Kamion, yes please [07:08] and I have a llist of xfce packages to remove if you're doing that [07:08] Keybuk, my bug: https://launchpad.net/distros/ubuntu/+source/udev/+bug/36038 [07:08] Malone bug 36038 in udev "New Udev package has broken my system and it can't boot." [Normal,Unconfirmed] === stewski [n=stewart@82-36-132-77.cable.ubr01.perr.blueyonder.co.uk] has joined #ubuntu-devel [07:08] janimo: sure, let me know and I can do them in about twenty minutes [07:09] preferably with a reason for each removal [07:09] I haven't waited 3 minutes though.... [07:09] I'll try now [07:09] is there a known issue with tvtime showing green screen on dapper [07:09] Kamion, the reason is the same for all. xfce4.2 packages which were supreseded/replaced (in both normal and dpkg way) by new ones === kmon goes to reboot === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel [] [07:10] tuning is fine and so is sound but video and menu overlay dont show === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [07:10] oh and do you know the command to run the gstreamer config tool? === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel [07:11] hey guys [07:13] janimo: ok, it's useful in each case to have the package it was superseded by, for our records [07:13] that way the removal log is more useful [07:13] Kamion, xfdesktop, xfce4-toys, xfce4-taskbar-plugin, xfce4-systray, xfce4-iconbox (replaced by xfdesktop4, xfce4-utils, xfce4-panel for the last three) [07:13] Keybuk: how can I make breezy's xorg try to compile a driver it will originally not? I mean, a driver is enabled for i386 but it's not for amd64. How can I try to change that? It is in some Imakefile, it seems. But no success up to now. [07:13] hey janimo [07:14] ok, thanks, I'll kill those [07:14] Kamion, thanks [07:14] sivang, hey [07:19] dholbach: ping [07:19] zyga: pong [07:19] dholbach: I lost track of ontv 1.8.8 inclusion, is there anyone makin the UVF exception? [07:19] if no then I'll file a bug about it and start reading thru the diff [07:19] zyga: bug 33441 [07:20] Malone bug 33441 in ontv "UVF exception 1.6.2 -> 1.8.6" [Normal,Unconfirmed] http://launchpad.net/bugs/33441 [07:20] k === Lure [n=admin@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel [07:20] will that include my fixes that have been submitted into gnome cvs yesterday? [07:21] zyga: i suppose not, it's talking about 1.8.8 [07:21] zyga: ask johan to make another release, I'll CC oyu on the bug [07:21] great, I'll mail him right away [07:22] zyga: I asked him on the bug report - he's CCed too [07:22] zyga: so no need for the mail [07:23] okay [07:23] should the multimedia selector come up with [07:23] I still need to mail the maintainer of the polish translation to approve my improvements, johan has asked for that === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [07:24] failed to construct test pipeline for ALSA on the test in the multimedia selector? [07:24] on default input plug in [07:27] done [07:27] well its like being at the bar in my local :-) [07:28] janimo: xfce4-utils doesn't conflict/replace xfce4-toys? [07:28] someone? help me to compile BREEZY via driver in amd64's ubuntu package? === KaiL [n=KaiL@p548F6AC4.dip.t-dialin.net] has joined #ubuntu-devel [07:30] janimo: and xfce4-panel doesn't conflict/replace xfce4-taskbar-plugin either [07:32] janimo: anyway, xfdesktop, xfce4-toys, xfce4-taskbar-plugin, xfce4-systray, xfce4-iconbox all removed [07:34] hmm, one of the last days updated seams to produce lockups in gtk apps (and maybe somewhere else too..) [07:35] uh [07:35] the "reboot required" dialog [07:36] has the "instantly reboot my computer now without confirmation" as the bottom right button [07:36] I don't consider this safe [07:36] it's usually the "this file has been changed, save?" save as the bottom right action [07:37] I don't think rebooting my computer is very... affirmative [07:37] Kamion, ah sorry actually xfce4-session is that Replaces xfce4-toys [07:37] Robot101: ask mvo to change this then [07:37] and conflicts too [07:38] bah [07:39] I suppose it's correct and I'm just a moron for clicking it. === aheck [n=aheck@mnh9-d933ba96.pool.mediaWays.net] has joined #ubuntu-devel [07:40] Robot101: check the gnome HIG [07:40] it might be wrong, you might be wrong [07:40] don't guess, just checek [07:40] check [07:41] I think it says the affirmative action is always in the bottom right [07:42] the wording is along the lines of "you should reboot now" "rebooting is required to save the world and stuff might not work unless you do it" [07:42] so yeah [07:43] janimo: ok === LaserJock [n=laserjoc@ubuntu/member/laserjock] has joined #ubuntu-devel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === dieman_ [n=dieman@3.14159265358979323846264338327950288419716939937510582097.org] has joined #ubuntu-devel [07:48] does the ubuntu community council have an irc channel? [07:48] #ubuntu-meeting is the home of all meetings including CC [07:49] most members are here in between [07:49] highvoltage, you mean a channel where Kamion, elmo, mako and sabdfl idle all day ? [07:49] ogra: something like that :) [07:50] :) [07:50] most likely this one then :) [07:50] it's #nerd-heaven :-) [07:50] ogra: i wanted to ask about adding something to the CC agenda, but i'll just add it anyway. [07:50] you'll get comments on the wikipage usually ... [07:52] highvoltage: no, we don't [07:54] ogra: hehe :) === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel [] === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel [08:09] anybody know of a list of admins/moderators (I'm not sure what they are called) for #ubuntu ? === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-devel === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-devel === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-devel === mvo [n=egon@p54A66471.dip.t-dialin.net] has joined #ubuntu-devel === Surak [n=ubuntu@201008226191.user.veloxzone.com.br] has left #ubuntu-devel [] === jlj [n=agp@207.67.194.249] has joined #ubuntu-devel [08:25] hardly [08:25] LaserJock: chanserv can tell you [08:26] LaserJock, i think there is one on the wiki. But yeah, /msg chanserv access #ubuntu list I think [08:26] Treenaks, mdke thanks === KaiL [n=KaiL@p548F7E30.dip.t-dialin.net] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === lloydinho [n=andreas@130.225.237.134] has joined #ubuntu-devel === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel [08:41] can someone explain something to me about debian packages? === Hirion [n=hirion@draugr.de] has left #ubuntu-devel [] [08:41] doko, ping [08:41] Debian packages are more than simply archives of files; you need to account for files changing ownership between packages, diversions, actions of maintainer scripts, etc. [08:41] Believe me, there is more to this than finding copies of the files which came from the .deb, and even that isn't straightforward. [08:41] ^^^ specifically that, re taking a package vs a root at which it was installed and locating the files from the package [08:43] bluefoxicy, mdz wrote that, you can ask him. or follow that thread on the mailing list [08:43] bluefoxicy, the postinst script can do arbitrary things, including creating, deleting and moving files. [08:44] mdke: I'm aware, but he's never gone into much detail with things. My experience with mdz is his arguments are largely "Look, you can't do that, there's reasons for it, it just doesn't work because things aren't that simple" === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [08:44] Seveas: I'm aware of that, I just don't see it as something extremely common [08:45] I hardly think packages are majorly scripts that take a tarball that was created from a tree of files and shuffle it around for no real reason [08:45] bluefoxicy, then you're terribly wrong I'm afraid [08:46] bluefoxicy: I've gone into more detail in the past; this is hardly the first time someone has proposed this === JaneW [n=JaneW@dsl-146-172-155.telkomadsl.co.za] has joined #ubuntu-devel [08:46] if you didn't follow the previous discussions, please read the list archives [08:46] Seveas: so you mean if I like, unpack an xorg-server tarball, i'll get a blob of files in ./xorg/files/ that are all in one directory; and some script will actually build the directory tree from scratch? [08:47] mdz: "you need to account for files changing ownership between packages" <-- well at least that is straight false, which leads me to question. [08:47] bluefoxicy: I'm afraid it isn't [08:47] bluefoxicy, search malone for Replaces: and Conflicts: to find keybugs rant about people abusing them [08:47] it contains a very thorough explanation about it [08:48] install package foo, which contains /usr/bin/foo. package foo2 Replaces: foo, installs a different version of /usr/bin/foo [08:48] the version of /usr/bin/foo you need to reproduce the .deb is no longer available [08:48] mdz and? [08:48] and you lose [08:48] this proposal is not "let's create a reusable .deb file that's stripped down" === Lure [n=admin@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel === KaiL [n=KaiL@p548F7E30.dip.t-dialin.net] has joined #ubuntu-devel [08:49] it's "add a hacked up backend to dpkg which tries to gather the necessary bits from a filesystem" === KaiL [n=KaiL@p548F7E30.dip.t-dialin.net] has joined #ubuntu-devel [08:49] I understand what you're proposing and it's not something that I think is worthwhile [08:49] but if you want to try it, that's none of my business [08:49] Seveas: pong [08:49] mdz yes; however, you seem to be missing the fact that the actual deb that needs the bits and the filesystem supplying them are both immutable and interdependent. [08:50] in other words the deb would be specifically stripped to match with a file system as it exists at that specific time, kind of like when you have a spanning zip archive to fit across 3-4 floppies and if you change the content of it you can't just update one of the floppies and hope it's okay. They're all one big unit. [08:50] doko, re: the path issue: it has improved from being /usr/bin:/bin to /usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games - still no /usr/sbin:/sbin though [08:51] bluefoxicy: all I can say is, good luck [08:51] mdz I could try it, though i'd have to find the unpacking routine in dpkg, probably have to wait until I have more time though because I'm writing a paper and jobhunting and about to go to a cyberdefense competition [08:51] don't expect anyone else to do this work === mvo [n=egon@p54A65CBF.dip.t-dialin.net] has joined #ubuntu-devel [08:52] mdz I understand how debian works; if they don't think it's worthwhile, you can write something the size of the codebase in OpenOffice.org and they'll shrug and ignore it without a second look [08:52] and I understand how ubuntu works; if it doesn't get into debian, it doesn't get into ubuntu. [08:52] bluefoxicy: That's quite obviously untrue [08:53] The livecd is a good example of this [08:53] gfxboot is another [08:53] mjg59: It's quite obviously fuzzy. I've seen the exact debian-ubuntu argument used to kick a few things back such as certain gcc compiler patches. [08:53] "We'll do that when debian does that" [08:53] Seveas: ok, asking Mithrandir (he did the PATH magic) [08:53] bluefoxicy: Individual maintainers have different policies. [08:53] bluefoxicy: that's obviously a matter of resources [08:53] mjg59: fair. [08:54] With basic infrastructure like gcc, there's an incentive to stay close to Debian. It means there's more people looking at problems that come up. [08:54] bluefoxicy: Ubuntu has finite resources, and it's important to make use of the (often) bigger development/testing community in Debian where possible/sensible [08:54] mjg59: although I'm quite sure an entire distro isn't going to use a modified version of apt/dpkg that has no chance of making it into mainline debian [08:54] at any rate [08:54] that's true [08:54] this discussion has gone far off into tangent [08:54] although you're certainly welcome to prototype ideas that can then be looked at with a little more experience [08:55] bluefoxicy: even staying close to upstream. gcc very rarely sees patches which are not integrated upstream [08:55] heh. [08:55] doko, btw: root path includes the /sbin's and missed /usr/games - that seems correct === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #ubuntu-devel [09:01] "there's nothing wrong about an executable stack though. It's been part of Linux ever since." o_o [09:01] anyway I have things to do. === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has left #ubuntu-devel ["Ex-Chat"] === lamont points at bld-4.mmjgroup.com/~wb/buildLogs/stats/dapper.stats.png and friends === chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === chris38-home2 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel === dborg [n=daniel@e182056048.adsl.alicedsl.de] has joined #ubuntu-devel === DRF [n=daniel@host86-138-190-233.range86-138.btcentralplus.com] has joined #ubuntu-devel === _human_blip_ [n=mike@mike.nelsonbay.com] has joined #ubuntu-devel === dark [i=deviled_@microsoft.gotrooted.com] has joined #ubuntu-devel === Kyral [n=Chris@ubuntu/member/kyral] has joined #ubuntu-devel [09:49] Any movement on an Ubuntu port to arm? [09:49] pitti: ping [09:50] pitti: any idea why hal's property capacity returns different values depends on the CD ? I have one CD which it reports 200MB for [09:50] pitti: any idea how to get the real capacity? [09:50] sjoerd: ^^ [09:51] wasabi, most of the pieces are there, due to it being mostly debian and there was an effort. see EmbeddedUbuntu on the wiki [09:51] k [09:51] sivang: dunno, is it a blank cd or a written one with 200mb's of data ? [09:51] sjoerd: one of the is a written one with 200MB of data :) [09:52] sjoerd: but capacity should be the theortical available space ,, not how much was consumed :) [09:53] dunno what the exact definition is [09:54] sivang: for ro media it's sligtly different.. [09:55] sivang: 200MB is correct becuase the session is closed and can't be reopened.. [09:57] i guess xfce4 made it in main... [09:57] fabbione: I see, so instead of reporting the capacity it says how much was occupied? [09:58] sivang: the capacity at that point is 200MB [09:58] it's a corner case where the capacity becomes the same as used space [09:58] fabbione: okay, thanks, this helps alot :) [09:58] think it as shrinking a partition that you can't grow anylonger [09:58] right === sivang suddenly can't reproduce that :-) [09:59] fabbione: how can I find out how much room is left on an multisession, not finalized CD? [09:59] sivang: no idea.. i don't have such luxury like empty/multisession CD's === Pygi [n=mario@83-131-253-19.adsl.net.t-com.hr] has joined #ubuntu-devel === fabbione is burning about 25 DVD's per day to backup data around [10:00] fabbione: k, thanks a lot! === mhz [n=mhz_chil@moinmoin/fan/mhz] has joined #ubuntu-devel === mjg59 reduces ALPS-pad suckage [10:05] heh [10:05] the gnome cups printer wizard for windows printing sucks when it comes up with 20-30 'please login for blah workgroup' [10:05] as it annoys every laptop on the subnet === Burgwork hugs mjg59 === Aegir [n=richard@d58-105-36-34.dsl.vic.optusnet.com.au] has joined #ubuntu-devel [10:07] ive had my synaptics pad flip out twice in the last week but no good logs from it === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel === j^ [n=j@e178049060.adsl.alicedsl.de] has joined #ubuntu-devel [10:15] jdub: rocket powered cheerios... hahahaha :-) === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [10:19] is it possible to change all those * in password dialogs to ? [10:19] or all to * [10:20] right now its 50/50 [10:20] j^: is probably correct [10:20] But was difficult in the pre-unicode world [10:21] just tried with NetworkManager, its set in the .glade file [10:21] setting that to does not work, i get an invalid unicode error [10:21] is better [10:22] Invalid UTF-8 string passed to pango_layout_set_text() === dborg [n=daniel@e182049176.adsl.alicedsl.de] has joined #ubuntu-devel [10:28] have a nice evening [10:28] evenin' dholbach === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel [10:55] <_ion> Good morning. [10:55] night _ion ;) [10:56] _ion: I think we can drop l-r-m from our repo now... [10:56] thoughts? [10:56] <_ion> pygi: As the patch gets to the official package, sure. [10:56] _ion: yup, agreed [10:57] <_ion> pygi: Btw., i have made some changes to the n-m package. I'll email them to you and tonio, i'll let you decide whether a certain thing i did is teh evil, or should it be uploaded to the repo. :-) [10:57] _ion: btw. perhaps we should look on a way to make n-m scan, as long as no network cable is plugged in [10:57] _ion: lol, ok ^_^ [10:57] will check right away... [10:57] <_ion> I didn't send the email just yet. [10:58] yup, I know... [10:58] is there any solution for the orinoco regression wrt WEP keys? [10:59] j^: bug #3300 [10:59] Malone bug 3300 in gksu "gksudo does not follow GNOME password hiding style" [Normal,Confirmed] http://launchpad.net/bugs/3300 [11:00] https://bugzilla.ubuntu.com/show_bug.cgi?id=7714 too [11:00] Ubuntu bug 7714 in gtk+2.0 "Change default invisible character for GtkEntry" [Normal,New] [11:01] seb128 i reported 7714 some releases ago === pschulz01 [n=pschulz0@eth6067.sa.adsl.internode.on.net] has joined #ubuntu-devel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel === lucas [n=lucas@d83-179-209-226.cust.tele2.fr] has joined #ubuntu-devel [11:08] Kamion: (not urgent) can you please NEW postgresql-common for the new split off postgresql-client-common package? [11:09] good night everyone [11:09] seb128 what about switching to 0x25cf in ubuntu gtk? [11:10] afaik ubuntu does not use any fonts that do not provide by default === AlinuxOS [n=Ubuntu@d83-176-93-76.cust.tele2.it] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel [11:12] j^: I didn't do it the cycle we got the bug because it was not best time for that cycle [11:12] j^: I'll try that tomorrow [11:14] the new xserver-xorg appears to have fixed bug 35172 , however no direct rendering / acceleration. Should I file a new bug against xserver-xorg-driver-i810 for that? [11:14] Malone bug 35172 in xserver-xorg "X.org with i810 Driver Cannot Detect i945GM chipset" [Normal,Needs info] http://launchpad.net/bugs/35172 [11:17] mroth: Are you sure you're running with i810 rather than vesa? === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [11:19] mjg59: the Xorg.log appears to be loading i810, so I would think so. Easy way to absolutely confirm? [11:19] mroth: No, that should be it [11:19] also, looks like bug 35739 is a duplicate of my 35172, or vice versa [11:19] Malone bug 35739 in xserver-xorg-driver-i810 "Missing support for 945GM chipset" [Normal,Unconfirmed] http://launchpad.net/bugs/35739 [11:20] When you say no direct rendering/acceleration, do you mean no 3D acceleration? [11:20] mjg59: no 3d acceleration (glxgears is actually slower than with vesa, less than 1fps), but also glxinfo reports "Direct rendering: no" [11:22] I have this strange desire to try to install Ubuntu on my n770. [11:22] haha [11:23] Wonder what the driver status is like in the kernel and X. [11:23] in it's own way, the 770 has a touch of ubuntu [11:23] ;) [11:23] mroth: Ok. Is i915 (the kernel module) loaded? [11:23] (daniels is working on it) [11:24] 770 shares the same wonderful roots with ubuntu :) [11:26] sladen: Around? [11:26] wasabi: what's n770 ? [11:26] the nokia handheld. [11:26] sivang: nokia linux based handheld [11:26] mjg59: he's not [11:26] with the open source maemo platform [11:26] rather not sucessfull due to limited memory and lack of extensibility [11:27] Yeah. Not too happy with it. I mean, it's pretty neat. [11:27] zyga: ... it has been very successful, moreso than expected [11:27] But I can't use it for anything. [11:27] certainly it's a 1.0 product, but it's doing nicely [11:27] The software that is ported is simple stuff, Gaim, etc. [11:27] Not even a usable email client. [11:27] (the new firmware is going to rock) [11:27] What about it? [11:28] jdub: know something I don't? :) [11:28] everything [11:28] speedier, cool new apps [11:28] jdub: the software is but the hardware had rather bad reviews and I tend to agree looking at the specs [11:28] I'm disappointed that it doesn't jujst work like normal linux. [11:28] This /var/lib/install stuff is stupid. [11:28] zyga: ah, kiko has one like this [11:28] mjg59: i915 is not loaded. [11:28] zyga: it's a tiny bit slow, but work is being done on that [11:29] I'd just assume have a normal distro base, and Maemo to be nothing more than a desktop environment. [11:29] he played Dome or something on it when I set next to him [11:29] jdub: if it had 256M the it'd be really awsome [11:29] no memory == really useless in 12+ months [11:29] cpu speed is not that much of an issue but with no swap space you are pretty limited [11:29] At least, I think I'll make Hildon packages for Ubuntu. [11:29] If possible. [11:30] mjg59: modprobe i915 and restarting X does not produce DRI, however [11:30] that's really not true - look at the playstation, xbox, etc. not much memory, but the apps get better and better because the developers learn how to get the best out of it === Drac[Server] [n=Draccy@c-24-131-173-31.hsd1.ma.comcast.net] has joined #ubuntu-devel [11:30] mroth: Anything in dmesg when i815 is loaded? [11:30] s/it$/the platform/ [11:30] I'm actually kinda excited about teh UMPCs [11:30] jdub: true but those are very vertical applications, not gereric 'office' apps like email and web browser [11:30] mjg59: only "[drm] initialized drm 1.0.0" [11:31] jdub: do you think that 64M is enough? seriously? [11:31] absolutely [11:31] I work on embedded stuff daily [11:31] our boxes have 32 megs and do awsome stuff [11:31] mjg59: this is a 945GM chipset with a GMA950 card, perhaps i915 is not the proper driver (or it needs a more recent upstream?) [11:31] mroth: Ok. So the kernel module doesn't support it [11:31] but that's not open source software with genericness, [11:31] gates 640k is enugh, jdub 64M is enough... [11:32] and besides... we'll never put firefox there [11:32] i915 is the right driver, though [11:32] nor will maemo [11:32] mjg59: does the xserver-xgl package contain a full xorg source tree? [11:32] Amaranth: The source package contains a full xserver/xorg tree, yes [11:32] zyga: firefox needs 100+, esp with it's worthless X pixmap handling [11:32] I know you don't like support questions, but I have an interesting problem and a worthy cause. I'm trying to set up a small example of how my school can use Linux as its pirmary OS, even with networking and such. I will then present my finalized, tweaked and networked ubuntu machines to the tech department. I hope to convince them to switch. Will somebody here be willing to help me? [11:32] minimo needs much less than that [11:32] HrdwrBoB: we don't run X, does maemo? [11:32] It's easily usable in 64MB [11:33] zyga: it's very early on in the product lifecycle - the software was actually developed quite late in the process. the next firmware improves in this respect. [11:33] and opera is used in devices with less than 64MB RAM [11:33] jdub: then I'll look forward to this [11:33] I wanted to buy n770 last week actually but I learned that it lacks a phone support and was mildly dissapointed [11:33] maybe 2.0 hardware with phone, better apps and more memory will be interesting [11:34] zyga: There's a specific desire not to make it a phone. It's way too big to be used as one. [11:34] jdub: opera is nice for embedded stuff, yes! :) [11:34] mjg59: even so a GPRS web browser is usefull [11:34] zyga: So you have to carry a phone /anyway/ [11:34] a wifi-only device is limited uness you live in a major capital city with free wifi (And I don't) [11:34] i thought it would fail based on the lack of mobile hardware [11:34] So it might as well just do bluetooth to that [11:35] but now i understand - phones are phones, browsers are browsers [11:35] Apparently not. I remain ignored. [11:35] devices that try to do both *suck rocks* [11:35] Yeah, I agree with that wholeheartidly. [11:35] Drac[Server] : #ubuntu for support foo [11:35] I do not want my n770 to be a phone. [11:35] mjg59: two devices, two batteries, I prefer one GPRS but that's just my personal opinion [11:35] jdub: windows smartphones are quite nice, a friend of mine has one [11:35] jdub, I'm quite aware of that. Do you know how useless that channel is when it comes to remotely complicated problems? [11:36] Drac[Server] : well, read the topic here, then. [11:36] (every time I think of changing my current phone I'm turned down by the lack of ssh to that smartphone though ;-) [11:36] zyga: I like to be able to phone people without either having a silly device attached to my head or holding something the size of a small brick to it [11:36] Drac[Server] : yeah, but this channel is equally useless for different reasons 8) you might want to ask about it on the edubuntu mailing list [11:36] Drac[Server] : Emailing the sounders list may be your best bet [11:36] Drac[Server] : they have particular interest in schools, thin clients, etc. [11:36] Or edubuntu, as Jeff says [11:36] mjg59: actually my friend always uses a pocket headset [11:37] Splitting out the part of Maemo that is hte unix desktop environment, to me, is a good idea. [11:37] zyga: Yeah, but the majority of people don't [11:37] So I can apt-get install it on Ubunut, for instance. [11:37] mjg59: that probably depends on the sample :-) [11:37] most drivers do [11:37] wasabi: their developer livecd is based on ubuntu, and ships with maemo [11:37] Coming from a GTK development background, Maemo is lovely to develop for [11:37] jdub: But it doesn't run Maemo as part of the live cd. [11:37] I ported dasher in less than a day [11:37] jdub: It uses scratchbox. [11:37] so you can run it in an appropriately sized xnest [11:38] Which is quite different from actually having Maemo/Hildon be a viable Normal Unix UI. [11:38] I'd like a device like that with flash disk (CF internal) and more more ram [11:38] then I'd trade my PSP for it and have a nice browser :) [11:39] mjg59: should I file something against kernel-source re: the i915? or.. [11:40] mroth: Yeah === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === simira [n=simira@tellus.err.no] has joined #ubuntu-devel === Aegir [n=richard@C1480153.wl148.flinders.edu.au] has joined #ubuntu-devel === Loevborg [n=loevborg@d14-184.dip.axsp.de] has joined #ubuntu-devel === _human_blip_ [n=mike@mike.nelsonbay.com] has joined #ubuntu-devel