[12:08] the normal user can't read it === desrt wonders what the last [whatever] release is [12:09] knot [12:09] knot2 [12:10] oh. yesterday. that's convenient. [12:10] can your computer take the knot? [12:10] pfft. === didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel [12:12] So after Edgy, what are we going to have? We've seen a pig, some kind of spiky bush, a badger, a duck, and now a lizard. [12:12] any kernel gurus around? I'm trying to figure out if one driver ( pktcdvd ) can hook another device ( /dev/hda ) and filter requests to it, rather than create its own new device ( /dev/pktcdvd/0 ) [12:12] I vote for a mink! http://youtube.com/watch?v=Lc_xNywG2KI [12:12] bluefoxicy: please take it to -ot [12:12] possibly by replacing the lower layer device's device_operations? [12:13] tseng: I appear to still be pseudobanned [12:13] this isnt the refugee channel for -ot, in any case [12:13] <_ion> I'd vote for a giraffe, or perhaps a squirrel. :-) [12:13] tseng: I thought it was semi-ontopic but eh :P [12:14] only by the longest stretch possible === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-devel [12:14] Seveas: I vote that you cannae inslut me in channels I'm incapable of responding in! === xt [n=xt@83.242.11.11] has joined #ubuntu-devel [12:20] tseng: btw pax-utils is in universe if you want it [12:23] i saw, nice work [12:27] hmm. I don't see a TEXTREL/PIC patch for sdl 1.2.11 in Gentoo, did that stuff go upstream? [12:27] (we have 1.2.10) === bluefoxicy grabs 1.2.11 from upstream and checks for a few of the changes in the gentoo patches === wasabi__ [n=wasabi@c-67-162-246-8.hsd1.tx.comcast.net] has joined #ubuntu-devel === Frederick [n=Frederic@unaffiliated/frederick] has joined #ubuntu-devel [12:30] whoa, upstream just commented it out and said "FIXME" [12:31] question: does anyone know of an ide that doesn't get in your way, but does support cool features such as code-completion and code-folding? I currently use gnome-terminal with multiple tabs and vim, anything I've tried so far annoys the hell out of me :) [12:31] well, looks like they got their attention, I'll e-mail them and point them at portage CVS. o.o [12:32] TMM: the problem with every ide is: not vim [12:32] TMM, emacs ;) [12:32] tseng: I sure hope that that is not the problem, then I'm pretty much stuck :) [12:33] TMM: Apparently a new one just came in called geany or something like that that someone said was decent [12:33] TMM: beats me, I personally can't use anything else [12:33] vim has code folding [12:33] it does? [12:33] it does. [12:34] google vim folding [12:34] does it have code-completion as well? I'd love that :) I saw a vb monkey use it in microsoft develop... stuff thingy, it looked pretty nifty === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel [12:34] it does, but i heard it is less the fantastic [12:35] I've not seen any good C/C++ code completion under linux [12:35] monodevelop does a good job with C# [12:35] but that's as close as I think we get [12:35] folks insnt openssl dev present in multiverse? [12:35] it looks nifty, but if you know what you are doing it isn't helpful [12:35] and can touch type decently [12:35] psusi: that's the thing... I don't always know what I'm doing in a new language / library [12:36] psusi: it's an appreciable feature [12:36] well, I didn't do a lot of glib coding, and I am using it pretty heavily now, but I don't know the api very well, I think it might be faster than going to firefox and look at the api docs all the time [12:36] not a must, but definitely a great bonus [12:36] Frederick: how about libssl-dev [12:36] I usually just rely on etags [12:36] again, not a must, but a great bonus [12:36] if I forget a parameter or something, M-. and look it up [12:36] tseng, thanks a lot [12:36] and I do respect visual studio's code completion abilities [12:36] TMM: 'gtkdoc' ? [12:36] quite dynamic/intelligent, and not cpu hogging [12:37] then i usually end up reading the implementation anyhow and learnign something not documented about it ;) [12:37] tseng: I've got it locally, but still... is gtkdoc something else? [12:37] TMM: sorry, devhelp === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel [12:37] TMM: (is the reader) [12:38] <_ion> tmm: Vim7 has omnicompletion. [12:38] ow, shiney, I've got vim7 [12:38] I am pretty sure vim6 didn't have all that kind of stuff [12:39] perhaps I should invest some time looking into vim some more, probably the way of the least resistance in this case [12:39] <_ion> tmm: It's similar to "IntelliSense" in MSVC (the thing you mentioned you saw someone using). === FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #ubuntu-devel [12:39] 'intellisense' well, that sounds like something microsoft would call code completion :) [12:39] _ion: is it as good as intellisense? [12:40] intellisense is godly [12:40] microsoft has full rights to that name, IMO :) [12:40] wasn't that the silly thing where if you pressed Enter twice, it'd think you wanted a title? [12:40] Keybuk: that's autoformat [12:40] which was Intellidense? [12:40] yeah [12:40] Keybuk: I think the vb monkeys using it === jdong glad visual studio has not adopted clippy [12:41] TMM: have you tried monodevelop? [12:41] <_ion> jdong: I have no experience with IntelliSense. Can you describe what you mean? [12:41] TMM: its code completion is a clone of intellisense [12:41] jdong: for C code? [12:41] TMM: no, not for C :-/ [12:41] C# [12:41] _ion: it's for C/C++, autocomplete [12:41] _ion: very similar to monodevelop caliber [12:41] no, I haven't I don't know all that much C#, I prefer python :) [12:42] Seveas: madness! but sweet [12:42] it autocompletes both from API's, included headers, your project files, anywhere [12:42] it's very dynamic... will only suggest things that are valid... I've seen kdevelop/anjuta give erroneous suggestions [12:42] and it's robust... a syntax error won't pollute/confuse intellisense [12:43] I'm not sure how it indexes code so dynamically... it runs smoothly even on old computers [12:43] but it reacts instantly to changes in the code [12:43] basically, it's magic [12:43] it is also closed source horse-shit :) [12:44] and, unuseable for my purposes ;) [12:44] I know. we need something as good as it but open source [12:44] jdong: oh, QuickBasic had something like that [12:44] and if you stopped the program, and selected a variable, its debugger could tell you what the value was [12:44] not to mention where in your program it was used, etc. [12:44] Keybuk: yep, intellisense does that too in debugging mode [12:44] and when you start writing a function call, it provides a tooltip with the prototype [12:45] bolding the current part you're working on [12:45] and for overloaded functions, it's smart enough to guess which overload you're trying to use [12:45] am still surprised no open source editor does that kind of thing [12:45] tseng: devhelp isn't a whole lot more useful than firefox, in fact, a bit less useful as it doesn't have tabs :) [12:45] the open source clones of it are pretty lame right now [12:45] especially for C/C++ [12:45] anjuta annoys the hell out of me [12:45] monodevelop does a good job for C# [12:46] so, basically, I am stuck? :) [12:46] TMM: sorry :( [12:46] TMM: it's on all of our wishlists [12:46] :) [12:46] most of us are perfectly content with vi/emacs, I think [12:46] thrilled, even [12:47] you windows weenies should be so lucky [12:47] yes, but that's if you know what you're doing [12:47] :) [12:47] it's definitely not "RAD-friendly" [12:47] hehe [12:47] (another MS term I am crazy over) [12:47] that's about all I really envy from MS products [12:47] I am pretty rapid in vi [12:48] and for something you pay 10000 for, it better be damn good :) [12:48] tseng: I'm not a 'windows weeny' [12:48] tseng: nah, I'm definitely not content with emacs [12:48] tseng: you know what you're doing though [12:48] jdong: (we hope) [12:48] you better! [12:48] lol [12:48] that geany doesn't even look half bad [12:48] I like to be able to open up a random OSS project and start changing it :) [12:49] and for that, I need an intellisense and a fancy GUI designer === jdong hopes that explains to tseng why I was so excited over monodevelop last night === Fujitsu [n=Fujitsu@c58-107-62-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [12:51] jdong: for GNOME stuff, I keep a fully-TAGS'd copy of the GNOME platform and desktop source around [12:52] then I can lookup the code of what I'm trying to do [12:52] I need to play around a bit more with this TAGS stuff [12:52] haven't really found the time yet [12:52] tags rules [12:52] I'm sure I can find these tools satifying my intellisense crave [12:53] but it sure requires a bit more effort than having a free copy of VS.NET mailed to me :) [12:54] tseng: does mono/C# support generics? === jdong is not too up to date on C# news [12:54] jdong: yes of course [12:54] but you need to use gmcs [12:54] gmcs? [12:54] and 2.0 assemblies [12:54] mcs + generics [12:54] oh [12:54] and mono in edgy supports .net 2.0? [12:55] yes [12:55] cool [12:55] dapper? [12:55] yes [12:55] cool [12:55] jdong: MSDN? [12:55] Keybuk: nope, employer === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [12:55] Keybuk: we have this stupid embedded toolchain that requires the fanciest edition of VS.NET [12:55] tseng: did you hear me whining earlier about xsp being uninstallable in edgy? [12:56] yes, I did [12:56] I would rather never see that package again [12:56] patches accepted, bugs at least [12:56] tseng: is edgy gonna support xsp/asp.net then? [12:57] that sounds like a loaded question [12:57] loaded question? === jdong just wants to see what asp.net is like with mono [12:57] <_ion> jdong: http://vissale.neang.free.fr/Vim/OmniCppComplete/ScreenShots/screenshots.htm [12:57] from what I understand, that's xsp's job? [12:58] mono-xsp-base: Depends: mono-classlib-1.0 (< 1.1.14) but 1.1.16.1-0ubuntu3 is to be installed [12:58] ^ some jerk in debian adding a hard depend [12:58] tseng: if we take it out it'll be good? :) [12:58] I don't know [12:58] the least you could do is file a bug [12:58] _ion: looks very nice... just have to learn how it works [12:58] tseng: sorry, I'll file a bug... [12:58] instead of hoping I happen to see whining on irc [12:59] doesn't wining on irc get code written then? :) [12:59] not by me [12:59] tseng: bug 55433 [12:59] Malone bug 55433 in xsp "Please port to Mono 1.1.16" [Untriaged,Unconfirmed] http://launchpad.net/bugs/55433 [01:00] already filed a month back [01:00] thanks. [01:00] I'll rename it to soemthing actually usefull [01:00] k, awesome [01:01] thanks, tseng [01:01] the thing I always miss from old editors is the Borland "block copy" function [01:01] where you copied/pasted a square block rather than a number of lines [01:02] so you can cut a block of code, and paste it at a different indention level [01:02] <_ion> Vim has it. :-) [01:02] vim annoys me in myriad other ways [01:03] mostly it just lacks the most basic developer features [01:05] oh btw, Keybuk, I'm quite surprised at how well upstart replaced sysvinit [01:05] and is the console supposed to be ready to log in 2 seconds into bootup? [01:06] <_ion> keybuk: Worksforme. :-) [01:07] jdong: "surprised"? :p [01:07] Keybuk: I've had bad luck with init replacements in the past ;) [01:07] very bad luck ;) [01:07] :) [01:07] and don't give me this magic of ubuntu crap :) [01:07] if you do, I'll give you a hoary CD and the job of setting up a md RAID === jdong ducks [01:08] yeah, ubuntu sucks! it doesn't have emerge! [01:08] o wait, this isn't #gentoo-dev, now is it? [01:08] TMM: my hoary used to [01:08] jdong: md RAID probably won't work on edgy either [01:08] :) [01:08] heh, what's broken this time around? [01:09] jdong: emerge? for hoary? there's a ports ... ehh... port to debian? [01:09] TMM: I had some free time [01:09] TMM: transplanted portage from a stage3 tarball [01:09] jdong: you are a sick, sick man, someone ever told you that? :) [01:09] :) [01:09] hoary is when I migrated back from gentoo [01:10] so it was hard to part from emerge.... [01:10] universe was pretty stale back in hoary's days, too [01:10] jdong: otoh I'm writing a freely configurable lexer/parser, I've heard that that is considered quite insane as well :) [01:11] TMM: I haven't told you about the time I tried to stress reiser4 by placing an entire system under bzr version control, right? [01:11] jdong: you win, I'm a sane person, you need to be institutionalised [01:12] :) [01:12] jdong: also, how did it go? :) [01:12] TMM: surprisingly well, actually [01:12] reiser4 rocked at it [01:12] as in 'no crash, all good'? [01:12] bzr's ram usage was not impressive at the time [01:12] but it's improved since then [01:12] I would've kept reiser4 around had I the time to maintain my own kernel [01:13] I though when I was upgrading to edgy 'might as well go to reiser4 as well' but, I didn't dare to [01:13] but edgy's kernel is just too good for me to turn down [01:13] edgy's got reiser4, doesn't it? [01:13] no [01:13] reiser4 patches don't play well with other patches [01:13] meh [01:13] you gotta have a pretty vanilla kernel [01:13] else you run into strange corruption issues [01:13] lazy kernel team [01:13] :) [01:13] lol [01:14] I don't blame anyone for not wanting to deal with reiser4 patches [01:14] I merged xen patches with the ubuntu breezy patchset in under 4 days [01:14] that's xen [01:14] it was meant to be merged with a kernel :) [01:14] trust me, not all the ubuntu patches enjoy the xen patchset :) [01:14] TMM: they'll enjoy it much more than reiser4 [01:15] lol [01:15] I believe you :) [01:15] where nowadays it patches cleanly but just doesn't work well :) [01:15] that hurts [01:15] reiser4? or xen? [01:15] reiser4 [01:15] is mister hans reiser doing anything about it? [01:15] not really [01:16] so, we might not actually get any of the reiser4 goodness, ever? === aigarius [n=aigarius@82.152.74.5] has joined #ubuntu-devel [01:16] TMM: the whole reiser4 in mainline thing looks depressing to me [01:16] which is just too bad :-/ [01:16] reiser4 is good technology [01:16] yeah, I've read some of the conversations between linus and hans [01:16] and, except when you patch it wrong, reiser4 is rock solid [01:17] it's currently the only atomic fs in linux [01:17] probably two of the most talented programmers in the world, duking it out on the interweb, pretty interesting, also, both, pretty damn subborn [01:18] I wish linus would just get over himself and bloody well rip out the linux vfs subsystem and replace it with reiser4 :) [01:18] does switching vts cause rainbow patterns for anyone else? [01:18] TMM: Please. God. No. === lotusleaf [n=lotuslea@unaffiliated/lotusleaf] has left #ubuntu-devel ["have] [01:19] Keybuk: I'm kind of fond of the idea of a vfs subsystem-with-plugins-in actually === Fujitsu concurs with Keybuk on this issue, but not on the Vim one :P [01:19] TMM: its actually alot more funny when bluefoxicy dukes it out with linus [01:19] tseng: yes, usplash has broken my consoles too [01:19] one's filesystem should behave predictably [01:19] otherwise a poor application author can't even guarantee that when they close() it's on the damned disk [01:19] tseng: take off splash, and it should be happier [01:19] Keybuk: you don't HAVE to use a reiser4 on-disk format with reiser4 as a vgs [01:19] Keybuk: vfs [01:20] tseng: what is his real name? [01:20] John Richard Moser [01:21] Ah! === desrt gets the impression that edgy has a lot of good work that you only see if you do a fresh reinstall [01:21] you can tell the fun threads because they end with a post from me saying "John, Please put down your bong" === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel [01:22] tseng: but he's soooo cuuuuute [01:22] tseng: reading :) [01:22] tseng: a weapon of mass distraction :) [01:23] does beagle use up a considerable amount of space indexing? [01:23] jdong, yes. [01:23] I got a ~src directory with like 3GB of random source code... [01:24] I hope you mean ~/src [01:24] yeah [01:24] Ah. [01:24] I blame the keyboard [01:24] I was hoping I wasn't going to have to indict you for a breach of the FHS :P [01:25] why is that a breach? [01:25] ~/src is not a part of the FHS... now is it? :) [01:25] the FHS doesn't specify what you put in /etc/passwd [01:25] or are we all supposed to go and do a ~/.local/src or something? :) [01:25] No, but aren't you meant to only have user home directories in /home? [01:25] Fujitsu: no [01:25] Hm... [01:25] Oops. [01:25] Fujitsu: you can just have an 'src' user [01:26] TMM, you could, but not in that context. === Fujitsu runs away. [01:26] TMM: I _really_ do not get ~/.local [01:26] ~/. implies "user config" to me, already [01:26] Fujitsu: err... create a user, become root, and type 'cd ~' [01:27] Keybuk: well, I can see why that is useful, I'd like to see something to the effect of ~/.local/etc actually.... all those .config files/dirs in a homedir are pretty sucky imho [01:27] why are they sucky? [01:27] Keybuk: I don't like having a ~/bin dir either, I use ~/.local/bin [01:27] TMM: Yes, but it would be silly to have a src user for that sort of thing. [01:27] Keybuk: because there are so many of them [01:27] TMM: moving them into another directory won't change that? [01:27] Fujitsu: perhaps some anal security thing? :) [01:28] ls -d .* | wc -l [01:28] 831 [01:28] ls ~/.local/etc | wc -l [01:28] 831 [01:28] *shrug* [01:28] Keybuk: no, because they won't be right in ~/ [01:28] why aren't they right? [01:28] they've been there for 40 years [01:28] Keybuk: it would be a bit cleaner imho, also, ~/.local/etc they won't all have to start with a dot :) [01:28] why does that matter? [01:28] Now, that's not an entirely good attitude, Keybuk. [01:28] Just because they are there, doesn't mean it's right. [01:28] Keybuk: which would make discovery of the settings for average users a bit easyer [01:29] Fujitsu: right, but nobody's managed to tell me why they're wrong either [01:29] Although in this case the 40-year-old standard is right. [01:29] Keybuk: I was working on that [01:29] TMM: by hiding them even further inside the filesystem? [01:29] how is ~/.local/etc more discoverable than just ~/.* ? [01:29] Keybuk: there would be only one place to point your nautilus [01:29] there's only one place now [01:29] There is already, TMM. [01:29] ! [01:29] *! [01:29] **~ [01:29] then they are mixed with 'ordinary' files === Fujitsu hits the keyboard. [01:30] <_ion> I think there's a freedesktop.org spec about using ~/.config/programname/ (not ~/.local/etc). [01:30] I'd prefer a ~/.local structure [01:30] why not just ~/etc ? [01:30] so, software installed in the homedir of a user gets to go in ~/.local/bin and the configs in ~/.local/etc [01:31] Keybuk: that would be fine as well, but, I think ~/.local would be less pollution :) [01:31] <_ion> http://standards.freedesktop.org/basedir-spec/latest/ar01s03.html [01:31] in fact, we could probably expand the names to be more obvious too [01:31] /Documents and Settings/Scott James Remnant/Application Data/... [01:31] maybe [01:31] that isn't even that bad [01:31] but, 'documents AND settings' are confusing [01:32] ~/Documents and ~/Settings would be quite good [01:32] ah [01:32] so maybe I need a /home/scott and a /etc/scott ? :) [01:32] my stuff in one, config stuff in the other? [01:32] no, I fully agree with the /home stuff :) [01:32] you just disagreed with it :p [01:32] note the '~' at the beginning of my suggestion [01:32] /home = /Documents and Settings [01:33] it's used for both currently [01:33] no, /home/ is the 'root' of the user's system [01:33] you proposed splitting those [01:33] /home/.everything really is evil. [01:33] tseng: yes but when I duke it out with Linus it's on topics he admits he has no understanding of [01:33] <_ion> Let's just migrate all software to elektra. ;-) [01:33] desrt: why is it evil? [01:33] apple's /home/you/Library/ setup is a lot nicer [01:33] Keybuk; i hate having a million .*'s in my ~ [01:33] yes, but, ~/ should be the root of the users system :) [01:33] when Taenbaum does it Linus swears he knows more about it [01:33] it's seriously a pain in the ass [01:33] desrt: why? [01:34] Keybuk; because i can't see then and they don't glob when i say * [01:34] they're these files that aren't really files [01:34] TMM: maybe a user's ~ shouldn't be writable by them? but include common sub-directories like Desktop, Documents, Settings, etc? [01:34] like just now, in preparation to install edgy i did [01:34] desrt: *shrug* that's a fault of your shell's globbing, no? [01:34] ~$ mkdir old [01:34] ~$ mv * old [01:35] which of course failed to work [01:35] if you moved them to ~/.local they'd still be a hidden directory, so still be evil by your definition [01:35] Keybuk: no, I do not thing that a user should be forced into anything, but, I think a structure that makes more sense would be good [01:35] Keybuk; well, what about Library/? [01:35] Keybuk: I agreed on your ~/Settings idea!! [01:35] desrt: Library implies .so files to me [01:35] ya. it's a bad name [01:35] good approximate idea, though [01:35] desrt: I have to agree with Keybuk here [01:35] ~/Settings would be nice [01:35] ya. Settings is just fine by me [01:35] <_ion> Either small letters or a case-insensitive filesystem, please. :-) [01:35] just a rose by another name, imo :p [01:36] _ion; how do you feel about ~/Desktop and ~/Documents? [01:36] ~/etc ? :p [01:36] perhaps ~/Programs as well, but I think I'd prefer that to be hidden, to make it less likely that people will poke at it [01:36] my vague problem with /Useful Name/On/The Filesystem is that it's not translatable [01:36] <_ion> desrt: "documents" is fine, but desktop should .desktop (i.e. hidden). [01:36] the website needs a note on "alternate install CD" and says "use this if you are unsure" [01:36] Keybuk: well, with a reiser4 based vfs, we could have a plugin that does the translation at the kernel level ;) [01:36] _ion; i definitely disagree with that [01:37] TMM: even to the poor applications? [01:37] oh WTF [01:37] how would they know what directory name to use? [01:37] knot2 won't fit on a CD anymore? [01:37] Keybuk: well ~/Documents would work as well as ~/Documenten [01:37] TMM: what if you wanted both? [01:37] Please replace the disc in the drive with a supported disc with at least 670 MB free. The following disc types are supported: [01:37] CD-R, CD-RW, DVD-RW, DVD+R, DVD+R DL, DVD+RW [01:37] ^^ burning knot2 to a blank CD [01:37] desrt: ubuntu hasn't fitted on a 640MB CD for a long time! [01:37] desrt, sure it's a 700MB CD? [01:37] ugggh [01:38] this is mad [01:38] Why is Ubuntu's emacspeak package so ancient? [01:38] ? [01:38] <_ion> keybuk: I've heard MacOSX translates them on-the-fly. The directory tree is always in English, but the user sees them based on the locale settings. === desrt overburns and hopes to get lucky [01:38] Keybuk: simple hashtable with the different names assosciated with a dir, and default the names to C, translate at the vfs level :) bluefoxicy it is your job to get that idea pas linus! :P [01:38] It's stuck at version 17.0 from 2002. contrast: http://emacspeak.sourceforge.net/ [01:39] probably best to mark the dentries immutable though :) [01:40] TMM: hah, he hates me :) [01:40] later [01:40] TMM: you want to talk to me about something random, try file systems. :P === bluefoxicy heads off [01:40] bluefoxicy: he does? [01:40] bluefoxicy: bye! [01:40] bluefoxicy: ow, I've had this idea about a scattered filesystem! :) [01:41] well [01:41] bluefoxicy: basically, dump writes to the nearest emty place on the platter where the head happens to be, organise later [01:41] it appears to have worked === desrt wonders if it'll actually work [01:43] desrt: you say it 'appears' to be working :) [01:43] well [01:43] it burned without error [01:43] doesn't mean it'll install properly :) [01:43] overburned an ubuntu disk? [01:44] ya [01:45] well, if it burned correctly, and you are real careful with the disk, it'll probably work once or twice :) [01:45] dump it back to disk with dd to be sure :) [01:45] i'll just install it :p [01:46] I hope you've got another box :) === desrt has a few dozen [01:46] generally, it should work, if the cdr wasn't dirt cheap [01:46] it's decent brandname. i think it'll work. [01:47] good luck [01:47] btw, I've upgraded this install from dapper to edgy, and I don't think I'm missing any features === desrt just likes that "clean install" feel :p [01:49] desrt: gets old fast, when I discover that package I apt-get installed half a year back, I actually use a bit more often than I thought :) [01:50] eh. this isn't gentoo === welshbyte [n=welshbyt@cpc3-cwma2-0-0-cust276.swan.cable.ntl.com] has joined #ubuntu-devel [01:50] installing a package takes 12 seconds [01:51] unless you're unfortunate enough to be on the go at the time you realise it's gone missing :) [01:51] desrt: not without interweb it doesn't === TMM wants a REALLY big disk, and mirror universe [01:51] and main [01:51] how large is universe and main combined these days anyway? :) === desrt wonders how much of main is installed as per default [01:51] like 50%? [01:53] (ie: the union of ubuntu/kubuntu/xubuntu/edubuntu desktops) [01:55] 'a config file can contain lines, and sections, a section can contain sections, lines and comments, a line can contain a comment and/or a key' [01:55] 'a key can contain a value, a list of values or nothing' [01:55] does that sound about right, describing, well, all config files? :) [01:56] I'm missing something, I just can't quite put my finger on it [02:01] desrt: there is alot more in main than -desktop [02:01] LAMP is a good one === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-devel [02:04] anyone care to thing about my question please? :) pretty please? with sugar on top? :) [02:04] I'm kind of all thought out on the subject, and, I've looked at one or two too many config files I think :) [02:05] TMM: if you want an answer you a question, you have to actually ask it [02:05] it WAS a question, just not on one line [02:05] well, I thought it was a question anyway [02:06] TMM: you may need to simply/repeat it. Would was the quesition we missed? [02:06] ok, I'll try again === omnid [n=omnid@cpe-72-178-230-2.houston.res.rr.com] has joined #ubuntu-devel [02:08] hi [02:08] Does "a config file can contain lines of text and sections of lines of text." "A section of lines of text can contain : Sections of lines of text and lines of text", "A line of text can contain a comment and/or a key" "a key can contain a value or a bunch of values" sum up how the vast majority of configuration files can be described, structure wise [02:09] ? [02:09] note the question mark :) [02:09] TMM: I see no question mark in that sentence. [02:09] it was appended :P [02:09] TMM: :) [02:09] A configuration file that contains sections of text lines for setting up. [02:10] omnid: 'for setting up' ? [02:10] Is text of line setup key sections of lines. [02:10] Words. [02:10] TMM: it's a reasonable description [02:10] sladen: I'm not looking for 'reasonable' I'm looking for watertight :) [02:11] <_ion> Well, a configuration file can be even a script, as is the case with the ion window manager. :-) [02:12] _ion: in that case: no libnofconf loving for the ion window manager ;) [02:12] _ion: also, wtf is 'the ion window manager'? I have a hunch that you might now :P [02:13] <_ion> apt-cache show ion3 [02:15] TMM: "A non-executable configuration file contains declarations that can be parsed by a computer program to perform setting of variables during initialisation. Sections of the configuration file may exist that do not get processed, such as comments, header information, or declarations not relating to the particular program under scrutiny. An example of a declaration could be 'x=10' by may be interpreted by a hypothetical as setting the value of a [02:15] _ion: I just found your website :) I dont think it'll be very funny to use the gimp with ion :) === doko_ [n=doko@dslb-088-073-080-174.pools.arcor-ip.net] has joined #ubuntu-devel [02:15] sladen: not exactly right [02:16] <_ion> sladen: Seems like your IRC client doesn't split long lines. [02:16] amavisd-new's configuration file is perl code [02:16] sladen: where did you paste that from? ;) [02:16] which means, it can be executed [02:16] TMM: my keyboard. [02:16] sladen: I was just teasing you ;) [02:16] <_ion> tmm: It's no problem at all. One just needs to create a "float" (as in not tiled) workspace for running gimp. [02:17] TMM: perhaps you can combine that, your own and the improvements that xt would like to make into something more suitable [02:17] sladen: I only got it up to "hypothetical as setting the value of a" [02:18] TMM: An example of a declaration could be 'x=10' which may be interpreted by a hypothetical program as setting the value of a variable named 'x' to be the value decimal ten. [02:19] sladen: thank you for that [02:19] sladen: although, I wasn't looking for a scientificially correct definition of 'config file' but, more a technical description that would fit a generic parser tree for most config files :) === givre [n=flo@APuteaux-152-1-36-225.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [02:22] _ion: I must say, I really like your website's layout [02:26] <_ion> I didn't know it has one. :-) === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === mat [n=mat@igoan/mat] has joined #ubuntu-devel [02:29] _ion: it has the bare minimum :) and, still manages to pull off a 'designed' look, I love it [02:30] _ion: http://www.modeemi.fi/~tuomov/ion/intro.html <--- that page is just sheer brilliance imho, it could use one rounded corner for the rightmost block, but, other than that, brilliance! :) [02:31] <_ion> That's not my website. [02:31] _ion: it isn't? === wasabi__ [n=wasabi@c-67-162-246-8.hsd1.tx.comcast.net] has joined #ubuntu-devel [02:31] TMM: ion is a window manager.. [02:32] for years [02:32] I thought _ion did it... [02:32] because of the name, and all [02:32] well, in that case, allow me to stfu and try and make myself look like less of a dumbass [02:32] <_ion> Well, i chose my nick years before the ion wm existed. :-) [02:32] ion is a series of three leters [02:33] tseng: _ion brought it up... so, well, I assumed... [02:34] that is probably why 'assume' starts with 'ass' === tseng shrugs, hunts for dinner [02:34] sladen: do you have any suggestions if you look at my question in that light? [02:37] 03 01:08 < Keybuk> jdong: md RAID probably won't work on edgy either [02:37] i won't let this stand, Scott. :) [02:37] but now is sleep time. [02:38] doko_: Are you actually around by any chance? [02:38] dude, it's almost 3am here... [02:39] Yeah, and you're here aren't you? ;-P [02:39] 2:38 am actually :) [02:39] TMM: pedant. :) [02:39] bddebian: i am not. [02:39] madduck: ha! you should see my CFLAGS ;) [02:39] mine beat that anytime, TMM :) [02:40] madduck: well, if you put it like that, I am inclined to belive you :P [02:40] oh, come on! [02:40] i just had a caipirinha too many, that's all. :) [02:41] I'm just tired and getting nowhere :) [02:42] try reducing your CFLAGS and work upwards from there? :) === FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #ubuntu-devel === lexual [n=lexhider@ppp69-134.lns1.mel4.internode.on.net] has joined #ubuntu-devel [02:49] madduck: the problem isn't the code, but the concept :) [02:52] hi, I need to file a bug report for edgy knot 2 installer, I just need to know what package to file it for. [02:52] The bug is when the installer gets to gparted. [02:52] Ah. [02:52] ubiquity. === Huahua [n=hua_@122.0.230.59] has joined #ubuntu-devel === slomo__ [n=slomo@p5486CADB.dip.t-dialin.net] has joined #ubuntu-devel === givr1 [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === givr1 [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] [03:10] TMM: not sure, sorry. Perhaps yours is a better start if that's what you need [03:11] TMM: there's going to be parts of the file that need processing and parts which need ignoring (for whatever reasons) === robertj [n=robertj@68-190-54-248.dhcp.athn.ga.charter.com] has joined #ubuntu-devel === _TomB [n=ownthebo@AC8D3FAA.ipt.aol.com] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === jono [n=jono@88-107-15-207.dynamic.dsl.as9105.com] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [03:35] TMM; fwiw, all sorts of stuff that didn't use to work now works === KaiL [n=KaiL@p548F60D2.dip.t-dialin.net] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] === o_cee [n=oscar@c83-249-74-48.bredband.comhem.se] has joined #ubuntu-devel [03:59] is it just me, or is libcurl3-openssl-dev broken? can't install it.. [03:59] (FWIW, installs fine in edgy) [04:00] mine complains about libkrb5-dev.. [04:01] are you on dapper or edgy? [04:01] edgy [04:04] libkrb5-dev: Depends: libkrb53 (= 1.4.3-5) but 1.4.3-5ubuntu0.1 will be installed (translated from swedish..) [04:07] apt-cache policy libkrb53 [04:10] http://pastebin.ca/159411 === ozamosi [n=ozamosi@ubuntu/member/ozamosi] has joined #ubuntu-devel [04:11] o_cee: remove the local package of libkrb53 you have. === Huahua [n=hua_@122.0.230.59] has joined #ubuntu-devel === hunger__ [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:15] crimsun: hrm, that would remove a lot of other packages.. [04:17] dpkg -P --force-depends libkrb53 [04:17] then, apt-get install libcurl3-openssl-dev [04:18] your local libkrb53 is preventing libkrb5-dev from being installed [04:18] thanks, give me a minute. no idea where a local version would be coming from though [04:21] thanks again, worked :) any way to check for more of those? [04:21] look at your sources.list [04:22] anyone who knows what's happening to vmware-player that was supposed to get new modules? [04:23] crimsun: looks like it should, only edgy repos === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === pradeep [n=pradeep@59.92.36.191] has joined #ubuntu-devel [04:57] uptime[5h 53m 2s] === pradeep [n=pradeep@59.92.36.191] has joined #ubuntu-devel [04:57] ^^ sorry === pradeep [n=pradeep@59.92.34.203] has joined #ubuntu-devel === Frederick [n=Frederic@unaffiliated/frederick] has left #ubuntu-devel ["Leaving"] [05:06] Most people use passwords. Some people use passphrases. Bruce Schneier uses an epic passpoem, detailing the life and works of seven mythical Norse heroes. [05:07] robertj, :P [05:09] robertj: You're so a fortnight ago [05:11] mjg59: your not gonna ruin my evening. No-sir-ree. I've just got done adding another exciting feature to my time-sink hobby project! [05:11] Haha [05:12] People have been writing graphical user interfaces to text-based programs, but I'm one of the few & proud to provide a text-based interface to a first-person shooter! [05:12] robertj: Somebody did an IF Doom in 1998 [05:13] mjg59: this is line-level compatible with a shooter people still play though! [05:14] hda to cheat a bit there. It wraps the network protocol stuff w/ SWIG, but the rest is in python :} [05:15] Nifty [05:15] but after a month of python, I'm sold on it === PenguinOfDoom [i=foobar@spleen.xzrq.net] has joined #ubuntu-devel [05:24] Will Edgy blow up in my face if I try to use it? [05:24] PenguinOfDoom: perhaps, might want to ask in #ubuntu+1 as well === lilo [i=levin@freenode/staff/pdpc.levin] has joined #ubuntu-devel === amazingbill [n=bill@67.170.6.222] has joined #ubuntu-devel === PenguinOfDoom [i=foobar@spleen.xzrq.net] has left #ubuntu-devel [] === bronson [n=bronson@c-24-16-67-28.hsd1.wa.comcast.net] has joined #ubuntu-devel [05:53] hello all...I am remastering the ubuntu live cd...interesting enough when I boot the new live cd it gives me the choice to install it onto the hard drive or install a lamp server but not boot from the live cd...any ideas why this might be happening? [05:54] hikenboot: sounds like you're using the alternate install CD instead of the live CD [05:55] you got to be kidding ..what a moron I am all that work ...d*mn === poningru [n=poningru@pool-71-251-119-90.tampfl.fios.verizon.net] has joined #ubuntu-devel [06:01] welshbyte, are most of the packages the same in both versions of the disk? [06:03] hikenboot: i'm afraid i'll have to defer that question to someone who knows more about it than i do :) [06:03] hikenboot, the same versions. [06:03] Sounds like you have the server CD, though, so it'll be missing most of the stuff the alternate and desktop CDs have. [06:04] not good it took me about 6 hours to pull all the "unncessessary" packages off the cd [06:04] so I could add my own === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === holycow_ [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel === irvin [n=ipp@ubuntu/member/irvin] has joined #ubuntu-devel === TomB| [n=ownthebo@AC8D3FAA.ipt.aol.com] has joined #ubuntu-devel === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === bronson [n=bronson@c-24-16-67-28.hsd1.mn.comcast.net] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === basanta [n=basanta@202.79.37.177] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-devel === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === Zdra [n=zdra@16.179-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === Zdra_ [n=zdra@9.17-241-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has joined #ubuntu-devel === Arbiter [n=arbiter@unaffiliated/arbiter] has left #ubuntu-devel ["Leaving"] === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has left #ubuntu-devel [] === worldcitizen [n=Miranda@59.144.249.55] has joined #ubuntu-devel [10:28] morning [10:29] Evening! === mvo [n=egon@p54A65E93.dip.t-dialin.net] has joined #ubuntu-devel [10:29] morning sivang [10:30] ajmitch: ping [10:30] morning mvo [10:30] good morning Burgundavia! [10:30] Good evening, mvo. [10:30] hey sivang, Fujitsu, mvo, Burgundavia [10:30] hey Hobbsee === mvo waves to Fujitsu and Hobbsee [10:30] Hobbsee: tell me about new and funky Kubuntu stuff last week [10:31] Burgundavia: no :P [10:31] Hobbsee: hmm, no UWN love for you then [10:31] Burgundavia: um. i dont know of much myself, actually [10:31] right === Hobbsee didnt commit much last week [10:31] that i remember about, anyway === Fujitsu growls. === Fujitsu kicks the wiki. [10:32] It is down really really frequently these past 3 or 4 weeks. [10:32] hmm, who did upstarts logo again? [10:32] It has a logo? [10:32] every Saturday night since LWE [10:32] most frustrating, as Sat. night is when we write and release UWN [10:35] LWE? === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel [10:35] Linux World Expo [10:35] Ah. [10:36] It's not exactly acceptable... It is the ultimate resource, and any new people are going to get a bad impression when the primary help resource is down for several hours quite regularly. [10:37] yep === Fujitsu wonders who designed the new Software Sources dialog. [10:37] The checkboxes are around the wrong way. [10:37] I understand there have been some systematic issues in the DC [10:37] Fujitsu: glatzor did most of the UI, but some bits are mvo [10:37] Shouldn't it go main, restricted, universe, muiltiverse, not universe, main, multiverse, restricted? [10:38] Otherwise it's a really great piece of work :D [10:39] Fujitsu: I guess you just found a bug. :) [10:40] Is archive.ubuntu.com down as well!? [10:40] Hm. [10:40] Just being very very laggy. === hunger [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === hunger gave up on upstart: Having to uninstall ubuntu-minimal, 3 kernel panics on upgrades so far (incl. with the newest deb) and no ttys coming up are enough for now:-) [10:55] hunger: ouch [10:56] It'd be nice if somebody added upstart as an alternative to sysvinit in ubuntu-minimal... === hunger agrees. [10:57] get keybuk todo it [10:57] That needs a main inclusion first, and a code review or two [10:57] so that might take a bit [10:57] Or can't it Replace sysvinit, without main inclusion? === giftnudel [n=mb@p54A904CA.dip0.t-ipconnect.de] has joined #ubuntu-devel === Tonio_ [n=tonio@155.8.100-84.rev.gaoland.net] has joined #ubuntu-devel [11:11] w3m: Can't load https://wiki.ubuntu.com/. [11:11] is this a known problem? [11:11] Yes. [11:11] ok. thanks. [11:11] The wiki is down. [11:11] As is normal for this time weekly, it would appear. === kagou [n=kagou@84.5.163.179] has joined #ubuntu-devel === glatzor [n=sebi@ppp-82-135-3-178.dynamic.mnet-online.de] has joined #ubuntu-devel [11:18] any europeans around ? [11:18] does .ch count? :) [11:18] someone needs to rng a sysadmin [11:18] rng? [11:19] and international is not as cheap as irc:) [11:19] ring [11:19] phone [11:19] page [11:19] alert [11:19] if you do anything bad, I won't tell you that i'm european [11:19] well, gimme phone number... [11:19] mmm, i dont know the privacy status of their numbers, sorry [11:19] whom to call? elmo? [11:19] and is this really an exceptional state? [11:19] help.ubuntu.com is down [11:20] and wiki.ubuntu.com [11:20] it's not usually a good idea to give out other people's numbers [11:20] Hobbsee: well duh ;) [11:20] you could call someone like Riddell, but i doubt he could help [11:20] I've reported it [11:20] mdke: IRC is not a report [11:20] i have elmo's number [11:20] his numbers/address/etc seem to be in his email signature :P [11:21] lifeless: why do you say IRC? [11:21] I filed an RT report [11:21] mdke: ok, cool. [11:21] mdke: but we still have an escalation procedure [11:21] then they'll know. better not call... [11:21] ah good. I thought that someone would be scheduled to work on sunday === lifeless seriously doubts any of them will be caring for non-urgent on sunday [11:22] last week when the same thing happened Spads dealt with it quickly === Hobbsee wonders what RT means [11:22] request tracker [11:22] ah [11:23] Hobbsee: http://en.wikipedia.org/wiki/Request_Tracker === StevenK buggers off again [11:23] StevenK: do my physics assignment, as you're clearly smart. kthnksbye! [11:34] sladen, ? === Norgz [n=eroux@maisel-gw.enst-bretagne.fr] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === dsas [n=dean@host86-129-15-136.range86-129.btcentralplus.com] has joined #ubuntu-devel === Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === Hobbsee [n=user@ubuntu/member/hobbsee] has joined #ubuntu-devel === pygi [n=pygi@89-172-234-192.adsl.net.t-com.hr] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === geser [n=michael@85.25.108.58] has joined #ubuntu-devel === shining [n=xav@AFontenayssB-152-1-45-124.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-devel === tormod_ [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === kmon_ [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has joined #ubuntu-devel === shawarma [n=sh@vega.linux2go.dk] has joined #ubuntu-devel [12:31] infinity: need a european? === Hobbsee [n=user@CPE-144-136-125-169.nsw.bigpond.net.au] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel === cypher1 [n=cypher1@59.92.130.72] has joined #ubuntu-devel === hunger_ [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] === o_cee [n=oscar@c83-249-74-48.bredband.comhem.se] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Spads [n=crack@host-84-9-48-248.bulldogdsl.com] has joined #ubuntu-devel === Hobbsee [n=user@ubuntu/member/hobbsee] has joined #ubuntu-devel === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === smurf [n=smurf@debian/developer/smurf] has joined #ubuntu-devel === pradeep [n=pradeep@59.92.82.224] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-61-88.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === jdong|coreduo [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === kent [n=kent@82.145.136.38] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === lilo_ [i=levin@freenode/staff/pdpc.levin] has joined #ubuntu-devel === lilo [i=levin@freenode/staff/pdpc.levin] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === shackan [n=shackan@host93-148.pool8717.interbusiness.it] has joined #ubuntu-devel === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === abattoir [n=abattoir@cm120.omega23.maxonline.com.sg] has joined #ubuntu-devel [02:57] Does ubuntu have an alsa dev channel? === z\ [n=pjphem@unaffiliated/madsheep] has joined #ubuntu-devel === z\ [n=pjphem@unaffiliated/madsheep] has left #ubuntu-devel ["Leaving"] [03:06] crimsun: ping [03:07] crimsun: if you did the patch against the ubntu devel lp team branch, please know that I'm working on a next major version branch linked from the wiki specification page [03:07] crimsun: thanks for the fix though :-) === jdong_ [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel [03:13] why has there been little no no updates the past couple on days? === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [03:14] mempf-edgy: because it's a weekend [03:14] lol [03:15] im looking forward to next kernel update [03:15] as according to launchpad my card readers should start working again === kagou [n=kagou@84.5.174.147] has joined #ubuntu-devel [03:28] Hobbsee: I've opened a bug report on the kernel on knot cd1. Ben collins said the fix was on the next kernel update, but after trying knot cd 2 the issue remains. Should I change the status of the bug (it's fixed released right now) or wait to see what ben says? I'm afraid that since the bug is marked as fixed maybe the new comments aren't noticed === Norgz [n=eroux@maisel-gw.enst-bretagne.fr] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-70-158.w83-204.abo.wanadoo.fr] has joined #ubuntu-devel === givre [n=flo@APuteaux-152-1-70-158.w83-204.abo.wanadoo.fr] has left #ubuntu-devel [] [03:38] kmon_: you don't need to be afraid imho === fsmw [n=Fernando@200-58-50.adsl.terra.cl] has joined #ubuntu-devel [03:39] kmon_: they are noticed. probably reply back that the fix didnt work, and set it back to confirmed, or whatever it was [03:39] ok, Hobbsee thanks === lloydinho [n=andreas@80.187.151.92] has joined #ubuntu-devel === kmon_ leaves === kmon_ [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has left #ubuntu-devel [] === lexual [n=lexhider@ppp69-134.lns1.mel4.internode.on.net] has joined #ubuntu-devel === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel === lexual [n=lexhider@ppp69-134.lns1.mel4.internode.on.net] has left #ubuntu-devel [] === Huahua [n=hua_@122.0.229.241] has joined #ubuntu-devel === rshakin [i=rshakin@netblock-66-245-212-233.dslextreme.com] has left #ubuntu-devel [] === jdong_ [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === j_ack [n=rudi@p508DA6D7.dip0.t-ipconnect.de] has joined #ubuntu-devel === j_ack_ [n=rudi@p508D9FA7.dip0.t-ipconnect.de] has joined #ubuntu-devel === j_ack__ [n=rudi@p508DAF98.dip0.t-ipconnect.de] has joined #ubuntu-devel === eggauah [n=daniel@201.82.14.135] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel === mokkel [n=km@158.84-48-119.nextgentel.com] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === hunger_ [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #ubuntu-devel === human_blip [n=mike@220.157.65.29] has joined #ubuntu-devel === Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-devel === Zdra_ [n=zdra@205.247-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === Boll [n=boll@debian/developer/boll] has joined #ubuntu-devel === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel === nags [n=nags@59.144.43.180] has joined #ubuntu-devel === Huahua [n=hua_@122.0.229.241] has joined #ubuntu-devel === Huahua [n=hua_@122.0.229.241] has joined #ubuntu-devel === HiddenWolf [n=HiddenWo@136.9.dynamic.phpg.net] has joined #ubuntu-devel === hunger [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === jdong_ [n=jdong@d192-24-235-141.try.wideopenwest.com] has joined #ubuntu-devel === jinty [n=jinty@132.Red-83-55-196.dynamicIP.rima-tde.net] has joined #ubuntu-devel === hunger_ [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === bronson [n=bronson@c-24-16-67-28.hsd1.wa.comcast.net] has joined #ubuntu-devel === hunger_ [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === Tonio_ [n=tonio@230.8.100-84.rev.gaoland.net] has joined #ubuntu-devel === iceman_ [n=iceman@87.65.102.140] has joined #ubuntu-devel === iceman_ is now known as iceman === iceman [n=iceman@87.65.102.140] has left #ubuntu-devel ["Bye!"] === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel === lfittl [n=lfittl@85-125-149-213.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === Tonio___ [n=tonio@68.207.103-84.rev.gaoland.net] has joined #ubuntu-devel === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel === cypher1 [n=cypher1@59.92.133.237] has joined #ubuntu-devel === Skyrail [i=Skyrail@212.32.68.238] has joined #ubuntu-devel === ivoks [n=ivoks@lns02-0024.dsl.iskon.hr] has joined #ubuntu-devel === ew32 [n=user@adsl-75-13-38-50.dsl.toldoh.sbcglobal.net] has joined #ubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has left #ubuntu-devel ["wth] === gort [n=jgbiggs@cpe-24-175-15-146.houston.res.rr.com] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [07:20] re === geser [n=michael@leary.ping.de] has joined #ubuntu-devel === hunger [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === Tonio_ [n=tonio@68.207.103-84.rev.gaoland.net] has joined #ubuntu-devel === Boll [n=boll@debian/developer/boll] has left #ubuntu-devel [] === ivoks [n=ivoks@lns02-0024.dsl.iskon.hr] has joined #ubuntu-devel === smurf [n=smurf@debian/developer/smurf] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === hunger [n=tobias@p54A61A0A.dip0.t-ipconnect.de] has joined #ubuntu-devel === Mez [i=Brummi3@ubuntu/member/mez] has joined #ubuntu-devel === illovae [n=illovae@uni14-1-82-233-221-131.fbx.proxad.net] has joined #ubuntu-devel === theCore [n=alex@modemcable069.137-83-70.mc.videotron.ca] has joined #ubuntu-devel === theCore [n=alex@modemcable069.137-83-70.mc.videotron.ca] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-devel === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === kagou [n=kagou@84.5.174.147] has left #ubuntu-devel [] === Skyrail [i=Skyrail@212.32.103.42] has joined #ubuntu-devel === lilo_ [i=levin@freenode/staff/pdpc.levin] has joined #ubuntu-devel === ivoks [n=ivoks@lns02-0024.dsl.iskon.hr] has joined #ubuntu-devel === jcsmith [n=jcsmith@24-50-249-104.pittpa.adelphia.net] has joined #ubuntu-devel === Tonio_ [n=tonio@25.207.103-84.rev.gaoland.net] has joined #ubuntu-devel === BenC_ [n=bcollins@72.169.114.90] has joined #ubuntu-devel === Santiago [i=Santiago@66sdl30m23.codetel.net.do] has joined #ubuntu-devel [09:24] Riddell: ping [09:24] ajmitch: ping === zul [n=bob@ubuntu/member/zul] has joined #ubuntu-devel [09:30] heylo [09:30] hey zul [09:30] any news on the Xen front this week? === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel [09:31] im working on the nvidia stuff and adding drivers to the xen tree [09:32] other than that no :) [09:32] it doesnt help that my laptop also died [09:35] that sucks. So nothing released this week? [09:37] bug fix was uploaded on friday === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel [09:43] zul: what's happened to the laptop? [09:47] hard drive died === Mez [i=Mez@ubuntu/member/mez] has joined #ubuntu-devel === ew32 [n=user@adsl-75-13-38-50.dsl.toldoh.sbcglobal.net] has joined #ubuntu-devel === kristog [n=kristo@ip-127-234.sn1.eutelia.it] has joined #ubuntu-devel === chons [n=martin@xdsl-195-14-204-52.netcologne.de] has joined #ubuntu-devel [10:01] zul: the mechanical stuff or the electrical? === zyga wants those flash disks to dominate the laptop word.... === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel [10:02] mechanical i think === jdong_ [n=jdong@63.85.1.19] has joined #ubuntu-devel === mokkel [n=km@158.84-48-119.nextgentel.com] has joined #ubuntu-devel === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === doko [n=doko@dslb-088-073-088-133.pools.arcor-ip.net] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has left #ubuntu-devel [] === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === fnordus [n=dnall@24.85.128.203] has joined #ubuntu-devel === mbiebl [n=michael@dslb-084-056-252-203.pools.arcor-ip.net] has joined #ubuntu-devel === darius_ [n=darius@integrity.bourg.net] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === jinty [n=jinty@132.Red-83-55-196.dynamicIP.rima-tde.net] has joined #ubuntu-devel === lbm [n=lbm@cpe.atm2-0-75146.0x535a2f1e.vgnxx2.customer.tele.dk] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel === fnordus [n=dnall@24.85.128.203] has joined #ubuntu-devel === kmon_ [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has joined #ubuntu-devel === cbx33 [n=prochat1@ubuntu/member/cbx33] has joined #ubuntu-devel === cbx33 [n=prochat1@ubuntu/member/cbx33] has left #ubuntu-devel [] === darius_ [n=darius@integrity.bourg.net] has left #ubuntu-devel [] === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-devel === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel === wasabi__ [n=wasabi@c-67-162-246-8.hsd1.tx.comcast.net] has joined #ubuntu-devel === kmon_ [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has left #ubuntu-devel [] === Tonio_ [n=tonio@39.8.100-84.rev.gaoland.net] has joined #ubuntu-devel === bronson [n=bronson@pool-71-112-96-150.sttlwa.dsl-w.verizon.net] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@195-23-238-235.nr.ip.pt] has joined #ubuntu-devel === Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-devel [11:42] doko: ping [11:43] what's up? === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-devel === jott_ [n=j@e178103159.adsl.alicedsl.de] has joined #ubuntu-devel === ne78 [n=ne@cust-78-183.dsl.versateladsl.be] has joined #ubuntu-devel [11:52] I see that edgy has mesa cvs 20060817, does the edgy xserver-xorg includes the AIGLX compositing patches to make compiz works ? [11:53] ne78: yes [11:53] edgy includes upstream xorg 7.1, which includes aiglx [11:53] Burgundavia: those patch are taken from the rpm and not yet it the git xorg tree, am i right ? [11:54] afaik, not being an X developer, aiglx is fully merged [11:55] compiz works fine with the code in edgy [11:55] I also have the impression that aiglx is merged in the main xorg tree [11:56] mjr: yes but it miss some redhat specific patches to add aiglx Composite fix [11:56] ah [11:56] Not really, no [11:57] mjg59: why doesn't xserver-xorg from debian (now 7.1) works with compiz [11:58] Without knowing how it fails, I have no idea [11:58] But there's no further code /needed/ [12:00] mjg59: i'm refering to http://lists.debian.org/debian-x/2006/08/msg01558.html, it says lus some additional patches by Kristian Hgsberg (patches taken directly from the Fedora source RPM). [12:01] mjg59: i would be happy to learn that those are unnecessary [12:03] ok i found the in the http://changelogs.ubuntu.com/changelogs/pool/main/x/xorg-server/xorg-server_1.1.1-0ubuntu9/changelog [12:05] nice, was compiz a target of etch ? === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel === Tonio___ [n=tonio@85.8.100-84.rev.gaoland.net] has joined #ubuntu-devel [12:06] We carry a couple of patches from Fedora, but they're not required [12:07] They fix a crash on vt switching and add support for automatically disabling offscreen pixmaps when necessary