[12:08] Trae: that looks correct to me [12:08] Keybuk: I was thinking of using /dev/input to draw a moveable mouse cursor. The Mac has one and it's good UI feedback to the user that the system hasn't actually crashed [12:08] Keybuk, nub nub :) danke [12:09] sladen: sick [12:09] Keybuk, ok, let me reboot and try it... and see if I can get this thing to crash [12:09] *chuckle* [12:09] but yes [12:09] Keybuk: Maclike! [12:09] you can play "bounce the mouse cursor around the screen" [12:09] which is my favourite hourglass game [12:09] bbiab gang [12:10] I'm guessing by the sudden requirement of an INPUT option that usplash somehow displays on something *other* than /dev/console ? [12:10] mjg59, Seveas ^ ? [12:10] Keybuk, -ENOIDEA, the INPUT isn't my work [12:10] Keybuk: Nor mine [12:11] who did the INPUT stuff? [12:11] (although I just patched it to support INPUTENTER for "Press enter to reboot" messages [12:11] But we've always run usplash with -c, which changes it away from the active terminal === rgould [n=rgould@mail.refractions.net] has joined #ubuntu-devel [12:11] Keybuk: Read the changelog :p [12:11] David Hrdeman implemented it according to debian/changelog [12:11] mjg59: it's not mentioned [12:12] mjg59: active terminal != /dev/console [12:12] gosh, d-i built with console-setup [12:12] now, will it even work a little bit [12:12] mjg59: ah, yes it is, and it has your name by it [12:12] Keybuk: I really don't know what you're talking about [12:12] revno 40 [12:12] No, about /dev/console [12:12] well [12:13] what I'm trying to work out is why usplash suddenly needs an INPUT method [12:13] why can't they just type as they always did, and whatever script was running get the key presses? [12:13] So that it can be done graphically [12:13] "done graphically" ? the typing bit [12:13] Yes [12:13] right, but this is damned hard to deal with [12:13] the script would have to do something like [12:13] Debian wanted it [12:14] if usplash_is_running; then [12:14] We don't need to care [12:14] usplash_input ... [12:14] else [12:14] read ... [12:14] fi [12:14] But I still don't understand your comments about /dev/console [12:14] <_ion> . /some/file [12:14] Keybuk, or use someting like log_end_msg, but for inout [12:14] <_ion> read_maybe_usplash ... [12:14] where log_end_msg checks for usplash [12:14] <_ion> (Why am i still awake?) [12:14] mjg59: so the old usplash ran in a virtual terminal (tty8) [12:14] which happened to be framebuffered [12:15] Keybuk: It still does run in a virtual terminal [12:15] right [12:15] if it's David Hrdeman, chances are it was for cryptsetup [12:15] and usplash doesn't read() from that terminal? [12:15] No [12:15] ok, it's probably fine then [12:15] I saw getchar() in the code [12:15] that means any script read()ing from /dev/console (ie. any init script) would win and get the chars === Keybuk wonders what usplash's stdin is [12:17] probably /dev/console, not whatever-tty-it-changes-to :p === Trae [i=october@vector.xyxx.com] has joined #ubuntu-devel [12:17] ok.... let's give this joker a shot [12:18] Keybuk: it may well be, ogra was having issues with it on ltsp machines? [12:19] Keybuk, sprintf(/dev/tty%d, vtnumber) [12:19] hmm I get no volume.... I did fuser -k /dev/dsp [12:19] (if I interprete the code correctly) [12:20] Seveas: ah yes, somebody's fixed that then [12:20] close(STDIN_FILENO); [12:20] open(foo) [12:20] will that open foo as stdin? [12:20] yes [12:20] sladen, my prob is rather the weird handling of start/stop in the usplash initscript [12:20] then it's indeed /dev/tty%d [12:20] open always returns the lowest numbered unused file descriptor [12:20] if you've just closed stdin, that will always be zero === Fujitsu [n=fujitsu@203.23.49.35] has joined #ubuntu-devel [12:21] apart from that usplash is perfectly fine on ltsp [12:21] Keybuk, what's more useful: INPUTENTER, which waits specifically for \n or INPUTKEY which waits for the any key? [12:22] where's the any key? :p [12:22] [12:22] for cases like "press .... to reboot" [12:22] <_ion> keybuk: It's the : http://johan.kiviniemi.name/pictures/kb/naeppaeimistoe02.jpeg [12:24] is there a reason why I would be able to play mp3 and ogg with Rhythmbox and not have sound with flash? I don't have RB running, and I did fuser -k /dev/dsp === koke [n=koke@adsl229-164.unizar.es] has joined #ubuntu-devel === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has joined #ubuntu-devel [12:26] mjg59, new revision pushed (INPUTENTER and usplash_down) [12:26] Seveas: Thanks [12:30] Keybuk I'm getting no audio, but I'll let it play to see what happens. [12:30] that's a different problem for a different time [12:30] heh === bronson [n=bronson@66.160.177.212] has joined #ubuntu-devel === Trae crosses his fingers === shawarma [n=sh@vega.linux2go.dk] has joined #ubuntu-devel === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has left #ubuntu-devel [] === Keybuk tries to decide what to do about console messages during boot [12:41] Keybuk nope... it powered off [12:41] :( [12:42] Keybuk I like how gentoo does thekernel mesgs [12:42] heh [12:42] hmm [12:42] maybe I'm thinking about something else [12:46] how do gentoo do the kernel messages? [12:46] Keybuk: They have a hacked kernel [12:46] But anyway [12:47] Keybuk: Uhm. I'm not convinced that the problem you're describing "usplash results in my tty being invisible" is the same as "upstart doesn't always seem to start a getty on tty1" [12:47] I don't like "hey, let's put jpg decoding in the kernel" at all [12:47] mjg59: the user reported the former [12:47] Oh well [12:48] I've just also seen the latter "go away" if usplash isn't used [12:48] Keybuk: Given that usplash is running on tty8, I really don't see how it could have any direct influence [12:48] nonetheless, it seems to [12:49] Well, how is this usplash's fault? [12:49] Keybuk: how just upstart /manage/ to fail to start a getty on tty1? [12:49] I don't know, yet if you turn usplash off, it seems to work just fine [12:49] If upstart launches gettys on everything other than tty1, how is an application on tty8 influencing it? [12:50] mjg59: ah, but getty is running on tty1 as well [12:50] something nukes it === mjg59 shrugs [12:50] mjg59, something in restore_console? [12:50] and not in a "kill" way, but in a "fucks it up so it wedges" way [12:50] Doesn't happen with sysvinit [12:50] I've seen it happen with sysvinit also [12:51] which is where I stopped believing it was definitely upstart [12:52] usplash does nothing to tty1 but VT_GETSTATE and trying to switch back to it -- maybe svgalib or a video driver f*s up during the switch back? [12:53] Seveas: Wouldn't kill getty [12:53] and not in a "kill" way, but in a "fucks it up so it wedges" way [12:53] Still won't matter [12:53] mjg59: it doesn't _kill_ getty, is the point [12:53] getty is still running [12:53] and still select()ing on tty1 [12:53] just getting nothing [12:56] Seveas: FTBFS [12:56] helvB10.c:2:27: error: usplash-theme.h: No such file or directory [12:56] Looks like it needs a -I [12:56] odd [12:56] what were you trying to build? [12:57] dpkg-buildpackage [12:57] hmmm more === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [12:57] as that works here [12:57] Seveas: You've presumably got a usplash-theme.h in /usr/include? [12:57] urgh, yes === Seveas shouts at self [12:57] Fixed here [12:57] if only pbuilder wasn't too slow to use it for all tests [12:58] ok, thanks [12:58] mjg59, would vga_setmode(TEXT); in usplash_done() hurt? [12:58] Seveas: Just added [12:59] It's actually slightly implicit due to the crack way that svgalib works, but === Ingmar^ [n=ingmar@40.145-201-80.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-72-40.w83-204.abo.wanadoo.fr] has joined #ubuntu-devel [01:11] Seveas: Themes need to be built -fPIC [01:12] ok [01:12] Seveas: Other than that, all looks *very* good [01:12] good, that means my programming skills are still present [01:13] (/me actually does glibc ld.so hacking for work and graduation project) [01:13] Seveas: How's the different png sizes handled? [01:14] if no -x / -y given, it inspects the image struct to select a mode [01:14] Ok [01:14] if -x -y given, then usplash will fallback to testcard if image is too big [01:14] Right [01:14] Do we have support for images of multiple sizes? [01:14] if you call "create the same theme a few times" then yes ;) [01:15] but that would be a nice edgy+1 feature [01:15] Well, and have it as a single file on the filesystem? [01:15] Erm [01:15] I think it's actually an edgy *necessity* :) [01:15] hmm [01:16] multiple images. Just grab the biggest one that fits [01:16] shouldn't be too hard to implement (allow several struct_themes to be present in eg a linked list), but I need very strong coffee to finish that before FF [01:16] especially if we could have 16:9 14:9 4:3 etc. in the same theme [01:16] Seveas: I've just uploaded this, so if on some machines it doesn't work properly, that's clearly a bug [01:17] mjg59, how about the ppc bits? [01:17] So we have time to fix it :) [01:18] Seveas: What about them? [01:18] well, they're not there yet (modesetting in bogl and having bogl put 256 colors on screen) unless either magic happened or I misunderstood you earlier [01:19] Oh, right === mat [n=mat@igoan/mat] has joined #ubuntu-devel [01:19] Well, that's just a matter of [01:19] a) Adding a bogl_setmode (just needs to ioctl the framebuffer) [01:19] b) Fixing bogl not to care about there being more than 16 colours === Seveas would like not having to do that, given that I do not own a ppc to test it and I so far managed to avoid touching ioctls and touching bogl sources intimately [01:21] Yeah, I can probably manage that [01:21] although fixing bogl for more colors may have happened through magic [01:21] because I simply ripped out runlenght crack and made it not do &/| tricks on colors [01:22] (see the diff for the first commit on my branch) [01:23] I'll work on multiple-themes-per-file then adding a struct usplash_theme* next right after the version and code to figure out ratio (if x/y given on command line) and biggest fitting image. If no x-y given it will use first image available or lowest res (which would you prefer?) [01:24] s/then/then,/ for readability of that line [01:25] So it's not clear to me /why/, but [01:25] Running usplash now adds 40 seconds to my boot time [01:26] t'fsck what [01:26] that's almost up there with the 58 seconds that redsplash was adding to the Fedora boot process [01:26] Probably because it's using 100% of the CPU === mjg59 investigates [01:27] mjg59, the setitimer/signal crack for animation? [01:27] while(getchar(0))? [01:27] It's selecting insanely fast [01:27] hmm [01:27] select(4, [3] , NULL, NULL, {0, 0}) = 0 (Timeout) [01:27] Yeah, unsurprising [01:27] ah [01:27] lol [01:27] my bad, that should be an insanely high value [01:27] I set it to 0 to investigate an unrelated (and already fixed) bug === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel [01:28] ETIMEOUTTOOSMALL [01:28] ESTUPIDSEVEAS [01:30] Seveas: Hm. No, it seems to be 40000 [01:31] 40000 microseconds [01:31] That's 1/25 of a second, isn't it? [01:31] yes [01:31] at first I tried to get the animation integrated with the select loop [01:31] horror [01:31] But it's firing much more often than that === mjg59 tries to figure out why [01:32] Or is it just that the timeout is never reset? [01:32] it's set once [01:32] so inded [01:32] Ok [01:32] fallout of that horror attempt to not use signals [01:32] So what does it need to be? [01:33] 15 [01:33] or actually: timeout [01:33] Right [01:33] because the TIMEOUT command changes it [01:33] And no framedelay? [01:33] there's another thing still missing [01:33] I'll create a quick patch and pastebin it [01:33] hang on [01:35] Seveas: Nah, sorted [01:36] could you poke me when you push to LP so I can merge again [01:36] Just done === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [01:36] ok, then I just need to wait for $launchpad_delay [01:36] Seveas: Oh, you're using http to get it? === Quinn_Storm [n=quinn@pool-71-253-28-35.pitbpa.east.verizon.net] has joined #ubuntu-devel [01:37] yes, I don't think I can reach it via sftp as I am not a member of core-dev (or dev for that matter) === Quinn_Storm [n=quinn@pool-71-253-28-35.pitbpa.east.verizon.net] has left #ubuntu-devel ["Konversation] [01:37] Yeah === mjg59 tries that again [01:38] Seveas: yeah, it's a common "WTF?!" why you can't sftp-get things read-only if you have a LP account [01:39] Ok, that seems /much/ better === shedi [n=siggi@inferno.lhi.is] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [01:48] mjg59, did you see usplash-test.sh ? [01:49] I use that a lot to test shininess [01:49] Nope [01:49] I'll play now === jelmer [n=jelmer@a62-251-123-16.adsl.xs4all.nl] has joined #ubuntu-devel [01:50] So, the good news is, usplash appears to add no time to the boot [01:50] nice [01:50] btw: multi-theme themes is almost working (code is there and simple enough that it should just work, will add a few extra resolutions to the example theme === gnomefreak loves the new usplash :) === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [01:54] hmm, I'm getting syntax errors in code of which I'm fairly sure that I didn't change since the last push [01:55] so either bzr is being weird or you didn't tell me about a few stupid bugs you found [01:55] Oh, yeah [01:55] I wasn't sure if they were merge bugs or not [01:56] missing (..) and extraneous } [01:56] Yup [01:56] so not bzr bugs [01:56] I thiught i did dpkg-buildpackage before pushing though [01:56] Ok [01:58] Seveas: The other thing that would be nice... [01:59] Seveas: Have some "squashed" artwork that we can use on widescreen machines [01:59] So it'll be stretched out to roughly the correct aspect === zul_ is now known as zul [02:00] currently I'm doing the using the crude method of selecting the theme that covers the maximum area -- it's up to the artists to create themes for various resolutions [02:00] and no stretching happens at all [02:00] Well, the stretching is implicit [02:01] 1024x768 on a 16:9 screen will be stretched [02:01] no [02:01] No? [02:01] if -x and -y are present on the command line, those x and y are used as resolution [02:01] the theme is centered in that resolution [02:01] assuming -x and -y are correct, no stretching should occur [02:01] No, I mean if you try to display a 4:3 screenmode on a 16:9 display, it'll be stretched out by the hardware [02:02] So your image needs to be squashed to take that into account [02:02] worst is 640x400 vs. 640x480 [02:02] ah right, only those screenmodes are supported [02:02] Seveas: Right, we have no widescreen video modes [02:02] hmm [02:02] would it be hard or not a good idea to add them? [02:02] We can't add them [02:02] VESA doesn't generally support it [02:03] ah [02:03] bummer [02:03] but -x and -y will still be 16:9 right? === Seveas looks at postinst [02:03] Right [02:04] ok, some thinking needed [02:05] I really don't want to create 3 linked lists (a 4:3 one, a 16:9 and a 14:9(is taht really used?) one), so i'd suggest adding something in the theme struct to indicate whether it's squashed or not [02:06] Right [02:06] and the selection function should take that into account [02:06] Yeah [02:06] fair enough [02:06] let's just support 4:3 and 16:9 now and select the ration that's closest to -x:-y [02:06] Sure === mjg59 tests the framebuffer code [02:07] btw [02:08] what happened to the graphical grub? [02:08] Theme incompatible with usplash_bogl [02:08] Hm [02:08] I still have it on a few boxes here, but that's because I didn't run grub-install yet [02:08] mjg59, heh [02:08] iirc it also had issues with widescreen? [02:08] usplash_bogl hardcodes "NONONO NO HIRES THEMES YET!" as safety measure [02:09] line 32, usplash_bogl.c [02:09] Ok, so that's a good start [02:09] Colours are utterly wrong, but still [02:11] are you ripping out my changelog entries after merging or am I misunderstanding what bzr is trying to do when I merge from your branch? [02:11] I'm leaving them there [02:11] hmm [02:11] Then adding a new version above [02:12] odd, in the changelog.OTHER there is no 0.4-16dennis [02:12] maybe I merged before it was realy there [02:12] usplash (0.4-16dennis) edgy; urgency=low [02:12] Is what's in the tree === jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu-devel [02:13] then something is confusing bzr [02:13] dennit? :p [02:13] that's a dch -i without paying attention ;) [02:13] Ha [02:14] hmm, I thin I merged too soon [02:14] reverting [02:15] yes, this merge is better === givr1 [n=flo@APuteaux-152-1-55-46.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === givr1 [n=flo@APuteaux-152-1-55-46.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] [02:20] Wow. [02:20] That's an, uh, interesting effect. [02:20] mm? === mjg59 gets a *very* blue theme [02:21] hmm [02:22] ya know, this "make shutdown work with upstart and sysvinit" is actually damned hard [02:22] Thinking about it, that's hardly unexpected [02:22] I'm writing a one byte value without actually turning it into a useful colour [02:23] Wait, no === mjg59 tries to work out what colourspace this is actually in === shedii [n=siggi@inferno.lhi.is] has joined #ubuntu-devel [02:25] Ah, right, i see === mjg59 will deal with this at some later stage [02:28] hmm, 14:9 is actually *exactly* between 16:9 and. Which one should be used for that resolution? [02:28] s/resolution/ratio/ [02:28] Keybuk: don't you just set each task goal to be 'stopped'. [02:28] Keybuk: and the task that runs 'rc' calls the whole contents of rc6.d ? [02:30] errr? [02:30] sladen: explain? [02:31] Keybuk: the sysv-compat is just a job that runs 'rc', yes? [02:31] no [02:31] Keybuk: (entirely possible the answer is not "yes", in which case you'll need to explain [02:31] it's ~10 jobs that arrange for rc to be run === welshbyte [n=welshbyt@cpc3-cwma2-0-0-cust276.swan.cable.ntl.com] has joined #ubuntu-devel [02:32] Keybuk: I suspect you have a better handle on it too... [02:32] oh, you're talking about shutdown? [02:33] shutdown in upstart is easy, it sends out a "shutdown" event, waits for the system to go idle, then sends out whatever additional event you asked for [02:33] usually you do "shutdown" ... "reboot" [02:33] or "shutdown" ... "power-off" [02:33] etc. [02:33] so yes, it runs rc6, etc. [02:34] but that's not the problem I have here [02:34] Keybuk: so, 'this "make shutdown work with upstart and sysvinit" is actually damned hard' ? [02:34] the problem is what happens when you were running dapper, upgraded to edgy [02:34] you're running sysvinit [02:34] but have upstart installed [02:34] how do you tell sysvinit to shutdown? :p [02:34] Keybuk: sync, umount, reboot -f [02:34] lol [02:34] There are people who may be unimpressed with that solution. [02:35] And I'm using the word "solution" very liberally here. :) [02:36] Keybuk, keep some parts of sysvinit around in /tmp and use them? + Be windows lik and really force people to reboot [02:36] Keybuk: my suspicion is that to provide compatibility with /dev/initctl you're going to have to copy a certian chunk of sysvinit into upstart [02:36] And, for the record, even "reboot -f" didn't do a damned thing after I upgraded to upstart. [02:36] infinity: it should do, that just does sync() reboot() :p [02:36] Keybuk: It just sat there like a dumb shit. I had to cut the power. [02:37] how odd [02:37] wonder whether '-f' causing sync is actually out of spec [02:37] I thought so too. [02:38] sync() can potentially hang. In which case, the purpose of trying to purpose a 'reboot -f' has been defeated (yes, I've had machines in that state) [02:38] s/purpose a/perform a/ [02:42] what's a common 16:9 resolution? === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === Seveas --> bed [02:45] 1280x720 [02:45] mjg59, I'll merge from you tomorrow and then push multi-res-themes support [02:45] infinity, thanks [02:47] sladen: reboot -n -f [02:47] sladen: aye, the general solution appears to be either [02:47] a) stash the old /sbin/init somewhere on install and use it to shut down the running one [02:47] b) copy enough from the old /sbin/init to send the initctl shutdown message ourselves [02:48] Keybuk: http://librarian.launchpad.net/4160730/buildlog_ubuntu-edgy-sparc.linux-restricted-modules-2.6.17_2.6.17.5-1_CHROOTWAIT.txt.gz [02:48] infinity: *sigh* MVO! [02:48] Keybuk: Have we really thought this through? [02:48] it's not essential [02:49] Keybuk: It is in the installed system. [02:49] right, but it isn't in the archive [02:49] Anyhow, I'll update all the chroots manually, but this needs ot be addressed (obviously) for dapper->edgy [02:49] right [02:50] Colin thought making upstart essential would "fix" it [02:50] apparently not === shedii [n=siggi@inferno.lhi.is] has left #ubuntu-devel ["Leaving"] [02:50] Just made it worse, in my case. :) [02:50] Since nothing was forcing the upgrade in the chroots until that happened. [02:50] yeah [02:55] This misfeature is precisely the reason why we never make libraries Essential:yes [02:56] I suspect no one had really thought that we'd be replacing init anytime soon. [02:56] right [02:57] it's why I didn't make upstart essential originally, as I remembered it being difficult to get them off again [02:58] If we were willing to deal with not having an alternate init anymore, the easy way out would be to make sysvinit a transitional package. === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel [03:04] hmm, I seem to have a problem with postrm vs. prerm here === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [03:04] What would that problem be? [03:04] I want to do some stuff postrm, but it need to check a file that is being removed in the postrm [03:04] infinity: the thought is increasingly occuring to me [03:05] I have one standing by, in fact [03:05] Do it. :) [03:05] but if I put it in prerm then it doesn't get run at --purge right? [03:05] Only postrm remains when a package is removed but not purged, yes. [03:06] Of course, the only other things left should be conffiles. [03:06] So you can't rely on any non-conffile during the purge phase. [03:06] http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails [03:06] LaserJock: Policy is your friend. It details how allof this works. [03:07] infinity: ah, I was looking in 6.5 ;-) [03:07] Well, all of section 6 is a good read. :) [03:07] s/section/chapter/ [03:07] ok, well then I don't really need to worry about --purge then as I don't have any conf files === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === theCore [n=alex@modemcable069.137-83-70.mc.videotron.ca] has joined #ubuntu-devel [03:26] Has anyone else been noticing weird keyboard-grabbing issues in edgy over the last week or two? [03:26] Like, you'll focus a window, but it won't take keyboard input. Switching VCs or even workspaces will fix it. [03:26] yeah [03:26] Oh good, I'm not alone. [03:27] I thought I was going insane. [03:27] usually x-chat vs gaim for me [03:27] switch between the two and one won't take keyboard until you switch back and forth a bit [03:27] gnome-terminal and GAIM being my two big keyboard-not-grabbers. [03:27] infinity: yep, I have noticed that as well [03:28] Keybuk: A quick Ctrl-Alt-Right/Ctrl-Alt-Left always clears it up, BTW, if you don't want to much with Alt-Tabbing for a few minutes. [03:28] s/much/muck/ [03:29] The "tags" portlet is my BEST FRIEND === infinity wonders if there is a bug about this.. And on what package... [03:30] Smells GTKish... Or even Xish. [03:30] gtk :p [03:30] or X, yes [03:30] If KDE people aren't whining, I'll assume GTK. [03:30] the KDE user is asleep [03:30] the have users? ;) [03:30] *hey === Burgundavia gives up on spelling for the day [03:31] Hobbsee should be awake. Slacker. [03:31] It's 11:30am, FFS. Where's my token Australian Kubuntu user? [03:31] ahem [03:31] Oh, hey. I have a Scottish one. [03:31] Riddell: Noticed any keyboard grabbing (or lack of grabbing) oddities recently? [03:32] infinity: nope [03:32] Alright, I'll blame GTK then. Thanks. [03:33] infinity, Keybuk: any thoughts on having KDE 4 packages in edgy, the files are installed to /usr/lib/kde4/{bin,lib,share,etc} as the only way to avoid them clashing with kde 3 [03:33] sweet, workaround for f-spot crasher works [03:33] Riddell: In universe, co-installable, you mean? [03:33] infinity: yes [03:34] Riddell: I'd probably be okay with that. It's big enough that I'd recommend pinging mdz when he's done catching up on email, though. [03:34] maybe at the distro meeting tomorrow then, time for sleep now [03:35] I'm able to poke my head above water from time to time at this point. what's up? [03:35] mdz: 4 lines up. [03:35] Or 6. Or something. Counting is hard. [03:35] mdz: KDE 4 in edgy, installed to /usr/lib/kde4/ [03:36] is the question about paths or about having the packages in edgy? [03:36] the latter, no problem [03:36] The latter. [03:36] mdz: mostly if having it in that path will be allowed in [03:36] since it's not really debian-policy compliant [03:37] If it's in universe as a set of "experimental packages for testing", I say policy-be-damned, to a certain extent. [03:37] ajmitch: are there release notes for fspot 2.0? [03:37] gcc-snapshot isn't all that policy-compliant either. :) [03:37] Burgundavia: not really [03:37] infinity: that's just the answer I'm looking for :) [03:37] ajmitch: can you tell me in one sentence about what makes it 2.0? [03:37] why not /opt/kde4? [03:37] Burgundavia: 0.2.0, not 2.0 [03:38] Keybuk: too suse-ish? [03:38] Keybuk: Packaging systems messing in /opt is rather bad form. [03:38] ajmitch: right [03:38] yeah, true [03:38] it's a bit /usr/local [03:38] unless you're Solaris of course [03:38] Burgundavia: lots of fixes, 0.1.x was branched & left for SLED [03:38] in which case /opt is the package manager's domain [03:38] Yes, well. Thankfully, we're not Solaris. === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [03:38] when all the activity was on 0.2.0, which lewing recommended we have in edgy [03:39] If we were, I'd see a long walk and a short cliff in my future. [03:39] Burgundavia: though we're currently bitten by bug 59166 :) [03:39] Malone bug 59166 in f-spot "Mono segfaults in dbus_pending_call_get_completed()" [Unknown,Unknown] http://launchpad.net/bugs/59166 [03:39] ajmitch: right, this is for UWN [03:40] Keybuk: FHS forbids us from installing it in /opt [03:40] Burgundavia: I figured it would be [03:40] I don't know that there's an FHS-blessed place to include sub-hierarchies a la /opt though [03:40] I think their answer is "don't do that" [03:40] infinity: hmm, making upstart not Essential means that APT just refuses to update ubuntu-minimal [03:40] Riddell: what breaks if it just conflicts with kde3? they shouldn't need to be parallel installable [03:41] Keybuk: Special. [03:41] Keybuk: system-services and startup-tasks are provided by upstart? [03:41] Burgundavia: "provided by" ? [03:41] mdz: kde4 isn't stable enough to use as an actualy desktop yet, most developers will want the kde 4 libs for whatever app they're working on but still be running kde 3 [03:41] Keybuk: I suspect this conversation needs an mvo and a bit of a thinktank. [03:41] Keybuk: you just added those packages to ubuntu-desktop and I wondered where they came from [03:42] Burgundavia: no, I added them to ubuntu-minimal [03:42] Keybuk: yes, I was about to point out my error [03:42] :) [03:42] they will be the upstart equivalent of "initscripts" [03:42] and they don't exist yet? [03:42] they exist [03:43] oh, right, that was my bad reading === KaiL [n=KaiL@p548F5ED6.dip.t-dialin.net] has joined #ubuntu-devel === quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel [03:54] is it must me, or has performance when apt is loading the system quite bad? [03:55] Burgundavia: That sentence is lacking a few crucial words, I think. === clcxxxx [n=clcxxxx@220.231.40.162] has joined #ubuntu-devel [03:56] Keybuk: thanks for the quick reply. upstart seems like an interesting project; keep up the good work :-) [03:56] infinity: hmm, ok: When apt is busy grinding away updating packages, responsiveness decreases significantly [03:57] Burgundavia: s/apt/dpkg/, surely. And yes, it can be a bit evil. Not sure it's really gotten any worse, though. [03:58] infinity: at least if everything's not Essential, the second time you run dist-upgrade, everything works [03:58] infinity: the break between apt and dpkg always confuses me, but yes [03:58] the first time it holds ubuntu-minimal, but upgrades sysvinit (to the non-Essential one) [03:58] then the second time it can upgrade ubuntu-minimal and install upstart [03:58] Burgundavia: apt is just an acquisition tool. It doesn't install anything. [03:59] infinity: ah, ok [03:59] Keybuk: Well, I guess that could be worked around in update-manager by just doing two passes, so perhaps that's the best solution. [03:59] Keybuk: And people doing it by hand have been long trained to keep trying to upgrade untilit "sticks" anyway. :) [03:59] indeed [04:00] #define INIT_MAGIC 0x03091969 === Keybuk hazards a guess that it was the author init's birthday a few days ago === infinity still remembers the days of dselect and dpkg-ftp, and having to do 15 passes to make any upgrade go. [04:00] or maybe he's American, and can't get dates right, and it was in March [04:01] Keybuk: heh [04:04] infinity: put in a proposal for lca yet? === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === mdeslaur [n=mdeslaur@modemcable196.26-203-24.mc.videotron.ca] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel [04:11] does GNOME removed the Shift-Ctrl-[Unicode] shortcut? [04:13] with any luck, this might work [04:13] /lib/libc.so.6: version `GLIBC_2.4' not found [04:13] grr === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel [04:17] \o/ === TomB [n=tomb@ACBC90DF.ipt.aol.com] has joined #ubuntu-devel === j_ack [n=rudi@p508D8D95.dip0.t-ipconnect.de] has joined #ubuntu-devel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel === TomB| [n=ownthebo@ACBC90DF.ipt.aol.com] has joined #ubuntu-devel [04:36] jdub: Give me something interesting to talk about, and I'll write something. :) [04:36] jdub: I'm terrible at coming up with topics. [04:37] Okay, migrating diversions from one package to another is a *pain* [04:37] Doubly-so, when the diverted file is dpkg-deb. *cough* [04:40] infinity: Maintaining a buildd network [04:40] How to avoid implementing specs [04:41] mjg59: Yeah, I thought so too, then they cleverly assigned me specs that vaguely relate to buildds. [04:46] mjg59: When mangling maintainer addresses, do you have any you'd like whitelisted? (ie: LaMont requested that I not mangle lamont@debian.org to another contact, as he's happy to support his Ubuntu packages via that address) [04:47] mjg59: Reference here: https://wiki.ubuntu.com/DebianMaintainerField [04:47] mjg59: About halfway down the page, the mangling strategy (minus whitelists) is described. [04:47] Erm [04:48] I think all my debian maintainer entries are likely to go away soon [04:50] Right. Just looking for people to whitelist off the bat. [04:50] I already have lamont, so one example in the config file is good enough. === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel === quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel [05:15] has anyone looked at this patch for adding an Empty Trash view to trash://? http://pages.cpsc.ucalgary.ca/~weckerl/nautilus_patch.html [05:19] sorry, Emptry Trash widget === Fujitsu [n=fujitsu@203.23.49.35] has joined #ubuntu-devel === chenluchuan [n=clcxxxx@220.231.40.162] has joined #ubuntu-devel === TomB| [n=ownthebo@ACBC90DF.ipt.aol.com] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === TomB| [n=ownthebo@ACBC90DF.ipt.aol.com] has joined #ubuntu-devel === Huahua [n=hua_@122.0.231.147] has joined #ubuntu-devel === fsmw [n=Fernando@177-112-112.adsl.terra.cl] has joined #ubuntu-devel === j_ack_ [n=rudi@p508D8596.dip0.t-ipconnect.de] has joined #ubuntu-devel === jcsmith [n=jcsmith@24-50-249-104.pittpa.adelphia.net] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.5.212.revip2.asianet.co.th] has joined #ubuntu-devel === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === cge [n=costi@ip70-181-253-87.sd.sd.cox.net] has joined #ubuntu-devel [06:50] Is there some reason besides tradition that ed doesn't display any error messages by default? Would changing the behaviour break something? [06:51] cge: does anybody still use ed? [06:51] My boss does === mneptok [i=mneptok@mneptok.com] has joined #ubuntu-devel [06:53] dum dee dee [06:53] Burgundavia: Ed is THE editor! === mneptok stares [06:54] that's bizarre. i popped in here to start a main inclusion discussion for another editor. [06:54] More seriously, I've used it a few times with scripts, like sed. [06:54] mneptok: which one? [06:54] ne [06:55] and what do you want done with it? [06:55] http://ne.dsi.unimi.it/ [06:55] mneptok: ne is already in universe [06:55] Burgundavia: i thought "main inclusion" would be a giveaway there [06:55] :) [06:56] do you mean main inclusion or installation by deafult? [06:56] inclusion [06:56] right [06:56] installation would be nice, but space is tight. [06:56] what does it have over nano? [06:56] which is already both [06:56] ease of use for shell newbies [06:56] mneptok: Installation will never happen. There are even people who want to remove vim! [06:57] used nano? (not saying it is a bad idea, just want to see why it is good" === Kamion [n=cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel [06:57] cge: vim is already gone, vim-tiny is in [06:57] Burgundavia: Yes, but there were those in that discussion who didn't want vim in at all. [06:57] Burgundavia: i'm a nano user. i want this in main so we can officially support it, and have it something we can recommend to more novice users. [06:57] cge: like myself [06:58] mneptok: to justify it, what does it have over nano? [06:58] better features? easier to use? smaller install? [06:58] 00:56 < mneptok> ease of use for shell newbies [06:58] in waht way? [06:58] i.e. an menu-driven command system that GUI users find more approachable. [06:58] s/an/a/ [06:59] Burgundavia: ne is about twice as big when installed as nano [06:59] hmm [06:59] Burgundavia: around 500k [06:59] 260 here [06:59] -rwxr-xr-x 1 root root 267624 2005-10-25 09:43 /usr/bin/ne [06:59] ok, 270 [07:00] ed is only 40 kilobytes, and I think that is a rather large implementation. [07:01] cge: i don't want to be put in the position of telling as new Linux user coming from a more GUI environment that they have to edit hidden or root-owned files with ed. they'll melt down. [07:01] right, that is why the default editor is nano [07:02] i have already dealt with people that find nano confusing, and want to try editing /etc stuff with gedit, which leaves foo.txt~ temp files all over /etc === FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-devel [07:03] according to packages.ubuntu.com, nano is 100k larger than ne [07:03] i'd like to be able to tell them we support a more GUI-like shell editor. [07:03] so here is what you need to do: create a spec talking about the reasons why we shoudl replace nano with ne [07:03] and if it's not in Main, we tend not to support it. [07:03] then get some people like myself to look voer it [07:03] (at least for the time being) [07:05] yeah, i'm going to be doing an inclusion report. but first stop is here. [07:05] https://wiki.ubuntu.com/UbuntuMainInclusionQueue?highlight=%28inclusion%29%7C%28main%29 [07:05] I would do the spec first [07:05] figured i'd idle here until the lazy euro co-workers unidle :) [07:05] main inclusion is unlikely without a good rationale === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel [07:18] mneptok: Have you considered that gedit's behaviour could be changed to not leave backup files around like that? Editing /etc/ things with gedit should be supported. === glatzor [n=sebi@ppp-82-135-3-178.dynamic.mnet-online.de] has joined #ubuntu-devel === kristog [n=ballio@energ63.energ.polimi.it] has joined #ubuntu-devel === dsas [n=dean@host86-129-17-245.range86-129.btcentralplus.com] has joined #ubuntu-devel [07:43] mjg59: Still around? === quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel [07:44] isn't he in UTC+1? [07:44] Yeah, but he was here not that long ago. :) [07:44] Oh, perhaps longer thanI remember. === infinity waits to tomorrow to NEW usplash-dev [07:45] infinity: mjg59 last spoke about 6 hours ago, just as I left work [07:45] no, he spoke arond 2:something here too [07:45] that's around 5h [07:46] and exactly the amount of sleep I've had [07:47] hmm, have to be at work tomorrow at 6am [07:48] hmm, it appears we have lost Stephen Vaughan to SLED [07:49] hopefully we never really had him :) [07:49] oy jdub [07:50] jdub: he does appear to write a lot === infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-devel [07:53] Burgundavia: i suppose, being a journalist, he is somewhat compelled to. [07:54] jdub: there is a certain respectability that is gained from pure volume === mneptok whispers "Dvorak" [07:54] Burgundavia: you appear to be talking from the incorrect orifice. [07:54] although *why* anybody listens to that loon any more escapes me [07:55] jdub; with popularity does come a certain degree of responsibility... [07:55] Seveas: Actually, since you've been recently involved with usplash hacking, you may be able to answer this one for me. [07:55] oh. he said respectability [07:55] no. i don't agree with that at all :p [07:56] Seveas: Is usplash-dev going to end up being a build-dep of anything in main in the near future, or should I send it to universe? [07:56] sjvn hasn't really earned much of my respect [07:56] infinity, main -- I split it off of the main binary so artwork packages don't need to depend on usplash [07:56] Burgundavia; did you do any more work on the mentorship thing? [07:56] at one point, i pointed out that his description of portland was incorrect [07:56] it'll have to be a builddep of artwork packages [07:57] desrt: no, been insanely busy with work and a few personal projects [07:57] desrt: can you fire me an email to remind me? [07:57] Burgundavia; it's cool. i'll keep politely reminding you every week or so :) [07:57] ok. i can do that too. [07:57] and he decided to disagree, assert even more outlandish ideas, and ignore the fact that i was a participant in the initial portland specification meeting [07:57] Seveas: Okay, great. === Kagou [n=Kagou@84.4.155.240] has joined #ubuntu-devel [07:57] Seveas: Thanks. [07:58] jdub: cut him some slack. omniscience is a heavy burden. [07:59] Burgundavia; ok sent. i'm gonna go to bed now. ciao. [07:59] mneptok, please don't do that when I am just drinking something [07:59] my keyboard doesn't like that [08:00] willful ignorance is a heavy burden. :-) === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel [08:01] Seveas: coffee | nose > keyboard [08:01] I'd suspect that wouldn't do much harm without a 2>&1 [08:02] Surely, snorting coffee is a standard error. [08:02] IO overflow I think === Fujitsu [n=Fujitsu@c58-107-62-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has joined #ubuntu-devel [08:04] That nick gives me a headache... [08:06] infinity: try eating an aptly-named user === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === carlos [n=carlos@203.Red-81-35-100.dynamicIP.rima-tde.net] has joined #ubuntu-devel === infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-devel === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel [08:53] Good morning [08:54] hello pitti [08:56] ber, laptop still 'in production', before 'delivery prep' [08:56] hello tseng and pitti [08:56] jdub: which one did you get? === sid [i=emanresu@tor/regular/sid] has joined #ubuntu-devel === tseng puts wv back in pitti's queue [08:57] dell or the ibm? [08:57] Dell D420 [08:57] + mediabase with DVI! [08:57] ah nice [08:57] for the 24"? :) [08:57] saves getting an apple :) [08:57] yeah [08:57] tseng: hi [08:58] tseng: yes, wv is fine with me, I was just concerned about code duplication [08:58] pitti: ok, i put it back on the page, no need to look at it right now [08:58] pitti: im on a business trip, anyway [08:59] on that note, 3am, done working for the day [08:59] good night [08:59] night tseng! [08:59] tseng: sleep well! === chenluchuan [n=clcxxxx@220.231.40.162] has joined #ubuntu-devel [09:00] jdub: pants off! [09:00] jdub: dunno about Oz, but in the US IBM shareholders get some nice shareholder discounts on Lenovo stuff. worth the price of one share to pay US$1299 for a laptop that is US$1899 retail. :) [09:00] (kinda late with the tip, but oh well) [09:01] mneptok: a discount for being punched in the face? === Zdra [n=zdra@165.223-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [09:03] uhhhh .... i'll just pretend i understood that and say "i guess so" [09:04] mneptok: i am not a fan of the thinkpad keyboards (esc/f1, fn/ctrl) [09:05] ah, mine has a seperate and keys. the meta for the keys are all things like battery display, brightness, power savings, etc. [09:05] i always hit f1 instead of esc on pia's [09:05] and fn is toooootally in the wrong place [09:06] you could always remap the keys with software or epoxy. :) [09:07] fn/ctrl isn't doable [09:07] mneptok: and put stickers on the keys with the correct keycodes, yeah right. :P [09:07] due to the nature of the fn key === johanbr [n=j@d154-20-236-61.bchsia.telus.net] has joined #ubuntu-devel [09:07] hrmf === lloydinho [n=andreas@195.227.105.180] has joined #ubuntu-devel === hunger [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:12] here's an ugly choice. sl-modem is in Multiverse. we can either move it to restricted and actually support it (*shudder*) or have no official support for any Winmodems. [09:12] ugh === cbx33 [n=c2df514b@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-devel [09:14] There is actually some software that can make those ugly hardware hacks work? [09:15] sl uses ALSA to communicate with the Winmodem (which basically a sound card) [09:16] apparently you just have to have a working ALSA and a Winmodem that actually exposes itself as a modem. [09:16] but the whole thing smells of dead hookers and vomit. [09:16] mneptok: we have a support department to wear such pain, no ? :) [09:16] i love you, too. [09:16] of course you do [09:17] *muah* [09:17] lifeless: to wear the pain of dead hookers and vomit? === Gman [i=gman@nat/sun/x-ce762173f6e3f8e4] has joined #ubuntu-devel === dholbach [n=daniel@i577B1A02.versanet.de] has joined #ubuntu-devel [09:19] good morning [09:22] hi dholbach === mneptok goes to find some f00d [09:23] hi cbx33 === jsgotangco [n=jerome@ubuntu/member/jsgotangco] has joined #ubuntu-devel [09:28] mneptok: slmodem has probably wanted some main love for ages now, but no one in core-dev uses a modem, so it keeps getting ignored. === Spads [n=crack@host-87-74-19-213.bulldogdsl.com] has joined #ubuntu-devel === mvo [n=egon@p54A6701C.dip.t-dialin.net] has joined #ubuntu-devel [09:39] mvo! === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === johanbr [n=j@d154-20-236-61.bchsia.telus.net] has joined #ubuntu-devel [09:41] jsgotangco: good morning! [09:43] infinity: are you using some Jedi mind trick to try to make *me* be the poor stooge that's submits Main inclusion for sl-modem? [09:43] huh huh huh huh. mettu steeny barana muddah Jedi mind trick d'vulus andaska. === FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-devel [09:50] ok, that's console-setup more or less working in d-i, anyway === TMM [n=hp@ip5650d1ab.direct-adsl.nl] has joined #ubuntu-devel === aigarius [n=aigarius@19.Red-213-97-18.staticIP.rima-tde.net] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@mailhost.newtec.be] has joined #ubuntu-devel === Zdra_ [n=zdra@126.164-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [10:08] why are cdroms mounted as noexec by default? [10:08] annoying === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel [10:13] any news on when the next kernel update will be? [10:14] mjg59, usplash -17 is messing up my consoles: nothing on the screen, getty stuck in read() according to strace === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has left #ubuntu-devel [] [10:14] Kamion, [10:14] Reading package lists... [10:14] W: Couldn't stat source package list file: edgy/main Packages (/srv/cdimage.no-name-yet.com/scratch/edubuntu/daily/apt/edgy-powerpc/apt-state/list [10:14] s/_srv_cdimage.no-name-yet.com_ftp_dists_edgy_main_binary-powerpc_Packages) - stat (2 No such file or directory) [10:14] W: Couldn't stat source package list file: edgy/restricted Packages (/srv/cdimage.no-name-yet.com/scratch/edubuntu/daily/apt/edgy-powerpc/apt-stat [10:14] e/lists/_srv_cdimage.no-name-yet.com_ftp_dists_edgy_restricted_binary-powerpc_Packages) - stat (2 No such file or directory) [10:14] W: You may want to run apt-get update to correct these problems [10:14] E: Some index files failed to download, they have been ignored, or old ones used instead. [10:15] make: *** [apt-update] Error 100 [10:15] seems lithium isnt well [10:16] Failed to fetch file:/srv/cdimage.no-name-yet.com/ftp/dists/edgy/main/binary-pow [10:16] erpc/Packages.gz MD5Sum mismatch [10:16] Failed to fetch file:/srv/cdimage.no-name-yet.com/ftp/dists/edgy/restricted/bina [10:16] ry-powerpc/Packages.gz MD5Sum mismatch [10:16] try again later [10:16] this happens sometimes when you get unlucky with the archive [10:16] ah, ok [10:16] it's a soyuz bug of course - that shouldn't be possible [10:16] i can wait till it sorted itself :) [10:17] if it hasn't sorted itself by the next publisher run, let me know [10:17] yup === mempf-edgy [n=mempf@S0106000129f69144.vs.shawcable.net] has left #ubuntu-devel ["Leaving"] === mempf-edgy [n=mempf@S0106000129f69144.vs.shawcable.net] has joined #ubuntu-devel [10:28] infinity: how're live-cd-stacked-filesystems/larger-livefs going? === chris38_ [n=bayle@freedom.rd.francetelecom.com] has joined #ubuntu-devel [10:30] morning === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === Kagou [n=Kagou@84.4.155.240] has joined #ubuntu-devel === giftnudel [n=mb@p54A92A04.dip0.t-ipconnect.de] has joined #ubuntu-devel === HiddenWolf [n=HiddenWo@136.8.dynamic.phpg.net] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu-devel === Spads [n=crack@217.205.109.249] has joined #ubuntu-devel [10:52] ajmitch: there already are zope sync requests filed for zope [10:54] Kamion: did you got my germinate mail? === HiddenWolf [n=HiddenWo@136.84.dynamic.phpg.net] has joined #ubuntu-devel [10:55] mvo: yeah, haven't read the diff yet though [10:56] I'm battering through sane-installer-keyboard [10:56] Kamion: ok, no problem [10:56] infinity: could you give-back console-data on all architectures please? I can't see why it failed but my guess is that it's transient ... [10:56] mvo: I'll try to get to it this morning thoug [10:56] h [10:56] cool! [10:57] infinity: oh, maybe not [10:57] i386 was transient I think, but powerpc looks more substantial [10:58] Kamion: So, no give-backs? [10:58] infinity: looks like I need to reupload anyway [10:58] so no, spoke too soon === pygi [n=pygi@89-172-194-32.adsl.net.t-com.hr] has joined #ubuntu-devel [10:58] Kamion: Also, live-cd-whatever should be complete by the meeting, except for the whole "blocking on kernels on the buildd" thing. [10:59] infinity: can that be expedited somehow? [10:59] Kamion: Indulging in a bit of evening wine right now, then back to work between now and the meeting to polish up. [11:00] right, but there's also the cdimage/ubiquity end, and I'd really like to be able to test that [11:02] Well, royal is running a kernel with unionfs support, so when I'm done playing here, I could roll it out on powerpc. I can't do amd64/i386 without elmo's team. === jinty [n=jinty@132.Red-83-55-196.dynamicIP.rima-tde.net] has joined #ubuntu-devel [11:02] I've made a note to ping sysadmin about that [11:02] is it just unionfs, or squashfs too? [11:03] Should be just unionfs, though squashfs would be nice to be able to do local testing without dragging the images elsewhere. [11:03] infinity: did you already file an RT request? [11:04] since they're gonna ask me. :) [11:04] I think I did a month or so ago, and now I'm questioning that. I know I spoke at length with elmo about it. [11:04] I can always file another. :) === HiddenWolf [n=HiddenWo@136.11.dynamic.phpg.net] has joined #ubuntu-devel [11:06] I've asked === Tonio__ [n=tonio@21.8.100-84.rev.gaoland.net] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === mneptok checks where thttpd lives [11:07] mvo: hi, I hope you didn't waste your time on running that script [11:07] zyga: I did, why? something wrong? [11:08] zyga: it is still runing [11:08] yeah, one fix broke sometime later [11:08] some package in universe [11:08] anyway I'm running the updated script since 9 CET [11:08] zyga: ok, let me know when I can merge/re-run. not a big issue :) [11:08] otherwise everything is great, data format is the same and it just works :) [11:09] ok [11:09] cool :) === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === lmanul [n=manu@manucornet.net] has joined #ubuntu-devel === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel === till [i=till@nat/mandriva/x-1a55075d695e9e1c] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === Gman [i=gman@nat/sun/x-311532e4a5b92297] has joined #ubuntu-devel === till__ [i=till@nat/mandriva/x-f5a049a1aae506cc] has joined #ubuntu-devel [11:31] Why do I push so hard to get new kernels through the machinery and into the archives, and then spend 5 minutes fretting about whether or not I should reboot after installing them? [11:31] Question for the ages, I'm sure. === heno [n=henrik@henrik.gotadsl.co.uk] has joined #ubuntu-devel [11:32] Mithrandir: did that xlib update get pushed out yesterday? [11:33] infinity: sadism. === till__ is now known as tillkamppeter [11:34] infinity: welcome to life inside the sausage factory. "yeah! new flavor! let's ship it!" :: later, in the men's room :: "Bob, we *did* clear up that botchelism thing, right?" [11:35] botulism is a harsh mistress [11:35] 'botulism' [11:35] roit [11:35] jdub: but kernels have botchelism [11:35] very late in my day. i'm running on 2 pistons. [11:36] Spads: infinity's do! === Spads runs on a wenkell rotary [11:36] NO PISTONS HERE!!! [11:36] My kernels will not stand for this. [11:36] Spads: haven't you been recalled by mazda? :P [11:36] Spads: enjoying the new gig? [11:36] jdub: aye [11:37] Spads: saw a great television interview with one of your colleagues - [11:37] http://youtube.com/watch?v=AxW6-_Qx1JA [11:37] absolutely priceless === Spads weeps at the un-keepvidded youtube URL [11:38] jdub: Bwahaha === jdub keepvids [11:38] jdub: I'm disturbed that you watch Rove. [11:38] http://www.youtube.com/get_video?video_id=AxW6-_Qx1JA&l=597&t=OEgsToPDskJTVZZ4VhY9GgyiVPAN2Tcf&nc=6724044 === aigarius [n=aigarius@19.Red-213-97-18.staticIP.rima-tde.net] has joined #ubuntu-devel [11:39] of course, I'm in the office [11:39] so I will not fall for this obvious troll [11:39] Spads: "Wankel" ;) [11:39] Spads: he should see it [11:40] jdub: so what *is* your new gig? been owrking too hard to keep on top of such news. [11:40] mneptok: Speak for yourself. [11:40] my new gig is hitting reload on the dell shipping page [11:40] so i can find out when my new laptop arrives [11:41] ha ha dell [11:41] training for that must have taken a while. [11:41] mneptok: he kept failing his back but [11:42] button exams [11:42] mjg59, new usplash revisions uploaded: multi-variant themes, a fix against non-working TIMEOUT and some doc/copyright fixes [11:42] Fade: yes, it should. [11:42] the website kept failing those exams! [11:42] okay, when will ubuntu get the "disable middle click on touchpad that rests under the palm of your hand" gui control? === phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-devel [11:42] Spads: when you get a new laptop [11:42] touchpads are evil, kthx [11:43] yeah they are [11:43] I wouldn't mind if the clicktaps were disabled === dholbach likes the middle click [11:44] jdub, you bought a dell laptop? nutball. [11:44] Spads: seems the only way to configure that stuff is via insecure shmem crack [11:44] Gman: a good one. :) [11:44] i had tough requirements [11:44] dholbach: only because someone labelled your middle-click "SEND HUGZ0RZ!!!!" [11:44] jdub: So, it's an IBM with a Dell logo glued on it? [11:44] jdub: oxymoron. or just moron. which ever :-) [11:44] jdub, one that will allow you to take on planes? [11:44] jdub: what? you replaced your quebecistani laptop? [11:44] infinity: Hah [11:44] I have a button for middle click [11:44] hey thom [11:44] ibm lost, and i totally didn't want to get an apple [11:44] mneptok: :-) [11:44] Gman: dude :-) [11:45] and I can chord either set of L/R buttons === dholbach hugs mneptok [11:45] I don't need the tapmiddle [11:45] ENOSEB :( [11:45] dholbach: hopefully, it will complete its duty when i visit the UK office later in the month. [11:45] I saw thre libx11 updates, but no xlib. [11:45] dholbach, do you have an idea how far seb is with the 2.16 gnome-session package ? [11:45] jdub, nod, ibm is ovely expensive, apple is evil :) [11:45] s/thre/three [11:45] ogra: no, I'm sorry - why? [11:45] dholbach: despite being a complete bastard of a laptop, it has been a trooper under demanding conditions. [11:45] xemacs is still dying horribly. === Spads buys used thinkpads, though that may have to change in future [11:46] should I relink it? [11:46] xemacs is still horrible. [11:46] Spads: as jdub notes, it needs a (Safe) X-extension writing for runtime Synaptics configuration---or leaving the user to enable SHMConfig on themselves [11:46] jdub: demanding conditions like what? spilling water into the keyboard? [11:46] ah [11:46] dholbach, he told me to just upload a patch that disables fading on logout for ltsp clients, but i suspect he's working on the new package and dont want to come in his way [11:46] dholbach: being my laptop during and after canonical is a demanding condition. :) [11:46] dholbach, having beagle crapping ovr your FS during a presentation ;) [11:46] ogra: just send him the patch by mail and he'll integrate it with his upload === giftnudel [n=mb@p54A92A04.dip0.t-ipconnect.de] has joined #ubuntu-devel [11:47] Seveas: right :) [11:47] jdub: I see :-) [11:47] Seveas: that was pre-craptop :) [11:47] dholbach, or having jdub stp on it while searching for pants [11:47] wasn't it? [11:47] hrm [11:48] it was october last year [11:48] during eurooscon === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel [11:48] post ubz? [11:48] (btw: I'll be at eurooscon this year) [11:48] yeah [11:48] pre-ubz [11:49] oh [11:49] yeah [11:49] i'll be at eurooscon too [11:49] should be fun [11:49] yeah, i'm thinking about euroscon [11:50] dude! come! [11:50] sabdfl is coming too, accorfing to the agenda [11:50] he's doing closing [11:51] dholbach: interesting, gentoo ported all the rh admin tools :) === mvo ponders about lunch [11:56] sivang, poke? :) [11:56] pygi: hi [11:56] sivang, asero 0.4.9 with libburn/libisofs backend is out, and it rocks :) [11:57] Brasero* [11:57] Kamion, ping [11:57] jdub: that's interesting [11:57] sivang: Jane pinged me last week about DB/2 progress. gave her an update, and she should have renewed Canonical's agreement with Big Blue. [11:57] Seveas: hi [11:58] Kamion, usplash uses /etc/usplash.conf which is generated by the usplash postinst -- is it regenerated after a ubiquity install to match the installed system? [12:00] Seveas: no - what about it is system-specific? === Gman is now known as GmanAFK [12:01] X-detected resolution is grabbed from debconf and stored in /etc/usplash.conf [12:01] file a ubiquity bug please, I'll make it do that [12:01] ok, will do -- I'll attach the postinst [12:02] Seveas: Did you make the postinst less ugly, or is it still my hideous "It's 5am, and I don't care, I just want it to work" shell? [12:02] infinity, I didn't prettify it, don't know about mjg59 [12:02] mneptok: cool, great. [12:02] Seveas: Just checked, it's still scary. :) [12:02] heh ;) [12:02] pitti:ping [12:03] pitti: some .desktop and .png files in langpacks have +x set, that doesn't make any sense [12:03] Easily discoverable because I'ma backtick whore, and people keep slapping me, telling me that I'm living in 1975, and I should use $() [12:04] infinity, we'll need to talk about https://features.launchpad.net/distros/ubuntu/+spec/ltsp-daily-image-tarballs soon [12:04] infinity: You're living in 1975, use $() *slap* [12:04] StevenK: Thpt. [12:04] infinity: Just try and nest your backticks. [12:04] infinity: I suggested cut instead of sed === jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu-devel [12:05] zyga: oh, hmm; thanks for the hint [12:05] so, my biggest gripe about Jono thus far is ..... HEY HEY! hi! [12:05] Kamion: I think there was a specific reason I didn't use cut, and it wasn't cause I wanted to waste CPU/RAM. [12:05] mneptok, hehe === jono thwacks mneptok :P [12:05] Kamion: Damned if I can remember why now. [12:06] mneptok: we should have a voice-o-meter competition between jdub and jono to see who's the loudest :) [12:06] aha! physically assaulting me! now you really *are* a Canonical employee! [12:06] ogra: Yes, we should. You're certainly leaving it to the wire, though. :P [12:06] sladen, please distribute ear protectioin generously before doing that [12:06] sladen, I will kick his ass, and he knows it :P [12:06] ogra: It may end up having to happen shortly after FF, since I'm flat out right now on getting my own stuff done. [12:06] sladen: in the end it doesn't matter. i have bigger boobs. [12:07] mneptok, haha [12:08] infinity, i'm fine with that, the scripts are done and lie under http://people.ubuntu.com/~ogra/ltsp-tarballs/ === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel [12:08] (in the bzr archive) [12:08] so you can grab them any time yu ike [12:08] *you like === welshbyte [n=welshbyt@cpc3-cwma2-0-0-cust276.swan.cable.ntl.com] has joined #ubuntu-devel [12:13] pitti, poke, I wanna bug you ;) === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [12:26] pygi: I'm a bit busy ATM, but feel free to /msg me, I'll read scrollback [12:26] pitti, just poke me when you're free [12:27] Kamion: can you have a look at http://daniel.holba.ch/temp/debhelper-pngcrush.patch ? (my attempt to let dh_compress make use of pngcrush) - if I could do it cleverer, I'd be happy to do so === Norgz [n=eroux@maisel-gw.enst-bretagne.fr] has joined #ubuntu-devel [12:34] mvo: better kill it, it loops on template.extract for some reason and eats all memory [12:34] s/template.extract/template.substitute/ [12:35] zyga: hm, ok === giftnudel [n=mb@p54A92A04.dip0.t-ipconnect.de] has joined #ubuntu-devel === fujitsu [n=fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel === geser [n=michael@85.25.106.98] has joined #ubuntu-devel [12:44] zyga: killed [12:45] dholbach: TBH I'd rather we did that by hand for now in the few packages that really benefit, and send that patch up to Joey to comment [12:47] Kamion: Ok. I'll follow up on the post on ubuntu-devel@ saying so. [12:47] dholbach: I'm not sure I like the extra dependency [12:47] Kamion: I knew it was going to be controversial :/ [12:48] maybe it would be better for dh_compress to use pngcrush if it's there and require packages that want to use it to build-depend on it themselves? or make it a command-line option? I really don't know, and it seems like the sort of thing that would best be discussed in a Debian debhelper bug [12:48] pngcrush as a debhelper dependency does seem somewhat unacceptable to me as well. [12:48] I do like the idea of the "if it's there" option, though. [12:49] I'm not sure that it makes sense for package to build-dep on pngcrush - it's the same amount of work to just run pngcrush on your stuff or prod upstream to do it and then happily live on [12:49] only trouble with that is that it's a bit nondeterministic [12:49] Not nondeterminstic in a way that really matters. [12:49] true [12:50] still, I think it's worth discussing [12:50] dholbach: oh also, pngcrush is in universe right now [12:50] Kamion: I'm aware of that. [12:50] Hrm, pngcrush, libpng12-0, zlib1g... That's not SO bad. I was expecting a longer chain. [12:50] Kamion: I just thought it'd be better to get it into main as opposed to let debhelper depend on imagemagick. :-) [12:51] dholbach: can we just crush the artwork manually for now? [12:52] Kamion: It's not only about artwork [12:52] Kamion: documentation, icons, etc etc [12:52] but I can do it for artwork, yes [12:52] sure, but a lot of those are small enough not to matter === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [01:06] pygi: ok, next part of interview just finished, go ahead === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel [01:08] pitti, well, it was about creating a libburn, libisofs and cdrskin package === mbiebl [n=michael@dslb-084-057-248-001.pools.arcor-ip.net] has joined #ubuntu-devel [01:09] since sivang probably won't have time to create them, I would like to aks you if you could do it [01:10] ask* === lbm [n=lbm@89.150.65.13] has joined #ubuntu-devel [01:13] pygi: I'm afraid I won't have time in the next days [01:13] pygi: you don't want to do it yourself? [01:13] pitti, busy with hacking on libburn, and I ain't MOTU so won't be able to maintain [01:15] I could probably become MOTU If I had someone for key signing, but this way I'll never be MOTU :) [01:15] pygi: maybe you can remind me again next week; this week I have a lot of other stuff going on [01:15] pitti, no worries, all god [01:15] good* === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === mdke_ [n=matt@81-179-118-187.dsl.pipex.com] has joined #ubuntu-devel === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel === shenki [n=Joel@pulteney-pix.border.net.adelaide.edu.au] has joined #ubuntu-devel === pygi [n=pygi@89-172-194-32.adsl.net.t-com.hr] has joined #ubuntu-devel === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel === hunger [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #ubuntu-devel === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel [01:39] eeek! a cr3! === Ubug2 [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel === Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has left #ubuntu-devel ["Hagbard_] === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [01:47] hey sabdfl, how's it going? [01:47] pitti: happily so far, though my own bed is looking more and more attractive! just got to tokyo [01:48] Hi, sabdfl. [01:48] big in Japan :) [01:48] sabdfl: woo, tokyo :-) [01:48] hi Fujitsu, sivang [01:48] pitti++ [01:49] hey sabdfl [01:49] good work on the sounds, cbx33 [01:49] thanks you're happy with them [01:49] ? [01:49] I just got SCP finished up too :D [01:49] Pessulus is now integrated :D [01:49] cbx33: some concern about length, but nonetheless happy to have someone on it! [01:50] sabdfl: well we're gonna put them on Knot3 - I'll just add on this AMD64 machine as soon as the sound finishes....the desktop appears :p [01:51] so we can get feedback on them after that === StevenK sighs, and ponders shredding this textbook. === ivoks [n=ivoks@2-4.dsl.iskon.hr] has joined #ubuntu-devel === lfittl [n=lfittl@85-125-149-213.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel [02:00] ah damn, mistakengly uploaded bin pkg :-/ === sivang hopes they are discarded automatically [02:02] sivang: they will [02:02] pitti: good === tillkamppeter is now known as till [02:04] hi till === till is now known as tillkamppeter_ [02:04] tillkamppeter_: maybe freenode requires you to use a nick for half an hour before you can register it? [02:04] I'm just hoping SCP can make it into main [02:04] but i doubt it will now.... [02:06] pitti: do I need to reupload ? [02:06] sivang: yes === mvo takes a small break [02:09] pitti, I succeeded to register tillkamppeter now (seems really to be needed to be logged in for 30 min, they should write this in the FAQ) and I am trying to link tillkamppeter_ to it. [02:09] tillkamppeter_: great [02:10] /msg nickserv link tillkamppeter NISfra#3 [02:10] tillkamppeter_: ouch === StevenK would suggest a different password now. :-) [02:12] <_ion> Hmm. /me put "splash" back to the kernel command line. Usplash didn't break the resolution of the virtual consoles anymore, but it didn't show any splash either. How should i debug this? === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [02:12] pitti, so this wa the test and now I will start over with everything new, as the system is full of traps. Probably I am now better off to take a nick without till and kamppeter and another password. [02:13] Or is there a possibility to change the password?\ [02:13] You can change it. === Fujitsu_ [n=Fujitsu@c58-107-62-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [02:14] Or can I unregister and then start over on another day? [02:14] Why would you want to? [02:14] oh keybuk.... where are you.... I think we need to have a talk about the meaning of /sbin/halt... :) [02:15] <_ion> jdong: What do you mean? [02:15] as in, it quite literally performs a halt, instead of the poweroff we're all used to === robertj [n=rcaskey@cai17.music.uga.edu] has joined #ubuntu-devel [02:16] so performing a shutdown from kde/kdm performs a halt [02:16] leaving my laptop batteries draining all night :) [02:16] KDE/KDM shouldn't be using /sbin/halt, should it? [02:16] _ion: bug 59134 [02:16] Malone bug 59134 in upstart "upstart fails to power off my system" [Untriaged,Confirmed] http://launchpad.net/bugs/59134 [02:17] Fujitsu: I don't know what mechanism kdm uses to shut down, but with upstart it's broken :) [02:17] with sysvinit it worked [02:17] heck with sysvinit, init 0 worked just fine, too :) [02:17] <_ion> Hmm, sysvinit's shutdown(8) says: -h Halt or poweroff after shutdown. [02:18] has anyone seen the patch I mentioned in bug #59327 previously? [02:18] Malone bug 59327 in nautilus "please include this patch to add an Empty Trash button to trash:/// simila to 'Write CD' in Burn://" [Untriaged,Unconfirmed] http://launchpad.net/bugs/59327 [02:18] <_ion> The use of "or" is interesting. :-) [02:18] in the 21st century, we tend to power off systems instead of halt them :) [02:18] isn't upstart supposed to be futuristic? :) [02:20] jdong, !!! [02:20] pygi: !!! [02:21] jdong: we need to to add a nice mechnical halting sound on shutdown :) [02:21] lol [02:22] A lot of machines have one anyway :P [02:22] robertj: or a nice, mechanical crash sound on crashing :) [02:22] or put up the Windows 95 brown "It's now safe to turn off your computer" via usplash :) [02:22] screeeeeeeeeCRUNCH [02:22] that'd be great for april fools [02:22] Yup, sounds good, Spads. === Fujitsu_ runs away from jdong. [02:22] No Windows! [02:22] but it's brown :) [02:22] jdong: the SF lugs tried to promote "It is now safe to turn ON your computer" as a Linux slogan, few years back. [02:22] True. [02:23] Treenaks: if the sound system was still up we could have a national geographic style announcer "Watch as the program pounces on the process and brings it to the ground, dead in its jaws" [02:23] "It's now safe to plug and play" [02:23] robertj: too bad Keybuk is speeding up shutdown as well as startup :P [02:23] hehe [02:23] Yeah, shutdown is really quick! [02:23] <_ion> if (is_april_1st) shutdown_sound = SOUNDS_CRASH; [02:23] "How quick is it!" [02:23] Sorry, teardown. === carlos_ [n=carlos@203.Red-81-35-100.dynamicIP.rima-tde.net] has joined #ubuntu-devel [02:25] I wonder how long it takes before most soundcards will be online with upstart [02:26] I've just not got enough guts (nor time) to try it out just yet [02:26] Ride of the Valkyries [02:26] hrmm, silly paste buffer, silly xchat-aqua :( [02:29] <_ion> jdong: Strange, from a quick look at sysvinit's halt.c it looks like it shouldn't poweroff either if it's called as "halt" without -p. I might be reading it wrong, though. [02:30] _ion: well, I'm not sure of the explanation, but kdm used to power down my system before upstart, and now it doesn't [02:30] so I'm blaming it on keybuk :D [02:31] <_ion> jdong: Is there a reason for instead of "halt -p" or "poweroff" calling "halt"? [02:31] _ion: I'm not sure how kdm shuts down... I'm not sure it even uses halt [02:32] _ion: I'm just observing that halt with sysv did poweroff [02:32] even with no arguments [02:33] halt calls shutdown to shut down properly - halt -p just tells the kernel to die NOW [02:33] kdm is right to call halt === basanta [n=basanta@202.79.37.177] has joined #ubuntu-devel [02:33] halt should just halt the system, not power it off, iirc. [02:33] Mithrandir: not from my experience... it powers down [02:34] Mithrandir: but upstart seems to agree with you :) [02:34] <_ion> kamion: I thought it was -f, not -p. [02:34] Mithrandir -- what is the package/revision of the xlibs you sent up? [02:34] jdong: *shrug*; you probably had buggy hardware or something, then. It shouldn't. [02:34] _ion: oh, hmm, you're right [02:34] lol [02:34] so... the verdict... upstart bug or kdm bug? :) [02:34] _ion: but see /etc/default/halt, which controls whether /etc/rc0.d/S90halt uses -p [02:34] Fade: libx11 (2:1.0.3-0ubuntu3) edgy; urgency=low [02:35] _ion: kdm still shouldn't use halt -p [02:35] jdong: upstart [02:35] IIRC, halt only halts the OS, but the BIOS can have a function to power-off on system halt. [02:35] oh, yeah, I got those. xemacs and gnuemacs are still bjorked. [02:35] thus, a hlat effectively is a power down on such machines. [02:35] btw, can someone enlighten me on what circumstances can leave ext3 requiring a fsck? [02:35] well, either way, kdm is not turning off my computer :) [02:36] Mithrandir: halt with no arguments should power-down if /etc/default/halt says "poweroff". [02:36] jdong: check the BIOS [02:36] jdong, get a new one [02:36] mneptok: it's not a bios problem [02:36] the chain is quite twisty but that's what it's meant to do [02:36] if I switch back to sysvinit, kdm happily shuts off my computer [02:36] I thought the whole idea of these fancy-pants new file-systems was that if the power does go off, you shouldn't need to fsck the drive? === tillkamppeter_ is now known as till [02:36] robertj: hardware failure [02:36] robertj: IDE write cache [02:37] robertj: mount-count/day-count fscking set via tune2fs [02:37] robertj: the user typing in fsck.ext3 /dev/hda1 [02:37] jdong: hehe :) === till is now known as tillk [02:37] jdong: my guess is that upstart's halt's option processing is subtly wrong [02:37] it doesn't *look* wrong to me, but that's the only explanation I can think of === tillk is now known as till [02:37] k [02:38] you gnome users say that gdm powers down correctly? === mempf-edgy [n=mempf@S0106000129f69144.vs.shawcable.net] has joined #ubuntu-devel [02:38] hey guys === till is now known as tkamppeter [02:38] kdm doesn't power down on two of my systems, both using upstart :-/ [02:38] so that leads me to believe it's pretty hardware independent [02:38] i read that Texis insterment card readers were going to be fixed in next kernel update [02:38] im running the nw kernel but it still doesent ork [02:38] mempf-edgy: what kind of TI card readers, though? [02:39] robertj: http://teh.entar.net/~nick/mail/why-reiserfs-is-teh-sukc has some comments from ted t'so about where many jfses introduce errors [02:39] Texas Instruments PCIxx21/x515 Cardbus Controller [02:39] mempf-edgy: TI FlashMedia is pretty depressing [02:39] Spads: thanks [02:39] it was working in dapper.... [02:39] mempf-edgy: cardbus or x-in-1 card readers? [02:39] x-in-1 [02:40] and it worked in dapper??? [02:40] is the scheduled fsck off in edgy? [02:40] yes [02:40] because quite simply, that scares the living daylights out of people [02:40] perfectly [02:40] 0a:09.2 Mass storage controller: Texas Instruments Unknown device 803b [02:40] nvm, mine is different [02:40] mempf-edgy: I'm not sure then... I got a different TI card reader, and it requires the tifm21xx drivers [02:41] robertj: isn't it considered healthy paranoia though? [02:41] nop [02:41] its my mom "whats wrong with my computer" [02:41] robertj, yeah. [02:41] in fact, the black screen being normal is so bad, it vastly outweighs any eror message that might be given [02:41] I can confirm that; the pci id is 0180: 104c:8033, and it used to work with dapper - today discovered it wasn't working with edgy [02:41] wait hold on [02:42] when i put a card in it [02:42] the light goes on for a split second [02:42] it did not before [02:42] mempf-edgy, can you check syslog? [02:42] if you tell your mom that the black screen is normal, she is likely to not call you if it says you have bad this, or bad that [02:42] where is it? === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [02:42] jdong: the bug is probably that upstart's halt/poweroff implementation doesn't do reboot(RB_ENABLE_CAD) first [02:42] when SMART status would likely be a much better indicator [02:42] tail /var/log/syslog [02:42] Fujitsu, there was nothing in the syslog on insertion for me [02:42] which sysvinit does [02:42] but I haven't rebooted since installing (todays?) new kernel [02:43] shenki, my Ricoh doesn't mount in Edgy any more, but I get an entry in syslog from the reader. [02:43] where do you want it? [02:43] (when I insert it) [02:43] Kamion: you want to comment in the bug report? === jdong has no idea what kamion just said :) [02:43] mempf-edgy, is there anything regarding the card in there? [02:43] yep [02:43] Sep 7 05:42:39 Mempftop kernel: [17180242.956000] tifm_7xx1: sd card detected in socket 3 [02:43] Sep 7 05:42:39 Mempftop kernel: [17180243.436000] tifm_7xx1: demand removing card from socket 3 [02:43] Sep 7 05:42:40 Mempftop kernel: [17180244.132000] tifm_7xx1: sd card detected in socket 3 [02:43] jdong: yes, I'm just doing so [02:43] robertj: smart doesn't say everything.... [02:44] jdong: indeed but the current situation just isn't useful to most end users [02:44] holy crap, tifm is in the ubuntu kernel? [02:44] robertj: I'm all for the ext3 periodic fsck, just we need some nicer way of presenting it to the user [02:44] they don't know what the implications of these errors are non-clear to alot of people [02:44] i.e. an explanation of what's going on [02:44] I have seen periodic fscks pick up stuff on ext3 volumes [02:45] especially on older hardware [02:45] and smart did not trigger or come close to triggering [02:45] jdong: it may happen, but people don't want it on by default [02:45] jdong: its dumb [02:45] umm, I suppose most people also want their data? [02:45] jdong: hmm, actually, may not be quite that, there are a few things involved. I'll comment, anyway [02:45] jdong: how many back it up? [02:46] not that many to be honest [02:46] jdong: not many, ergo they really don't [02:46] why not switch everyone to reiserfs or xfs while we're at it? [02:46] jdong: that's the proof that their time is worth more to their data to them [02:46] heck let's get BenC to add the reiser4 patch to the kernel :) [02:46] so now the card is being detected [02:46] but not mounted? === cbx33 [n=c2df514b@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-devel [02:49] jdong: what do you think of the windows-way of giving them option to skip? [02:49] anyone willing to test libburn in an application? :) [02:50] robertj: I've got no problem with that [02:50] robertj: right now, doesn't ctrl+c skip the check? [02:51] oh, there is another line here in lspci [02:51] 05:09.4 Class 0805: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller [02:51] not there before === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [02:53] jdong: I think it mounts it read-only and halts the boot [02:53] ugh :-/ [02:53] jdong: I feel like scheduled fscks is a band-aid for an underlying problem [02:54] robertj: yes. x86's are cheap. [02:54] the fix would be a battery-backed-up storage controller [02:54] but who has one of those? ;) [02:54] jdong: but you only need to do that on dirty right? [02:55] well, would you rather fsck on every dirty boot? :) [02:55] jdong: yes [02:55] jdong: that's the way it works on windows [02:55] its good for a number of reasons [02:55] 1. you have limited control over that except for power, etc [02:55] no it's not... ntfs doesn't fsck ever :) [02:55] jdong: it's doing some kind of disk checkup [02:55] not ntfs.... [02:55] yes [02:55] it doesn't check unless it gets marked dirty [02:55] jdong: I know [02:55] and that's only when the fs encounters an error [02:56] ext3 has that feature too [02:56] but the problem is, by the time that gets triggered, you've built up enough errors for substantial data loss [02:56] jdong: it seems to happen 100% of the time if I turn off while Windows is running [02:56] jdong: so apparently it is pretty effective in whatever metric it's using [02:56] then something's wrong with your computer [02:57] that reminds me, windows seems to check fat32 partitions every 3 boots [02:57] I regularly zap power to my ntfs'es, and they never chkdsk [02:57] Amaranth: huh? it shouldn't [02:57] fat32 is checked on every dirty mount [02:57] what we need is a fsck capable of operating online [02:57] jdong: maybe its because I usually only hard power-off during boot? [02:57] that could do it [02:58] but I've damaged my indexes doing that before [02:58] the worst time to hard-power-off windows is during boot [02:58] jdong: no [02:58] while your installing SP2 is the worst [02:58] (stupid cat) [02:58] lol [02:59] but I do see your point, robertj... the way the periodic fsck is presented to the user currently is anything but user friendly :) [02:59] and while I wish I had the authority to do something about it, I really don't :P [02:59] launchpad is probably gonna be the best place to complain about this one === robertj heads out, I'll grape about it there this afternoon [03:00] <_ion> jdong: I found the culprit. /etc/event.d/rc0-halt contains "env INIT_HALT=HALT", which (in rc0.d/S90halt) overrides the setting in /etc/default/halt. === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel [03:00] When FreeBSD got softupdates, they added hooks to fsck so that it would snapshot the filesystem during the fsck and release after. Don't people have tools to do something like this for ext3? [03:00] _ion: aha [03:00] Spads: not without lvm and free space [03:00] a friend of mine ran fsck from cron.monthly, as I recall [03:00] ah, lvm... [03:01] Spads: that doesn't work though [03:01] Spads: you must snapshot it while it's mounted ro [03:01] then mount it rw and continue bootup [03:01] but once you're booted, you can't put it back to ro easily [03:01] without disrupting everyone [03:01] that only works if you don't get any errors. [03:01] and fscking an rw'ed ext3 partition will always get errors [03:01] because of smearing [03:01] yeah [03:02] and softupdates are not magical on x86 either [03:02] I've had cases where after a 2nd reboot FreeBSD went ahead and did a full fsck [03:02] and found problems, too [03:02] oh, believe me, I've no illusions about softupdates [03:03] I am guessing the ide write cache is the culprit there, too [03:03] I took Kirk McKusick's kernel class during a period where he'd pretty much come to the realization that the tradeoffs for SU vs a JFS just plain weren't worth it === mempf-edgy [n=mempf@S0106000129f69144.vs.shawcable.net] has joined #ubuntu-devel === jdong goes and eats breakfast [03:06] il file a bug if you guys can tell me what logs and stuff i should include [03:07] _ion: you gonna put what you found in the bug report? [03:07] _ion: 59134 === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [03:09] <_ion> jdong: Done. [03:09] how do i manully mount a sd card? === lilo [i=levin@freenode/staff/pdpc.levin] has joined #ubuntu-devel === theCore [n=alex@modemcable069.137-83-70.mc.videotron.ca] has joined #ubuntu-devel === mvo_ [n=egon@p54A64CB9.dip.t-dialin.net] has joined #ubuntu-devel [03:23] hey seb128 === giftnudel [n=mb@p54B29DB4.dip0.t-ipconnect.de] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === lloydinho [n=andreas@195.227.105.180] has joined #ubuntu-devel === synic [n=squish@pdpc/supporter/student/synic] has joined #ubuntu-devel [03:31] How does one go about getting an app into the repos? [03:31] mvo_: ok, I've been looking over that branch. Just from inspection, it looks mostly correct, although the control flow with regard to whether '?' was seen in front of a seed entry is a little confusing; I don't know if anything can be done about that. Maybe add a comment [03:31] mvo_: have you been able to test it at all? [03:32] synic: see the /topic - ask in #ubuntu-motu [03:32] synic: all repo modifications are delivered via Jarts [03:32] mneptok: jarts? [03:32] http://mowabb.com/aimages/images/07-06-04.jpg [03:33] ah [03:33] and here's a set - http://tonova.typepad.com/thesuddencurve/images/Jarts-thumb.jpg [03:34] lawn darts. now illegal in the US, iirc. [03:36] illegal how? === jdong_ [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel [03:37] probably you cant take them on airplanes for one [03:37] cbx33: hi [03:37] re [03:37] hi dholbach [03:37] hi again dholbach [03:38] Spads: illegal as in "you cannot manufacture or sell them new" === dholbach hugs seb128 and cbx33 === seb128 hugs dholbach [03:38] hmmm === cbx33 hugs seb128 and dholbach [03:39] Spads: i doubt the FBI would kick your door in for owning Jarts, but then this is 2006 .... [03:39] right [03:39] we used to make warts! [03:39] wall-darts === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [03:40] it's just that saying "these are illegal in the US" makes it sound like they're contraband items across the country [03:40] drawing pin and a little origami, mixed with some blu-tack ! [03:40] saying "these were recalled by court order due to infant injury claims" or whatever is something else === Zdra [n=zdra@126.164-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [03:41] Spads: if you take off your tin-foil hat the sentences sound pretty similar. :) [03:41] but then, this is 2006 ... [03:42] mneptok: so you're saying that if you allow in the government elf-rays, your brain interprets only two levels of legality? [03:42] I would say that you are a conspiracy nut! [03:42] Spads: i would say you are either entirely correct, or should be shipped to Guantanamo Bay [03:43] mmm .... binary. [03:43] you're either with us or you're with the aliens [03:44] i'm with you. i tried the aliens, and the hours sucked. and they have crazy unions. [03:47] mneptok: crazier hours than Canonical? [03:47] touche. === Whoopie [n=Whoopie@unaffiliated/whoopie] has joined #ubuntu-devel [03:52] Hi, did anybody look at the issue that some packages don't arrive in dapper-backports or dapper-proposed although they were build successfully? e.g. xchat in dapper-backports or openoffice.org-l10n in dapper-proposed. === pygi [n=pygi@89-172-198-122.adsl.net.t-com.hr] has joined #ubuntu-devel [03:53] Whoopie: it's an effect of bug 58144, last I heard [03:53] Malone bug 58144 in soyuz "Backport is rejected if an older backport is already there" [Critical,In progress] http://launchpad.net/bugs/58144 [03:54] jdong_: ok, thanks. [03:55] jdong_: strange, that it also affects dapper-proposed === trickie [n=nick@basesoft.demon.nl] has joined #ubuntu-devel [03:55] Whoopie: I'm not sure about proposed, though [03:55] Whoopie: I wouldn't be surprised if it's the same bug though === trickie [n=nick@basesoft.demon.nl] has left #ubuntu-devel [] [03:57] jdong_: no, it's not [03:57] er, well, would need to check but it seems unlikely === fsmw [n=Fernando@200.72.33.77] has joined #ubuntu-devel [04:00] oh, it's easy [04:01] Whoopie: openoffice.org-l10n is just in NEW, that's all - it built binaries which weren't previously in dapper [04:01] hehe === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has joined #ubuntu-devel [04:01] xchat is as jdong says, an entirely different issue; those were rejected [04:02] Kamion: can you please approve the hoary-updates langpacks? [04:02] Kamion: so openoffice-org-l10n needs to be approved? [04:02] to be precise, openoffice.org-help-pl was added [04:02] Whoopie: yes; I'm doing it now [04:03] cool, thanks. [04:03] pitti: I'm reluctant to do (non-proposed) stable release updates until we've finished doing the post-mortem of the X update [04:03] pitti: mdz explicitly asked me not to process dapper-updates until that was done, and while he wasn't explicit about hoary-updates, I'd rather be conservative [04:04] Kamion: alright === mempf-edgy [n=mempf@S0106000129f69144.vs.shawcable.net] has joined #ubuntu-devel [04:04] Kamion: post-mortem means, the exercise how to quickly disable an -updates version by adding a fake version into *-security Packages.gz? [04:04] sweet, compressed caching for 2.6.18-rc6 has page cache compression [04:05] pitti: more like "what went wrong and how are we going to prevent it from happening in the future". [04:05] Too bad Nitan doesn't want to shoot this at mainline when it's done. === eggauah [n=daniel@201.82.14.135] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [04:15] pitti: what Mithrandir said. A post-mortem (colloquially) is a study you do after something went wrong to find out what Mithrandir said. === CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-devel [04:23] wow, running setupcon from within ubiquity is rather fun [04:23] especially the screen flicker as it switches from tty to tty [04:23] must fix that [04:23] Kamion: just don't load the font in ubiquity? [04:24] whoa, and it's totally buggered my keymap === kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-devel [04:26] Mithrandir: surely loadkeys needs to change tty as well [04:26] Kamion: hmm, maybe. [04:28] who's working on usplash, and do they know that it's not displaying boot messages at all now, since 0.4-17? [04:29] or should i just file a bug over this? [04:29] mjg59 it looks like [04:30] Kamion: thanks for looking over it. I did did it and marked openoffice as a recommend. that worked nicely. I also rebuild ubuntu-meta and it produce correct new relations. I have not tested apt yet with it because we would need the new section "metapackages" first. but I did test the apt behaviour for other packages [04:31] Hobbsee: That's correct behaviour [04:31] Remove quiet if you want messages [04:32] mjg59: ah right, so what's the point of the black box then? just artwork? [04:32] Yes [04:32] gotcha. cool :) [04:32] infinity: did you plan to try getting a new samba version of edgy? nautilus-share (which is a cool tool to share folders on smb from nautilus) requires 3.0.23 and we have 3.0.22 [04:32] Hobbsee: i just filed bug on that :) [04:33] ill close it [04:33] gnomefreak: guess you'd better reject it. you must have only just done it, as when i checked a min or so ago, there was nothing there [04:33] i did [04:33] gnomefreak: maybe with an explanation - that's one that's likely to get plenty of dupes [04:33] Kamion: one issue with the "?" is that filterPackages support shell-like globing for packages and "?" is than not a good choice. me have have to use something else [04:33] true [04:36] mvo_: let's just do "optional: package" [04:36] oh, no, let's not [04:36] that syntax is used for fields === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [04:37] mvo_: "(package)"? [04:37] maybe "weak:"? "~" [04:37] I like the "(pkg)" idea! [04:38] yeah, feels right [04:38] is there a known reason (upstart?) that my laptop doesn't try to resume from my swap partition after hibernate? [04:38] Mithrandir: hmm, setupcon isn't even supposed to do anything unless it's run from a console ... [04:39] giftnudel: cat /etc/initramfs-tools/conf.d/resume [04:39] Kamion: ok, added. I will do some more testing now. how should I proceed? just upload it if I think its fine? or wait for you to merge and upload? [04:40] madduck: no such file [04:40] mvo_: upload it as 0.21ubuntu1, please - I'll sort out the rest later [04:40] create it ("RESUME=/dev/sdb2" here), then update-initramfs -u [04:40] the try again [04:40] madduck: thanks, will try that [04:41] giftnudel: at least this is what Debian does [04:41] mvo_: fortunately in this case it isn't important to have it installed on DC systems [04:41] madduck: yes, same for Ubuntu [04:41] hmm, why don't I have that file then [04:42] and I don't have it in dapper either [04:42] giftnudel: it's created on installation; upgrades from older systems may not have it [04:42] or you may not have had swap around during installation [04:42] funny, but it always worked .... [04:42] there are several possible reason [04:42] s [04:42] hmm [04:43] or there's a bug and something removed it, or or or ... [04:49] Kamion: true, but it's explicitly given one from the config script. === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel [04:51] Mithrandir: OH [04:52] Kamion: maybe that's a bit too big a sledgehammer [04:52] nadgers [04:52] let me ponder that over late lunch === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [04:53] the evil solution is have ubiquity set UBIQUITY_RUNNING=1 or something and then poke that. [04:53] Hello [04:58] Mithrandir: I think the right answer is to have rootskel's /etc/profile call setupcon (it already sets the console to UTF-8 mode) and remove that change from console-setup.postinst. === Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-devel [05:00] Kamion: ok === netdur [n=adel@adsl196-79-102-217-196.adsl196-12.iam.net.ma] has joined #ubuntu-devel === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel [05:02] Kamion: please could you process #59049, translate-toolkit sync request. needed for the next OOo upload [05:02] guys!!! you forgot to release ubuntu preview!!!!!! [05:02] Kamion: yes, that applies to *-updates [05:02] netdur: hm? [05:02] Cool, you can request feedback on specifications. [05:03] you used to release ubuntu preview the same day gnome release === bluefoxicy ponders if he should bug BenC or mdz... [05:03] netdur: betarelease isn't until sept 28th [05:03] Mithrandir: it does mean that if you have a running shell then it won't be reconfigured, but I think that's ok [05:03] Kamion: agreed [05:03] netdur, go grab a nightly :) [05:05] bluefoxicy: you can, but it doesn't email the person, and as such isn't very useful [05:05] mdz: ah, so it's just until you happen to click the spec and see "hey this guy wants feedback from you"? bleh :P [05:06] jdong, sweet [05:06] I don't have a real reason anyway, I'm just fooling around [05:06] Right [05:06] So [05:06] usplash should now be happier [05:06] mjg59: did you teach it to not arserape my screen? [05:07] I believe so [05:07] mjg59: you mean it'll stop turning off my screen and/or corrupting all my vt's? :) [05:07] I'm tired of shutting down and going from gnome desktop to a pink screen [05:07] at least the former masks the latter :) [05:07] It works on the hardware I have here [05:07] wow, when have we heard that before.... [05:07] *cough* xorg * cough* [05:07] I would expect it to work elsewhere, but it's hard to be certain [05:08] Oh, unless you're using vga=. Then you lose. [05:08] lol [05:08] nope [05:08] I'll worry about that at some later date [05:08] jdong: I suggested kdrive before but :> The overhead of bringing up a fully functional vesa X server is probably insurmountable. [05:08] What would kdrive buy us? [05:08] well, when -18 comes rolling in, I'll test out usplash [05:08] Fedora does that but uses full out Xorg and it takes 42 seconds longer to boot because of it I hear [05:09] usplash overhead is between 0 and a second, based on my measurements [05:09] mjg59: it's an actual X server, rather than an attempt to write on the frame buffer console or use of svgalib etc; I doubt it'd buy you anything aside from being able to say you're incredibly lazy. [05:09] Probably slow, like with Fedora [05:10] lol [05:10] bluefoxicy: It's an actual X server that makes vesa calls in an identical manner to svgalib [05:10] Anyway. svgalib is much nicer now that I've thrown out all the crack. [05:10] as long as it's behaving now I'm happy. [05:11] oh, what the hell [05:11] I should find out what happened to xscreen [05:11] hey, anyone knows what it takes to get those cool discharge graphs in gnome-power-manager? [05:11] that was a google SoC this year [05:12] Mithrandir: actually, hmm, running setupcon at shell startup will do the vt switch thing, which will be annoying; I guess it would be ok to check whether we're really in d-i by means of checking some other path [05:12] my core duo doesn't show em, while my toshiba does === Lutin [n=albin@lns-bzn-22-82-249-80-31.adsl.proxad.net] has joined #ubuntu-devel [05:12] e.g. /lib/debian-installer [05:13] jdong: Is your core duo a laptop? === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel [05:13] mjg59: yes... [05:13] I get a device information and event log tab [05:13] And if you run on battery, does something appear under "current rate" in /proc/acpi/battery/whatever? [05:14] http://code.google.com/soc/xorg/appinfo.html?csaid=73A89F18E7770493 [05:14] There we go. [05:14] mjg59: present rate, yes... [05:14] jdong: Unsure, then [05:14] I'll take a look at some stage === Lutin [n=albin@lns-bzn-22-82-249-80-31.adsl.proxad.net] has left #ubuntu-devel ["Bye"] === netdur [n=adel@adsl196-79-102-217-196.adsl196-12.iam.net.ma] has left #ubuntu-devel [] === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [05:20] IS CHICAGO [05:20] IS NOT CHICAGO === bluefoxicy knots jdong? [05:21] mjg59: is svgalib working okay on amd64? [05:21] sladen: In general [05:21] seb128: AYT? [05:21] May die horribly on some nvidias [05:22] Someone needs to debug that [05:22] It's x86emu, not svgalib as such [05:22] hmm. on i386 it looks like I have "generic kernel for x86-64" [05:22] bluefoxicy: shh.... mornfall is looking for me.... [05:22] seb128: You seem to have dropped my patch for SuggestedPackagesForFiletypesSpec from nautilus. Why ? === mbiebl [n=michael@dslb-084-056-210-037.pools.arcor-ip.net] has joined #ubuntu-devel [05:23] doko: ping [05:26] Keybuk: http://www.clearairturbulence.org/edgy-20060907-1.png as requested [05:26] mdz: pong [05:26] Keybuk: (for ath0 not coming up correctly) [05:26] iwj: ups [05:26] thom: thanks [05:27] seb128: It's strange because you left the entry in the changelog. [05:27] iwj: because you didn't put it to debian/patches as we do for GNOME packages usually [05:27] iwj: yeah, and I just copy debian/ over from one version to the new one [05:27] That's not a sound approach. [05:27] iwj: we don't package changes out of the debian dir usually [05:28] Because people (like all Ubuntu developers) are entitled to dpkg-source -x, edit, upload. [05:28] changes to the .diff.gz are evil [05:28] And we don't have time to learn how this package does its stuff. [05:28] If you really think that then you can turn it into a stupid debian/patches thing. [05:28] iwj: simple, drop the diff to debian/patches [05:28] iwj: I'd disagree ... if you edit a source, you should take 5s to figure out how to apply a patch to it === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [05:28] that's basic common sense [05:28] And then figure out if it needs numbers at the front, if it needs to end in .patch, if it needs to be listed in 00files... [05:28] seb128: There are THOUSANDS of packages. It's NOT ON to require weirdshit knowledge of specific package build systems. [05:29] iwj: I'm with seb128 here, there is a pretty consitent style over all gnome packages === zyga goes home [05:29] Keybuk: There is a standard way to apply patches to sources. dpkg-source -x; edit; upload. [05:29] bye zyga [05:29] iwj: so send the patch on launchpad next time and somebody knowing the package will apply it [05:29] iwj: that has not been standard for quite a while [05:29] mvo_: bye, talk to you in the evening :) [05:29] iwj: by numbers, debian/patches is now the standard [05:29] Only because of idiocy. [05:29] *shrug* [05:29] *cough* [05:30] !coc === gnomefreak [n=gnomefre@adsl-221-44-233.rmo.bellsouth.net] has joined #ubuntu-devel [05:30] iwj: yeah, and 5 people do that with different changes and then you can't figure what changeset is doing what [05:30] seb128: Perhaps you and gnome upstream can't. [05:30] yeah, and I'm maintaining that package [05:30] I and Mike Hommy have been doing firefox like this and figuring out which patch is what is _not_ the problem. [05:31] dpkg-source -x should produce the source code ready for editing. [05:31] That's what it's for. [05:31] debian/patches allow to make clear separation of changes you apply [05:31] and dropping a patch to it is not that hard [05:31] Anyway, edits in the .diff.gz are easy to spot. If you don't like them you can write some tool to include them in debian/patches or something. [05:31] anyway, I'll fix that one [05:31] if you prefer just mail me the patch next time [05:31] or attach it to a bug [05:31] Yay! The Maintainer Lock is back! [05:32] yeah, I just didn't think somebody went to change the diff.gz when I updated [05:32] no, it's not [05:32] iwj: personally I consider the lack of a standard patch system a bug in Debianish source packages; that's the sole reason why we do have so many patch systems [05:32] iwj: there's no need for a maintainer lock if you take the minimum of care when changing source [05:32] Of course no-one would edit a package in the normal way that packages are edited. [05:32] I was just trying why I dropped your patch by mistake [05:32] iwj: please, as I said, gnome is having a consitent policy for those things. it makes maintaing the big amount of packages eaiser [05:32] sure it is, if you're not even bothering to check for updates! [05:32] iwj: you wouldn't patch C code with a different coding-style to the one upstream used [05:32] that might as well be a maintainer lock [05:32] so why patch packages with a different patch-style differently? [05:33] iwj: I don't consider inline diff.gz patches the 'normal way' either - it's evil, it's hard work to upgrade to a new upstream version, it's hard to check patches and send them around, etc. [05:33] mjg59: you have a sec? [05:33] hard> I don't find it so. [05:33] See rants on debian-devel passim. [05:33] seb128: you should really check the package before just copying the debian/ dir out though [05:33] Patch systems are for people who can't grok code. === mvo agrees [05:33] Keybuk: I did a mistake, no big deal [05:34] I'm going to fix it now ;) [05:34] seb128: in fact, I seem to recall you once didn't even check for a new version of the package in the archive before doing an updated version [05:34] Keybuk: doesn't ring a bell to me [05:34] Keybuk: That happens sometimes too; it's because we have no machinery to prevent it. [05:34] iwj: 'Patch systems are for people who can't grok code.' -> heavy NACK; that might be your personal opinion, but it's not common sense [05:34] seb128 does no mistakes [05:34] Keybuk: maybe that was "somebody uploaded while I was working on the update and I didn't check again" [05:34] In Debian the maintainer lock prevents it but in Ubuntu you can do it by mistake because the process is racey. [05:35] Anyway: [05:35] yes, yes, the process sucks [05:35] NEWS AT 11 [05:35] seb128: Thanks for fixing it up. [05:35] :p [05:35] iwj: np, sorry for dropping it [05:35] I'll try to remember that gnome packages have patch nightmares. [05:35] NoMoreSourcePackages!!!11!one! [05:35] :) [05:35] yeah! [05:35] Do you need any help ? I have lots of diffs and old versions and stuff lying around here. [05:35] pitti: mmmm, vapourware :-/ [05:35] I would no call "putting a diff to debian/patches" a nightmare ;) [05:35] Keybuk: 'import future' === mvo finds cdbs-edit-patch realy convinient to use [05:36] We'll just have to disagree about the patches but obviously I can try to remember for these packages. === mvo hugs pitti for it === jbailey [n=jbailey@montreal.canonical.com] has joined #ubuntu-devel [05:36] iwj: in general, the existance of debian/patches/ dir indicates a patch system; and IMHO it's not hard to check for that dir [05:36] iwj: no, that's fine, I've the previous version on the disk and the change is fairly trivial [05:36] thank you [05:36] <_ion> mvo: Yeah, cdbs-edit-patch is very handy. [05:37] Keybuk: Soyuz should check that the previous ubuntu version is mentioned in the changelog (with a full-text grap). [05:37] s/grap/grep/ [05:37] iwj: write a spec ;) === Kamion has to go out to play chauffeur; back in a bit [05:37] Keybuk: I might do :-). [05:38] Keybuk: NoMoreSourcePackages would make this spec obsolete, too, right? [05:38] seb128: Could you pass me the new .diff/.dsc under the table ? [05:38] I want to do some last-minute faff :-). [05:38] pitti: in theory === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-devel [05:41] gnomefreak: Hi [05:42] mjg59: hi. is it usplash that has to do with tty? [05:42] No [05:42] gnomefreak: what about tty? === jdong|laptop [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel [05:42] it doesnt work [05:42] none of them [05:42] sigh. [05:42] "doesnt work" is useless. === Hobbsee just found that the fonts are much, much bigger, which makes them unusable. [05:43] Hobbsee: Should be fixed [05:43] mjg59: cool, okay, i'll try rebooting later today. === Hobbsee should go sleep [05:43] Hobbsee: -18 has saner code [05:43] yay :) [05:43] blinking cursers depending what tty you use depends where curser is === Hobbsee waits for it === jdong|laptop breaks out pbuilder and builds it himself [05:44] mjg59: any ETA on when that will hit the archives? === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [05:45] Hobbsee: it'll hit my archives in around 45 seconds :) [05:45] It's uploaded [05:45] mjg59: cant see it on LP === stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-devel [05:45] maybe i'm blind [05:45] Hobbsee: usually lp lags a few hours === jdong|laptop knows from staring at fresh backports === jdong|laptop really has no life [05:46] right === ivoks [n=ivoks@2-4.dsl.iskon.hr] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === rgould [n=rgould@mail.refractions.net] has joined #ubuntu-devel [06:01] iwj: http://people.ubuntu.com/~seb128/nautilus-update/ [06:04] back [06:05] seb128: Thanks a lot. [06:05] jono: haha, cool pic :) [06:05] jordi, :P [06:06] iwj: np [06:07] seb128: dpkg-source: error: file nautilus_2.16.0-0ubuntu2.diff.gz has size 740219 instead of expected 114796 [06:07] ! [06:08] iwj: weird [06:09] Strange. [06:09] My w3m downloaded a huge version. [06:09] wget worked. [06:09] it has the correct size on rookery [06:09] k [06:09] weird === LeeJunFan [n=junfan@67.59.36.1] has joined #ubuntu-devel [06:11] mjg59, ping [06:12] doko: translate-toolkit done === fsmw [n=Fernando@200.72.33.77] has left #ubuntu-devel ["Ex-Chat"] === lemsx1 [n=lemsx1@p86-65.acedsl.com] has joined #ubuntu-devel [06:13] i'm glad to see StickyNotes applet again! === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === Huahua [n=hua_@122.0.231.1] has joined #ubuntu-devel [06:15] heya Huahua [06:15] hey, jordi [06:18] iwj: ping === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel [06:19] Amaranth: ponb [06:19] Amaranth: pong even [06:19] iwj: I'm trying to find a way to force firefox to use a specific proxy (and not let users turn it off), http://in-cider.spaces.live.com/blog/cns!1F17474AB1F2CE52!338.entry is all I've found on it so far. Does that look like a bad solution? [06:21] Amaranth: this is not the right place for those questions. but what you need to do is learn to use user_prefs in the .js file. put the proxy information there and make the file read-only (or use a global file from /etc) [06:21] lemsx1: Sure it is, I'm trying to make a package do it. :P [06:21] Amaranth: in Windows you can do other things like a pseudo-encryption of the .js file after you set the settings as you want. google it [06:21] What stops the user downloading ff from the official site and installing it in their filespace ? [06:21] Nothing. :/ [06:21] I hate firefox. [06:22] So use a firewall. [06:22] Amaranth: all apps in UNIX would go through the same issues. not just Fx [06:22] Well, one thing stops them: I'm blocking port 80 out for everyone except the daemon user [06:22] iwj, the iptables rule we talked about before wont let them browse unless they set their proxy settings right [06:23] it wont be intercepting, but port 80 will surely be blocked [06:23] ogra: hey :) did you read my query ? [06:23] Amaranth: iptables allows redirect to 3128 for transparent proxies [06:23] ogra: Right. [06:23] so even if the install in ~/ it will work [06:23] Amaranth: So why do you care if the user finds some way to override the proxy settings and breaks their own web browsing ? [06:23] Amaranth: it's actually really easy to do with shorewall [06:23] iwj: Well, ok, forcing it isn't required. [06:23] lemsx1: Intercepting proxies are Evil, Bad and Wrong. [06:23] he wants it fully automatic === LeeJunFan_ [n=junfan@67.59.36.1] has joined #ubuntu-devel [06:23] iwj: but it works [06:23] Amaranth: So just drop it in /etc/firefox/pref or whatever the dir is. [06:24] lemsx1: No it doesn't. RTFRFC. [06:24] I just want to automatically set it without touching the user profile. [06:24] lemsx1, it doesnt ... dont start that discussion again pease [06:24] iwj: I've done that setup at home. it works. use shorewall [06:24] *please [06:24] ok [06:24] thanks :) [06:24] iwj: you are right. it doesn't work [06:24] lemsx1: Come back when you've read and understood the RFC which explains how it fails. [06:24] Well, it does work 99% of the time. [06:25] That 1% will kill you though. [06:25] Of course the web is randomly flakey anyway so you probably don't notice an increase in flakiness. === LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-devel [06:25] Amaranth: Sure. /etc/firefox/pref, create a file called your-thing.js containing appropriate pref() things. [06:25] alright [06:25] now the fun part is boosting the proxy to root to install that file then dropping again :) [06:27] Amaranth, probably keep that for edgy+1 ? === nags [n=nags@59.144.43.3] has joined #ubuntu-devel [06:27] Kamion: I uploaded germinate and will upload ubuntu-meta next with the support for recommends (no seed changes yet,) just so that the next ./update will do the right thing(tm) [06:27] ogra: I suppose [06:27] smells a bit like suid hell [06:27] i'll upload the package i have now then [06:27] i'll work on that in a separate branch or something === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-devel [06:27] Amaranth: Why not ship the file as part of the proxy package or the config package or something ? [06:27] right [06:28] iwj, the gui has a checkbox ... [06:28] iwj: Well, the configuration GUI for the proxy has this little checkbox to turn the rules on/off [06:28] it will en/disable the proxy [06:28] Ahh. userv is the answer :-). [06:28] mvo: ok; please bump the versioned build-dependency on germinate [06:28] hehe === iwj plugs shamelessly. [06:28] Kamion: right, will do === kagou [n=kagou@88-136-29-82.adslgp.cegetel.net] has joined #ubuntu-devel [06:29] iwj, so why isnt it in main then ? :P [06:31] Nothing in main is using it and we don't care enough about server admins who are weirdos enough about security to want it. === TomB [n=tomb@ACBC90DF.ipt.aol.com] has joined #ubuntu-devel [06:32] Yay, seb128's new nautilus breaks it totally as I expected, by exposing the gnome-app-install breakage. [06:32] So excellent, my test case has arrived. [06:32] iwj: break what? [06:32] the feature? [06:32] You unbroke the attempt to use the feature. [06:32] But gnome-app-install is broken too. [06:33] Don't worry about it, it's not your fault :-). [06:33] pfiouuu ;) [06:33] we can blame mvo then :p [06:33] I go away for a week and look what happens ... [06:35] what is the package to file a bug on the alternate installer? [06:35] gnomefreak: the catch-all package is debian-installer [06:35] ok ty === mvo blushes and mumbles something incomprehensible [06:37] Woah, bzr blame is actually called bzr blame. [06:38] haha === mvo always uses bzr praise [06:39] I tried `bzr ann' and that didn't work, and I didn't fancy typing `annotate' every time ... === jdong|laptop suggests setting up an aliase [06:42] alias* [06:42] or add it to bash completion :) [06:48] Isn't ann aliased? [06:49] it is in bzr.dev at least [06:49] and also 0.9 [06:52] seb128, dholbach: is gtk-clearlooks-gperfection2-theme the replacement for gtk2-engines-clearlooks? [06:53] doko: no [06:53] doko: gtk2-engines has the "real thing" === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has left #ubuntu-devel [] [06:54] Keybuk: any idea why udevinfo -q name -p /block/loop0 says that there's no record for /block/loop0 in the database? [06:54] sorry, make that loop1, better example [06:54] Kamion: because nothing interesting happened to it, usually [06:54] I know udev knows about the device because: [06:54] brw-rw---- 1 root disk 7, 1 2006-09-07 17:46 /dev/loop1 [06:54] which is about when I did 'modprobe loop' [06:55] right [06:55] Keybuk: shouldn't it be able to tell me the associated device name? [06:55] no symlinks, no programs, etc [06:55] Kamion: if udevinfo returns no information, then the device name is the kernel name [06:55] oh, I guess this is why casper has an || [06:55] ok, fair enough [06:55] it's an odd "optimisation" that udev doesn't store things in its database if it didn't rename them [06:56] if udevinfo doesn't return a name, assume basename of the DEVPATH basically [06:57] ok, thanks [06:57] it increasingly rarely comes up these days, because we have so many little helper programs that look at block devices [06:57] but it still can come up when it's just a plain device with no interesting features [06:58] udevinfo -q name -p /class/mem/null [06:58] ^ e.g. :p === lbm [n=lbm@89.150.65.13] has joined #ubuntu-devel [07:00] Keybuk: are you gonna make upstart shut down right? ;-) [07:00] jdong|laptop: I think we've figured that bug out :p [07:00] Keybuk: rc0-halt's envirnment override? [07:00] indeed [07:00] *rephrases* Keybuk: are you gonna upload a new upstart that fixes that problem? [07:01] [07:01] I always assumed "halt" did what it said on the tin, and halted the machine [07:01] so I implemented it that way [07:01] lol, make sense :) [07:01] yeah, there will be a new upstart today that fixes most, if not all, of the open bugs === mvo is away for ~2h [07:02] it's a bit kooky that kdm calls "halt" instead of "shutdown" though :-/ [07:02] on most UNIXen that will literally just halt the machine [07:03] heh, don't blame me for that one :) [07:03] it's kdm... what can I say? :) [07:03] G0SUB: ping? [07:04] pitti: hello === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel [07:05] ogra: is willowng the edubuntu web filter thing? [07:05] Kamion, mdz: I would like to upload OOo 2.0.4 release candidate 1; I don't see major problems on i386, amd64 (ia32) and powerpc. [07:05] Riddell, yep [07:05] Riddell: yeah [07:06] now with KDE frontend ;) [07:06] Amaranth: that's what I just noticed [07:06] Amaranth: written by you? [07:06] pitti: ping [07:06] lamont: pong [07:06] actually, no, i never even tried it :P [07:06] Amaranth: who made it? [07:06] LaserJock pointed me to a repo, said it works for him, i merged :) [07:07] pitti: wondering why you didn't just sync bind9 from sid like I suggested for edgy.... [07:07] Robert Ray is his name, I think [07:07] i've never seen him on irc [07:07] Amaranth: interesting [07:07] doko: I'd like to leave that decision to mdz [07:07] lamont: we can still do that if we can drop the ubuntu changes; I didn't check [07:07] Robert Day [07:07] lamont: I just uploaded the same version to dapper-security and edgy [07:07] Amaranth: got a URL? [07:07] the ubuntu changes were all obsoleted by switching to lsb functions in 9.3.2-2 [07:07] ah, cool [07:07] pitti: ah, ok [07:08] I guess I'll forgive you then [07:08] Kamion: I need just an ok, not a discussion ;-) [07:08] the one in the 0.3 package is ugly codewise, i have new patches from him that fix it [07:08] lamont: I'll file a sync request [07:08] Riddell: Nope, I only know of him through LaserJock and one email [07:08] crazy [07:08] Riddell: I'm putting willowng on a Kubuntu 6.06.1 project I'm working with with raphink [07:09] LaserJock: The KDE GUI will need to be patched to remove the entire first tab for that [07:09] pitti, iwj: did you hear of http://www.g2zero.com/2006/09/examining_defects_in_the_firef.html already? :-) [07:09] doko: I'm just telling you it won't be from me [07:09] <_ion> keybuk: kdm probably calls halt to poweroff because halt has done exactly that forever, at least on Debian and Ubuntu. :-) === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [07:09] Amaranth: really? for the domain filtering, or is that a different tab [07:09] re [07:10] dholbach: ouch [07:10] LaserJock: is this written using pykde3? [07:10] Riddell: it might be pyqt3 actually [07:10] I think === rkd [n=rday@80-41-116-50.dynamic.dsl.as9105.com] has joined #ubuntu-devel [07:11] pitti: the debian version is 9.3.2-P1-1.... === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [07:11] Riddell and Amaranth: rkd is the guy that wrote it [07:11] hey [07:11] pitti: so yeah, you can sync that [07:12] nice [07:12] bah [07:12] gaim deadlocks when I drag a buddy from one group to another [07:12] Seveas: Hi [07:12] pitti: oh right. 9.3.2-2ubuntu1 was doko dropping the gcc-3.3 build-dep for powerpc. that's incorporated in my upload [07:13] hey rkd [07:13] mjg59, did you merge from my branch today? [07:13] pitti: 9.3.2-P1-1 also has a little bit of low hanging (and low risk) changes [07:13] Amaranth, was my cleaned-up willowng-config-kde code ok? [07:13] Seveas: Earlier on, yes [07:14] haven't tried it yet but it looks nice [07:14] great [07:14] mjg59, including the multi-variant themes and the fix for the rather silly timeout bug? [07:14] rkd: Any chance you could just load the .ui file instead of doing code generation? [07:15] Yup [07:15] hi rkd, thanks for doing the KDE williowng [07:15] great -- then my usplash work is done for now [07:15] artwork people will probably poke me for theme creation though [07:16] Seveas: out of interest, do all of your lines end to Japanese unicode? [07:16] Seveas: I wasn't quite clear on the use of the term "cropped" [07:16] Amaranth: it's possible, i guess, but i'm not experienced enough with QtDesigner to know if you can; currently after every UI change I have to manually add in a fair bit of init code to load modules, set up DBUS etc. [07:16] mjg59, the term cropped is wrong [07:16] Riddell: no problem [07:16] Amaranth: that's possible but there's a bug which means you can only do it from the same directory [07:16] my english isn't always 100% -- it should be 'scaled' [07:16] <_ion> sladen: Yes. [07:16] Riddell: yuck [07:17] Seveas: Ah, ok [07:17] god! the unicode! I can't take the unicode! [07:17] [07:17] hi jdong|laptop ! [07:17] [07:17] lol === jdong|laptop looks over at unhappy Gentoo ASCII box === jdong|laptop pops in Edgy Knot 2 CD === pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel [07:18] seb128, pitti: you know which irc chan is most likely to have gnome-cups commiters? [07:19] janimo: no, sorry [07:19] Seveas: That would almost look like a homestar runner thing if the font used for katakana had antialiasing [07:19] janimo: nobody is working on it, bugzilla [07:19] janimo: you can try #gnome-hackers but don't expect too much [07:20] seb128: their bugzilla has >60 open bugs so not a good idea I think. [07:20] I saw hub committed at least once [07:20] 60 open bugs is nothing [07:20] seb128: nautilus is not a benchmark :) [07:20] heh [07:21] still, 60 bugs is nothing for an upstream product [07:21] nautilus has almost 1000 [07:21] see what I said above re nautilus === pvanhoof [n=pvanhoof@d54C0F01A.access.telenet.be] has joined #ubuntu-devel [07:21] lol :) [07:21] Seveas: do you think your freenx packages would work in edgy? [07:21] (yes, I am that lazy) [07:21] nautilus bug benchmark systedm [07:21] 60 open bugs is small [07:21] janimo: http://bugzilla.gnome.org/reports/weekly-bug-summary.html [07:22] jdong, only if you set bash as /bin/sh -- I need to fix freenx [07:22] janimo: look the top 15 [07:22] but NX is in a horrible condition [07:22] Seveas: k, does setting bash as /bin/sh break anything else? [07:22] and hell why isn't that default? [07:22] janimo: I was not saying that nautilus doesn't has lot of bug, just that 60 is really low [07:22] because dash is a lot faster [07:22] ah, ok [07:23] janimo: anyway when there is no activate maintainer not easy to get somebody to commit [07:23] <_ion> seveas: A quick solution would be modifying the scripts to have #!/bin/bash [07:23] indeed [07:23] janimo: IRC will not make it better than bugzilla [07:23] <_ion> Or "solution" at least. [07:23] patches apprecitated [07:23] Seveas: is it ok just to symlink bash to sh, or is there a debianish way of doing it? [07:23] or time [07:23] janimo: hub decided to commit his patch because nobody was replying, I'm not sure he's wanting to commit patches for other people too, that would be taking over the product [07:23] seb128: we should just branch it in LP and go with our own version [07:24] <_ion> jdong: I'd recommend against changing the symlink, but patching the package instead. :-) Anyway, probably sudo dpkg-reconfigure dash [07:24] janimo: that's sort of what we do with adding all those patches to debian/patches directory, no? ;) [07:24] seb128: this means maintainers took the lock and went away. Not nice [07:24] janimo: nobody "took the lock" [07:24] seb128: yes but it's a lot more work [07:24] janimo: the lock is free if you want to be maintainer [07:25] seb128: really? hmm whero do I apply for that? [07:25] I am not joking [07:25] _ion: the thing is, a lot of other things are broken by dash, too.... ati, dvd-slideshow, etc etc etc [07:25] janimo: write the previous maintainer and say you are wanting to take over [07:25] _ion: my core duo can take some bash slowness :P [07:25] jdong|laptop: it's not that many, and they're all bugs that were present before [07:25] they should all be fixed [07:25] seb128: you see, when the previous mainatiner is MIA that is hard. [07:25] maybe show a bunch of patches so they can juge if you fit for the job ;) [07:25] fixing bashisms isn't hard [07:25] Kamion: yes... fix them :) [07:25] lol [07:26] ha ha ha plonk [07:26] janimo: he's not MIA, he just has willing to work on the product or is busy [07:26] (hint: I've fixed lots) [07:26] s/willing/no willing [07:26] seb128: who is he? fejj? jody? [07:26] janimo: jody [07:26] <_ion> * cmdline/apt-get.cc: - always show auto-removable packages and give a hint how to remove them [07:26] <_ion> Rules! Thanks mvo. :-) [07:26] Kamion: fix them all. I expect my edgy to be rock solid :) [07:27] seb128: anyway the whole point of bzr is not not get locked upon such bottlenecks [07:27] janimo: feel free to branch from it [07:27] jdong|laptop: then you're crazy ... edgy was never meant to be rock-solid [07:27] I'll see if I can make a bzr branch then === tkamppeter [i=till@nat/mandriva/x-2c744250edc4870f] has joined #ubuntu-devel [07:27] Kamion: I'm joking :) [07:27] janimo: then you have to convince people that they should use your brancj [07:27] branch [07:27] yes, it's not that funny I'm afraid [07:27] Hi, [07:27] not given the hours we're all currently doing [07:28] I have a problem with my Samsung X10plus laptop. [07:28] I am trying to run the knot-2 live CD, so that I can start with my work here at Ubuntu [07:29] It seems that there is a problem with the NVidia GeForce FX Go 5200 [07:30] When it tries to switch into the X display the screen stays simply blank. [07:30] tkamppeter: does pressing ALT+F7 help? [07:30] tkamppeter: and the failsafe X option doesn't work? [07:31] Thank you for the tips, I have currently booted my laptop with Mandriva to run this session. [07:32] How do I activate the "failsafe X"? Is this the second entry in the main menu of the boot spalsh screen? [07:32] yes [07:32] This second option I tried and it did not help. I did not try Alt+F7 though, when do I have to press Alt+F7 [07:33] tkamppeter: after the system has "finished booting" [07:33] sometimes I find that the livecd finishes booting , but doesn't actually switch into X, rather sitting on an empty console [07:34] There I Have tried Ctrl+Alt+F1 (F2, F3?) and then I saw a boot sequence in text mode scrolling, with a lot of "chdir: No such file or directory" [07:35] that does rather sound like a broken live CD ... [07:36] tkamppeter: you might want to do a media check [07:36] also from the bootup menu [07:36] have you tried the usual things like burning at a lower speed and cleaning the drive lens? [07:36] since you're using knot-2, an image problem like that would have come up in testing - chdir failing doesn't sound graphics-card-specific [07:37] it sounds like it failed to mount the cdrom [07:37] casper's not always bright enough to see that's what happens and error out. [07:38] mvo: do I need the changes you uploaded in xubuntu-meta as well? === cymcy [n=cymcy@d83-177-238-7.cust.tele2.fr] has joined #ubuntu-devel [07:39] I have successfully booted the CD on another PC (with ATI graphics card), there it worked, but there was no space for installing it. === TheAsh [n=sephirot@209.91.241.3.ded.caribe.net] has joined #ubuntu-devel [07:40] <_ion> mvo: "The following packages where automatically installed and are no longer required:" [07:41] tkamppeter: that would suggest a dodgy drive to me, then [07:41] sadly it's a very common problem [07:42] we do suggest it to the user in various places, but there are a huge number of different possible failure modes, from the sublime to the ridiculous [07:42] we need a try/except around the entire operating system, and we need to put the except bit in code that doesn't come from the CD ;-) [07:43] I have now tried on a third PC with Intel i810. There it seems really to be the graphics card. [07:43] Prompts on Ctrl+Alt+F1, F2, F3, but no X screen on F7. [07:43] Kamion, now thats a cool idea [07:44] tkamppeter: try the VESA safe mode on that machine? [07:44] might also be worth trying the alternate install CD, and see if it gets any further [07:44] AFAIR Intel i810 has no VESA framebuffer, but I can try. [07:44] sometimes squashfs seems to exacerbate transient CD read errors [07:47] I am burning the alternate now. I hope it will work. [07:50] While burning the alternate I am now booting the i810 PC with the VESA safe mode (second choice in boot splash menu). === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-devel [07:51] VESA safe mode does not help on the i810 box. [07:52] What are the differences between the standard and the alternate boot CD? [07:52] doesn't work on my HP NW8240 either [07:52] the standard one is one giant live (squashfs/unionfs) filesystem; the alternate one is a pool of .debs with a small installation image [07:53] they're about as different as it's possible to get === zyga_ [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [07:53] the alternate image is what you'd probably call the traditional Debian/Ubuntu installer [07:53] its the edubuntu installer :) [07:53] alternate is what was 'normal' before dapper [07:53] afaik :) [07:53] yes [07:53] So the alternate is the classical way to provide Linux. You boot a CD to directly install. [07:53] right [07:54] ooh, freenx now does single-window sessions [07:54] *thud* [07:54] the reason the desktop CD was brought to prominence was that many people wanted us to provide a live CD, and it saves us (Canonical) a considerable amount of money to be able to ship a live CD that can be installed as well [07:54] This I will not be able to test on the i810 box, as my co-worker needs Mandriva on it. === lionelp_ is now known as lionelp [07:55] It is like Mandriva One, this is also a live CD which can be installed by an automated copy onto the hard disk. Mandriva 2007 will also be presented this way. === joumetal [n=jouni@laku34.adsl.netsonic.fi] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #ubuntu-devel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [08:00] Four hours to feature freeze. Better not need more than about 20 or so installs to get this right, then ... === kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-19-198.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === jdong [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel [08:05] Will come back from another box, so that I can try again with my laptop. === jdong [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === tkamppeter [i=till@nat/mandriva/x-728a0ed010fe5ef6] has joined #ubuntu-devel === mayday_jay [n=maydayja@gimel.nas.net] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel [08:16] ubiquity 1.1.13. lucky for some === jdong|laptop [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === mbiebl [n=michael@dslb-084-056-250-088.pools.arcor-ip.net] has joined #ubuntu-devel [08:27] Now my laptop has booted finally from the life CD. I have only chosen the safe VESA mode. Probably I did not wait long enough the first time. Thanks for all the tips. === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has joined #ubuntu-devel [08:30] what are the chances to get an updated krb5 (main) into edgy? [08:30] the current package doesn't contain the latest security fixes? [08:30] s/?// [08:30] geser: if so, quite big. === cassidy [n=cassidy@dhcp204.iihe.ac.be] has joined #ubuntu-devel [08:32] should krb5 1.4.3-9 (current is 1.4.3-5) go in or the latest from debian unstable (1.4.4-1)? === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [08:38] doko: ooo 2.0.4 -> please send details via email as usual === givre [n=flo@APuteaux-152-1-16-218.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-devel === _TomB [n=tomb@ACC93020.ipt.aol.com] has joined #ubuntu-devel === Whoopie_ [n=Whoopie@unaffiliated/whoopie] has joined #ubuntu-devel === Whoopie_ is now known as Whoopie === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [08:58] ooh, the new startup sound is really jungle-ish :) [08:58] jdong: forest or music genre wise? [08:58] forest :) === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel [] === givre [n=flo@APuteaux-152-1-16-218.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] [09:02] the /exec command in xchat is awesome. === bluefoxicy gets a terminal to kill broken gnome-panel [09:02] damn thing keeps freezing and if there's no icon on the desktop for a terminal or no existing terminal you can't kill it. [09:03] anyone else get really blurry rendering of OOo? [09:03] my eyes hurt looking at the menus [09:04] ubiquity 1.1.13> and the verdict is ... unlucky === Kamion tries to unbreak it === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel === jdong|laptop [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === givr1 [n=flo@APuteaux-152-1-25-94.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === Zdra [n=zdra@126.164-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === mbiebl [n=michael@dslb-084-056-250-088.pools.arcor-ip.net] has joined #ubuntu-devel === TomB| [n=ownthebo@ACC93020.ipt.aol.com] has joined #ubuntu-devel === Norgz [n=eroux@maisel-gw.enst-bretagne.fr] has joined #ubuntu-devel === LeeJunFan [n=junfan@67.59.36.1] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [09:19] Finally, I have knot-2 up and running, [09:19] but already a bug: [09:20] Thunderbird is in the menu, but not on the system. [09:20] Are the menu entries coming from each package, or is there one package with all menu entries? [09:20] from packages [09:20] that's odd === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [09:21] tkamppeter: is there /usr/share/applications/*thunderbird*.desktop [09:21] ? [09:21] mjg59: a moment of your time? [09:21] I installed from the live CD [09:21] hmm, powernowd is not loading the ondemand governor [09:21] Now I cannot check any more, as now my "apt-get install mozilla-thunderbird" has finished. [09:22] heh === givre [n=flo@APuteaux-152-1-39-64.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [09:24] Keybuk: Sure [09:24] jdong: Why not? === givre [n=flo@APuteaux-152-1-39-64.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] [09:24] mjg59: I'm trying to figure that out... only performance is loaded [09:25] * Starting powernowd... /etc/init.d/powernowd: line 86: echo: write error: Invalid argument [09:25] as stated by that ^^ [09:25] jdong: What hardware? [09:25] intel core duo [09:25] speedstep_centrino [09:25] mjg59: clear > /dev/tty1 [09:25] mjg59: why? :p [09:25] mjg59: (in the S98usplash script) [09:26] Keybuk: Christ knows [09:26] Nothing to do with me [09:26] that's why tty1 vanishes if you're running usplash [09:26] jdong: Ok, that's a touch concerning [09:26] jdong: It means that it's not getting the latency guarantees it wants [09:27] :( hmm [09:27] mjg59: is there any way to get that info for debugging purposes? [09:27] Probably not trivially [09:27] sladen: ping ? [09:27] mjg59: mind if I make an upload to fix that? [09:28] mjg59: or do you have one planned? [09:28] Keybuk: Go ahead [09:28] Just check it in afterwards [09:28] yup [09:29] mjg59: cpufreq-detect.sh does identify speedstep-centrino as the MODULE. [09:29] hmm [09:30] mjg59: if I modprobe cpufreq-ondemand then start powernowd, it's happy [09:30] Oh [09:30] Hm. [09:30] So. [09:30] powernowd-early is supposed to load that automatically [09:30] so it would appear powernowd is failing to modprobe the right modules [09:30] mjg59: powernowd-early is a broken symlink here? [09:30] hmm [09:30] That would probably be your problem, then [09:30] I don't have powernowd.early [09:31] what package is that in? [09:31] powernowd [09:31] If you've ever deleted it, it won't be recreated [09:31] hmm, I don't think I would've deleted it [09:32] alright, restored it... === jdong shrugs and goes back to his usual routine [09:32] thanks for your help, mjg59 [09:33] mjg59: now, one of these days you're gonna have to help me get those shiny graphs in g-p-m === jordyp [n=jordy@82-168-235-23.dsl.ip.tiscali.nl] has joined #ubuntu-devel [09:35] Keybuk: Ah - is it possibly so that the tty is clear when usplash flicks back there briefly? === givre [n=flo@APuteaux-152-1-39-64.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [09:38] mjg59: why does usplash flick back there? [09:38] Keybuk: Because it needs to restore text mode somewhere [09:38] oh, for the console reset stuff [09:39] why can't it restore text mode on tty8 ? [09:39] Actually, it's possible that it does [09:39] Hm [09:39] Keybuk: it doesn't restore console 1 for me either; but when I press enter it does [09:39] this isn't "restore text mode" stuff [09:39] Oh, maybe it was from back when we didn't run usplash on its own vt [09:39] it's just /etc/issue that's not being shown in my case [09:39] this is "when we stop usplash, run console-screen.sh" === mbiebl [n=michael@dslb-084-056-250-088.pools.arcor-ip.net] has joined #ubuntu-devel [09:43] mjg59: right, so this code does [09:43] - clear tty1 [09:43] - quit usplash (which I assume chvt's to tty1) [09:43] - run console-screen.sh [09:43] - clear tty1 (again!) [09:43] - chvt 1 [09:43] (the latter if the console is 8) [09:44] Right [09:44] I'm afraid I never wrote any of that code [09:45] <_ion> The _only_ time the usplash splash is visible is during shutdown, from S20sendsigs i think. I wonder how to start debugging this? [09:46] mjg59: sending QUIT to usplash does chvt to 1, yes? [09:53] Keybuk: To whatever vt usplash was started from === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [09:54] mjg59: tty1, as that's the only one that exists in initramfs === ogra_ [n=ogra@p548ADBCD.dip.t-dialin.net] has joined #ubuntu-devel === jcsmith [n=jcsmith@24-50-249-104.pittpa.adelphia.net] has left #ubuntu-devel ["Leaving"] === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [10:07] iiii [10:07] sorry, stuck keyboard [10:07] jdub, ping === ploum [n=ploum@ubuntu/member/ploum] has joined #ubuntu-devel === ivoks_ [n=ivoks@lns01-2887.dsl.iskon.hr] has joined #ubuntu-devel === ivoks_ is now known as ivoks [10:12] does a chvt 1 while on vt1 cause the wrong set of vt-switching signals to be sent? === ploum [n=ploum@ubuntu/member/ploum] has joined #ubuntu-devel === Spads [n=crack@host-87-74-19-213.bulldogdsl.com] has joined #ubuntu-devel === dcode [n=dcode@r05jes6wc.desktop.umr.edu] has left #ubuntu-devel [] === doko_ [n=doko@dslb-088-073-080-214.pools.arcor-ip.net] has joined #ubuntu-devel === pygi [n=pygi@89-172-194-163.adsl.net.t-com.hr] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === eggauah [n=daniel@201.82.14.135] has joined #ubuntu-devel === TomB_ [n=tomb@ACCAB28B.ipt.aol.com] has joined #ubuntu-devel [10:21] do my comments on bug 59402 look right to you guys? if so, is there somebody I should assign it to? [10:21] Malone bug 59402 in libxxf86vm "Cant't build against libxxf86vm-dev" [Untriaged,Unconfirmed] http://launchpad.net/bugs/59402 === TomB| [n=ownthebo@ACCAB28B.ipt.aol.com] has joined #ubuntu-devel [10:24] sladen: how do you mean? [10:25] Keybuk: what is the effect of chvt 1; chvt 1 and svgalib restoring the state of the console "on switch" [10:26] no idea [10:26] by the time the second chvt 1 is run, usplash isn't running [10:26] the issue is more that tty1 is cleared in the first place [10:26] clearing anything important that was on the screen before [10:26] including getty :p === kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-devel [10:27] Keybuk: so it's doing clear; chvt 8; rather than chvt 8; clear [10:28] eh? [10:29] it's doing exactly what I said [10:29] it clears tty1 [10:29] (on a related topic; I still don't understand why console-screen needs to actually, physically, change the vt ... why can't it just reset the vts while usplash is running - but hey-ho) [10:30] probably bugs/features in the vt layer [10:30] or a bad script === HiddenWolf_ [n=HiddenWo@136.146.dynamic.phpg.net] has joined #ubuntu-devel [10:31] Keybuk: "it" clears? [10:31] S98usplash [10:31] has "clear > /dev/tty1" [10:31] which is why getty vanishes === givr1 [n=flo@APuteaux-152-1-15-120.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [10:32] Keybuk: I suggest you strike down on it with great vengeance === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [10:33] mvo: back [10:34] mvo: I know what is going on but I kind of don't understand why... the template expanding code explodes into infinity (no pun intended) === ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel [10:36] is it intentional to have update manager only use archive.u.c? [10:36] mvo: there is also a pretty bad problem of $(ls) treated like variable substitution [10:37] zyga: hm ... === givr1 [n=flo@APuteaux-152-1-15-120.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] [10:37] LaserJock: what do you mean? [10:37] mvo: I can reproduce the crash using one liner, just a sec [10:38] zyga: ok [10:38] mvo: sorry, that wasn't very clear. I'm using update-manager to upgrade to edgy [10:38] mvo: it appears as if it is replacing any mirror with archive.u.c in the sources.list [10:39] LaserJock: that would be a bug then, it really should not touch the mirror url [10:39] just rewrite the distribution section [10:39] it leaves the components [10:39] it just adds a new line with archive.u.c [10:40] (that one liner is a particularly long one *g*) === joumetal [n=jouni@laku34.adsl.netsonic.fi] has left #ubuntu-devel ["Leaving"] [10:42] 1.9MB long line really hogs vim... [10:42] zyga: try vile [10:43] lemsx1: gosh, that's emacs? [10:43] well anything that works ... [10:43] zyga: nah [10:43] zyga: vi for big files === HiddenWolf_ is now known as HiddenWolf [10:43] woooah!!! [10:43] it's just fast! [10:43] vile? [10:44] yeah [10:44] hmm, no insert mode/ [10:44] turn off syntax highlighting and vim should behave better [10:44] good to know. i never use it myself :-P [10:44] vile is just like vi [10:44] oh, true === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [10:44] you might want to use vim in read-only mode or something... like: view foo.txt [10:45] that won't particularly help [10:45] IME [10:45] Kamion: i wonder if there is an easy way to tell vim to turn off all extra stuff [10:45] use vim-tiny and run it as vi ... [10:46] or vi -C [10:46] hmm, no [10:46] Kamion: ah, removing ~/.vimrc and launching vim as vi: ln -s /usr/bin/vim /usr/bin/vi ... or so [10:46] vim in read only mode still dies on that file [10:46] but vile is quite usable [10:46] try 'view -u NONE' [10:47] zyga: vim should do it as well, but the highlighting, syntax detect, and completion really kills you at times === lbm [n=lbm@89.150.65.13] has joined #ubuntu-devel [10:47] behaves much better on big files IME [10:47] I kind of know what crashes in my code now, somehow I the list of iterable variables expanded and expanded into one *BIG* list of variables, I don't know how it did that on small postinst file [10:47] Kamion: in vi mode, yes. but in vim/gvim it's very slow [10:48] OTOH anyone who wrote mailman.postinst should DIE ;-) [10:48] lemsx1: works fine for me in vim mode [10:48] (I use vim, not vim-tiny, so I don't really *have* a vi mode) [10:48] zyga: lol [10:49] -u NONE turns off all initialisations, including syntax highlighting etc. === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has left #ubuntu-devel ["wth] [10:50] Kamion: i have a spiffy .vimrc/.vim/.gvimrc setup... sometimes i hit one of those huge (gigabytes in size) files who really mess up vim === jdong_ [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === jdong__ [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel [10:50] Kamion: any XML file over 20mb is a killer for me === jdong__ [n=jdong@d192-24-235-141.try.wideopenwest.com] has left #ubuntu-devel ["Leaving"] [10:51] somebody should write a Howto in howtoforge on the "perfect vim setup" :-P === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [10:51] lemsx1: nah, ubuntu should ship one :) [10:52] zyga: you got a point there... but, vim will read your own $HOME settings after the system-wide ones... [10:53] lemsx1: so/ [10:53] there is no .vimrc in skel [10:53] <_ion> I'm sure ubuntu wouldn't ship my perfect vim setup, which e.g. contains "set guioptions=Lacir" to hide the menubar and the toolbar in gvim. :-) [10:53] zyga: it will screw up things [10:53] lemsx1: anyone who uses vim knows how to get past that ;-) [10:53] zyga: yeah, but i mean people who already customize their $HOMEs (or use NFS-mounted home's) [10:53] I'm for removing vim/emacs off the CD for that case :) [10:54] they are not user tools in any way [10:54] emacs is not on the CD [10:54] hmm, how does g-p-m determine whether or not to hide its power graphs? is that a hal thing? [10:54] zyga: no. that's not true [10:54] only vim-tiny is on the CD, and I will vehemently oppose removing that [10:54] the small amount of space it takes up is well worth avoiding the WTF factor for any long-time Unix user upon finding that there's no vi installed [10:54] zyga: you need vi in all CDs no matter what. and vim is the best vi implementation on the planet ;-) === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [10:55] lemsx1: and you need them for what? [10:55] system.formfactor = 'unknown' (string) [10:55] hmm :( [10:55] zyga: in UNIX all config files are plain text [10:55] lemsx1: just think - anyone can install vim, no user uses vim (where user = grandma user) [10:55] zyga: adding users is one [10:55] lemsx1: we already ship a good number of editors by default [10:56] lemsx1: I am only referring to the default ubuntu desktop install [10:56] zyga: i know newbies and what have you, are a totally different thing... vi takes like 1mb of space [10:56] OTOH ubuntu should be added to all dictionaries :P [10:56] how do I force hal to believe I have a laptop?? [10:56] zyga: Removing vi(m) is blasphemous [10:56] lemsx1: hmm, I are oyu sure? === kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-devel [10:56] Amaranth: not removing, moving off the precious CD to the internet archive [10:56] jdong_: install laptop-mode scripts ? [10:57] zyga: That's removing from the CD [10:57] from the default install, rather [10:57] lemsx1: apt-cache show vim | grep Size [10:57] hmm/ [10:57] 700k [10:57] lemsx1: does that actually work? [10:57] zyga: think networking and you will understand why vi can't be removed. transfering data on slow links is painful and remote management on somebody else's system is done usually on a console running some text editor that's lite [10:58] lemsx1: system.formfactor = 'unknown' (string) [10:58] zyga: i was refering to just the app [10:58] zyga: $> du -s /usr/bin/vim.tiny [10:58] 868K /usr/bin/vim.tiny [10:59] vim-tiny is 470750 package size [10:59] jdong_: i use the laptop mode scripts. they work for me [10:59] lemsx1: you have nano for remote access, and if you have remote access you might as well just install vim-tiny :) [10:59] lemonade: hal doesn't believe my laptop is a laptop, so g-p-m doesn't show the discharge graphs and such [10:59] so we're talking about 460k [10:59] err lemsx1 [10:59] Amaranth: the package is compressed right. gzip'd [10:59] Amaranth: hmm, true [11:00] lemsx1: Size is the package size [11:00] zyga: and you then will remember to type nano? vi is EVERYWHERE. i'm a solaris admin as well [11:00] I still kind-of think that it's like build-essential, it should not be on a desktop CD [11:00] lemsx1: I'm not telling anyone to remove vi. altogether, I'm just suggesting it's not needed on the desktop CD [11:00] zyga: You risk pissing off/confusing a lot of people to save 460k === mvo [n=egon@p54A64CB9.dip.t-dialin.net] has joined #ubuntu-devel [11:01] mvo: bug #59410 [11:01] Malone bug 59410 in update-manager "[dist-upgrader] new a.u.c deb line in sources.list" [Untriaged,Unconfirmed] http://launchpad.net/bugs/59410 [11:01] Amaranth: package size after install? isn't that "installed size" [11:01] Amaranth: hmm, maybe but with command-not-found it's not that much of an issue really :D === shackan [n=shackan@host194-148.pool8717.interbusiness.it] has joined #ubuntu-devel [11:01] LaserJock: thanks! [11:01] Amaranth: Installed-Size: 1392 [11:01] oh yeah, installed size is what we want since it's the desktop cd [11:01] although even then it's squashfs compressed [11:02] lemsx1: vim-tiny is what you want to look at [11:02] zyga: the desktop CD is "live" right? and it also allows you to install the OS. so, if i use it to troubleshoot a system, you expect me to remember to type all known text editors until i hit one. or just use "vi" ? [11:03] zyga: there are other ways to save space on the CD... vi is 1.x mb... [11:03] I sure don't want to be the first *nix in history to not be able to find room for vi [11:03] lemsx1: to troubleshoot anything use the alternate CD IMHO that's more appropriate [11:03] trappist: again, I'm only for removing them from the default install - nobody is hurting vi :) [11:03] lemsx1: it's 940k [11:04] lemsx1: vim-tiny is what's installed right now [11:04] zyga: well. let's just say that you win. we won't change the distrib today anyway [11:04] you want to look at it [11:04] zyga: vi is probably the 1st thing I use on a default install, to edit sources.list [11:04] lemsx1: that's okay, there is a spec about that, might just as well happen for edgy+1 :) [11:04] 940k before it's compressed in the squashfs (or whatever is used) [11:04] trappist: me too, but not just that, /etc/network/interfaces and what have you [11:04] trappist: me too [11:05] trappist: but you can, on a default install type apt-get install vim-$flavor (and you probably do that by default too) [11:05] right? [11:05] zyga: i betcha that when vi gets removed from the desktop CD there will be somebody offering their own CDs "done right" which includes vi [11:05] I do [11:05] zyga: if you have networking, yes [11:05] lemsx1: I say, let them :) [11:06] I'm sure slashdot and digg will make it front page stories too ;) [11:06] zyga: if you are in an enterprise, you might not have that choice (firewalls) [11:06] but man, if there's one thing that's always been guaranteed to be on any linux/unix box, it's vi [11:06] lemsx1: if you don't you can use nano, it's there too :) [11:06] trappist: exactly [11:06] oh guys - but first off [11:06] there is no remote access without ssh-server, we don't ship it installed by default [11:07] zyga: instead of Nano it should be evi (vim in easy mode) [11:07] i'm not talking about remote access [11:07] any server will have vim/vi on the cd and in default install [11:07] zyga: don't see the point on changing vim with anything else [11:07] IMHO one trivial text mode editor is enough, how many we put today? 5 or something? [11:07] i'm talking about 'vi' existing on every Unix/Linux in existance [11:07] zyga: fsvo "use nano" [11:07] not all desktop users are gedit/kate people. I don't want to alienate the people who have come to accept the availability of vi as a matter of faith. [11:08] Amaranth: that's true if you notice that most of those installations are not desktop systems now, think different as some company used to say [11:08] zyga: Does that company include 'vi' on their systems? :) [11:08] Amaranth: yeah, but they ship them on DVD's you know ;-) [11:09] :D [11:10] I've used *floppy* distros that saw fit to include at least ye olde vi [11:10] and besides, they do not have apt-get like system that would get you one with one line of shell [11:10] if your sources.list is working [11:10] trappist: it's not about getting every last bit of space, think about purpose of vim on the desktop - I see none :) === LarstiQ has been stuck without a way to update anything for several days [11:11] LarstiQ: again, there are many editors in the default install that just work and are far easier to save and quit [11:11] zyga: on a totally installed system? It's the only editor a lot of people use, including the desktop [11:11] zyga: see my previous comment - not all desktop users are consolephobes. I think it would be a mistake to alienate the old-school linux-desktop console users [11:11] LarstiQ: stop thinking about people = ubuntu developers, you are wrong in that assumption [11:11] LarstiQ: +1 [11:12] zyga: I'm not even an ubuntu developer [11:12] zyga: people = windows users is also a bad assumption === pitti thinks that we should ship at least nvi [11:12] having *any* vi-ish editor available is really a must [11:12] trappist: both are wrong, but statistics wins over my case [11:12] zyga: don't be a hater. if you don't want to use vi, use nano. but let vi exist in the CD for the rest of us [11:13] pitti: agreed, I can live with pure vi [11:13] lemsx1: don't get me wrong - I love vim [11:13] but vim users are generally the kind of people who know how to install the fully version, I'd assume [11:13] guys guys [11:13] pitti: +1 [11:13] 1) I love vim, i never use nano [11:13] zyga: 90% of people probably wouldn't notice if we dropped vim, but the 10% who would, would be seriously unimpressed, and potential contributors are kind of concentrated into that 10% === pitti solely uses vim everywhere, too, so I'm not speaking as a vim enemy either [11:13] 2) space is not that important, true but it might be someday or when we want to make a sub 700MB CD [11:13] 3) there is *no reason* to ship half a dozen of text only editors for a desktop CD === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel [11:14] zyga: then make people vote [11:14] while I agree on the half dozen part, I see no connection between 'text only' and desktop [11:14] trappist: I agree, so we should do this in a way that they understand is correct [11:14] zyga: there is no way nano would win over vi [11:14] or rather, reason not to [11:15] LarstiQ: the connection is: there is at least (not to mention another half a dozen probably) graphical text editors available by default that can be used instead, I'm not alientating console or anything [11:15] zyga: are any of those vi? [11:15] lemsx1: nano is just an example: it could be vi but then let's drop nano === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [11:16] (nano is better for users that *need* to use the console but never used vi to edit their broken /etc/X11/xorg.conf [11:16] zyga: now you are talking [11:16] but my claim that nano is better for that case still holds [11:16] zyga: there is easy vim for that [11:16] lemsx1: how is it called? [11:16] zyga: if symlink as evi, it just work like nano [11:16] oh :) [11:17] funny - I don't have evi [11:17] zyga: evim in the current ubuntu setup [11:17] evim :) [11:17] right [11:17] and you don't need to know anything about edit mode visual mode and whatever [11:17] looks decent :) [11:17] funny, I don't know how to exit evi :) [11:18] hehehe [11:18] lol [11:18] me either :D [11:18] no ESC for you [11:18] fortunatly that was gevim :D [11:18] yeah, I think evi kinda defeats the purpose of keeping vi [11:18] so I clicked quit [11:18] boy that was odd [11:18] trappist: +1 [11:18] trappist: it's just argv[0] [11:18] zyga: same here. it opens in gevim [11:19] I'm glad I have shown you my point of view :) [11:19] <_ion> ^O:q seems to quit it. :-) [11:19] there. hal is happily forced into believing that I have a laptop. :) [11:19] _ion: thanks! [11:19] I don't know if we have anything besides nano and vim on the cd, but I think we need nano for new users and vim for old schoolers, neither of whom we want to alienate. I think they're both crucial. === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel [11:19] <_ion> (Every vim user should learn ^O) === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel [11:20] _ion: ah, i didn't know about ^O [11:20] weird [11:20] when I rebooted the splash screen didn't print anything about what tasks were starting === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [11:20] _ion: I didn't knew that either === lemsx1 :q's the day [11:20] ttyt guys. nice chat! [11:20] (vim is an amazing editor, every day you learn something new) === lemsx1 is now known as lemsx1|gone [11:22] also the crash reporter's dialog-to-the-face is starting to seriously piss me off. [11:22] <_ion> Also :g and :norm [11:22] it bitches about every little thing, and then keeps saying whatever the first thing that ever crashed was has died [11:23] bluefoxicy: likewise; here it always thinks gaim has crashed for some reason [11:23] bluefoxicy: it tells me about it on every login [11:23] jdong: I spewed a half a dozen specs based on pitti's crash reporter, one of them mentioned something about throwing dialogs in users' faces being a bad idea [11:23] I think I said the user would just click through [11:23] yeah, no kidding.... it's just plain annoying [11:23] I didn't predict that it would aggitate the hell out of me/anyone [11:24] like the windows XP thing === _ion would like a systray item. Clicking it would show the dialog that currently opens automatically. [11:24] the XP one isn't agitating [11:24] amusingly enough it doesn't come back on every boot or every illicit program close and throw the same crap in your face. [11:24] well, that's a bug I suppose :) [11:24] <_ion> s/systray/notification area/ ;-) [11:24] I hope [11:24] I pray === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [11:25] DAMN is the new artwork pretty! :) [11:26] new sounds are sweet, too [11:26] I broke my sound card :/ [11:26] anyway [11:26] could we make the gdm background remain there untill the panel shows up? [11:27] jdong: https://wiki.ubuntu.com/AutomatedProblemReportsNotification in case you're interested [11:27] I'm not talking about fading the background or anything but just waiting for the panel to show up so that the whole process is more fluid [11:27] jdong: not that I'd ever write a single line of code in that direction. [11:27] btw will edgy have networkmanager by default, or what is used for managing network connections? === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === bluefoxicy is more of a security guy but he's strayed the path as of late; he's been looking into performance-increasing compiler/linker hacks and rewriting the memory allocator, as well as compressed memory [11:30] https://features.launchpad.net/distros/ubuntu/+spec/compressed-memory I'm hoping this is stable by Edgy+1 because I freaking love it (I used the 2.4 one back in the day) [11:30] anyway *does other stuff* [11:31] <_ion> bluefoxicy: Hmm, a very interesting concept. [11:31] _ion: memory compression? It's old, but good. === givre [n=flo@APuteaux-152-1-60-49.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel === GmanAFK is now known as Gman === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu-devel [11:49] tsk [11:49] what's wrong with this? [11:49] pid = fork (); [11:49] if (fork > 0) [11:49] exit (0); === robertj_ [n=robertj@68-190-54-248.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-devel === chrislg1970 [n=bhamgray@uslec-66-43-172-82.cust.uslec.net] has joined #ubuntu-devel [11:49] Keybuk: fork? what the hell? === jott_ [n=j@unaffiliated/jott] has joined #ubuntu-devel [11:50] Keybuk: s/if (fork/if (pid/ [11:50] yes :p === Keybuk gives himself the "duh" award [11:50] heh [11:50] (hint: you are checking if fork()'s entry point is at an address > NULL) [11:51] maybe testing the correct variables would help? :-P [11:51] Keybuk: coding while drunk/tired/surrounded by real life cute guys that actually aren't straight/etc? [11:51] coding until a deadline [11:51] sadly David's buggered off back to work [11:51] ah, coding under pressure. [11:52] <_ion> Something upstart-related, btw? [11:52] _ion: nah, just testing why usplash fucks the console [11:52] Keybuk: perhaps because its condoms are reaching their expiration date? === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [11:52] hey seb128 === Trewas [n=ilonen@157.24.184.131] has joined #ubuntu-devel === mjr [i=mjr@aulis.sange.fi] has joined #ubuntu-devel [11:53] hi [11:53] did you get a chance to see my pessulus patch? [11:53] bluefoxicy: heh, never use them myself ... and soooo off-topic :p === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [11:53] you missed the joke I see :P [11:53] yes, I did [11:53] cbx33: not yet [11:54] Keybuk: bugger off as in ->USA ? [11:54] seb128, think it'll make FF? [11:54] Keybuk: buggered [11:54] sladen: hmm? [11:54] Keybuk: the latex eventually breaks down and they expire; hence occasionally the issue of ... finding a way to use the rest of the box up quickly ... comes up :P [11:54] cbx33: if people stopping pinging me on IRC every 5s maybe :p [11:54] hahah [11:54] Keybuk: "disappeared off to work" == "flown to the US"? [11:54] sorry [11:54] np [11:54] anyway === cbx33 goes back to work [11:54] I'll have a look on it next [11:54] ty [11:54] sladen: no, just back home to the Cotswolds ? [11:55] but I've been very busy this week [11:55] I know [11:55] with GNOME 2.16, feature freeze, etc [11:55] which is why I havn't buged you [11:55] this is just a curious...do you think it'll get in [11:55] not a pressue push :p [11:55] I don;t do those === rraphink_ [n=raphink@raphink.net] has joined #ubuntu-devel [11:55] ;) [11:55] ok, so I think there will be no issue if the patch is correct ;) [11:55] :) [11:55] ;) [11:58] should we add Trashes to the places side-bar in Nautilus? [11:58] (or I guess just Trash:/// since it encompases all .Trash entries now) [11:59] robertj_: no [11:59] we already have it on the panel === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel [11:59] and it's easy to delete from the menu or the keyboard [11:59] no need to clutter places too [12:00] seb128: I was viewing the applet as the clutter :) === Kamion wonders how to migrate from console-tools to console-setup if X isn't configured [12:00] because Nautilus is only on-screen while I'm managing files [12:00] only way I can see to do it is to hope that debian-installer/keymap is there, I think [12:00] robertj_: nautilus manages your desktop too [12:01] robertj_: and some people use a different sidebar or the spatial mode [12:01] seb128: spatial is more problematic though [12:02] ? [12:02] seb128: removing trash applet for spatial users [12:02] robertj_: why it's not for people using a different sidebar to browser mode? [12:02] seb128: because then puting it in the sidebar is an obvious solution [12:03] places sidebar [12:03] well indeed, I suppose it should be in Tree as well..but still [12:03] what is your issue with the very few pixel it takes on the panel? [12:04] seb128: im a one-panel heretic [12:04] seb128: recent convert though, within 7 days every screen I had in the house went from 4x3 to 16x9 [12:04] and then I decided I might should fiddle with my layout a bit [12:04] adding a bookmark to trash:/// is easy enough if you customize your whole desktop anyway === _ion uses a single panel, it's about 60% of the screen's width, and still there's enough space in it for the trash applet. :-)